Home
last modified time | relevance | path

Searched refs:fLine (Results 76 – 100 of 311) sorted by relevance

12345678910>>...13

/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynhighlightertex.pas58 fLine: PChar;
189 fLine := PChar(NewValue);
215 inc(Run,UTF8CodepointSize(@fLine[Run]));
257 case fLine[Run] of
261 until fLine[Run] = #13;
275 case fLine[Run] of
281 if (fLine[Run-1]='\') then
287 until fLine[Run] = #32;
294 fProcTable[fLine[Run]]();
H A Dsynhighlighterunixshellscript.pas76 fLine: PChar;
328 fLine := PChar(NewValue);
363 while fLine[Run] <> #0 do
364 case fLine[Run] of
366 if fLine[Run + 1] = ')' then
418 case fLine[Run] of
425 if (fLine[Run] = '*') and (fLine[Run + 1] = '/') then
432 until fLine[Run] in [#0, #10, #13];
508 while Identifiers[fLine[Run]] do inc(Run);
636 ((fLine[Run]<>#0) and (fProcTable[fLine[Run]] = @UnknownProc)) do inc(Run);
[all …]
H A Dsynhighlighterpython.pas77 fLine: PChar;
445 fLine := PChar(NewValue);
498 fTokenID := IdentKind((fLine + Run));
861 while fLine[Run] <> #0 do begin
862 case fLine[Run] of
882 if (fLine[Run + 1] = '"') and (fLine[Run + 2] = '"') then begin
965 while fLine[Run] <> #0 do begin
966 case fLine[Run] of
986 if (fLine[Run + 1] = #39) and (fLine[Run + 2] = #39) then begin
1108 ((fLine[Run]<>#0) and (fProcTable[fLine[Run]] = @UnknownProc)) do inc(Run);
[all …]
H A Dsynhighlighterhtml.pp249 fLine: PChar;
2363 if (fLine[Run] = '>') and (fLine[Run - 1] = '%')
2384 if (fLine[Run] = '>') and (fLine[Run - 1] = ']') and (fLine[Run - 2] = ']')
2446 if (fLine[Run] = '>') and (fLine[Run - 1] = '-') and (fLine[Run - 2] = '-')
2462 …if (Run <= length(fLine)-2) and (fLine[Run] = '!') and (fLine[Run + 1] = '-') and (fLine[Run + 2] …
2469 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (fLine[Run + 1] = '[')
2470 and (fLine[Run + 2] = 'C') and (fLine[Run + 3] = 'D') and (fLine[Run + 4] = 'A')
2471 and (fLine[Run + 5] = 'T') and (fLine[Run + 6] = 'A') and (fLine[Run + 7] = '[') then begin
2483 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (upcase(fLine[Run + 1]) = 'D')
2484 …and (upcase(fLine[Run + 2]) = 'O') and (upcase(fLine[Run + 3]) = 'C') and (upcase(fLine[Run + 4]) …
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlightertex.pas58 fLine: PChar;
186 fLine := PChar(NewValue);
212 inc(Run,UTF8CodepointSize(@fLine[Run]));
254 case fLine[Run] of
258 until fLine[Run] = #13;
272 case fLine[Run] of
278 if (fLine[Run-1]='\') then
284 until fLine[Run] = #32;
291 fProcTable[fLine[Run]]();
H A Dsynhighlighterpython.pas77 fLine: PChar;
442 fLine := PChar(NewValue);
495 fTokenID := IdentKind((fLine + Run));
858 while fLine[Run] <> #0 do begin
859 case fLine[Run] of
879 if (fLine[Run + 1] = '"') and (fLine[Run + 2] = '"') then begin
962 while fLine[Run] <> #0 do begin
963 case fLine[Run] of
983 if (fLine[Run + 1] = #39) and (fLine[Run + 2] = #39) then begin
1105 ((fLine[Run]<>#0) and (fProcTable[fLine[Run]] = @UnknownProc)) do inc(Run);
[all …]
H A Dsynhighlighterhtml.pp249 fLine: PChar;
2360 if (fLine[Run] = '>') and (fLine[Run - 1] = '%')
2381 if (fLine[Run] = '>') and (fLine[Run - 1] = ']') and (fLine[Run - 2] = ']')
2443 if (fLine[Run] = '>') and (fLine[Run - 1] = '-') and (fLine[Run - 2] = '-')
2459 …if (Run <= length(fLine)-2) and (fLine[Run] = '!') and (fLine[Run + 1] = '-') and (fLine[Run + 2] …
2466 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (fLine[Run + 1] = '[')
2467 and (fLine[Run + 2] = 'C') and (fLine[Run + 3] = 'D') and (fLine[Run + 4] = 'A')
2468 and (fLine[Run + 5] = 'T') and (fLine[Run + 6] = 'A') and (fLine[Run + 7] = '[') then begin
2480 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (upcase(fLine[Run + 1]) = 'D')
2481 …and (upcase(fLine[Run + 2]) = 'O') and (upcase(fLine[Run + 3]) = 'C') and (upcase(fLine[Run + 4]) …
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java42 int fLine; field in XSAnnotationInfo
55 fLine = line; in XSAnnotationInfo()
64 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
69 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java40 int fLine; field in XSAnnotationInfo
53 fLine = line; in XSAnnotationInfo()
62 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
67 fLine = -1; in XSAnnotationInfo()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java40 int fLine; field in XSAnnotationInfo
53 fLine = line; in XSAnnotationInfo()
62 fLine = annotationDeclImpl.getLineNumber(); in XSAnnotationInfo()
67 fLine = -1; in XSAnnotationInfo()
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynhighlighterunixshellscript.pas76 fLine: PChar;
328 fLine := PChar(NewValue);
363 while fLine[Run] <> #0 do
364 case fLine[Run] of
366 if fLine[Run + 1] = ')' then
418 case fLine[Run] of
425 if (fLine[Run] = '*') and (fLine[Run + 1] = '/') then
432 until fLine[Run] in [#0, #10, #13];
508 while Identifiers[fLine[Run]] do inc(Run);
636 ((fLine[Run]<>#0) and (fProcTable[fLine[Run]] = @UnknownProc)) do inc(Run);
[all …]
H A Dsynhighlighterpython.pas77 fLine: PChar;
445 fLine := PChar(NewValue);
498 fTokenID := IdentKind((fLine + Run));
861 while fLine[Run] <> #0 do begin
862 case fLine[Run] of
882 if (fLine[Run + 1] = '"') and (fLine[Run + 2] = '"') then begin
965 while fLine[Run] <> #0 do begin
966 case fLine[Run] of
986 if (fLine[Run + 1] = #39) and (fLine[Run + 2] = #39) then begin
1108 ((fLine[Run]<>#0) and (fProcTable[fLine[Run]] = @UnknownProc)) do inc(Run);
[all …]
H A Dsynhighlighterhtml.pp249 fLine: PChar;
2363 if (fLine[Run] = '>') and (fLine[Run - 1] = '%')
2384 if (fLine[Run] = '>') and (fLine[Run - 1] = ']') and (fLine[Run - 2] = ']')
2446 if (fLine[Run] = '>') and (fLine[Run - 1] = '-') and (fLine[Run - 2] = '-')
2462 …if (Run <= length(fLine)-2) and (fLine[Run] = '!') and (fLine[Run + 1] = '-') and (fLine[Run + 2] …
2469 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (fLine[Run + 1] = '[')
2470 and (fLine[Run + 2] = 'C') and (fLine[Run + 3] = 'D') and (fLine[Run + 4] = 'A')
2471 and (fLine[Run + 5] = 'T') and (fLine[Run + 6] = 'A') and (fLine[Run + 7] = '[') then begin
2483 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (upcase(fLine[Run + 1]) = 'D')
2484 …and (upcase(fLine[Run + 2]) = 'O') and (upcase(fLine[Run + 3]) = 'C') and (upcase(fLine[Run + 4]) …
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterpython.pas77 fLine: PChar;
442 fLine := PChar(NewValue);
495 fTokenID := IdentKind((fLine + Run));
858 while fLine[Run] <> #0 do begin
859 case fLine[Run] of
879 if (fLine[Run + 1] = '"') and (fLine[Run + 2] = '"') then begin
962 while fLine[Run] <> #0 do begin
963 case fLine[Run] of
983 if (fLine[Run + 1] = #39) and (fLine[Run + 2] = #39) then begin
1105 ((fLine[Run]<>#0) and (fProcTable[fLine[Run]] = @UnknownProc)) do inc(Run);
[all …]
H A Dsynhighlighterhtml.pp249 fLine: PChar;
2360 if (fLine[Run] = '>') and (fLine[Run - 1] = '%')
2381 if (fLine[Run] = '>') and (fLine[Run - 1] = ']') and (fLine[Run - 2] = ']')
2443 if (fLine[Run] = '>') and (fLine[Run - 1] = '-') and (fLine[Run - 2] = '-')
2459 …if (Run <= length(fLine)-2) and (fLine[Run] = '!') and (fLine[Run + 1] = '-') and (fLine[Run + 2] …
2466 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (fLine[Run + 1] = '[')
2467 and (fLine[Run + 2] = 'C') and (fLine[Run + 3] = 'D') and (fLine[Run + 4] = 'A')
2468 and (fLine[Run + 5] = 'T') and (fLine[Run + 6] = 'A') and (fLine[Run + 7] = '[') then begin
2480 else if (Run <= length(fLine)-7) and (fLine[Run] = '!') and (upcase(fLine[Run + 1]) = 'D')
2481 …and (upcase(fLine[Run + 2]) = 'O') and (upcase(fLine[Run + 3]) = 'C') and (upcase(fLine[Run + 4]) …
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/private/
H A DGrSingleOwner.h27 : fFile(file), fLine(line), fSO(so) { in AutoEnforce()
30 ~AutoEnforce() { fSO->exit(fFile, fLine); } in ~AutoEnforce()
33 int fLine; member
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/psvi/
H A DXSAnnotation.cpp40 ,fLine(0) in XSAnnotation()
50 ,fLine(0) in XSAnnotation()
176 serEng.writeUInt64 (fLine); in IMPL_XSERIALIZABLE_TOCREATE()
185 serEng.readUInt64 (fLine); in IMPL_XSERIALIZABLE_TOCREATE()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/psvi/
H A DXSAnnotation.cpp40 ,fLine(0) in XSAnnotation()
50 ,fLine(0) in XSAnnotation()
176 serEng.writeUInt64 (fLine); in IMPL_XSERIALIZABLE_TOCREATE()
185 serEng.readUInt64 (fLine); in IMPL_XSERIALIZABLE_TOCREATE()

12345678910>>...13