Home
last modified time | relevance | path

Searched refs:subLine (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/math/vtk8/VTK-8.2.0/IO/EnSight/
H A DvtkEnSightReader.cxx464 char subLine[256]; in ReadCaseFileGeometry() local
569 subLine) == 3) in ReadCaseFileVariable()
596 subLine) == 3) in ReadCaseFileVariable()
623 subLine) == 3) in ReadCaseFileVariable()
982 char subLine[256]; in ReadCaseFileTime() local
1062 strcpy(subLine, ""); in ReadCaseFileTime()
1100 strcpy(subLine, ""); in ReadCaseFileTime()
1172 strcpy(subLine, ""); in ReadCaseFileTime()
1205 strcpy(subLine, ""); in ReadCaseFileTime()
1209 strcat(subLine, "%*f "); in ReadCaseFileTime()
[all …]
H A DvtkGenericEnSightReader.cxx389 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
478 strncmp(subLine,"binary",6) == 0) in DetermineEnSightVersion()
513 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
518 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
522 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
585 sscanf(binaryLine, " %*s %s", subLine); in DetermineEnSightVersion()
586 if (strncmp(subLine,"Binary",6) == 0) in DetermineEnSightVersion()
1125 char line[256], subLine[256]; in ReplaceWildcards() local
1193 sscanf(line, "%*s %s", subLine) != 1 in ReplaceWildcards()
1209 if ( strncmp(subLine, "numbers", 7) == 0 ) in ReplaceWildcards()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/EnSight/
H A DvtkEnSightReader.cxx446 char subLine[256]; in ReadCaseFileGeometry() local
514 char subLine[256], subLine2[256]; in ReadCaseFileVariable() local
956 char subLine[256]; in ReadCaseFileTime() local
1031 strcpy(subLine, ""); in ReadCaseFileTime()
1067 strcpy(subLine, ""); in ReadCaseFileTime()
1071 strcat(subLine, "%*d "); in ReadCaseFileTime()
1138 strcpy(subLine, ""); in ReadCaseFileTime()
1144 strcpy(subLine, "%*s %*s "); in ReadCaseFileTime()
1171 strcpy(subLine, ""); in ReadCaseFileTime()
1175 strcat(subLine, "%*f "); in ReadCaseFileTime()
[all …]
H A DvtkGenericEnSightReader.cxx377 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
382 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
462 if (strncmp(subLine, "Binary", 6) == 0 || strncmp(subLine, "binary", 6) == 0) in DetermineEnSightVersion()
497 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
502 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
506 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
567 sscanf(binaryLine, " %*s %s", subLine); in DetermineEnSightVersion()
568 if (strncmp(subLine, "Binary", 6) == 0) in DetermineEnSightVersion()
1113 char line[256], subLine[256]; in ReplaceWildcards() local
1188 if (strncmp(subLine, "numbers", 7) == 0) in ReplaceWildcards()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/EnSight/
H A DvtkEnSightReader.cxx458 char subLine[256]; in ReadCaseFileGeometry() local
563 subLine) == 3) in ReadCaseFileVariable()
590 subLine) == 3) in ReadCaseFileVariable()
617 subLine) == 3) in ReadCaseFileVariable()
976 char subLine[256]; in ReadCaseFileTime() local
1056 strcpy(subLine, ""); in ReadCaseFileTime()
1094 strcpy(subLine, ""); in ReadCaseFileTime()
1166 strcpy(subLine, ""); in ReadCaseFileTime()
1199 strcpy(subLine, ""); in ReadCaseFileTime()
1203 strcat(subLine, "%*f "); in ReadCaseFileTime()
[all …]
H A DvtkGenericEnSightReader.cxx383 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
471 strncmp(subLine,"binary",6) == 0) in DetermineEnSightVersion()
506 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
511 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
515 this->SetGeometryFileName(subLine); in DetermineEnSightVersion()
576 sscanf(binaryLine, " %*s %s", subLine); in DetermineEnSightVersion()
577 if (strncmp(subLine,"Binary",6) == 0) in DetermineEnSightVersion()
1118 char line[256], subLine[256]; in ReplaceWildcards() local
1186 sscanf(line, "%*s %s", subLine) != 1 in ReplaceWildcards()
1202 if ( strncmp(subLine, "numbers", 7) == 0 ) in ReplaceWildcards()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/app/items/utils/
H A Ditemcategorydrawer.cpp149 QString subLine; in drawCategory() local
157 viewHeaderText(index, &header, &subLine); in drawCategory()
161 textForAlbum(index, &header, &subLine); in drawCategory()
165 textForFormat(index, &header, &subLine); in drawCategory()
169 textForMonth(index, &header, &subLine); in drawCategory()
173 textForFace(index, &header, &subLine); in drawCategory()
259 textForPAlbum(album, false, count, header, subLine); in textForAlbum()
276 *subLine = i18np("1 Item", "%1 Items", count); in textForMonth()
283 *subLine = i18np("1 Item", "%1 Items", count); in textForFace()
368 *subLine = i18np("1 Item", "%1 Items", count); in textForSAlbum()
[all …]
H A Ditemcategorydrawer.h63 …void viewHeaderText(const QModelIndex& index, QString* header, QString* subLine) …
64 …void textForAlbum(const QModelIndex& index, QString* header, QString* subLine) …
65 …void textForPAlbum(PAlbum* a, bool recursive, int count, QString* header, QString* subLine) …
66 …void textForTAlbum(TAlbum* a, bool recursive, int count, QString* header, QString* subLine) …
67 …void textForSAlbum(SAlbum* a, int count, QString* header, QString* subLine) …
68 …void textForDAlbum(DAlbum* a, int count, QString* header, QString* subLine) …
69 …void textForFormat(const QModelIndex& index, QString* header, QString* subLine) …
70 …void textForMonth(const QModelIndex& index, QString* header, QString* subLine) …
71 …void textForFace(const QModelIndex& index, QString* header, QString* subLine) …
/dports/graphics/geos/geos-3.9.1/src/linearref/
H A DLocationIndexOfLine.cpp36 const Geometry* subLine) in indicesOf() argument
39 return locater.indicesOf(subLine); in indicesOf()
47 LocationIndexOfLine::indicesOf(const Geometry* subLine) const in indicesOf()
49 … Coordinate startPt = dynamic_cast<const LineString*>(subLine->getGeometryN(0))->getCoordinateN(0); in indicesOf()
50 …const LineString* lastLine = dynamic_cast<const LineString*>(subLine->getGeometryN(subLine->getNum… in indicesOf()
58 if(subLine->getLength() == 0.0) { in indicesOf()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/linearref/
H A DLocationIndexOfLine.java35 public static LinearLocation[] indicesOf(Geometry linearGeom, Geometry subLine) in indicesOf() argument
38 return locater.indicesOf(subLine); in indicesOf()
47 public LinearLocation[] indicesOf(Geometry subLine) in indicesOf() argument
49 Coordinate startPt = ((LineString) subLine.getGeometryN(0)).getCoordinateN(0); in indicesOf()
50 LineString lastLine = (LineString) subLine.getGeometryN(subLine.getNumGeometries() - 1); in indicesOf()
58 if (subLine.getLength() == 0.0) { in indicesOf()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/items/
H A Dimportcategorydrawer.cpp152 QString subLine; in drawCategory() local
160 viewHeaderText(index, &header, &subLine); in drawCategory()
164 textForFormat(index, &header, &subLine); in drawCategory()
168 textForDate(index, &header, &subLine); in drawCategory()
185 Qt::AlignLeft | Qt::AlignVCenter, subLine); in drawCategory()
190 …rtCategoryDrawer::viewHeaderText(const QModelIndex& index, QString* header, QString* subLine) const in viewHeaderText()
205 *subLine = i18np("1 Item", "%1 Items", count); in viewHeaderText()
209 …ortCategoryDrawer::textForFormat(const QModelIndex& index, QString* header, QString* subLine) const in textForFormat()
226 *subLine = i18np("1 Item", "%1 Items", count); in textForFormat()
229 void ImportCategoryDrawer::textForDate(const QModelIndex& index, QString* header, QString* subLine)… in textForDate()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidSRT.h29 typedef struct subLine struct
38 }subLine; argument
87 subLine *_subs;
92 void displayString(subLine *string);
110 uint8_t subParse( subLine *in, char *string );
113 void doAutoSplit(subLine *string);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidSRT.h29 typedef struct subLine struct
38 }subLine; argument
87 subLine *_subs;
92 void displayString(subLine *string);
110 uint8_t subParse( subLine *in, char *string );
113 void doAutoSplit(subLine *string);
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidSRT.h29 typedef struct subLine struct
38 }subLine; argument
87 subLine *_subs;
92 void displayString(subLine *string);
110 uint8_t subParse( subLine *in, char *string );
113 void doAutoSplit(subLine *string);
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidSRT.h29 typedef struct subLine struct
38 }subLine; argument
87 subLine *_subs;
92 void displayString(subLine *string);
110 uint8_t subParse( subLine *in, char *string );
113 void doAutoSplit(subLine *string);
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditView.cxx690 if (subLine < ll->lines) { in RangeDisplayLine()
721 if (subLine < ll->lines) { in SPositionFromLocation()
724 if (subLine > 0) // Wrapped in SPositionFromLocation()
794 for (int subLine = 0; subLine < ll->lines; subLine++) { in DisplayFromPosition() local
812 for (int subLine = 0; subLine < ll->lines; subLine++) { in StartEndDisplayLine() local
915 if (subLine == 0) { in DrawCaretLineFramed()
1338 if (subLine == ll->lines) { in DrawAnnotation()
1963 && (subLine == 0)) { in DrawIndentGuidesOverEmpty()
2017 if (subLine >= ll->lines) { in DrawLine()
2041 subLine, background); in DrawLine()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.h125 int line, int lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart,
128 …int line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase phase);
130 int line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
132 int xStart, PRectangle rcLine, int subLine) const;
135 int subLine, ColourOptional background) const;
138 int subLine, ColourOptional background);
140 int line, int lineVisible, PRectangle rcLine, int xStart, int subLine);
142 int lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
146 int line, PRectangle rcArea, int subLine);
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditView.cxx686 if (subLine < ll->lines) { in RangeDisplayLine()
717 if (subLine < ll->lines) { in SPositionFromLocation()
720 if (subLine > 0) // Wrapped in SPositionFromLocation()
790 for (int subLine = 0; subLine < ll->lines; subLine++) { in DisplayFromPosition() local
808 for (int subLine = 0; subLine < ll->lines; subLine++) { in StartEndDisplayLine() local
911 if (subLine == 0) { in DrawCaretLineFramed()
1424 if (subLine == ll->lines) { in DrawAnnotation()
2051 && (subLine == 0)) { in DrawIndentGuidesOverEmpty()
2105 if (subLine >= ll->lines) { in DrawLine()
2129 subLine, background); in DrawLine()
[all …]
H A DEditView.h132 Sci::Line line, Sci::Position lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart,
135 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
137 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
139 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
141 int xStart, PRectangle rcLine, int subLine) const;
144 int subLine, ColourOptional background) const;
147 int subLine, ColourOptional background);
149 Sci::Line line, Sci::Line lineVisible, PRectangle rcLine, int xStart, int subLine);
151 Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
155 Sci::Line line, PRectangle rcArea, int subLine) const;
/dports/editors/textadept/scintilla/src/
H A DEditView.cxx686 if (subLine < ll->lines) { in RangeDisplayLine()
717 if (subLine < ll->lines) { in SPositionFromLocation()
720 if (subLine > 0) // Wrapped in SPositionFromLocation()
790 for (int subLine = 0; subLine < ll->lines; subLine++) { in DisplayFromPosition() local
808 for (int subLine = 0; subLine < ll->lines; subLine++) { in StartEndDisplayLine() local
911 if (subLine == 0) { in DrawCaretLineFramed()
1424 if (subLine == ll->lines) { in DrawAnnotation()
2051 && (subLine == 0)) { in DrawIndentGuidesOverEmpty()
2105 if (subLine >= ll->lines) { in DrawLine()
2129 subLine, background); in DrawLine()
[all …]
H A DEditView.h132 Sci::Line line, Sci::Position lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart,
135 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
137 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
139 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
141 int xStart, PRectangle rcLine, int subLine) const;
144 int subLine, ColourOptional background) const;
147 int subLine, ColourOptional background);
149 Sci::Line line, Sci::Line lineVisible, PRectangle rcLine, int xStart, int subLine);
151 Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
155 Sci::Line line, PRectangle rcArea, int subLine) const;
/dports/editors/scite/scintilla/src/
H A DEditView.cxx686 if (subLine < ll->lines) { in RangeDisplayLine()
717 if (subLine < ll->lines) { in SPositionFromLocation()
720 if (subLine > 0) // Wrapped in SPositionFromLocation()
790 for (int subLine = 0; subLine < ll->lines; subLine++) { in DisplayFromPosition() local
808 for (int subLine = 0; subLine < ll->lines; subLine++) { in StartEndDisplayLine() local
911 if (subLine == 0) { in DrawCaretLineFramed()
1424 if (subLine == ll->lines) { in DrawAnnotation()
2051 && (subLine == 0)) { in DrawIndentGuidesOverEmpty()
2105 if (subLine >= ll->lines) { in DrawLine()
2129 subLine, background); in DrawLine()
[all …]
H A DEditView.h132 Sci::Line line, Sci::Position lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart,
135 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
137 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
139 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
141 int xStart, PRectangle rcLine, int subLine) const;
144 int subLine, ColourOptional background) const;
147 int subLine, ColourOptional background);
149 Sci::Line line, Sci::Line lineVisible, PRectangle rcLine, int xStart, int subLine);
151 Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
155 Sci::Line line, PRectangle rcArea, int subLine) const;
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditView.h130 Sci::Line line, Sci::Position lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart,
133 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
135 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
137 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
139 int xStart, PRectangle rcLine, int subLine) const;
142 int subLine, ColourOptional background) const;
145 int subLine, ColourOptional background);
147 Sci::Line line, Sci::Line lineVisible, PRectangle rcLine, int xStart, int subLine);
149 Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
153 Sci::Line line, PRectangle rcArea, int subLine) const;
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditView.h130 Sci::Line line, Sci::Position lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart,
133 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
135 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase …
137 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
139 int xStart, PRectangle rcLine, int subLine) const;
142 int subLine, ColourOptional background) const;
145 int subLine, ColourOptional background);
147 Sci::Line line, Sci::Line lineVisible, PRectangle rcLine, int xStart, int subLine);
149 Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
153 Sci::Line line, PRectangle rcArea, int subLine) const;

123456789