Searched refs:fileid (Results 1 – 11 of 11) sorted by relevance
/plugin/owncloud/ |
H A D | action.php | 171 ($match[1]) ? $fileid = intval($match[1]) : $fileid = 0; 173 $fileid = 0; 188 if($fileid > 0){ // Then find filename from id 189 $path = $helper->getFilenameForID($fileid); 204 $fileid = $helper->fileIDForWikiID($src); 206 $fileid = $helper->fileIDForWikiID($oldsrc); 207 if($fileid != '' && $fileid > 0) $src = $oldsrc; 210 if($fileid == '' || $fileid < 1) return $rawdata; 213 if($write) $this -> mediaUse($fileid,$helper); 215 …if($fileid!='' && $fileid > 0 && $count < 1) $param = (($param != "") ? "$param&fileid=$fileid":"f… [all …]
|
H A D | work.php | 46 $fileid = intval($last); // Last element maybe fileid 48 if($fileid == 0 ) $desc .= "|".$last; // no fileid, is part of description 50 $fileid = 0; 55 if($fileid > 0){ // Then find source from id 56 $path = $helper->getFilenameForID($fileid); 69 $fileid = $helper->getIDForFilename($path); 72 return $src.(($param != "") ? "?$param":"")."|".$desc."|".$fileid;
|
H A D | script.js | 9 var fileid; 13 fileid = parseInt($current.attr("class").replace('filelistOC fileid','')); 15 filelist.subfolder('',$row,'level0',fileid); 29 subfolder: function(dir, $row, level,fileid){ argument 33 data: {dir: dir, fileid: fileid, level: level}, 99 data: {fileid: li.attr('fileid')},
|
H A D | helper.php | 404 if($fileid != '' && $fileid > 0){ 405 $res = $this -> getFilenameForID($fileid, true); 418 $fileid = $this->fileIDForWikiID($src); 420 $fileid = $this->fileIDForWikiID($oldsrc); 421 if($fileid != '' && $fileid > 0){ 430 … $link = $this->_getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render); 444 if($this->getMimetypeForID($fileid) == 'httpd/unix-directory') { 471 return $this->filelist($fileid); 663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render) argument 676 … $link['name'] = $this->_media($fileid, $src, $title, $align, $width, $height, $cache, $render); [all …]
|
H A D | syntax.php | 75 if(preg_match('#fileid=(\d+)?#i',$match['raw'],$fileid)){ 76 ($fileid[1]) ? $match['fileid'] = $fileid[1]:"";
|
/plugin/nsexport/packer/ |
H A D | packer.php | 10 $this->fileid = time().rand(0,99999); 13 echo $this->fileid; 43 return $conf['tmpdir'] . '/offline-' . $this->fileid . '.' . $this->ext; 50 $this->fileid = $key; 61 $this->fileid = $key;
|
/plugin/owncloud/tpl/ |
H A D | detail.php | 15 $fileid = -1; variable 88 $fileid = $_GET['fileid']; variable 90 $fileid = $helper->getIDForFilename($helper->wikiIDToPath($IMG)); variable 123 echo $helper->filelist($fileid,''); 134 echo $helper->mediaInUse($fileid);
|
/plugin/nsexport/action/ |
H A D | ajax.php | 18 public $fileid; variable in action_plugin_nsexport_ajax
|
/plugin/dropfiles/src/ |
H A D | upload.js | 263 function insertSyntax(fileid) { argument 267 var open = '{{' + fileid;
|
/plugin/nsexport/packer/ziphtml/ |
H A D | packer.php | 110 $to = $conf['tmpdir'] . '/wrk-' . $this->fileid . '.zip';
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | structure.txt | 253 ['fileid']=>string() // 282 ['fileid']=>string() //
|