Home
last modified time | relevance | path

Searched refs:getWikiId (Results 1 – 25 of 55) sorted by relevance

123

/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php247 $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 DPathTreeNode.php74 $actualNode = $nodeByIds[$path->getWikiId()] ?? null;
77 $nodeByIds[$path->getWikiId()] = $actualNode;
85 $parentPathNode = $nodeByIds[$parentPath->getWikiId()] ?? null;
88 $nodeByIds[$parentPath->getWikiId()] = $parentPathNode;
H A DIndex.php38 $dokuwikiId = $media->getWikiId();
60 $wikiIdToFind = $pageToMatch->getWikiId();
94 $this->indexer->deletePage($page->getWikiId());
H A DPageExplorerTag.php130 $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 DDokuwikiId.php37 return $path->getWikiId();
41 return $path->toWikiPath()->getWikiId();
H A DMarkupPath.php440 $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 DWikiPath.php842 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 DRouterBestEndPage.php101 if ($candidatePage->getWikiId() === $requestedPage->getWikiId()) {
H A DEditButton.php157 $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 DIdentity.php123 $wikiId = $executionContext->getRequestedPath()->getWikiId();
207 $wikiId = MarkupPath::createFromRequestedPage()->getWikiId();
H A DParser.php22 … = ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getDefaultContextPath()->getWikiId();
H A DEditButtonManager.php27 $cacheKey = $page->getWikiId();
H A DCacheResults.php101 public function getWikiId(): string function in ComboStrap\\CacheResults
H A DSearchTag.php54 $id = WikiPath::createRequestedPagePathFromRequest()->getWikiId();
H A DFetcherPageSearch.php61 $linkUtility = LinkMarkup::createFromPageIdOrPath($page->getWikiId());
H A DSlotSystem.php40 $anchorLink = LinkMarkup::createFromPageIdOrPath($contextPath->getWikiId())
H A DFsWikiUtility.php64 $dokuwikiId = substr( $dokuPath->getWikiId(),0,-1);
H A DFetcherTraitWikiPath.php108 $url->addQueryParameterIfNotActualSameValue($wikiIdKey, $this->path->getWikiId());
/plugin/combo/action/
H A Droutermessage.php199 if ($page->getWikiId() === $ID) {
220 if ($page->getWikiId() === $ID) {
236 $markupRef = LinkMarkup::createFromPageIdOrPath($page->getWikiId());
H A Dcacheexpiration.php96 $requestedWikiId = $executionContext->getRequestedPath()->getWikiId();
99 $requestedWikiId = $executionContext->getContextPath()->getWikiId();
H A Dmetadescription.php62 $this->sendDestInfo($wikiPath->getWikiId());
H A Dlang.php100 self::setNormalizedId($page->getPathObject()->getWikiId());
H A Dinstructionspostprocessing.php113 if ($executingId === $requestedPath->getWikiId()) {
H A Dqualitymutation.php78 $wikiId = $backlink->getWikiId();
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php95 wl($page->getWikiId()) . '?do=backlink',
123 $backlinks = ft_backlinks($page->getWikiId(), $ignore_perms = false);

123