Home
last modified time | relevance | path

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

/plugin/elasticsearch/action/
H A Dsearch.php426 $isPage = empty($doc['doctype']) || $doc['doctype'] === \action_plugin_elasticsearch_indexing::DOCTYPE_PAGE;
427 $href = $isPage ? wl($page) : ml($page);
430 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