Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 6 of 6) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Cache/
DRemovableCacheInterface.php19 public function remove(string $name, string $cls): void;
DNullCache.php39 public function remove(string $name, string $cls): void
DChainCache.php72 public function remove(string $name, string $cls): void
DFilesystemCache.php79 public function remove(string $name, string $cls): void
/template/dokui/js/
Duikit.min.js3 …jQuery,window.document);return b.load=function(a,c,d,e){var f,g=a.split(","),h=[],i=(e.config&&e.c…
4 }};i.defaults={cls:"uk-active",closest:!1,topoffset:0,leftoffset:0,smoothscroll:!1},b.scrollspynav=… property
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php388 public function loadTemplate(string $cls, string $name, ?int $index = null): Template