Home
last modified time | relevance | path

Searched refs:locateResource (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/Tests/
H A DKernelTest.php394 $this->getKernel()->locateResource('Foo');
402 $this->getKernel()->locateResource('@FooBundle/../bar');
410 $this->getKernel()->locateResource('@FooBundle/config/routing.xml');
425 $kernel->locateResource('@Bundle1Bundle/config/routing.xml');
471 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false));
488 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false)
503 $kernel->locateResource('@Bundle1Bundle/foo.txt', __DIR__.'/Fixtures')
587 $kernel->locateResource('@FooBundle/Resources/', __DIR__.'/Fixtures/Resources')
591 $kernel->locateResource('@FooBundle/Resources', __DIR__.'/Fixtures/Resources')
603 $kernel->locateResource('@Bundle1Bundle/Resources/')
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-openstack/src/test/java/org/apache/hadoop/fs/swift/
H A DTestLogResources.java42 locateResource("log4j.properties"); in testWhichLog4JPropsFile()
47 locateResource("log4j.XML"); in testWhichLog4JXMLFile()
52 locateResource("commons-logging.properties"); in testCommonsLoggingProps()
55 private void locateResource(String resource) { in locateResource() method in TestLogResources
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/
H A DKernelTest.php398 $this->getKernel()->locateResource('Foo');
404 $this->getKernel()->locateResource('@FooBundle/../bar');
410 $this->getKernel()->locateResource('@FooBundle/config/routing.xml');
423 $kernel->locateResource('@Bundle1Bundle/config/routing.xml');
475 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false));
495 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false)
510 $kernel->locateResource('@Bundle1Bundle/foo.txt', __DIR__.'/Fixtures')
600 $kernel->locateResource('@FooBundle/Resources/', __DIR__.'/Fixtures/Resources')
604 $kernel->locateResource('@FooBundle/Resources', __DIR__.'/Fixtures/Resources')
616 $kernel->locateResource('@Bundle1Bundle/Resources/')
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/
H A DKernelTest.php398 $this->getKernel()->locateResource('Foo');
404 $this->getKernel()->locateResource('@FooBundle/../bar');
410 $this->getKernel()->locateResource('@FooBundle/config/routing.xml');
423 $kernel->locateResource('@Bundle1Bundle/config/routing.xml');
475 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false));
495 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false)
510 $kernel->locateResource('@Bundle1Bundle/foo.txt', __DIR__.'/Fixtures')
600 $kernel->locateResource('@FooBundle/Resources/', __DIR__.'/Fixtures/Resources')
604 $kernel->locateResource('@FooBundle/Resources', __DIR__.'/Fixtures/Resources')
616 $kernel->locateResource('@Bundle1Bundle/Resources/')
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Tests/
H A DKernelTest.php396 $this->getKernel()->locateResource('Foo');
404 $this->getKernel()->locateResource('@FooBundle/../bar');
412 $this->getKernel()->locateResource('@FooBundle/config/routing.xml');
427 $kernel->locateResource('@Bundle1Bundle/config/routing.xml');
479 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false));
499 $kernel->locateResource('@Bundle1Bundle/foo.txt', null, false)
514 $kernel->locateResource('@Bundle1Bundle/foo.txt', __DIR__.'/Fixtures')
604 $kernel->locateResource('@FooBundle/Resources/', __DIR__.'/Fixtures/Resources')
608 $kernel->locateResource('@FooBundle/Resources', __DIR__.'/Fixtures/Resources')
620 $kernel->locateResource('@Bundle1Bundle/Resources/')
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/
H A DKernelTest.php362 $this->getKernel()->locateResource('Foo');
368 $this->getKernel()->locateResource('@FooBundle/../bar');
374 $this->getKernel()->locateResource('@FooBundle/config/routing.xml');
387 $kernel->locateResource('@Bundle1Bundle/config/routing.xml');
399 …$this->assertEquals(__DIR__.'/Fixtures/Bundle1Bundle/foo.txt', $kernel->locateResource('@Bundle1Bu…
416 $kernel->locateResource('@Bundle1Bundle/foo.txt', __DIR__.'/Fixtures')
434 $kernel->locateResource('@FooBundle/Resources/foo.txt', __DIR__.'/Fixtures/Resources')
452 $kernel->locateResource('@FooBundle/Resources/', __DIR__.'/Fixtures/Resources')
456 $kernel->locateResource('@FooBundle/Resources', __DIR__.'/Fixtures/Resources')
471 $kernel->locateResource('@Bundle1Bundle/Resources/')
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtResourceManager.cpp114 tString tResourceManager::locateResource(const char *uri, const char *file) { in locateResource() function in tResourceManager
196 filepath = locateResource(uri, file); in openResource()
210 tString rclcl = tResourceManager::locateResource(NULL, file); in RInclude()
H A DtResourceManager.h10 static tString locateResource(const char *uri, const char *file);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/assembler/
H A DMetroConfigLoader.java125 this.defaultConfigUrl = locateResource(defaultFileName, loaders); in init()
142 this.appConfigUrl = locateResource(appFileName, loaders); in init()
216 private static URL locateResource(String resource, ResourceLoader loader) { in locateResource() method in MetroConfigLoader
227 private static URL locateResource(String resource, ResourceLoader[] loaders) { in locateResource() method in MetroConfigLoader
230 URL url = locateResource(resource, loader); in locateResource()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/assembler/
H A DMetroConfigLoader.java125 this.defaultConfigUrl = locateResource(defaultFileName, loaders); in init()
142 this.appConfigUrl = locateResource(appFileName, loaders); in init()
216 private static URL locateResource(String resource, ResourceLoader loader) { in locateResource() method in MetroConfigLoader
227 private static URL locateResource(String resource, ResourceLoader[] loaders) { in locateResource() method in MetroConfigLoader
230 URL url = locateResource(resource, loader); in locateResource()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-kernel/
H A DKernelInterface.php88 public function locateResource(string $name); function
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/
H A DKernelInterface.php90 public function locateResource($name/*, $dir = null, $first = true*/); function
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/http-kernel/
H A DKernelInterface.php90 public function locateResource($name/*, $dir = null, $first = true*/); function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-kernel/Config/
H A DFileLocator.php39 $resource = $this->kernel->locateResource($file);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/
H A DLintCommand.php53 $dir = $this->getApplication()->getKernel()->locateResource($filename);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/
H A DLintCommand.php53 $dir = $this->getApplication()->getKernel()->locateResource($filename);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DKernelInterface.php101 public function locateResource($name, $dir = null, $first = true); function
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DKernelInterface.php101 public function locateResource($name, $dir = null, $first = true); function
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/
H A DKernelInterface.php101 public function locateResource($name, $dir = null, $first = true); function
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/
H A DKernelInterface.php101 public function locateResource($name, $dir = null, $first = true); function
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/
H A DKernelInterface.php101 public function locateResource($name, $dir = null, $first = true); function
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/
H A DYamlLintCommand.php37 $directory = $this->getApplication()->getKernel()->locateResource($directory);
H A DXliffLintCommand.php38 $directory = $this->getApplication()->getKernel()->locateResource($directory);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/
H A DFileLocator.php49 return $this->kernel->locateResource($file, $this->path, $first);
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/Config/
H A DFileLocator.php49 return $this->kernel->locateResource($file, $this->path, $first);

123