| /plugin/combo/ComboStrap/Meta/Store/ |
| H A D | MetadataDokuWikiStore.php | 247 $wikiId = $this->getWikiId(); 292 private function getWikiId(): string function in ComboStrap\\Meta\\Store\\MetadataDokuWikiStore 295 return $this->getResource()->getPathObject()->toWikiPath()->getWikiId(); 355 $dokuwikiId = $this->getWikiId(); 361 return "DokuMeta ({$this->getWikiId()}"; 368 $dokuwikiId = $this->getWikiId(); 387 $id = $this->getWikiId(); 402 $id = $this->getWikiId();
|
| /plugin/combo/ComboStrap/ |
| H A D | PathTreeNode.php | 74 $actualNode = $nodeByIds[$path->getWikiId()] ?? null; 77 $nodeByIds[$path->getWikiId()] = $actualNode; 85 $parentPathNode = $nodeByIds[$parentPath->getWikiId()] ?? null; 88 $nodeByIds[$parentPath->getWikiId()] = $parentPathNode;
|
| H A D | Index.php | 38 $dokuwikiId = $media->getWikiId(); 60 $wikiIdToFind = $pageToMatch->getWikiId(); 94 $this->indexer->deletePage($page->getWikiId());
|
| H A D | PageExplorerTag.php | 130 $listItemContent = LinkMarkup::createFromPageIdOrPath($page->getWikiId()) 415 … $returnedXhtml .= LinkMarkup::createFromPageIdOrPath($currentIndexPage->getWikiId()) 461 $parentWikiId = $parentPage->getPathObject()->getWikiId(); 533 … $returnedXhtml .= LinkMarkup::createFromPageIdOrPath($subNamespacePage->getWikiId()) 563 && $childPagePath->getWikiId() !== $currentIndexPage->getWikiId() 582 … $returnedXhtml .= LinkMarkup::createFromPageIdOrPath($childPagePath->getWikiId()) 614 $namespaceId = $namespacePath->getWikiId(); 745 …nv()->getIdManager()->generateNewHtmlIdForComponent("page-explorer-{$containerPath->getWikiId()}"); 749 … ->addOutputAttributeValue("data-" . TagAttributes::WIKI_ID, $containerPath->getWikiId())
|
| H A D | DokuwikiId.php | 37 return $path->getWikiId(); 41 return $path->toWikiPath()->getWikiId();
|
| H A D | MarkupPath.php | 440 $ft_backlinks = ft_backlinks($this->getWikiId()); 574 $return = array_search($this->getPathObject()->getWikiId(), $pages, true); 594 saveWikiText($path->getWikiId(), $content, $summary); 612 $ID = $this->getPathObject()->toWikiPath()->getWikiId(); 917 ->setQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $this->getWikiId()) 963 $id = $this->getPathObject()->getWikiId(); 1030 $meta = p_read_metadata($this->getPathObject()->getWikiId()); 1034 p_save_metadata($this->getPathObject()->getWikiId(), $meta); 1197 return Identity::isWriter($this->getWikiId()); 1922 saveWikiText($this->getWikiId(), "", "Delete"); [all …]
|
| H A D | WikiPath.php | 842 return StringUtility::endWiths($this->getWikiId(), ":*"); 866 function getWikiId(): string function in ComboStrap\\WikiPath 959 $absoluteId = $this->getWikiId(); 977 if (!empty($this->getWikiId())) { 978 $relativeSystemPath .= "/" . utf8_encodeFN(str_replace(':', '/', $this->getWikiId())); 998 return auth_quickaclcheck($this->getWikiId()); 1018 return self::NAMESPACE_SEPARATOR_DOUBLE_POINT . $this->getWikiId(); 1124 … $contextId = $this->getParent()->getWikiId() . self::NAMESPACE_SEPARATOR_DOUBLE_POINT; 1129 $contextId = $this->getWikiId();
|
| H A D | RouterBestEndPage.php | 101 if ($candidatePage->getWikiId() === $requestedPage->getWikiId()) {
|
| H A D | EditButton.php | 157 $wikiId = $this->getWikiId(); 401 TagAttributes::WIKI_ID => $this->getWikiId() 410 private function getWikiId(): string function in ComboStrap\\EditButton 418 return ExecutionContext::getActualOrCreateFromEnv()->getRequestedPath()->getWikiId();
|
| H A D | Identity.php | 123 $wikiId = $executionContext->getRequestedPath()->getWikiId(); 207 $wikiId = MarkupPath::createFromRequestedPage()->getWikiId();
|
| H A D | Parser.php | 22 … = ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getDefaultContextPath()->getWikiId();
|
| H A D | EditButtonManager.php | 27 $cacheKey = $page->getWikiId();
|
| H A D | CacheResults.php | 101 public function getWikiId(): string function in ComboStrap\\CacheResults
|
| H A D | SearchTag.php | 54 $id = WikiPath::createRequestedPagePathFromRequest()->getWikiId();
|
| H A D | FetcherPageSearch.php | 61 $linkUtility = LinkMarkup::createFromPageIdOrPath($page->getWikiId());
|
| H A D | SlotSystem.php | 40 $anchorLink = LinkMarkup::createFromPageIdOrPath($contextPath->getWikiId())
|
| H A D | FsWikiUtility.php | 64 $dokuwikiId = substr( $dokuPath->getWikiId(),0,-1);
|
| H A D | FetcherTraitWikiPath.php | 108 $url->addQueryParameterIfNotActualSameValue($wikiIdKey, $this->path->getWikiId());
|
| /plugin/combo/action/ |
| H A D | routermessage.php | 199 if ($page->getWikiId() === $ID) { 220 if ($page->getWikiId() === $ID) { 236 $markupRef = LinkMarkup::createFromPageIdOrPath($page->getWikiId());
|
| H A D | cacheexpiration.php | 96 $requestedWikiId = $executionContext->getRequestedPath()->getWikiId(); 99 $requestedWikiId = $executionContext->getContextPath()->getWikiId();
|
| H A D | metadescription.php | 62 $this->sendDestInfo($wikiPath->getWikiId());
|
| H A D | lang.php | 100 self::setNormalizedId($page->getPathObject()->getWikiId());
|
| H A D | instructionspostprocessing.php | 113 if ($executingId === $requestedPath->getWikiId()) {
|
| H A D | qualitymutation.php | 78 $wikiId = $backlink->getWikiId();
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | RelatedTag.php | 95 wl($page->getWikiId()) . '?do=backlink', 123 $backlinks = ft_backlinks($page->getWikiId(), $ignore_perms = false);
|