Home
last modified time | relevance | path

Searched refs:pathID (Results 1 – 2 of 2) sorted by last modified time

/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)
507 $item['id'] = pathID($file, ($type == 'd' || !empty($opts['keeptxt'])));
441 function pathID($path,$keeptxt=false){ global() function
/dokuwiki/bin/
H A Dwantedpages.php150 $page = ['id' => pathID(substr($dir . '/' . $entry, $trunclen)), 'file' => $dir . '/' . $entry];