Home
last modified time | relevance | path

Searched refs:LeftStr (Results 51 – 75 of 306) sorted by relevance

12345678910>>...13

/dports/editors/lazarus-qt5/lazarus/components/codetools/tests/
H A Dteststdcodetools.pas192 s:=LeftStr(s,Col-1)+'|'+copy(s,Col,length(s));
307 … AssertEquals('RemoveUnitFromAllUsesSections altered header: ',Header,LeftStr(Src,length(Header)));
H A Dtestctpas2js.pas210 Line:=LeftStr(Line,CursorPos.X-1)+'|'+copy(Line,CursorPos.X,length(Line));
/dports/editors/lazarus/lazarus/lcl/
H A Dlazhelphtml.pas248 and (LeftStr(HelpKeyword,length(KeywordPrefix))=KeywordPrefix) then begin
357 IsShellStr := UpperCase(LeftStr(Executable,Pos(':',Executable)))='SHELL:';
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlazhelphtml.pas248 and (LeftStr(HelpKeyword,length(KeywordPrefix))=KeywordPrefix) then begin
357 IsShellStr := UpperCase(LeftStr(Executable,Pos(':',Executable)))='SHELL:';
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dlazhelphtml.pas248 and (LeftStr(HelpKeyword,length(KeywordPrefix))=KeywordPrefix) then begin
357 IsShellStr := UpperCase(LeftStr(Executable,Pos(':',Executable)))='SHELL:';
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlazhelphtml.pas248 and (LeftStr(HelpKeyword,length(KeywordPrefix))=KeywordPrefix) then begin
357 IsShellStr := UpperCase(LeftStr(Executable,Pos(':',Executable)))='SHELL:';
/dports/lang/fpc-source/fpc-3.2.2/packages/pastojs/tests/
H A Dtcunitsearch.pas396 …CLI.OnWriteFile ',aFile.Filename,' Found=',FindFile(aFilename)<>nil,' "',LeftStr(aFile.Source,50),…
426 Line:=LeftStr(Line,aCol-1)+'|'+copy(Line,aCol,length(Line));
563 Dir:=LeftStr(Filename,p-1);
/dports/lang/fpc-pastojs/fpc-3.2.2/packages/pastojs/tests/
H A Dtcunitsearch.pas396 …CLI.OnWriteFile ',aFile.Filename,' Found=',FindFile(aFilename)<>nil,' "',LeftStr(aFile.Source,50),…
426 Line:=LeftStr(Line,aCol-1)+'|'+copy(Line,aCol,length(Line));
563 Dir:=LeftStr(Filename,p-1);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_bcnumerickeyboard/
H A Dumain.pas90 LeftStr(NumericSender.Caption, Length(NumericSender.Caption) - 1);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dinitialsetupproc.pas363 and (CompareFilenames(LeftStr(ShortFilename,3),'ppc')<>0)
623 if (CompareText(LeftStr(ShortFilename,6),'pas2js')<>0)
734 if LeftStr(FPCVer,length(SrcVer))=SrcVer then
/dports/editors/lazarus/lazarus/ide/
H A Dinitialsetupproc.pas357 and (CompareFilenames(LeftStr(ShortFilename,3),'ppc')<>0)
617 if (CompareText(LeftStr(ShortFilename,6),'pas2js')<>0)
728 if LeftStr(FPCVer,length(SrcVer))=SrcVer then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dinitialsetupproc.pas363 and (CompareFilenames(LeftStr(ShortFilename,3),'ppc')<>0)
623 if (CompareText(LeftStr(ShortFilename,6),'pas2js')<>0)
734 if LeftStr(FPCVer,length(SrcVer))=SrcVer then
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dinitialsetupproc.pas357 and (CompareFilenames(LeftStr(ShortFilename,3),'ppc')<>0)
617 if (CompareText(LeftStr(ShortFilename,6),'pas2js')<>0)
728 if LeftStr(FPCVer,length(SrcVer))=SrcVer then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/idehelp/
H A Dchmprog.pas144 (LeftStr(HelpDirective, Length(FPCDirectiveHelpPrefix)) = FPCDirectiveHelpPrefix) then
/dports/editors/lazarus/lazarus/components/chmhelp/packages/idehelp/
H A Dchmprog.pas147 (LeftStr(HelpDirective, Length(FPCDirectiveHelpPrefix)) = FPCDirectiveHelpPrefix) then
H A Dchmlangref.pas155 and (LeftStr(HelpKeyword,length(FPCKeyWordHelpPrefix))=FPCKeyWordHelpPrefix) then
/dports/editors/lazarus-qt5/lazarus/components/chmhelp/packages/idehelp/
H A Dchmprog.pas147 (LeftStr(HelpDirective, Length(FPCDirectiveHelpPrefix)) = FPCDirectiveHelpPrefix) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/idehelp/
H A Dchmprog.pas144 (LeftStr(HelpDirective, Length(FPCDirectiveHelpPrefix)) = FPCDirectiveHelpPrefix) then
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfEDIExport.pas292 if (wwls.IndexOf(LeftStr(loc,4)) < 0) then
294 wwls.Add(LeftStr(loc,4));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/tests/
H A Dtestctpas2js.pas210 Line:=LeftStr(Line,CursorPos.X-1)+'|'+copy(Line,CursorPos.X,length(Line));
/dports/editors/lazarus/lazarus/components/codetools/tests/
H A Dtestctpas2js.pas210 Line:=LeftStr(Line,CursorPos.X-1)+'|'+copy(Line,CursorPos.X,length(Line));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/tests/
H A Dtestctpas2js.pas210 Line:=LeftStr(Line,CursorPos.X-1)+'|'+copy(Line,CursorPos.X,length(Line));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dctloadlaz.pas310 if LeftStr(Param,length(Option))<>Option then exit(false);
/dports/editors/lazarus/lazarus/components/codetools/
H A Dctloadlaz.pas310 if LeftStr(Param,length(Option))<>Option then exit(false);
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dctloadlaz.pas310 if LeftStr(Param,length(Option))<>Option then exit(false);

12345678910>>...13