Home
last modified time | relevance | path

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

12

/plugin/cleanup/
H A Dhelper.php169 $id = pathID($path, true);
193 $id = pathID($path, true);
218 $id = pathID($path);
241 $id = pathID($path);
/plugin/move/action/
H A Drewrite.php52 $id = pathID($path);
94 $id = pathID($path);
/plugin/displayorphans/
H A Dhelper.php57 $id = pathID($file);
76 $id = pathID($file);
/plugin/subpages/
H A Dsyntax.php201 $pgid = pathID($chkfile);
214 $pgid = pathID($file);
/plugin/remotelistnamespace/
H A Dremote.php54 $item['id'] = pathID($file);
/plugin/pageindex/
H A Dsyntax.php27 $id = pathID($file);
/plugin/mediarename/
H A Daction.php63 $info['id'] = pathID($file,true);
/plugin/approve/
H A Dhelper.php295 $id = $this->pathID($path);
305 * fixes dokuwiki pathID - support for Windows enviroment
312 public function pathID($path,$keeptxt=false){ function in helper_plugin_approve
/plugin/solr/
H A Dindex_all.php100 $id = pathID($file);
/plugin/discussion/
H A Dconvert.php65 $id = pathID(str_replace(DISCUSSION_NS.'/', '', $file));
/plugin/revisionsdue/
H A Dsyntax.php30 $id = pathID($file);
/plugin/pagetemplate/
H A Daction.php110 $cid = pathID($file);
/plugin/webdav/core/
H A DUtils.php151 $item['id'] = pathID($file, $is_dir);
/plugin/farmsync/meta/
H A DTemplateUpdates.php95 $items[] = array('id' => pathID($file));
/plugin/fullindex/
H A Daction.php150 $id = pathID($file);
/plugin/tagentry/
H A Daction.php95 $id = pathID( $file );
/plugin/simplenavi/
H A Dsyntax.php244 $id = pathID($file);
/plugin/blog/
H A Daction.php234 $page = pathID(substr($cache->file, strlen($conf['datadir'])+1));
/plugin/linkmanager/
H A Dfunctions.php247 $id = pathID($file);
/plugin/filelisting/
H A Dhelper.php268 $info['id'] = pathID($file,true);
/plugin/alphaindex/
H A Dsyntax.php320 $id = pathID($file);
/plugin/dir/
H A Dsyntax.php687 return $this->_addFoundPage($data, $ns, pathID($file), $type, $level);
692 $id = pathID($file);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php445 $id = pathID($file);
/plugin/composer/
H A Dsyntax.php610 $id = pathID($file);
/plugin/publish/
H A Dhelper.php400 $id = pathID($ns . $file);

12