Home
last modified time | relevance | path

Searched refs:autoloader (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php258 $autoloader = new Autoloader(); variable
259 $autoloader->addNamespace('Hoa', dirname(__DIR__));
260 $autoloader->register();
H A DREADME.md65 autoloader](http://www.php-fig.org/psr/psr-4/) and the xcallable API.
137 compatible](http://www.php-fig.org/psr/psr-4/) autoloader. It simply works as
140 * `register` is used to register the autoloader.
143 `unregister` to unregister the autoloader, `getRegisteredAutoloaders` to get
149 $autoloader = new Hoa\Consistency\Autoloader();
150 $autoloader->addNamespace('Foo\Bar', 'Source');
151 $autoloader->register();
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php56 $autoloader = new SUT(),
79 $autoloader = new SUT(),
102 $autoloader = new SUT(),
118 $autoloader = new SUT(),
134 $autoloader = new SUT(),
165 ->given($autoloader = new SUT())
188 $autoloader->register()
210 $autoloader->register()
224 $autoloader = new SUT(),
257 ->given($autoloader = new SUT())
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DAutoloaderTest.php21 $autoloader = new Twig_Autoloader();
22 …$this->assertNull($autoloader->autoload('Foo'), '->autoload() returns false if it is not able to l…
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.travis.yml18 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml31 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md57 - Fixed the `bin/markdown` script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js22 sh.autoloader = function() function
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js38 sh.autoloader = function() function

12