Home
last modified time | relevance | path

Searched defs:fileid (Results 1 – 6 of 6) sorted by relevance

/plugin/owncloud/tpl/
H A Ddetail.php15 $fileid = -1; variable
88 $fileid = $_GET['fileid']; variable
90 $fileid = $helper->getIDForFilename($helper->wikiIDToPath($IMG)); variable
/plugin/nsexport/action/
H A Dajax.php18 public $fileid; variable in action_plugin_nsexport_ajax
/plugin/owncloud/
H A Dhelper.php400 …public function internalmedia($fileid, $src, $title=NULL, $align=NULL, $width=NULL,$height=NULL, $…
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render)
688 function _media($fileid, $src, $title=NULL, $align=NULL, $width=NULL,
H A Daction.php223 function mediaUse($fileid, &$helper){
H A Dscript.js29 subfolder: function(dir, $row, level,fileid){ argument
/plugin/dropfiles/src/
H A Dupload.js263 function insertSyntax(fileid) { argument