Home
last modified time | relevance | path

Searched refs:ConfigCache (Results 1 – 25 of 122) sorted by relevance

12345

/dports/editors/lazarus/lazarus/components/codetools/examples/
H A Dtestfpcsrcunitrules.lpr72 ConfigCache: TPCTargetConfigCache;
132 WriteCompilerInfo(ConfigCache);
190 ConfigCache: TPCTargetConfigCache);
209 if (ConfigCache.UnitPaths=nil) or (ConfigCache.UnitPaths.Count=0) then
216 ConfigCache: TPCTargetConfigCache);
222 SearchPaths:=ConfigCache.UnitPaths;
309 ConfigCache: TPCTargetConfigCache;
340 ConfigCache.RealTargetOS,ConfigCache.RealTargetCPU,nil,
408 ConfigCache: TPCTargetConfigCache;
420 if ConfigCache.Units<>nil then
[all …]
/dports/editors/lazarus-qt5/lazarus/components/codetools/examples/
H A Dtestfpcsrcunitrules.lpr72 ConfigCache: TPCTargetConfigCache;
132 WriteCompilerInfo(ConfigCache);
190 ConfigCache: TPCTargetConfigCache);
209 if (ConfigCache.UnitPaths=nil) or (ConfigCache.UnitPaths.Count=0) then
216 ConfigCache: TPCTargetConfigCache);
222 SearchPaths:=ConfigCache.UnitPaths;
309 ConfigCache: TPCTargetConfigCache;
340 ConfigCache.RealTargetOS,ConfigCache.RealTargetCPU,nil,
408 ConfigCache: TPCTargetConfigCache;
420 if ConfigCache.Units<>nil then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/examples/
H A Dtestfpcsrcunitrules.lpr72 ConfigCache: TPCTargetConfigCache;
140 ConfigCache.Clear;
145 WriteCompilerInfo(ConfigCache);
205 ConfigCache: TPCTargetConfigCache);
224 if (ConfigCache.UnitPaths=nil) or (ConfigCache.UnitPaths.Count=0) then
231 ConfigCache: TPCTargetConfigCache);
324 ConfigCache: TPCTargetConfigCache;
355 ConfigCache.RealTargetOS,ConfigCache.RealTargetCPU,nil,
423 ConfigCache: TPCTargetConfigCache;
436 if ConfigCache.Units<>nil then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/examples/
H A Dtestfpcsrcunitrules.lpr72 ConfigCache: TPCTargetConfigCache;
140 ConfigCache.Clear;
145 WriteCompilerInfo(ConfigCache);
205 ConfigCache: TPCTargetConfigCache);
224 if (ConfigCache.UnitPaths=nil) or (ConfigCache.UnitPaths.Count=0) then
231 ConfigCache: TPCTargetConfigCache);
324 ConfigCache: TPCTargetConfigCache;
355 ConfigCache.RealTargetOS,ConfigCache.RealTargetCPU,nil,
423 ConfigCache: TPCTargetConfigCache;
436 if ConfigCache.Units<>nil then
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libFDK/include/
H A DFDK_bitstream.h121 UINT ConfigCache; member
146 hBitStream->ConfigCache = config;
171 hBitStream->ConfigCache = config;
187 hBitStream->ConfigCache = config;
453 if (hBitStream->ConfigCache == BS_READER) in FDKsyncCache()
455 hBitStream->ConfigCache); in FDKsyncCache()
471 if (hBitStream->ConfigCache == BS_READER) { in FDKsyncCacheBwd()
473 hBitStream->ConfigCache); in FDKsyncCacheBwd()
498 if (hBitStream->ConfigCache == BS_READER) { in FDKbyteAlign()
505 hBitStream->ConfigCache); in FDKbyteAlign()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libFDK/include/
H A DFDK_bitstream.h121 UINT ConfigCache; member
146 hBitStream->ConfigCache = config;
171 hBitStream->ConfigCache = config;
187 hBitStream->ConfigCache = config;
453 if (hBitStream->ConfigCache == BS_READER) in FDKsyncCache()
455 hBitStream->ConfigCache); in FDKsyncCache()
471 if (hBitStream->ConfigCache == BS_READER) { in FDKsyncCacheBwd()
473 hBitStream->ConfigCache); in FDKsyncCacheBwd()
498 if (hBitStream->ConfigCache == BS_READER) { in FDKbyteAlign()
505 hBitStream->ConfigCache); in FDKbyteAlign()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/
H A DConfigCacheTest.php15 use Symfony\Component\Config\ConfigCache; alias
44 $cache = new ConfigCache($this->cacheFile, $debug);
54 $cache = new ConfigCache($this->cacheFile, false);
65 $cache = new ConfigCache($this->cacheFile, $debug);
75 $cache = new ConfigCache($this->cacheFile, true);
86 $cache = new ConfigCache($this->cacheFile, true);
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Tests/
H A DConfigCacheTest.php15 use Symfony\Component\Config\ConfigCache; alias
44 $cache = new ConfigCache($this->cacheFile, $debug);
54 $cache = new ConfigCache($this->cacheFile, false);
65 $cache = new ConfigCache($this->cacheFile, $debug);
75 $cache = new ConfigCache($this->cacheFile, true);
86 $cache = new ConfigCache($this->cacheFile, true);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/
H A DConfigCacheTest.php15 use Symfony\Component\Config\ConfigCache; alias
44 $cache = new ConfigCache($this->cacheFile, $debug);
54 $cache = new ConfigCache($this->cacheFile, false);
65 $cache = new ConfigCache($this->cacheFile, $debug);
75 $cache = new ConfigCache($this->cacheFile, true);
86 $cache = new ConfigCache($this->cacheFile, true);
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DTargetBuilder_Tests.cs104 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestSimpleBuild()
123 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestDependencyBuild()
149 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestDependencyBuildWithSkip()
177 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestDependencyBuildWithError()
291 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestLegacyCallTarget()
430 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestBeforeTargetsEmpty()
455 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestBeforeTargetsSingle()
480 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestBeforeTargetsEscaped()
509 IConfigCache cache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestBeforeTargetsSingleWithError()
1548 _configCache = new ConfigCache(); in MockHost()
[all …]
H A DRequestBuilder_Tests.cs75 … IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestSimpleBuildRequest()
104 … IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestSimpleBuildRequestCancelled()
136 … IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestRequestWithReference()
175 … IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestRequestWithReferenceCancelled()
214 … IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in TestMissingProjectFile()
290 … IConfigCache configCache = (IConfigCache)_host.GetComponent(BuildComponentType.ConfigCache); in NewBuildRequestsCallback()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/toolchain/
H A DConfigCache.java18 class ConfigCache { class
19 private static final Logger LOGGER = LoggerFactory.getLogger(ConfigCache.class);
28 ConfigCache(File initialFile) { in ConfigCache() method in ConfigCache
/dports/audio/ampache/ampache-php74-5.0.0/vendor/psr/http-message/Loader/
H A DCachedFormulaLoader.php14 use Assetic\Cache\ConfigCache; alias
38 * @param ConfigCache $configCache A config cache
41 …public function __construct(FormulaLoaderInterface $loader, ConfigCache $configCache, $debug = fal…
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php14 use Assetic\Cache\ConfigCache; alias
38 * @param ConfigCache $configCache A config cache
41 …public function __construct(FormulaLoaderInterface $loader, ConfigCache $configCache, $debug = fal…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php14 use Assetic\Cache\ConfigCache; alias
38 * @param ConfigCache $configCache A config cache
41 …public function __construct(FormulaLoaderInterface $loader, ConfigCache $configCache, $debug = fal…
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/Caching/
H A DConfigCache.cs19 internal class ConfigCache : IConfigCache class
44 public ConfigCache() in ConfigCache() method in Microsoft.Build.BackEnd.ConfigCache
356 …ErrorUtilities.VerifyThrow(componentType == BuildComponentType.ConfigCache, "Cannot create compone… in CreateComponent()
357 return new ConfigCache(); in CreateComponent()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DContainerBuilderDebugDumpPass.php14 use Symfony\Component\Config\ConfigCache; alias
30 $cache = new ConfigCache($container->getParameter('debug.container.dump'), true);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DContainerBuilderDebugDumpPass.php14 use Symfony\Component\Config\ConfigCache; alias
30 $cache = new ConfigCache($container->getParameter('debug.container.dump'), true);
/dports/devel/stack/stack-2.7.3/src/Stack/Storage/
H A DProject.hs111 -> ReaderT SqlBackend (RIO env) ConfigCache
133 return ConfigCache {..}
139 -> RIO env (Maybe ConfigCache)
154 -> ConfigCache
/dports/finance/prestashop/prestashop/src/Core/Util/File/
H A DYamlParser.php31 use Symfony\Component\Config\ConfigCache; alias
83 $configCache = new ConfigCache($phpConfigFile, true);
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/config/
H A DConfigUnitTest.java5 import org.aeonbits.owner.ConfigCache;
573 Assert.assertTrue(ConfigCache.get(ChildClassConfig.class) == null); in testDerivedClassMappingToParentAndSelf()
574 …Assert.assertTrue(ConfigCache.get(BasicTestConfigWithClassPathOverridesAndVariableFile.class) == n… in testDerivedClassMappingToParentAndSelf()
579ConfigCache.add(BasicTestConfigWithClassPathOverridesAndVariableFile.class, childClassConfig); in testDerivedClassMappingToParentAndSelf()
603ConfigCache.get(BasicTestConfigWithClassPathOverridesAndVariableFile.class) == ConfigCache.get(Ch… in testDerivedClassMappingToParentAndSelf()
608 ConfigCache.remove(BasicTestConfigWithClassPathOverridesAndVariableFile.class); in testDerivedClassMappingToParentAndSelf()
609 ConfigCache.remove(ChildClassConfig.class); in testDerivedClassMappingToParentAndSelf()
618 Assert.assertTrue(ConfigCache.get(ChildClassConfig.class) == null); in testDerivedClassMappingToParentAndSelf()
619 …Assert.assertTrue(ConfigCache.get(BasicTestConfigWithClassPathOverridesAndVariableFile.class) == n… in testDerivedClassMappingToParentAndSelf()
/dports/www/phpbb3/phpBB3/phpbb/di/
H A Dcontainer_builder.php18 use Symfony\Component\Config\ConfigCache; alias
157 $autoload_cache = new ConfigCache($this->get_autoload_filename(), defined('DEBUG'));
169 $config_cache = new ConfigCache($container_filename, defined('DEBUG'));
481 $configCache = new ConfigCache($this->get_autoload_filename(), false);
497 * @param ConfigCache $cache The config cache
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/
H A DAllowedMethodsRouterLoader.php14 use Symfony\Component\Config\ConfigCache; alias
39 … $this->cache = new ConfigCache(sprintf('%s/allowed_methods.cache.php', $cacheDir), $isDebug);
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/config/
H A DConfigFactory.java6 import org.aeonbits.owner.ConfigCache;
268 return ConfigCache.getOrCreate(clazz, imports); in getOrCreate()
292 return ConfigCache.getOrCreate(factory, clazz, imports); in getOrCreate()
317 return ConfigCache.getOrCreate(key, clazz, imports); in getOrCreate()
342 return ConfigCache.getOrCreate(key, clazz, imports); in getOrCreate()
367 return ConfigCache.get(key); in get()
/dports/security/gonepass/gonepass-3da5cfa120/
H A Dconfig_storage.h9 class ConfigCache {
11 ConfigCache() { in ConfigCache() function

12345