Home
last modified time | relevance | path

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

123

/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()));
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php82 $path = $resourceCombo->getPathObject()->toAbsoluteId();
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php391 ->toAbsoluteId();
1067 $globalSnippets = SnippetSystem::getFromContext()->getSnippetsForSlot($this->getRequestedExecutingPath()->toAbsoluteId());
1209 $depends['files'][] = $executingPath->toAbsolutePath()->toAbsoluteId();
H A DPageLevel.php33 return substr_count($this->getResource()->getPathObject()->toAbsoluteId(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) - 1;
H A DPageUrlPath.php244 $pagePath = $page->getPathObject()->toAbsoluteId();
260 return Canonical::createForPage($page)->getValueOrDefault()->toAbsoluteId();
H A DPath.php16 * The {@link Path::toAbsoluteId()} function is just the path part (no other URI query parameters)
86 function toAbsoluteId(): string; function
H A DHistoricalBreadcrumbMenuItem.php137 return DirectoryLayout::getComboImagesDirectory()->resolve('history.svg')->toAbsoluteId();
H A DQualityMenuItem.php102 return DirectoryLayout::getComboImagesDirectory()->resolve( 'quality-alert.svg')->toAbsoluteId();
108 return DirectoryLayout::getComboImagesDirectory()->resolve('quality.svg')->toAbsoluteId();
H A DIconDownloader.php271 if (strpos($path->toAbsoluteId(), $iconNameSpace) !== false) {
494 $numberOfByte = file_put_contents($mediaDokuPath->toLocalPath()->toAbsolutePath()->toAbsoluteId(), $filePointer);
H A DSite.php901 return Url::toUrlSeparator($scriptName->getParent()->toAbsoluteId());
905 return Url::toUrlSeparator($scriptName->getParent()->toAbsoluteId());
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 DBacklinkMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('backlink.svg')->toAbsoluteId();
/plugin/combo/action/
H A Dcanonical.php61 $canonical = $page->getCanonical()->toAbsoluteId();

123