Home
last modified time | relevance | path

Searched refs:getExtension (Results 1 – 25 of 32) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/Resources/
Dcore.php51 return $env->getExtension(CoreExtension::class)->formatDate($date, $format, $timezone);
63 return $env->getExtension(CoreExtension::class)->modifyDate($date, $modifier);
87 return $env->getExtension(CoreExtension::class)->convertDate($date, $timezone);
123 …return $env->getExtension(CoreExtension::class)->formatNumber($number, $decimal, $decimalPoint, $t…
571 return $env->getExtension(SandboxExtension::class)->isSandboxed(twig_resolve_caller_source());
/template/strap/ComboStrap/
H A DSnippet.php388 $localPath->getExtension();
522 if ($this->path->getExtension() === self::EXTENSION_CSS) {
636 public function getExtension() function in ComboStrap\\Snippet
638 return $this->path->getExtension();
872 if ($this->getExtension() === Snippet::EXTENSION_JS) {
935 $extension = $this->getExtension();
991 $extension = $this->getExtension();
1186 $this->getExtension() === self::EXTENSION_JS
H A DCacheLog.php46 $fetcher->getMime()->getExtension(),
69 $fetcher->getMime()->getExtension(),
H A DFetcherVignette.php77 $extension = $this->mime->getExtension();
284 $extension = FileSystems::getMime($imagePath)->getExtension();
304 $vignetteNameValue = $this->pagePath->getWikiId() . "." . $this->mime->getExtension();
387 $extension = $mime->getExtension();
H A DFont.php59 $extension = strtolower($path->getExtension());
H A DPath.php33 function getExtension(): string; function
H A DClassUtility.php78 $extension = $child->getExtension();
H A DFetcherCache.php48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
H A DPathAbs.php14 public function getExtension(): string function in ComboStrap\\PathAbs
H A DFetcherMarkup.php559 $extension = $this->getMime()->getExtension();
590 $this->builderName = $this->getMime()->getExtension();
637 …if (!$this->isPathExecution() || $this->mime->getExtension() === MarkupRenderer::METADATA_EXTENSIO…
705 $extension = $this->getMime()->getExtension();
793 if (!in_array($this->getMime()->getExtension(), ["html", "xhtml"])) {
H A DIcon.php61 $extension = $mediaDokuPath->getExtension();
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension());
H A DMarkupRenderer.php110 $extension = $this->requestedMime->getExtension();
H A DMime.php212 public function getExtension() function in ComboStrap\\Mime
H A DTemplateSlot.php173 $contextExtension = $requestedPath->getExtension();
H A DSite.php906 if ($scriptName->getExtension() === 'php') {
908 } elseif ($phpSelf->getExtension() === "php") {
H A DSqlite.php200 $extension = $child->getExtension();
H A DFetcherMarkupBuilder.php332 $extension = $this->mime->getExtension();
H A DBootstrap.php304 $extension = $file->getExtension();
/template/strap/ComboStrap/Web/
H A DUrl.php671 public function getExtension(): string function in ComboStrap\\Web\\Url
676 return FetcherSystem::createPathFetcherFromUrl($this)->getMime()->getExtension();
682 return parent::getExtension();
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php566 return $env->getExtension(self::class)->formatDate($date, $format, $timezone);
1504 $sandbox = $env->getExtension(SandboxExtension::class);
1686 … $env->getExtension(SandboxExtension::class)->ensureToStringAllowed($item, $lineno, $source);
1695 …$env->getExtension(SandboxExtension::class)->checkPropertyAllowed($object, $arrayItem, $lineno, $s…
1786 …$env->getExtension(SandboxExtension::class)->checkPropertyAllowed($object, $item, $lineno, $source…
1897 …$env->getExtension(SandboxExtension::class)->checkMethodAllowed($object, $method, $lineno, $source…
1962 $policy = $env->getExtension(SandboxExtension::class)->getSecurityPolicy();
/template/strap/ComboStrap/Meta/Field/
H A DPageTemplateName.php98 if ($file->getExtension() === TemplateEngine::EXTENSION_HBS) {
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DEscaperNodeVisitor.php52 …nv->hasExtension(EscaperExtension::class) && $defaultStrategy = $env->getExtension(EscaperExtensio…
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php649 public function getExtension(string $class): ExtensionInterface function in Twig\\Environment
651 return $this->extensionSet->getExtension($class);
/template/strap/action/
H A Dstaticresource.php248 if ($mediaToSend->getExtension() === "js") {

12