Home
last modified time | relevance | path

Searched refs:MatchStart (Results 1 – 25 of 43) sorted by relevance

12

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dtexttools.pas72 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
97 out MatchStart, MatchLength: integer);
125 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
127 REVarPosProcedure(Index,MatchStart,MatchLength);
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dtexttools.pas70 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
95 out MatchStart, MatchLength: integer);
123 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
125 REVarPosProcedure(Index,MatchStart,MatchLength);
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dtexttools.pas70 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
95 out MatchStart, MatchLength: integer);
123 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
125 REVarPosProcedure(Index,MatchStart,MatchLength);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dtexttools.pas72 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
97 out MatchStart, MatchLength: integer);
125 procedure REVarPos(Index: Integer; out MatchStart, MatchLength: integer);
127 REVarPosProcedure(Index,MatchStart,MatchLength);
/dports/devel/fpc-regexpr/fpc-3.2.2/packages/regexpr/tests/
H A Dtcregexp.pp62 MatchStart: integer;
72 MatchStart: 0
79 MatchStart: 0
86 MatchStart: 0
93 MatchStart: 0
100 MatchStart: 0
420 AssertEquals('Search position',T.MatchStart,RE.MatchPos[0]);
/dports/lang/fpc-source/fpc-3.2.2/packages/regexpr/tests/
H A Dtcregexp.pp62 MatchStart: integer;
72 MatchStart: 0
79 MatchStart: 0
86 MatchStart: 0
93 MatchStart: 0
100 MatchStart: 0
420 AssertEquals('Search position',T.MatchStart,RE.MatchPos[0]);
/dports/editors/lazarus/lazarus/components/simpleideintf/
H A Dsimpleide.pas93 procedure SynREVarPos(Index: Integer; out MatchStart, MatchLength: integer);
96 MatchStart:=SynREEngine.MatchPos[Index];
99 MatchStart:=-1;
/dports/editors/lazarus-qt5/lazarus/components/simpleideintf/
H A Dsimpleide.pas93 procedure SynREVarPos(Index: Integer; out MatchStart, MatchLength: integer);
96 MatchStart:=SynREEngine.MatchPos[Index];
99 MatchStart:=-1;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/simpleideintf/
H A Dsimpleide.pas93 procedure SynREVarPos(Index: Integer; out MatchStart, MatchLength: integer);
96 MatchStart:=SynREEngine.MatchPos[Index];
99 MatchStart:=-1;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/simpleideintf/
H A Dsimpleide.pas93 procedure SynREVarPos(Index: Integer; out MatchStart, MatchLength: integer);
96 MatchStart:=SynREEngine.MatchPos[Index];
99 MatchStart:=-1;
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dmatcher.py163 if isinstance(token, ly.lex.MatchStart):
164 match, other = ly.lex.MatchStart, ly.lex.MatchEnd
174 match, other = ly.lex.MatchEnd, ly.lex.MatchStart
H A Dpointandclick.py225 if isinstance(token, ly.lex.MatchStart) and token.matchname == name:
293 elif isinstance(token, ly.lex.MatchStart):
303 elif isinstance(token, ly.lex.MatchStart) and token.matchname == name:
/dports/print/py-python-ly/python-ly-0.9.6/ly/lex/
H A Dscheme.py78 class OpenParen(Scheme, _token.MatchStart, _token.Indent):
165 class LilyPondStart(LilyPond, _token.MatchStart, _token.Indent):
H A D_token.py149 class MatchStart(object): class
H A Dlilypond.py207 class OpenBracket(Delimiter, _token.MatchStart, _token.Indent):
221 class OpenSimultaneous(Delimiter, _token.MatchStart, _token.Indent):
302 class SlurStart(Slur, _token.MatchStart):
330 class BeamStart(Beam, _token.MatchStart):
344 class LigatureStart(Ligature, _token.MatchStart):
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/timers/
H A DPVRTimerRuleMatcher.cpp78 MatchStart(epgTag) && in Matches()
106 bool CPVRTimerRuleMatcher::MatchStart(const std::shared_ptr<CPVREpgInfoTag>& epgTag) const in MatchStart() function in CPVRTimerRuleMatcher
H A DPVRTimerRuleMatcher.h38 bool MatchStart(const std::shared_ptr<CPVREpgInfoTag>& epgTag) const;
/dports/editors/cudatext/CudaText-1.151.0/atbinhex/atbinhex/
H A Datstreamsearch.pas401 MatchStart, MatchLength: Int64;
408 MatchStart, MatchLength) >= 0;
412 FFoundStart := FStreamStart + MatchStart * FCharSize;
/dports/editors/lazarus/lazarus/ide/
H A Dsearchresultview.pp68 property MatchStart: integer read fMatchStart write fMatchStart;// start in TheText
215 const MatchStart: integer; const MatchLen: integer);
261 Dest.MatchStart := Src.MatchStart;
554 const MatchStart: integer; const MatchLen: integer);
577 SearchPos.MatchStart:=MatchStart;
936 …omDrawItem MatchPos.TheText="',MatchPos.TheText,'" MatchPos.MatchStart=',MatchPos.MatchStart,' Mat…
938 …CurPart:=SpecialCharsToHex(copy(MatchPos.TheText,DrawnTextLength+1,MatchPos.MatchStart-1-DrawnText…
939 DrawnTextLength:=MatchPos.MatchStart-1;
H A Dsourceeditprocs.pas997 procedure SynREVarPos(Index: Integer; out MatchStart, MatchLength: integer);
1000 MatchStart:=SynREEngine.MatchPos[Index];
1003 MatchStart:=-1;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dsearchresultview.pp68 property MatchStart: integer read fMatchStart write fMatchStart;// start in TheText
215 const MatchStart: integer; const MatchLen: integer);
261 Dest.MatchStart := Src.MatchStart;
554 const MatchStart: integer; const MatchLen: integer);
577 SearchPos.MatchStart:=MatchStart;
936 …omDrawItem MatchPos.TheText="',MatchPos.TheText,'" MatchPos.MatchStart=',MatchPos.MatchStart,' Mat…
938 …CurPart:=SpecialCharsToHex(copy(MatchPos.TheText,DrawnTextLength+1,MatchPos.MatchStart-1-DrawnText…
939 DrawnTextLength:=MatchPos.MatchStart-1;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsearchresultview.pp68 property MatchStart: integer read fMatchStart write fMatchStart;// start in TheText
250 const MatchStart: integer; const MatchLen: integer);
293 Dest.MatchStart := Src.MatchStart;
688 const MatchStart: integer; const MatchLen: integer);
711 SearchPos.MatchStart:=MatchStart;
1148 …omDrawItem MatchPos.TheText="',MatchPos.TheText,'" MatchPos.MatchStart=',MatchPos.MatchStart,' Mat…
1150 CurPart:=copy(MatchPos.TheText, DrawnTextLength+1, MatchPos.MatchStart-1-DrawnTextLength);
1152 DrawnTextLength:=MatchPos.MatchStart-1;
H A Dsourceeditprocs.pas1017 procedure SynREVarPos(Index: Integer; out MatchStart, MatchLength: integer);
1020 MatchStart:=SynREEngine.MatchPos[Index];
1023 MatchStart:=-1;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsearchresultview.pp68 property MatchStart: integer read fMatchStart write fMatchStart;// start in TheText
250 const MatchStart: integer; const MatchLen: integer);
293 Dest.MatchStart := Src.MatchStart;
688 const MatchStart: integer; const MatchLen: integer);
711 SearchPos.MatchStart:=MatchStart;
1148 …omDrawItem MatchPos.TheText="',MatchPos.TheText,'" MatchPos.MatchStart=',MatchPos.MatchStart,' Mat…
1150 CurPart:=copy(MatchPos.TheText, DrawnTextLength+1, MatchPos.MatchStart-1-DrawnTextLength);
1152 DrawnTextLength:=MatchPos.MatchStart-1;
/dports/devel/rabs/rabs-2.19.5/minilang/src/
H A Dml_string.c1858 int MatchStart = SubjectLength, MatchEnd, SubCount; variable
1879 if (Matches[0].rm_so < MatchStart) {
1880 MatchStart = Matches[0].rm_so;
1894 if (Start < MatchStart) {
1895 MatchStart = Start;
1904 if (MatchStart) ml_stringbuffer_add(Buffer, Subject, MatchStart);

12