Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dsearch.php205 $info['id'] = pathID($file, true);
272 $id = pathID($file, true);
316 $id = pathID($file);
352 $id = pathID($file);
401 $item['id'] = pathID($file);
454 function pathID($path, $keeptxt = false) function
507 $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];