Home
last modified time | relevance | path

Searched refs:WordEnd (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/py-simpleparse/SimpleParse-2.2.2/tests/
H A Dmx_low.py204 ( "ab", WordEnd, "ab", 0 ),
213 ( "ab", WordEnd, "ab", 1,1),
H A Dmx_special.py184 (None, WordEnd, 'test', 2, 1),
/dports/editors/lazarus/lazarus/ide/
H A Dbuildfiledlg.pas200 out WordStart, WordEnd: integer): boolean;
212 WordEnd:=ReadPos;
213 Result:=WordStart<WordEnd;
218 WordStart, WordEnd,ValueStart, ValueEnd: integer;
225 if not ReadNextWord(ReadPos,WordStart,WordEnd) then exit;
256 if CompareText(@DirectiveValue[WordStart],WordEnd-WordStart,
H A Dcodecontextform.pas596 WordEnd: LongInt;
656 WordEnd:=p;
663 ModifierEnd:=WordEnd;
668 Mark('*',WordEnd); // mark WordEnd before WordStart !
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dbuildfiledlg.pas200 out WordStart, WordEnd: integer): boolean;
212 WordEnd:=ReadPos;
213 Result:=WordStart<WordEnd;
218 WordStart, WordEnd,ValueStart, ValueEnd: integer;
225 if not ReadNextWord(ReadPos,WordStart,WordEnd) then exit;
256 if CompareText(@DirectiveValue[WordStart],WordEnd-WordStart,
H A Dcodecontextform.pas596 WordEnd: LongInt;
656 WordEnd:=p;
663 ModifierEnd:=WordEnd;
668 Mark('*',WordEnd); // mark WordEnd before WordStart !
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dbuildfiledlg.pas200 out WordStart, WordEnd: integer): boolean;
212 WordEnd:=ReadPos;
213 Result:=WordStart<WordEnd;
218 WordStart, WordEnd,ValueStart, ValueEnd: integer;
225 if not ReadNextWord(ReadPos,WordStart,WordEnd) then exit;
256 if CompareText(@DirectiveValue[WordStart],WordEnd-WordStart,
H A Dcodecontextform.pas596 WordEnd: LongInt;
656 WordEnd:=p;
663 ModifierEnd:=WordEnd;
668 Mark('*',WordEnd); // mark WordEnd before WordStart !
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dbuildfiledlg.pas200 out WordStart, WordEnd: integer): boolean;
212 WordEnd:=ReadPos;
213 Result:=WordStart<WordEnd;
218 WordStart, WordEnd,ValueStart, ValueEnd: integer;
225 if not ReadNextWord(ReadPos,WordStart,WordEnd) then exit;
256 if CompareText(@DirectiveValue[WordStart],WordEnd-WordStart,
H A Dcodecontextform.pas596 WordEnd: LongInt;
656 WordEnd:=p;
663 ModifierEnd:=WordEnd;
668 Mark('*',WordEnd); // mark WordEnd before WordStart !
/dports/devel/py-pyparsing/pyparsing-3.0.6/docs/
H A Dpyparsing_class_diagrm.puml195 class WordEnd
260 _PositionToken <|-- WordEnd
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/
H A Dgtk3objects.pas1993 LineWidth, WordWidth, WordEnd, CharWidth: integer;
2008 WordEnd:=LineStart;
2011 Result:=WordEnd;
2014 while AText[WordEnd] in [' ',#9] do inc(WordEnd);
2016 while not (AText[WordEnd] in [#0,' ',#9,#10,#13]) do inc(WordEnd);
2018 WordWidth:=GetLineWidthInPixel(Result,WordEnd-Result);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/
H A Dgtk3objects.pas1993 LineWidth, WordWidth, WordEnd, CharWidth: integer;
2008 WordEnd:=LineStart;
2011 Result:=WordEnd;
2014 while AText[WordEnd] in [' ',#9] do inc(WordEnd);
2016 while not (AText[WordEnd] in [#0,' ',#9,#10,#13]) do inc(WordEnd);
2018 WordWidth:=GetLineWidthInPixel(Result,WordEnd-Result);
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/
H A Dflowfilter.py537 f = pp.Literal(f"~{cls.code}") + pp.WordEnd()
551 f = pp.Literal(f"~{cls.code}") + pp.WordEnd() + regex.copy()
556 f = pp.Literal(f"~{cls.code}") + pp.WordEnd() + pp.Word(pp.nums)
/dports/editors/lazarus/lazarus/lcl/
H A Dpostscriptcanvas.pas2317 CharLen, LineStop, LineWidth, WordWidth, WordEnd, CharWidth: integer;
2333 WordEnd := LineStart;
2336 Result := WordEnd;
2339 while AText[WordEnd] in [' ', #9] do
2340 Inc(WordEnd);
2342 while not (AText[WordEnd] in [#0, ' ', #9, #10, #13]) do
2343 Inc(WordEnd);
2346 WordWidth := TextWidth(MidStr(AText, Result, WordEnd - Result));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptcanvas.pas2318 CharLen, LineStop, LineWidth, WordWidth, WordEnd, CharWidth: integer;
2334 WordEnd := LineStart;
2337 Result := WordEnd;
2340 while AText[WordEnd] in [' ', #9] do
2341 Inc(WordEnd);
2343 while not (AText[WordEnd] in [#0, ' ', #9, #10, #13]) do
2344 Inc(WordEnd);
2347 WordWidth := TextWidth(MidStr(AText, Result, WordEnd - Result));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3objects.pas2513 LineWidth, WordWidth, WordEnd, CharWidth: integer;
2528 WordEnd:=LineStart;
2531 Result:=WordEnd;
2534 while AText[WordEnd] in [' ',#9] do inc(WordEnd);
2536 while not (AText[WordEnd] in [#0,' ',#9,#10,#13]) do inc(WordEnd);
2538 WordWidth:=GetLineWidthInPixel(Result,WordEnd-Result);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dpostscriptcanvas.pas2317 CharLen, LineStop, LineWidth, WordWidth, WordEnd, CharWidth: integer;
2333 WordEnd := LineStart;
2336 Result := WordEnd;
2339 while AText[WordEnd] in [' ', #9] do
2340 Inc(WordEnd);
2342 while not (AText[WordEnd] in [#0, ' ', #9, #10, #13]) do
2343 Inc(WordEnd);
2346 WordWidth := TextWidth(MidStr(AText, Result, WordEnd - Result));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3objects.pas2513 LineWidth, WordWidth, WordEnd, CharWidth: integer;
2528 WordEnd:=LineStart;
2531 Result:=WordEnd;
2534 while AText[WordEnd] in [' ',#9] do inc(WordEnd);
2536 while not (AText[WordEnd] in [#0,' ',#9,#10,#13]) do inc(WordEnd);
2538 WordWidth:=GetLineWidthInPixel(Result,WordEnd-Result);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptcanvas.pas2318 CharLen, LineStop, LineWidth, WordWidth, WordEnd, CharWidth: integer;
2334 WordEnd := LineStart;
2337 Result := WordEnd;
2340 while AText[WordEnd] in [' ', #9] do
2341 Inc(WordEnd);
2343 while not (AText[WordEnd] in [#0, ' ', #9, #10, #13]) do
2344 Inc(WordEnd);
2347 WordWidth := TextWidth(MidStr(AText, Result, WordEnd - Result));
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/
H A DTextDiagnostic.cpp624 for (unsigned WordStart = 0, WordEnd; WordStart < Length; in printWordWrapped() local
625 WordStart = WordEnd) { in printWordWrapped()
632 WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns); in printWordWrapped()
635 unsigned WordLength = WordEnd - WordStart; in printWordWrapped()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/
H A DTextDiagnostic.cpp624 for (unsigned WordStart = 0, WordEnd; WordStart < Length; in printWordWrapped() local
625 WordStart = WordEnd) { in printWordWrapped()
632 WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns); in printWordWrapped()
635 unsigned WordLength = WordEnd - WordStart; in printWordWrapped()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Frontend/
H A DTextDiagnostic.cpp624 for (unsigned WordStart = 0, WordEnd; WordStart < Length; in printWordWrapped() local
625 WordStart = WordEnd) { in printWordWrapped()
632 WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns); in printWordWrapped()
635 unsigned WordLength = WordEnd - WordStart; in printWordWrapped()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/
H A DTextDiagnostic.cpp624 for (unsigned WordStart = 0, WordEnd; WordStart < Length; in printWordWrapped() local
625 WordStart = WordEnd) { in printWordWrapped()
632 WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns); in printWordWrapped()
635 unsigned WordLength = WordEnd - WordStart; in printWordWrapped()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/
H A DTextDiagnostic.cpp624 for (unsigned WordStart = 0, WordEnd; WordStart < Length; in printWordWrapped() local
625 WordStart = WordEnd) { in printWordWrapped()
632 WordEnd = findEndOfWord(WordStart, Str, Length, Column, Columns); in printWordWrapped()
635 unsigned WordLength = WordEnd - WordStart; in printWordWrapped()

12345