Home
last modified time | relevance | path

Searched refs:Autoloader (Results 1 – 16 of 16) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md23 * Autoloader: Restrict loads to mapped entities. (Ivan Enderlin, 2016-01-14T10:38:21+01:00)
37 * Autoloader: Propagate unknown entity on the stack. (Ivan Enderlin, 2015-12-03T11:04:57+01:00)
38 * Autoloader: Auto-register to support flex entity. (Ivan Enderlin, 2015-12-03T10:01:23+01:00)
44 * Autoloader: Support flex entities. (Ivan Enderlin, 2015-12-02T08:18:39+01:00)
45 * Test: Write test suite of `…nsistency\Autoloader`. (Ivan Enderlin, 2015-12-01T08:42:30+01:00)
H A DAutoloader.php47 class Autoloader class
258 $autoloader = new Autoloader();
H A DREADME.md134 ### Autoloader subsection
136 `Hoa\Consistency\Autoloader` is a [PSR-4
149 $autoloader = new Hoa\Consistency\Autoloader();
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php39 use Hoa\Consistency\Autoloader as SUT;
50 class Autoloader extends Test\Unit\Suite class
150 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
178 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
204 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
/plugin/combo/vendor/salesforce/handlebars-php/tests/
H A Dbootstrap.php2 include __DIR__ . "/../src/Handlebars/Autoloader.php";
4 $loader = \Handlebars\Autoloader::register()
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md52 * Uses Autoloader instead of always loading all brushes on all pages.
53 …(https://www.dokuwiki.org/plugin:config) to select theme and configure Autoloader brush list. No l…
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php17 class Autoloader class
23 * Autoloader constructor.
43 * @return \Handlebars\Autoloader Registered Autoloader instance
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php157 $visitor = Consistency\Autoloader::dnew($visitor);
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php15 Handlebars\Autoloader::register(realpath(__DIR__ . '/../fixture/'));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst85 require_once '/path/to/lib/Twig/Autoloader.php';
H A Dapi.rst24 require_once '/path/to/lib/Twig/Autoloader.php';
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md34 ### Require Autoloader ###
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md95 # require 'src/Handlebars/Autoloader.php';
96 # Handlebars\Autoloader::register();
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md37 ### Require Autoloader ###
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG9 * fixed the bundled Autoloader to also load namespaced classes
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1887 * Changed: Autoloader moved to Sabre/autoload.php.