Home
last modified time | relevance | path

Searched defs:loader (Results 26 – 50 of 81) sorted by path

1234

/plugin/elasticsearch/vendor/composer/
H A Dautoload_static.php93 public static function getInitializer(ClassLoader $loader) argument
/plugin/findologicxmlexport/vendor/composer/
H A Dautoload_real.php7 private static $loader; variable in ComposerAutoloaderInitab05abbc39bf8b24ab8e9356cfccacc1
H A Dautoload_static.php679 public static function getInitializer(ClassLoader $loader)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbootstrap.php12 $loader = require $autoloadFile; variable
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php40 protected $loader = null; variable in PHPUnit_TextUI_TestRunner
66 …public function __construct(PHPUnit_Runner_TestSuiteLoader $loader = null, CodeCoverageFilter $fil…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php52 protected $loader; variable in Twig\\Environment
123 public function __construct(LoaderInterface $loader = null, $options = [])
811 public function setLoader(LoaderInterface $loader)
907 public function addRuntimeLoader(RuntimeLoaderInterface $loader)
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php39 public function addLoader(LoaderInterface $loader)
/plugin/geophp/vendor/composer/
H A Dautoload_real.php7 private static $loader; variable in ComposerAutoloaderInit8c920a9ce68d92f821701ab2e03316d3
H A Dautoload_static.php27 public static function getInitializer(ClassLoader $loader) argument
/plugin/icalevents/vendor/composer/
H A Dautoload_real.php7 private static $loader; variable in ComposerAutoloaderInit19cd441df9c39b4d4ac3b637fe5c3a69
H A Dautoload_static.php39 public static function getInitializer(ClassLoader $loader)
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java370 SwingWorker<Boolean, Long> loader = new SwingWorker<Boolean, Long>() { in MovieEditorDialog() local
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/composer/
H A Dautoload_real.php7 private static $loader; variable in ComposerAutoloaderInit6adc37645e252a81aae4b78e4489f3b6
H A Dautoload_static.php140 public static function getInitializer(ClassLoader $loader)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigResource.php23 private $loader; variable in Assetic\\Extension\\Twig\\TwigResource
26 public function __construct(\Twig_LoaderInterface $loader, $name)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php59 public function setLoader($alias, FormulaLoaderInterface $loader)
71 public function addResource(ResourceInterface $resource, $loader)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php27 private $loader; variable in Assetic\\Factory\\Loader\\CachedFormulaLoader
41 …public function __construct(FormulaLoaderInterface $loader, ConfigCache $configCache, $debug = fal…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCallablesFilter.php24 private $loader; variable in Assetic\\Filter\\CallablesFilter
33 public function __construct($loader = null, $dumper = null, $extractor = null)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php48 private $loader; variable in Mustache_Engine
284 public function setLoader(Mustache_Loader $loader)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DCascadingLoader.php43 public function addLoader(Mustache_Loader $loader)
/plugin/jplayer/vendor/robloach/component-installer/src/
H A Dbootstrap.php22 if ((!$loader = includeIfExists(__DIR__ . '/../vendor/autoload.php')) && (!$loader = includeIfExist… variable
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js6 function ResourceLoader(loader){this.dependencies={};this.loading={};this.loader=loader;} argument
9 …his[name]){callback(this[name]);}else{this.loading[name]=[callback];this.loader(name,this._finish.… property in Syntax

1234