Searched refs:pathToWikiID (Results 1 – 3 of 3) sorted by relevance
/plugin/owncloud/ajax/ |
H A D | filelist.php | 57 $link = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$folder)); 59 …$title = $helper->_media($helper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$folder), NULL, … 60 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(… 71 …$detail = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$file),NULL,NULL,16,NULL,NULL,'l… 72 …$title = $helper->_media($helper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$file), NULL, NU… 73 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(…
|
/plugin/owncloud/ |
H A D | helper.php | 98 if($wikiID) return $this->pathToWikiID($path); 103 public function pathToWikiID($path){ function in helper_plugin_owncloud 269 $wikiid = $this->pathToWikiID($file); 271 …a class="mmLink" href="'.DOKU_URL.'doku.php?ns='.$ns.'&image='.$this->pathToWikiID($file).'&do=med… 307 …$link = '<a title="'.$time.'" href="'.$fetch.'?media='.($this->pathToWikiID($file)).'&rev='.$line[…
|
/plugin/owncloud/tpl/ |
H A D | detail.php | 126 … echo $helper->internalmedia('',$helper->pathToWikiID($dir),$helper->getLang('parentFolder'));
|