Home
last modified time | relevance | path

Searched refs:getExtension (Results 1 – 25 of 68) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dev/
H A DLangProcessor.php120 if ($file->isFile() && $file->getExtension() != 'php' && $file->getExtension() != 'js') return false;
133 if ($file->getExtension() == 'php') {
135 } elseif ($file->getExtension() == 'js') {
/plugin/combo/ComboStrap/
H A DLocalPath.php191 public function getExtension(): string function in ComboStrap\\LocalPath
H A DBootstrap.php304 $extension = $file->getExtension();
H A DMarkupPath.php2234 function getExtension(): string
2236 return $this->path->getExtension();
2232 function getExtension(): string global() function in ComboStrap\\MarkupPath
H A DMime.php212 public function getExtension() function in ComboStrap\\Mime
H A DFetcherCache.php48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
H A DFetcherMarkupBuilder.php332 $extension = $this->mime->getExtension();
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->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 DTemplateSlot.php173 $contextExtension = $requestedPath->getExtension();
H A DCacheLog.php46 $fetcher->getMime()->getExtension(),
69 $fetcher->getMime()->getExtension(),
H A DMarkupRenderer.php110 $extension = $this->requestedMime->getExtension();
H A DClassUtility.php78 $extension = $child->getExtension();
H A DFileSystems.php241 $extension = $path->getExtension();
H A DFont.php59 $extension = strtolower($path->getExtension());
H A DPathAbs.php14 public function getExtension(): string function in ComboStrap\\PathAbs
25 * @return Mime based on the {@link PathAbs::getExtension()}
H A DIcon.php61 $extension = $mediaDokuPath->getExtension();
H A DSqlite.php200 $extension = $child->getExtension();
H A DWikiPath.php1188 $extension = $this->getExtension();
H A DFetcherMarkup.php559 $extension = $this->getMime()->getExtension();
590 $this->builderName = $this->getMime()->getExtension();
637 if (!$this->isPathExecution() || $this->mime->getExtension() === MarkupRenderer::METADATA_EXTENSION) {
705 $extension = $this->getMime()->getExtension();
793 if (!in_array($this->getMime()->getExtension(), ["html", "xhtml"])) {
/plugin/combo/ComboStrap/Web/
H A DUrl.php645 public function getExtension(): string
650 return FetcherSystem::createPathFetcherFromUrl($this)->getMime()->getExtension();
656 return parent::getExtension();
634 public function getExtension(): string global() function in ComboStrap\\Web\\Url
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php250 if (in_array($path->getExtension(), ["html", "htm"])) {
/plugin/combo/action/
H A Dstaticresource.php219 if ($mediaToSend->getExtension() === "js") {
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php98 if ($file->getExtension() === TemplateEngine::EXTENSION_HBS) {

123