Home
last modified time | relevance | path

Searched refs:pathID (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A Dsearch.php204 $info['id'] = pathID($file, true);
271 $id = pathID($file, true);
315 $id = pathID($file);
351 $id = pathID($file);
400 $item['id'] = pathID($file);
453 function pathID($path, $keeptxt = false) function
506 $item['id'] = pathID($file, ($type == 'd' || !empty($opts['keeptxt'])));
/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php253 $invalidId = pathID('namespace/' . $file);
263 $invalidId = pathID('namespace/' . $dir);
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php133 $id = pathID($dir . '/' . $subdir);
187 $id = pathID($dir . '/' . $file);
/dokuwiki/bin/
H A Dwantedpages.php150 … $page = ['id' => pathID(substr($dir . '/' . $entry, $trunclen)), 'file' => $dir . '/' . $entry];