/template/twigstarter/vendor/twig/twig/src/Loader/ |
H A D | ChainLoader.php | 31 foreach ($loaders as $loader) { 32 $this->addLoader($loader); 38 $this->loaders[] = $loader; 53 foreach ($this->loaders as $loader) { 54 if (!$loader->exists($name)) { 74 foreach ($this->loaders as $loader) { 75 if ($loader->exists($name)) { 86 foreach ($this->loaders as $loader) { 87 if (!$loader->exists($name)) { 104 foreach ($this->loaders as $loader) { [all …]
|
/template/twigstarter/vendor/composer/ |
H A D | autoload_real.php | 7 private static $loader; variable in ComposerAutoloaderInitac05160ad8d2e4230f77c2e84ac799f2 21 if (null !== self::$loader) { 22 return self::$loader; 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 35 …nc(\Composer\Autoload\ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::getInitializer($loader)); 39 $loader->set($namespace, $path); 44 $loader->setPsr4($namespace, $path); 49 $loader->addClassMap($classMap); 53 $loader->register(true); 64 return $loader;
|
H A D | autoload_static.php | 61 public static function getInitializer(ClassLoader $loader) argument 63 return \Closure::bind(function () use ($loader) { 64 …$loader->prefixLengthsPsr4 = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$prefixLengthsPsr… 65 … $loader->prefixDirsPsr4 = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$prefixDirsPsr4; 66 … $loader->prefixesPsr0 = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$prefixesPsr0; 67 $loader->classMap = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$classMap;
|
H A D | InstalledVersions.php | 325 foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | Environment.php | 49 private $loader; variable in Twig\\Environment 102 public function __construct(LoaderInterface $loader, $options = []) argument 104 $this->setLoader($loader); 455 $loader = new ChainLoader([ 460 $this->setLoader($loader); 603 public function setLoader(LoaderInterface $loader) argument 605 $this->loader = $loader; 615 return $this->loader; 660 $this->runtimeLoaders[] = $loader; 690 foreach ($this->runtimeLoaders as $loader) { [all …]
|
/template/strap/_test/ |
H A D | configTest.php | 169 $loader = new Loader($parser); 170 $defaultConf = $loader->loadDefaults();
|
/template/twigstarter/ |
H A D | TemplateController.php | 42 $loader = new TwigStarterLoader($paths); 45 $this->twig = new Environment($loader, [
|
/template/mywiki/css/ |
H A D | mywiki-responsive.css | 113 /* To fix postion of loader image in Mozilla */ 140 /* To fix postion of loader image in Mozilla */ 167 /* To fix postion of loader image in Mozilla */ 332 /* To fix postion of loader image in Mozilla */ 339 /* To fix postion of loader image in Mozilla */ 392 /* To fix postion of loader image in Mozilla */
|
H A D | mywiki.css | 869 background-image: url(./images/loader.gif);
|
/template/twigstarter/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 157 $loader = new ArrayLoader($templates); 164 $twig = new Environment($loader, $config);
|
/template/twigstarter/vendor/twig/twig/ |
H A D | CHANGELOG | 265 * fixed filesystem loader throwing an exception instead of returning false 356 * added a PSR-11 compatible runtime loader 375 * made the loader a required argument of Twig_Environment constructor 382 * improved the performance of the filesystem loader
|
/template/breeze/bower_components/gumby/js/libs/ |
H A D | modernizr-2.6.2.min.js | 4 …loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0]… class in a
|
/template/kkh/css/ |
H A D | kkh.css | 341 .nohome .branding .loader {
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 1308 $loader = $env->getLoader(); 1310 return $loader->getSourceContext($name)->getCode();
|
/template/hexa/css/ |
H A D | hexa-responsive.css | 439 .infinite-loader {
|
H A D | hexa.css | 2214 .infinite-loader {
|
/template/bushwick/css/ |
H A D | bushwick.css | 1196 .infinite-loader { 1199 .infinite-loader .spinner {
|
/template/able/css/ |
H A D | able.css | 1621 .infinite-scroll .infinite-loader, /* Each IS loading spinner (multiple instances). */ 1644 .infinite-scroll .infinite-loader {
|
/template/arcade-basic/css/ |
H A D | able.css | 1621 .infinite-scroll .infinite-loader, /* Each IS loading spinner (multiple instances). */ 1644 .infinite-scroll .infinite-loader {
|
/template/graphy/css/ |
H A D | graphy.css | 1664 .infinite-loader {
|
/template/boozurk/css/ |
H A D | boozurk.css | 2030 span.infinite-loader {
|
/template/fictive/css/ |
H A D | fictive.css | 2093 .infinite-loader {
|
/template/arcadebasic/css/ |
H A D | arcadebasic.css | 4941 .infinite-loader .spinner {
|
/template/flat/assets/css/ |
H A D | style.css | 7 …em{margin-left:0.5em}.wpcf7-display-none{display:none}div.wpcf7 img.ajax-loader{border:none;vertic…
|
/template/bulma/css/ |
H A D | bulma.min.css | 1 /*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:0}.button[disabled],.file-cta[disabled],.file-name[disabled],.input[disabled],.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled],.select fieldset[disabled] select,.select select[disabled],.textarea[disabled],fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(10,10,10,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{-webkit-animation:spinAround .5s infinite linear;animation:spinAround .5 (…)
|