Home
last modified time | relevance | path

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

/plugin/prolog/
H A Dattribute_include.php34 * @param string $fileID the file ID in the DokuWiki notation
38 function getFilesList($includeValue = null, $fileID = null, &$filesList = array()) argument
40 if(empty($fileID))
41 $fileID = getID();
46 array_push($joinedIDs, $this->joinID($fileID,$includeID));
/plugin/owncloud/exe/
H A Ddetail.php18 $fileID = $INPUT->int('fileid'); variable
24 $realmedia = $helper->getFilenameForID($fileID,true);
H A Dfetch.php23 $fileID = $INPUT->int('fileid'); variable
29 $realmedia = $helper->getFilenameForID($fileID,true);
/plugin/owncloud/
H A Dhelper.php830 public function mediaInUse($fileID){ argument
831 …ECT `firstheading`,`wikipage` FROM `*PREFIX*dokuwiki_media_use` WHERE fileid = ?', array($fileID));