Home
last modified time | relevance | path

Searched refs:toAbsoluteId (Results 1 – 25 of 63) sorted by last modified time

123

/plugin/combo/ComboStrap/
H A DAnalyticsMenuItem.php61 return DirectoryLayout::getComboImagesDirectory()->resolve('file-chart.svg')->toAbsoluteId();
H A DLocalFileSystem.php30 return file_exists($path->toAbsolutePath()->toAbsoluteId());
52 $content = @file_get_contents($path->toAbsolutePath()->toAbsoluteId());
70 $timestamp = filemtime($path->toCanonicalAbsolutePath()->toAbsoluteId());
82 $filePath = $path->toAbsolutePath()->toAbsoluteId();
92 $absolutePath = $path->toAbsolutePath()->toAbsoluteId();
105 return filesize($path->toAbsolutePath()->toAbsoluteId());
113 $result = mkdir($dirPath->toAbsolutePath()->toAbsoluteId(), $mode = 0770, $recursive = true);
215 touch($path->toAbsoluteId());
221 $file = $path->toAbsoluteId();
H A DLocalPath.php207 function toAbsoluteId(): string function in ComboStrap\\LocalPath
245 $newPath = $this->toCanonicalAbsolutePath()->toAbsoluteId() . $this->getDirectorySeparator() . utf8_encodeFN($name);
276 if (strpos($actualPath->toAbsoluteId(), $localPath->toAbsoluteId()) === 0) {
277 if ($actualPath->toAbsoluteId() === $localPath->toAbsoluteId()) {
281 $relativePath = substr($actualPath->toAbsoluteId(), strlen($localPath->toAbsoluteId()) + $sepCharacter);
H A DMarkupCacheDependencies.php225 return $parentPath->toAbsoluteId();
231 return $requestedPage->getPathObject()->toAbsoluteId();
313 $absoluteString = $this->markupFetcher->getRequestedExecutingPath()->toAbsoluteId();
H A DMarkupPath.php987 return $this->getParent()->toAbsoluteId();
1206 return $this->getPathObject()->toAbsoluteId() === ":$startPageName";
2259 function toAbsoluteId(): string
2261 return $this->path->toAbsoluteId();
2257 function toAbsoluteId(): string global() function in ComboStrap\\MarkupPath
H A DCanonical.php191 $path = $this->getValue()->toAbsoluteId();
H A DMetadataMutation.php47 self::PATH_ATTRIBUTE => $wikiPath->toAbsoluteId()
H A DFetcherCache.php102 $this->fileDependencies[] = LocalPath::createFromPathObject($path)->toAbsolutePath()->toAbsoluteId();
H A DPageExplorerTag.php508 $subNamespacePage = MarkupPath::getIndexPageFromNamespace($subNamespacePath->toAbsoluteId());
759 $subHomePage = MarkupPath::getIndexPageFromNamespace($containerPath->toAbsoluteId());
H A DPageId.php166 $resourcePath = $resource->getPathObject()->toAbsoluteId();
H A DFetcherMarkupBuilder.php79 $wikiId = $sourcePath->toAbsoluteId();
H A DFetcherRaster.php162 $imageSize = getimagesize($path->toAbsolutePath()->toAbsoluteId());
H A DFetcherSvg.php1214 $pathString = $path->toAbsolutePath()->toAbsoluteId();
H A DFetcherVignette.php120 $normalFont = Font::getLiberationSansFontRegularPath()->toAbsoluteId();
121 $boldFont = Font::getLiberationSansFontBoldPath()->toAbsoluteId();
229 $fileStringPath = $cache->getFile()->toAbsolutePath()->toAbsoluteId();
288 return imagecreatefrompng($imagePath->toAbsoluteId());
291 return imagecreatefromjpeg($imagePath->toAbsoluteId());
293 return imagecreatefromwebp($imagePath->toAbsoluteId());
H A DTemplateEngine.php120 return $element->toAbsoluteId();
123 return $element->toAbsoluteId();
137 return $element->toAbsoluteId();
H A DTemplateForWebPage.php1105 $this->templateDefinition = Yaml::parseFile($file->toAbsoluteId());
H A DWikiFileSystem.php106 return WikiPath::isNamespacePath($path->toAbsoluteId());
H A DCacheLog.php45 $contentCachePath->toAbsoluteId(),
68 $fetcher->getSourcePath()->toAbsoluteId(),
H A DCacheMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('mdi-cache.svg')->toAbsoluteId();
H A DCacheReportHtmlDataBlockArray.php72 self::CACHE_FILE => $cacheFile->toAbsoluteId()
86 $htmlDataBlock[$sourcePath->toAbsoluteId()][$mode] = $data;
/plugin/combo/action/
H A Dimgmove.php217 $imageId = $path->toAbsolutePath()->toAbsoluteId();
242 $imageId = $metadata->getValue()->toAbsoluteId();
H A Dmetafacebook.php209 $path->toAbsolutePath()->toAbsoluteId() !== $firstImagePath->toAbsolutePath()->toAbsoluteId()
H A Dlinkwizard.php112 $path = $page->getPathObject()->toAbsoluteId();
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php128 $array[$alias->getPath()->toAbsoluteId()] = [
129 AliasPath::PERSISTENT_NAME => $alias->getPath()->toAbsoluteId(),
301 $this->rows[$path->getValue()->toAbsoluteId()] = $row;
/plugin/combo/ComboStrap/Web/
H A DUrl.php686 function toAbsoluteId(): string
675 function toAbsoluteId(): string global() function in ComboStrap\\Web\\Url

123