Home
last modified time | relevance | path

Searched refs:FoldEndLine (Results 1 – 8 of 8) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynedithighlighterfoldbase.pas508 …function FoldEndLine(ALineIndex, FoldIndex: Integer): integer; virtual; overload; // deprecate // …
509 function FoldEndLine(ALineIndex, FoldIndex: Integer;
511 function FoldEndLine(ALineIndex, FoldIndex: Integer;
1966 Result := FoldEndLine(ALineIndex, FoldIndex);
1974 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer): integer; in FoldEndLine() function
1976 Result := FoldEndLine(ALineIndex, FoldIndex, 0, []);
1979 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1991 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1998 Result := FoldEndLine(ALineIndex, FoldIndex, Filter);
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynedithighlighterfoldbase.pas508 …function FoldEndLine(ALineIndex, FoldIndex: Integer): integer; virtual; overload; // deprecate // …
509 function FoldEndLine(ALineIndex, FoldIndex: Integer;
511 function FoldEndLine(ALineIndex, FoldIndex: Integer;
1966 Result := FoldEndLine(ALineIndex, FoldIndex);
1974 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer): integer; in FoldEndLine() function
1976 Result := FoldEndLine(ALineIndex, FoldIndex, 0, []);
1979 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1991 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1998 Result := FoldEndLine(ALineIndex, FoldIndex, Filter);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynedithighlighterfoldbase.pas508 …function FoldEndLine(ALineIndex, FoldIndex: Integer): integer; virtual; overload; // deprecate // …
509 function FoldEndLine(ALineIndex, FoldIndex: Integer;
511 function FoldEndLine(ALineIndex, FoldIndex: Integer;
1966 Result := FoldEndLine(ALineIndex, FoldIndex);
1974 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer): integer; in FoldEndLine() function
1976 Result := FoldEndLine(ALineIndex, FoldIndex, 0, []);
1979 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1991 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1998 Result := FoldEndLine(ALineIndex, FoldIndex, Filter);
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynedithighlighterfoldbase.pas508 …function FoldEndLine(ALineIndex, FoldIndex: Integer): integer; virtual; overload; // deprecate // …
509 function FoldEndLine(ALineIndex, FoldIndex: Integer;
511 function FoldEndLine(ALineIndex, FoldIndex: Integer;
1966 Result := FoldEndLine(ALineIndex, FoldIndex);
1974 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer): integer; in FoldEndLine() function
1976 Result := FoldEndLine(ALineIndex, FoldIndex, 0, []);
1979 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1991 function TSynCustomFoldHighlighter.FoldEndLine(ALineIndex, FoldIndex: Integer; in FoldEndLine() function
1998 Result := FoldEndLine(ALineIndex, FoldIndex, Filter);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtesthighlightfoldbase.pas167 Expected[i].Exp[j], FTheHighLighter.FoldEndLine(Expected[i].Line, j));
/dports/editors/lazarus/lazarus/components/synedit/test/
H A Dtesthighlightfoldbase.pas167 Expected[i].Exp[j], FTheHighLighter.FoldEndLine(Expected[i].Line, j));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtesthighlightfoldbase.pas167 Expected[i].Exp[j], FTheHighLighter.FoldEndLine(Expected[i].Line, j));
/dports/editors/lazarus-qt5/lazarus/components/synedit/test/
H A Dtesthighlightfoldbase.pas167 Expected[i].Exp[j], FTheHighLighter.FoldEndLine(Expected[i].Line, j));