Home
last modified time | relevance | path

Searched refs:LeftStr (Results 251 – 275 of 306) sorted by relevance

1...<<111213

/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dcodecompletiontool.pas2132 if (UpperCaseStr(LeftStr(PropVarName,2))='ON')
2135 Result:=LeftStr(Result,length(Result)-l)+RightStr(Result,l-2);
7248 LeftStr(AccessParam,length(AccessParamPrefix)))=0)
7283 LeftStr(AccessParam,length(AccessParamPrefix)))=0)
7451 LeftStr(AccessParam,length(AccessParamPrefix)))=0)
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodecompletiontool.pas2133 if (UpperCaseStr(LeftStr(PropVarName,2))='ON')
2136 Result:=LeftStr(Result,length(Result)-l)+RightStr(Result,l-2);
7249 LeftStr(AccessParam,length(AccessParamPrefix)))=0)
7284 LeftStr(AccessParam,length(AccessParamPrefix)))=0)
7452 LeftStr(AccessParam,length(AccessParamPrefix)))=0)
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/base/
H A Dbufdataset.pas776 …Result := WideCompareText(pwidechar(subValue),LeftStr(pwidechar(aValue), Length(pwidechar(subValue…
778 …Result := WideCompareStr(pwidechar(subValue),LeftStr(pwidechar(aValue), Length(pwidechar(subValue)…
/dports/lang/fpc-source/fpc-3.2.2/packages/pastojs/src/
H A Dpas2jsfilecache.pp1412 Dir:=DirectoryCache.GetDirectory(LeftStr(aMask,p-1),true,false);
1596 if BaseDirectory=LeftStr(Result,length(BaseDirectory)) then
H A Dpas2jsfileutils.pp157 and (CompareFileNames(ExpPath,LeftStr(ExpFile,l))=0);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/base/
H A Dbufdataset.pas776 …Result := WideCompareText(pwidechar(subValue),LeftStr(pwidechar(aValue), Length(pwidechar(subValue…
778 …Result := WideCompareStr(pwidechar(subValue),LeftStr(pwidechar(aValue), Length(pwidechar(subValue)…
/dports/lang/fpc-pastojs/fpc-3.2.2/packages/pastojs/src/
H A Dpas2jsfilecache.pp1412 Dir:=DirectoryCache.GetDirectory(LeftStr(aMask,p-1),true,false);
1596 if BaseDirectory=LeftStr(Result,length(BaseDirectory)) then
H A Dpas2jsfileutils.pp157 and (CompareFileNames(ExpPath,LeftStr(ExpFile,l))=0);
/dports/editors/lazarus/lazarus/lcl/
H A Ddialogs.pp837 Result:='['+LeftStr(Result,length(Result)-1)+']';
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Ddialogs.pp837 Result:='['+LeftStr(Result,length(Result)-1)+']';
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Ddialogs.pp837 Result:='['+LeftStr(Result,length(Result)-1)+']';
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Ddialogs.pp837 Result:='['+LeftStr(Result,length(Result)-1)+']';
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dhollywood.vim116 …yDir JoyFire LayerExists LayerToBack LayerToFront Ld LdExp LeftMouseQuit LeftStr LegacyControl Lim…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dhollywood.vim116 …yDir JoyFire LayerExists LayerToBack LayerToFront Ld LdExp LeftMouseQuit LeftStr LegacyControl Lim…
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc2310 { LeftStr returns Count left-most characters from S }
2312 function LeftStr(const S: string; Count: integer): string;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc2310 { LeftStr returns Count left-most characters from S }
2312 function LeftStr(const S: string; Count: integer): string;
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc2310 { LeftStr returns Count left-most characters from S }
2312 function LeftStr(const S: string; Count: integer): string;
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/sysutils/
H A Dsysstr.inc2310 { LeftStr returns Count left-most characters from S }
2312 function LeftStr(const S: string; Count: integer): string;
/dports/editors/lazarus/lazarus/ide/
H A Dsearchresultview.pp1043 PN:= LeftStr(PN, Paren-1);
H A Dideprocs.pp736 and (CompareFilenames(ExpDir,LeftStr(ExpPath,l))=0);
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dsearchresultview.pp1043 PN:= LeftStr(PN, Paren-1);
H A Dideprocs.pp736 and (CompareFilenames(ExpDir,LeftStr(ExpPath,l))=0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsearchresultview.pp1254 PN:= LeftStr(PN, Paren-1);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsearchresultview.pp1254 PN:= LeftStr(PN, Paren-1);
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtcresolver.pas1921 if SameText(LeftStr(s,6),'Attr__') then
1928 ClassMarkerName:=LeftStr(s,p-1);
2102 Line:=LeftStr(Line,aCol-1)+'|'+copy(Line,aCol,length(Line));

1...<<111213