Home
last modified time | relevance | path

Searched refs:dokuwikiId (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php100 $dokuwikiId = $url->getQueryPropertyValueAndRemoveIfPresent(MediaMarkup::$MEDIA_QUERY_PARAMETER);
105 $webUrlPath = str_replace(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, "/", $dokuwikiId);
113 $dokuwikiId = $url->getQueryPropertyValueAndRemoveIfPresent(MediaMarkup::$MEDIA_QUERY_PARAMETER);
118 $webUrlPath = str_replace(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, "/", $dokuwikiId);
123 $dokuwikiId = $url->getQueryPropertyValueAndRemoveIfPresent(DokuWikiId::DOKUWIKI_ID_ATTRIBUTE);
134 $urlId = PageUrlPath::createForPage(MarkupPath::createMarkupFromId($dokuwikiId))->getValueOrDefaultAsWikiId();
/plugin/combo/ComboStrap/
H A DIndex.php38 $dokuwikiId = $media->getWikiId();
39 return $this->indexer->lookupKey('relation_media', $dokuwikiId);
H A DFsWikiUtility.php64 $dokuwikiId = substr( $dokuPath->getWikiId(),0,-1);
65 $relativeFileSystemPath = str_replace(":", "/", $dokuwikiId);
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php355 $dokuwikiId = $this->getWikiId();
356 return LocalPath::createFromPathString(metaFN($dokuwikiId, '.meta'));
368 $dokuwikiId = $this->getWikiId();
369 p_save_metadata($dokuwikiId, $emptyMeta);
/plugin/combo/syntax/
H A Dfrontmatter.php326 $dokuwikiId = $imageValue->getImagePath()->getWikiId();
327 $attributes = [MarkupRef::REF_ATTRIBUTE => ":$dokuwikiId"];