Home
last modified time | relevance | path

Searched refs:isPage (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/action/
Dsearch.php455 …$isPage = empty($doc['doctype']) || $doc['doctype'] === \action_plugin_elasticsearch_indexing::DOC…
456 $href = $isPage ? wl($page) : ml($page);
459 if (!$isPage && is_file(DOKU_INC . 'lib/images/fileicons/' . $doc['ext'] . '.png')) {
/plugin/combo/action/
H A Dpageprotection.php152 if ($dokuPath->isPage()) {
/plugin/combo/ComboStrap/
H A DWikiPath.php818 function isPage(): bool function in ComboStrap\\WikiPath