Home
last modified time | relevance | path

Searched refs:getFilenameForID (Results 1 – 6 of 6) sorted by relevance

/plugin/owncloud/exe/
H A Ddetail.php24 $realmedia = $helper->getFilenameForID($fileID,true);
H A Dfetch.php29 $realmedia = $helper->getFilenameForID($fileID,true);
/plugin/owncloud/
H A Dwork.php56 $path = $helper->getFilenameForID($fileid);
H A Dhelper.php89 public function getFilenameForID($id, $wikiID=false){ function in helper_plugin_owncloud
204 if($isID) $file = $this->getFilenameForID($file);
405 $res = $this -> getFilenameForID($fileid, true);
H A Daction.php189 $path = $helper->getFilenameForID($fileid);
/plugin/owncloud/ajax/
H A Dfilelist.php20 $dir = $helper->getFilenameForID($_POST['fileid']);