Home
last modified time | relevance | path

Searched refs:DirectoryCachePool (Results 1 – 25 of 86) sorted by relevance

1234

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dctunitgraph.pas113 DirectoryCachePool: TCTDirectoryCachePool;
366 AddTargetUnit(DirectoryCachePool.FindUnitInUnitSet('','system'));
565 SrcPath:=DirectoryCachePool.GetString(BaseDir,ctdcsCompleteSrcPath);
596 and (CompareFilenames(DirectoryCachePool.FindUnitInUnitSet(Dir,CurUnit.TheUnitName),
H A Dcodetoolmanager.pas219 DirectoryCachePool: TCTDirectoryCachePool;
1024 DirectoryCachePool:=TCTDirectoryCachePool.Create;
1034 SourceCache.DirectoryCachePool:=DirectoryCachePool;
1045 OnFileExistsCached:=@DirectoryCachePool.FileExists;
1046 OnFileAgeCached:=@DirectoryCachePool.FileAge;
1047 DefineTree.DirectoryCachePool:=DirectoryCachePool;
1116 FreeAndNil(DirectoryCachePool);
1284 DirectoryCachePool.IncreaseFileTimeStamp;
5385 Result.DirectoryCachePool:=DirectoryCachePool;
6661 if DirectoryCachePool<>nil then
[all …]
/dports/editors/lazarus/lazarus/components/codetools/
H A Dctunitgraph.pas113 DirectoryCachePool: TCTDirectoryCachePool;
366 AddTargetUnit(DirectoryCachePool.FindUnitInUnitSet('','system'));
565 SrcPath:=DirectoryCachePool.GetString(BaseDir,ctdcsCompleteSrcPath);
596 and (CompareFilenames(DirectoryCachePool.FindUnitInUnitSet(Dir,CurUnit.TheUnitName),
H A Dcodetoolmanager.pas219 DirectoryCachePool: TCTDirectoryCachePool;
1009 DirectoryCachePool:=TCTDirectoryCachePool.Create;
1019 SourceCache.DirectoryCachePool:=DirectoryCachePool;
1030 OnFileExistsCached:=@DirectoryCachePool.FileExists;
1031 OnFileAgeCached:=@DirectoryCachePool.FileAge;
1032 DefineTree.DirectoryCachePool:=DirectoryCachePool;
1101 FreeAndNil(DirectoryCachePool);
1269 DirectoryCachePool.IncreaseFileTimeStamp;
5272 Result.DirectoryCachePool:=DirectoryCachePool;
6549 if DirectoryCachePool<>nil then
[all …]
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dctunitgraph.pas113 DirectoryCachePool: TCTDirectoryCachePool;
366 AddTargetUnit(DirectoryCachePool.FindUnitInUnitSet('','system'));
565 SrcPath:=DirectoryCachePool.GetString(BaseDir,ctdcsCompleteSrcPath);
596 and (CompareFilenames(DirectoryCachePool.FindUnitInUnitSet(Dir,CurUnit.TheUnitName),
H A Dcodetoolmanager.pas219 DirectoryCachePool: TCTDirectoryCachePool;
1009 DirectoryCachePool:=TCTDirectoryCachePool.Create;
1019 SourceCache.DirectoryCachePool:=DirectoryCachePool;
1030 OnFileExistsCached:=@DirectoryCachePool.FileExists;
1031 OnFileAgeCached:=@DirectoryCachePool.FileAge;
1032 DefineTree.DirectoryCachePool:=DirectoryCachePool;
1101 FreeAndNil(DirectoryCachePool);
1269 DirectoryCachePool.IncreaseFileTimeStamp;
5272 Result.DirectoryCachePool:=DirectoryCachePool;
6549 if DirectoryCachePool<>nil then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dctunitgraph.pas113 DirectoryCachePool: TCTDirectoryCachePool;
366 AddTargetUnit(DirectoryCachePool.FindUnitInUnitSet('','system'));
565 SrcPath:=DirectoryCachePool.GetString(BaseDir,ctdcsCompleteSrcPath);
596 and (CompareFilenames(DirectoryCachePool.FindUnitInUnitSet(Dir,CurUnit.TheUnitName),
H A Dcodetoolmanager.pas219 DirectoryCachePool: TCTDirectoryCachePool;
1024 DirectoryCachePool:=TCTDirectoryCachePool.Create;
1034 SourceCache.DirectoryCachePool:=DirectoryCachePool;
1045 OnFileExistsCached:=@DirectoryCachePool.FileExists;
1046 OnFileAgeCached:=@DirectoryCachePool.FileAge;
1047 DefineTree.DirectoryCachePool:=DirectoryCachePool;
1116 FreeAndNil(DirectoryCachePool);
1284 DirectoryCachePool.IncreaseFileTimeStamp;
5385 Result.DirectoryCachePool:=DirectoryCachePool;
6661 if DirectoryCachePool<>nil then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Didetranslations.pas229 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(RSTDirectory,true,true);
439 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(Path);
/dports/editors/lazarus/lazarus/ide/
H A Didetranslations.pas229 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(RSTDirectory,true,true);
441 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(Path);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Didetranslations.pas229 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(RSTDirectory,true,true);
439 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(Path);
H A Dinspectchksumchangeddlg.pas240 DirCache:=CodeToolBoss.DirectoryCachePool.GetCache(Dir,true,false);
/dports/editors/lazarus-qt5/lazarus/ide/
H A Didetranslations.pas229 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(RSTDirectory,true,true);
441 Dir:=CodeToolBoss.DirectoryCachePool.GetCache(Path);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/tests/
H A Dtestctpas2js.pas235 …aFilename:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath('',AnUnitName,InFilename,t…
/dports/editors/lazarus/lazarus/components/codetools/tests/
H A Dtestctpas2js.pas235 …aFilename:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath('',AnUnitName,InFilename,t…
/dports/editors/lazarus-qt5/lazarus/components/codetools/tests/
H A Dtestctpas2js.pas235 …aFilename:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath('',AnUnitName,InFilename,t…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/tests/
H A Dtestctpas2js.pas235 …aFilename:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath('',AnUnitName,InFilename,t…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dppulistdlg.pas1010 Item.SrcFile:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
1017 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInCompletePath(
1021 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInPath(
/dports/editors/lazarus/lazarus/components/codetools/ide/
H A Dppulistdlg.pas1008 Item.SrcFile:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
1015 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInCompletePath(
1019 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInPath(
/dports/editors/lazarus-qt5/lazarus/components/codetools/ide/
H A Dppulistdlg.pas1008 Item.SrcFile:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
1015 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInCompletePath(
1019 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInPath(
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dppulistdlg.pas1010 Item.SrcFile:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
1017 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInCompletePath(
1021 Item.PPUFile:=CodeToolBoss.DirectoryCachePool.FindCompiledUnitInPath(
/dports/editors/lazarus/lazarus/designer/
H A Dobjinspext.pas280 FilenameOfClass:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dobjinspext.pas281 FilenameOfClass:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
/dports/editors/lazarus-qt5/lazarus/designer/
H A Dobjinspext.pas280 FilenameOfClass:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dobjinspext.pas281 FilenameOfClass:=CodeToolBoss.DirectoryCachePool.FindUnitSourceInCompletePath(

1234