Home
last modified time | relevance | path

Searched refs:startPos (Results 1 – 25 of 5694) sorted by relevance

12345678910>>...228

/dports/games/spring/spring_98.0/AI/Skirmish/Shard/data/ai/ZK/
H A Djson.lua118 startPos = startPos and startPos or 1
119 startPos = decode_scanWhitespace(s,startPos)
121 local curChar = string.sub(s,startPos,startPos)
138 if string.sub(s,startPos,startPos+1)=='/*' then
166 startPos = startPos + 1
169 startPos = decode_scanWhitespace(s,startPos)
179 object, startPos = decode(s,startPos)
248 startPos = startPos + 1
261 key, startPos = decode(s,startPos)
268 value, startPos = decode(s,startPos)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlComplianceUtil.cs25 int startPos = 0; in NonCDataNormalize()
30 startPos++; in NonCDataNormalize()
37 int i = startPos; in NonCDataNormalize()
55 return value.Substring(startPos, i - startPos); in NonCDataNormalize()
59 norValue.Append(value, startPos, i - startPos); in NonCDataNormalize()
69 norValue.Append(value, startPos, i - startPos); in NonCDataNormalize()
84 norValue.Append(value, startPos, i - startPos); in NonCDataNormalize()
92 return value.Substring(startPos, len - startPos); in NonCDataNormalize()
112 int startPos = 0; in CDataNormalize()
130 norValue.Append(value, startPos, i - startPos); in CDataNormalize()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlComplianceUtil.cs25 int startPos = 0; in NonCDataNormalize()
29 startPos++; in NonCDataNormalize()
35 int i = startPos; in NonCDataNormalize()
48 return value.Substring( startPos, i - startPos ); in NonCDataNormalize()
51 norValue.Append( value, startPos, i - startPos ); in NonCDataNormalize()
59 norValue.Append( value, startPos, i - startPos ); in NonCDataNormalize()
71 norValue.Append( value, startPos, i - startPos ); in NonCDataNormalize()
77 return value.Substring( startPos, len - startPos ); in NonCDataNormalize()
94 int startPos = 0; in CDataNormalize()
108 norValue.Append( value, startPos, i - startPos ); in CDataNormalize()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/altium/
H A Daltium_rule_transformer.cpp45 const size_t startPos = m_pos; in Next() local
51 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::LPAR, startPos }; in Next()
56 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::RPAR, startPos }; in Next()
61 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::MUL, startPos }; in Next()
66 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::DIV, startPos }; in Next()
71 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::EQUAL, startPos }; in Next()
108 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::LOW_AND, startPos }; in Next()
114 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::LOW_OR, startPos }; in Next()
138 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::ADD, startPos }; in Next()
143 m_nextToken = { ALTIUM_RULE_TOKEN_KIND::SUB, startPos }; in Next()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexEDIFACT.cxx214 startPos = FindPreviousEnd(pAccess, startPos); in Fold()
234 startPos++; in Fold()
239 startPos++; in Fold()
246 startPos += 2; in Fold()
252 startPos++; in Fold()
258 startPos++; in Fold()
266 startPos++; in Fold()
286 startPos += 3; in Fold()
340 return startPos; in ForwardPastWhitespace()
343 startPos++; in ForwardPastWhitespace()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DCookielessHelper.cs90 _Headers = path.Substring(startPos + 2, endPos - startPos - 2); in RemoveCookielessValuesFromPath()
128 int startPos = 0; in GetCookieValue()
138 returnValue = _Headers.Substring(startPos, endPos-startPos); // get the substring in GetCookieValue()
142 int startPos = 0; in DoesCookieValueExistInOriginal()
153 int startPos = 0; in SetCookieValue()
184 startPos = endPos = -1; in GetValueStartAndEnd()
193 startPos = endPos = -1; in GetValueStartAndEnd()
196 startPos += 2; in GetValueStartAndEnd()
202 startPos = endPos = -1; in GetValueStartAndEnd()
373 startPos += 2; in IsValidHeader()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexEDIFACT.cxx234 startPos = FindPreviousEnd(pAccess, startPos); in Fold()
254 startPos++; in Fold()
259 startPos++; in Fold()
266 startPos += 2; in Fold()
272 startPos++; in Fold()
278 startPos++; in Fold()
286 startPos++; in Fold()
306 startPos += 3; in Fold()
360 return startPos; in ForwardPastWhitespace()
363 startPos++; in ForwardPastWhitespace()
[all …]
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexEDIFACT.cxx234 startPos = FindPreviousEnd(pAccess, startPos); in Fold()
254 startPos++; in Fold()
259 startPos++; in Fold()
266 startPos += 2; in Fold()
272 startPos++; in Fold()
278 startPos++; in Fold()
286 startPos++; in Fold()
306 startPos += 3; in Fold()
360 return startPos; in ForwardPastWhitespace()
363 startPos++; in ForwardPastWhitespace()
[all …]
/dports/editors/textadept/scintilla/lexers/
H A DLexEDIFACT.cxx234 startPos = FindPreviousEnd(pAccess, startPos); in Fold()
254 startPos++; in Fold()
259 startPos++; in Fold()
266 startPos += 2; in Fold()
272 startPos++; in Fold()
278 startPos++; in Fold()
286 startPos++; in Fold()
306 startPos += 3; in Fold()
360 return startPos; in ForwardPastWhitespace()
363 startPos++; in ForwardPastWhitespace()
[all …]
/dports/editors/scite/scintilla/lexers/
H A DLexEDIFACT.cxx234 startPos = FindPreviousEnd(pAccess, startPos); in Fold()
254 startPos++; in Fold()
259 startPos++; in Fold()
266 startPos += 2; in Fold()
272 startPos++; in Fold()
278 startPos++; in Fold()
286 startPos++; in Fold()
306 startPos += 3; in Fold()
360 return startPos; in ForwardPastWhitespace()
363 startPos++; in ForwardPastWhitespace()
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/syntaxeditor/
H A Dgolanghighlighter.cpp128 startPos = endPos; in highlightPreBlock()
139 startPos = endPos; in highlightPreBlock()
153 int startPos = 0; in highlightBlock() local
177 startPos = text.indexOf(regexpQuotesAndComment, startPos); in highlightBlock()
178 if (startPos == -1) in highlightBlock()
188 setFormat(startPos, text.length() - startPos, quotesFormat); in highlightBlock()
197 setFormat(startPos, endPos - startPos, quotesFormat); in highlightBlock()
198 startPos = endPos; in highlightBlock()
203 setFormat(startPos, text.length() - startPos, singleLineCommentFormat); in highlightBlock()
214 setFormat(startPos, text.length() - startPos, multiLineCommentFormat); in highlightBlock()
[all …]
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DExprSpecType.h28 int startPos, endPos; member
30 ExprSpecNode(int startPos, int endPos) : startPos(startPos), endPos(endPos) {} in ExprSpecNode()
38 …ExprSpecScalarNode(int startPos, int endPos, double scalar) : ExprSpecNode(startPos, endPos), v(sc… in ExprSpecScalarNode()
43 ExprSpecVectorNode(int startPos, int endPos, ExprSpecNode* x, ExprSpecNode* y, ExprSpecNode* z) in ExprSpecVectorNode()
44 : ExprSpecNode(startPos, endPos) { in ExprSpecVectorNode()
53 ExprSpecListNode(int startPos, int endPos) : ExprSpecNode(startPos, endPos) {} in ExprSpecListNode()
56 startPos = std::min(node->startPos, startPos); in add()
64 …ExprSpecStringNode(int startPos, int endPos, const char* s) : ExprSpecNode(startPos, endPos), v(s)… in ExprSpecStringNode()
69 … ExprSpecCurveNode(ExprSpecNode* args) : ExprSpecNode(args->startPos, args->endPos), args(args) {} in ExprSpecCurveNode()
74 … ExprSpecCCurveNode(ExprSpecNode* args) : ExprSpecNode(args->startPos, args->endPos), args(args) {} in ExprSpecCCurveNode()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/SegY/
H A DvtkSegYTraceReader.cxx39 startPos + traceHeaderBytesPos.TraceNumber, in); in PrintTraceHeader()
50 startPos + traceHeaderBytesPos.NumberSamples, in); in PrintTraceHeader()
59 startPos + traceHeaderBytesPos.InlineNumber, in); in PrintTraceHeader()
78 startPos + this->XCoordinate, in); in PrintTraceHeader()
83 startPos + this->YCoordinate, in); in PrintTraceHeader()
107 startPos + this->XCoordinate, in); in ReadTrace()
109 startPos + this->YCoordinate, in); in ReadTrace()
113 in.seekg(startPos + 240, in.beg); in ReadTrace()
157 std::streamoff& startPos, in ReadInlineCrossline() argument
171 startPos + this->XCoordinate, in); in ReadInlineCrossline()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/SegY/
H A DvtkSegYTraceReader.cxx36 void vtkSegYTraceReader::PrintTraceHeader(std::istream& in, int startPos) in PrintTraceHeader() argument
64 startPos + traceHeaderBytesPos.TraceNumberWithinEnsemble, in); in PrintTraceHeader()
68 startPos + traceHeaderBytesPos.CoordinateMultiplier, in); in PrintTraceHeader()
78 startPos + traceHeaderBytesPos.CoordinateUnits, in); in PrintTraceHeader()
84 std::streamoff& startPos, std::istream& in, int formatCode, vtkSegYTrace* trace) in ReadTrace() argument
93 startPos + traceHeaderBytesPos.CoordinateMultiplier, in); in ReadTrace()
95 vtkSegYIOUtils::Instance()->readLongInteger(startPos + this->XCoordinate, in); in ReadTrace()
101 in.seekg(startPos + 240, std::istream::beg); in ReadTrace()
138 startPos += 240 + this->GetTraceSize(numSamples, formatCode); in ReadTrace()
156 startPos + traceHeaderBytesPos.CoordinateMultiplier, in); in ReadInlineCrossline()
[all …]
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Common/
H A Dformulaparser.cpp193 xblanc( startPos ); in scanElem()
194 if( startPos.empty() ) in scanElem()
197 switch( startPos[0] ) in scanElem()
200 case LBRACKET1: startPos = startPos.substr(1); in scanElem()
203 startPos = startPos.substr(1); in scanElem()
205 case LBRACKET2: startPos = startPos.substr(1); in scanElem()
208 startPos = startPos.substr(1); in scanElem()
210 case LBRACKET3: startPos = startPos.substr(1); in scanElem()
213 startPos = startPos.substr(1); in scanElem()
215 case PSUR_L_PLUS: startPos = startPos.substr(1); in scanElem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Daccessibletexthelper.cxx121 rBoundary.startPos = nIndex; in implGetGlyphBoundary()
150 rBoundary.startPos = nIndex; in implGetWordBoundary()
172 rBoundary.startPos = nIndex; in implGetSentenceBoundary()
182 rBoundary.startPos = 0; in implGetParagraphBoundary()
195 rBoundary.startPos = nIndex; in implGetParagraphBoundary()
207 rBoundary.startPos = 0; in implGetLineBoundary()
212 rBoundary.startPos = nIndex; in implGetLineBoundary()
311 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
323 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
335 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Daccessibletexthelper.cxx121 rBoundary.startPos = nIndex; in implGetGlyphBoundary()
150 rBoundary.startPos = nIndex; in implGetWordBoundary()
172 rBoundary.startPos = nIndex; in implGetSentenceBoundary()
182 rBoundary.startPos = 0; in implGetParagraphBoundary()
195 rBoundary.startPos = nIndex; in implGetParagraphBoundary()
207 rBoundary.startPos = 0; in implGetLineBoundary()
212 rBoundary.startPos = nIndex; in implGetLineBoundary()
311 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
323 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
335 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
[all …]
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DLut3DOp.cpp166 const float* startPos = &(lut.lut[0]);
212 const float* startPos = &(lut.lut[0]);
307 const float* startPos = &(lut.lut[0]);
378 (1-fx) * startPos[n000] +
379 (fx-fy) * startPos[n100] +
380 (fy-fz) * startPos[n110] +
381 (fz) * startPos[n111];
401 (fy) * startPos[n111];
421 (fy) * startPos[n111];
444 (fx) * startPos[n111];
[all …]
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DLut3DOp.cpp166 const float* startPos = &(lut.lut[0]);
212 const float* startPos = &(lut.lut[0]);
307 const float* startPos = &(lut.lut[0]);
378 (1-fx) * startPos[n000] +
379 (fx-fy) * startPos[n100] +
380 (fy-fz) * startPos[n110] +
381 (fz) * startPos[n111];
401 (fy) * startPos[n111];
421 (fy) * startPos[n111];
444 (fx) * startPos[n111];
[all …]
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DLut3DOp.cpp166 const float* startPos = &(lut.lut[0]);
212 const float* startPos = &(lut.lut[0]);
307 const float* startPos = &(lut.lut[0]);
378 (1-fx) * startPos[n000] +
379 (fx-fy) * startPos[n100] +
380 (fy-fz) * startPos[n110] +
381 (fz) * startPos[n111];
401 (fy) * startPos[n111];
421 (fy) * startPos[n111];
444 (fx) * startPos[n111];
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCRTable.java117 int startPos = encodePosition(pos.startPos, lineMap, log); in writeCRT() local
118 if (startPos == Position.NOPOS) in writeCRT()
134 databuf.appendInt(startPos); in writeCRT()
261 SourceRange sr = new SourceRange(startPos(tree), startPos(tree)); in visitSkip()
556 public int startPos(JCTree tree) { in startPos() method in CRTable.SourceComputer
607 int startPos; field in CRTable.SourceRange
615 startPos = Position.NOPOS; in SourceRange()
621 this.startPos = startPos; in SourceRange()
631 if (startPos == Position.NOPOS) in mergeWith()
632 startPos = sr.startPos; in mergeWith()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCRTable.java117 int startPos = encodePosition(pos.startPos, lineMap, log); in writeCRT() local
118 if (startPos == Position.NOPOS) in writeCRT()
134 databuf.appendInt(startPos); in writeCRT()
261 SourceRange sr = new SourceRange(startPos(tree), startPos(tree)); in visitSkip()
557 public int startPos(JCTree tree) { in startPos() method in CRTable.SourceComputer
608 int startPos; field in CRTable.SourceRange
616 startPos = Position.NOPOS; in SourceRange()
622 this.startPos = startPos; in SourceRange()
632 if (startPos == Position.NOPOS) in mergeWith()
633 startPos = sr.startPos; in mergeWith()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCRTable.java117 int startPos = encodePosition(pos.startPos, lineMap, log); in writeCRT() local
118 if (startPos == Position.NOPOS) in writeCRT()
134 databuf.appendInt(startPos); in writeCRT()
261 SourceRange sr = new SourceRange(startPos(tree), startPos(tree)); in visitSkip()
562 public int startPos(JCTree tree) { in startPos() method in CRTable.SourceComputer
613 int startPos; field in CRTable.SourceRange
621 startPos = Position.NOPOS; in SourceRange()
627 this.startPos = startPos; in SourceRange()
637 if (startPos == Position.NOPOS) in mergeWith()
638 startPos = sr.startPos; in mergeWith()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCRTable.java117 int startPos = encodePosition(pos.startPos, lineMap, log); in writeCRT() local
118 if (startPos == Position.NOPOS) in writeCRT()
134 databuf.appendInt(startPos); in writeCRT()
261 SourceRange sr = new SourceRange(startPos(tree), startPos(tree)); in visitSkip()
556 public int startPos(JCTree tree) { in startPos() method in CRTable.SourceComputer
607 int startPos; field in CRTable.SourceRange
615 startPos = Position.NOPOS; in SourceRange()
621 this.startPos = startPos; in SourceRange()
631 if (startPos == Position.NOPOS) in mergeWith()
632 startPos = sr.startPos; in mergeWith()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCRTable.java117 int startPos = encodePosition(pos.startPos, lineMap, log); in writeCRT() local
118 if (startPos == Position.NOPOS) in writeCRT()
134 databuf.appendInt(startPos); in writeCRT()
261 SourceRange sr = new SourceRange(startPos(tree), startPos(tree)); in visitSkip()
556 public int startPos(JCTree tree) { in startPos() method in CRTable.SourceComputer
607 int startPos; field in CRTable.SourceRange
615 startPos = Position.NOPOS; in SourceRange()
621 this.startPos = startPos; in SourceRange()
631 if (startPos == Position.NOPOS) in mergeWith()
632 startPos = sr.startPos; in mergeWith()
[all …]

12345678910>>...228