/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Autoloader.php | 56 $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 D | bootstrap.php | 11 $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__)); variable 13 $autoloader->register();
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/ |
H A D | bootstrap.php | 11 $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__)); variable 13 $autoloader->register();
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | AutoloaderTest.php | 21 $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 D | Consistency.php | 55 * @param bool $autoloader Run autoloader if necessary. 58 public static function entityExists($entityName, $autoloader = false) argument 61 class_exists($entityName, $autoloader) ||
|
H A D | Autoloader.php | 258 $autoloader = new Autoloader(); variable 259 $autoloader->addNamespace('Hoa', dirname(__DIR__)); 260 $autoloader->register();
|
H A D | README.md | 65 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 D | CHANGELOG.md | 22 * 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 D | installation.asciidoc | 67 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.yml | 16 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
|
/plugin/findologicxmlexport/vendor/phpunit/php-timer/ |
H A D | .travis.yml | 21 … 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.yml | 18 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ |
H A D | .travis.yml | 18 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
|
/plugin/findologicxmlexport/vendor/sebastian/diff/ |
H A D | .travis.yml | 21 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
H A D | .travis.yml | 31 … update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shAutoloader.js | 22 sh.autoloader = function() function
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shAutoloader.js | 38 sh.autoloader = function() function
|
/plugin/struct/ |
H A D | deleted.files | 68 action/autoloader.php
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
H A D | README.md | 36 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 D | intro.rst | 83 If you are not using Composer, use the Twig built-in autoloader::
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | README.md | 62 After installing, you need to require Composer's autoloader:
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | CHANGELOG.md | 57 - Fixed the `bin/markdown` script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8…
|
/plugin/dw2pdf/vendor/setasign/fpdi/ |
H A D | README.md | 66 If you have a PSR-4 autoloader implemented, just register the src path as follows:
|
/plugin/authgooglesheets/vendor/google/apiclient/ |
H A D | README.md | 46 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 D | annotations.rst | 165 - Calling ``AnnotationRegistry#registerLoader($callable)`` to register an autoloader callback. Th…
|