Home
last modified time | relevance | path

Searched refs:toAbsoluteId (Results 1 – 25 of 63) sorted by relevance

123

/plugin/combo/ComboStrap/
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 DSlotManagerMenuItem.php98 return DirectoryLayout::getComboImagesDirectory()->resolve('entypo-text-document-inverted.svg')->toAbsoluteId();
138 $secondaryPage = MarkupPath::createPageFromAbsoluteId($secondaryPath->toAbsoluteId());
151 $html .= "<tr><td class='pe-2'>$action</td><td><a href=\"{$url->toHtmlString()}\" class=\"$class\"$style>{$secondaryPath->toAbsoluteId()}</a></td></tr>";
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 DQualityMenuItem.php102 return DirectoryLayout::getComboImagesDirectory()->resolve( 'quality-alert.svg')->toAbsoluteId();
108 return DirectoryLayout::getComboImagesDirectory()->resolve('quality.svg')->toAbsoluteId();
H A DFileSystems.php300 copy($sourceLocal->toAbsoluteId(), $destinationLocal->toAbsoluteId());
319 fputs(STDOUT, "ModificationTime of {$mediaFile->toAbsoluteId()}" . PHP_EOL);
320 $filename = $mediaFile->toAbsolutePath()->toAbsoluteId();
329 $pathString = $path->toLocalPath()->toCanonicalAbsolutePath()->toAbsoluteId();
H A DCacheReportHtmlDataBlockArray.php72 self::CACHE_FILE => $cacheFile->toAbsoluteId()
86 $htmlDataBlock[$sourcePath->toAbsoluteId()][$mode] = $data;
H A DMarkupCacheDependencies.php225 return $parentPath->toAbsoluteId();
231 return $requestedPage->getPathObject()->toAbsoluteId();
313 $absoluteString = $this->markupFetcher->getRequestedExecutingPath()->toAbsoluteId();
H A DCacheLog.php45 $contentCachePath->toAbsoluteId(),
68 $fetcher->getSourcePath()->toAbsoluteId(),
H A DAnalyticsMenuItem.php61 return DirectoryLayout::getComboImagesDirectory()->resolve('file-chart.svg')->toAbsoluteId();
H A DTemplateEngine.php120 return $element->toAbsoluteId();
123 return $element->toAbsoluteId();
137 return $element->toAbsoluteId();
H A DCacheMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('mdi-cache.svg')->toAbsoluteId();
H A DMetaManagerMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('tag-text.svg')->toAbsoluteId();
H A DBacklinkMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('backlink.svg')->toAbsoluteId();
H A DFont.php61 echo $path->toAbsoluteId() . "\n";
H A DMetadataMutation.php47 self::PATH_ATTRIBUTE => $wikiPath->toAbsoluteId()
H A DPageLevel.php33 return substr_count($this->getResource()->getPathObject()->toAbsoluteId(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) - 1;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStoreAbs.php35 if ($this->page->getPathObject()->toAbsoluteId() !== $requestedResource->getPathObject()->toAbsoluteId()) {
H A DMetadataWikiPath.php88 return $actualPath->toAbsoluteId();
99 return $defaultValue->toAbsoluteId();
/plugin/combo/action/
H A Dpagesystemmutation.php100 PagePath::getPersistentName() => $file->toWikiPath()->toAbsoluteId()
128 PagePath::getPersistentName() => $file->toWikiPath()->toAbsoluteId()
H A Dstaticresource.php110 $event->data['file'] = $fetchPath->toAbsoluteId();
314 http_sendfile($mediaToSend->toAbsolutePath()->toAbsoluteId());
319 $filePointer = @fopen($mediaToSend->toAbsolutePath()->toAbsoluteId(), "rb");
H A Dtxt.php54 $svgMimeConf = DirectoryLayout::getComboResourcesDirectory()->resolve("conf")->resolve("txt.mime.conf")->toAbsoluteId();
H A Dsvg.php64 $svgMimeConf = DirectoryLayout::getComboResourcesDirectory()->resolve("conf")->resolve("svg.mime.conf")->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/admin/
H A Dpagerules.php92 return DirectoryLayout::getComboImagesDirectory()->resolve('page-next.svg')->toAbsoluteId();
266 ptln(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('delete.svg')->toAbsoluteId()));
274 ptln(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('file-document-edit-outline.svg')->toAbsoluteId()));

123