/plugin/dropfiles/ |
H A D | webpack.config.js | 18 loader: 'eslint-loader',
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
H A D | Process.php | 219 $loader = new ArrayLoader(); 220 $completePackage = $loader->load($package);
|
/plugin/searchtablejs/TableFilter_EN/ |
H A D | filtergrid.css | 40 .loader{ /* loader appearance */
|
/plugin/remotescript/ |
H A D | script.js | 9 …loader=null;i.session_name="PHPSESSID";i._ldObj=null;i._reqHeaders=[];i._openArgs=null;i._errors={… method in JsHttpRequest.LOADERS.xml
|
/plugin/remotescript/lib/JsHttpRequest/mini/ |
H A D | JsHttpRequest-form.js | 19 t.loader=null; 76 var _c=(this.loader||"").toLowerCase(); 83 var ldr=_e[_f].loader; 282 req.loader=RegExp.$2?RegExp.$2:null; 305 JsHttpRequest.LOADERS.form={loader:function(req){ method in JsHttpRequest.LOADERS.form
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 1265.phpt | 2 GH-1265: Could not use "PHPUnit_Runner_StandardTestSuiteLoader" as loader
|
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/ |
H A D | Verify.php | 239 $loader = PublicKeyLoader::load($component); 241 return $loader->toString('PKCS8');
|
/plugin/openid/Auth/Yadis/ |
H A D | XML.php | 248 $loader = libxml_disable_entity_loader(true); 251 libxml_disable_entity_loader($loader);
|
/plugin/imagecarousel/ |
H A D | screen.less | 6 background: url(vendor/swipebox/img/loader.gif) no-repeat center center;
|
/plugin/gallery/ |
H A D | all.less |
|
/plugin/combo/resources/snippet/js/ |
H A D | combo-loader.js | 3 module.loader = { class in module
|
/plugin/bugzillaint/ |
H A D | style.css | 77 background-image: url(images/ajax-loader.gif); 113 background-image: url(images/ajax-loader.gif);
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | annotations.rst | 170 …lently, if a class is not found even if it matches for example the namespace prefix of that loader. 171 …Never is a loader to throw a warning or exception if the loading failed otherwise parsing doc bloc… 174 A sample loader callback could look like: 185 // file exists makes sure that the loader fails silently 190 $loader = new UniversalClassLoader(); 191 AnnotationRegistry::registerLoader(array($loader, "loadClass"));
|
/plugin/jdraw/lib/ |
H A D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | commons-logging-1.1.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/imagecarousel/vendor/slick/ |
H A D | slick-theme.less | 7 @slick-loader-path: "./"; 21 background: #fff url('./ajax-loader.gif') center center no-repeat;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | source.rst | 25 templates. So, if you are using the filesystem loader, the templates are looked
|
H A D | date.rst | 43 $twig = new \Twig\Environment($loader);
|
/plugin/dw2pdf/vendor/setasign/fpdi/ |
H A D | README.md | 68 $loader = new \Example\Psr4AutoloaderClass; 69 $loader->register(); 70 $loader->addNamespace('setasign\Fpdi', 'path/to/src/');
|
/plugin/fedauth/Auth/OpenID/ |
H A D | Consumer.php | 326 $loader = new Auth_Yadis_ManagerLoader(); 334 serialize($loader->toSession($m))); 346 serialize($loader->toSession($m))); 375 $loader = new Auth_OpenID_ServiceEndpointLoader(); 378 $loader->toSession($auth_req->endpoint)); 424 $loader = new Auth_OpenID_ServiceEndpointLoader(); 427 $loader->fromSession($endpoint_data);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | date.rst | 56 $twig = new \Twig\Environment($loader); 84 $twig = new \Twig\Environment($loader);
|
H A D | number_format.rst | 40 $twig = new \Twig\Environment($loader);
|
/plugin/openid/Auth/OpenID/ |
H A D | Consumer.php | 327 $loader = new Auth_Yadis_ManagerLoader(); 335 serialize($loader->toSession($m))); 347 serialize($loader->toSession($m))); 376 $loader = new Auth_OpenID_ServiceEndpointLoader(); 379 $loader->toSession($auth_req->endpoint)); 425 $loader = new Auth_OpenID_ServiceEndpointLoader(); 428 $loader->fromSession($endpoint_data);
|
/plugin/authgooglesheets/vendor/composer/ |
H A D | InstalledVersions.php | 447 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
H A D | SandboxTest.php | 319 $loader = new ArrayLoader($templates); 320 …$twig = new Environment($loader, array_merge(['debug' => true, 'cache' => false, 'autoescape' => f…
|