Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
DAutoloader.php56 $autoloader = new SUT(),
62 $autoloader->addNamespace($prefix, $baseDirectoryA),
63 $result = $autoloader->addNamespace($prefix, $baseDirectoryB)
66 ->boolean($autoloader->hasBaseDirectory($prefix))
68 ->array($autoloader->getBaseDirectories($prefix))
79 $autoloader = new SUT(),
85 $autoloader->addNamespace($prefix, $baseDirectoryA),
86 $result = $autoloader->addNamespace($prefix, $baseDirectoryB)
89 ->boolean($autoloader->hasBaseDirectory($prefix))
91 ->array($autoloader->getBaseDirectories($prefix))
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/
Dbootstrap.php11 $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__)); variable
13 $autoloader->register();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
Dbootstrap.php11 $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__)); variable
13 $autoloader->register();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
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/
DConsistency.php55 * @param bool $autoloader Run autoloader if necessary.
58 public static function entityExists($entityName, $autoloader = false) argument
61 class_exists($entityName, $autoloader) ||
DAutoloader.php258 $autoloader = new Autoloader(); variable
259 $autoloader->addNamespace('Hoa', dirname(__DIR__));
260 $autoloader->register();
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();
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/
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/syntaxhighlighter3/sxh3/pkg/scripts/
DshAutoloader.js38 sh.autoloader = function() function
/plugin/syntaxhighlighter3/sxh3/src/js/
DshAutoloader.js22 sh.autoloader = function() function
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
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/
Dintro.rst83 If you are not using Composer, use the Twig built-in autoloader::
Dadvanced_legacy.rst635 ``require_once()`` or by using an autoloader (see `spl_autoload_register()`_).
/plugin/struct/
Ddeleted.files68 action/autoloader.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DREADME.md62 After installing, you need to require Composer's autoloader:
/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md14 - PSR-4 compatible autoloader
26 This library requires an autoloader, if you aren't already using one you can include [Composers aut…
/plugin/dw2pdf/vendor/setasign/fpdi/
DREADME.md66 If you have a PSR-4 autoloader implemented, just register the src path as follows:
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md57 - Fixed the `bin/markdown` script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8…
/plugin/authgooglesheets/vendor/google/apiclient/
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/
Dannotations.rst165 - Calling ``AnnotationRegistry#registerLoader($callable)`` to register an autoloader callback. Th…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
DREADME.md39 After installing the dependencies, you need to require the Composer autoloader
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DREADME.md131 4. Require Composer's autoloader
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md1259 * Changed: We are now using the composer autoloader.
1464 DAVACL, HTTP, VObject) as an alternative to the autoloader. This often works
2221 * Added: Comes with an autoloader script. This can be used instead of the
/plugin/dokuprism/prism/
Dprism.js108 …"!==t&&n.plugins.autoloader){var u="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random());e…

12