Home
last modified time | relevance | path

Searched refs:autoloader (Results 1 – 25 of 34) sorted by relevance

12

/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/evesso/phpoauthlib/src/OAuth/
H A Dbootstrap.php11 $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__)); variable
13 $autoloader->register();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A Dbootstrap.php11 $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__)); variable
13 $autoloader->register();
/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/hoa/consistency/
H A DConsistency.php55 * @param bool $autoloader Run autoloader if necessary.
58 public static function entityExists($entityName, $autoloader = false) argument
61 class_exists($entityName, $autoloader) ||
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();
H A DCHANGELOG.md22 * Test: Write cases for flex entity in autoloader. (Ivan Enderlin, 2016-01-14T10:45:08+01:00)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc67 directory and build an autoloader:
78 * Include the generated autoloader in your main project. If your project is
79 already based on Composer, the autoloader is likely already included somewhere
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.travis.yml16 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A D.travis.yml21 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
/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/phpunit-mock-objects/
H A D.travis.yml18 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.travis.yml21 … 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/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
/plugin/struct/
H A Ddeleted.files68 action/autoloader.php
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md36 After installing the dependencies, you need to require the Composer autoloader
109 you are using an autoloader, no changes to your code should be necessary.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst83 If you are not using Composer, use the Twig built-in autoloader::
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md62 After installing, you need to require Composer's autoloader:
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md57 - Fixed the `bin/markdown` script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8…
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md66 If you have a PSR-4 autoloader implemented, just register the src path as follows:
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md46 Finally, be sure to include the autoloader:
112 Uncompress the zip file you download, and include the autoloader in your project:
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst165 - Calling ``AnnotationRegistry#registerLoader($callable)`` to register an autoloader callback. Th…

12