Searched refs:fileid (Results 1 – 11 of 11) sorted by relevance
| /plugin/owncloud/ |
| 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); 214 $param = preg_replace('#fileid=(\d+)?#i',"fileid=$fileid",$param,-1,$count); [all …]
|
| 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;
|
| 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}, property 99 data: {fileid: li.attr('fileid')}, property
|
| D | helper.php | 400 …public function internalmedia($fileid, $src, $title=NULL, $align=NULL, $width=NULL,$height=NULL, $… argument 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); 435 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc… 444 if($this->getMimetypeForID($fileid) == 'httpd/unix-directory') { 451 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc… [all …]
|
| D | syntax.php | 75 if(preg_match('#fileid=(\d+)?#i',$match['raw'],$fileid)){ 76 ($fileid[1]) ? $match['fileid'] = $fileid[1]:"";
|
| /plugin/nsexport/packer/ |
| 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/ |
| 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/ |
| D | ajax.php | 18 public $fileid; variable in action_plugin_nsexport_ajax
|
| /plugin/dropfiles/src/ |
| D | upload.js | 263 function insertSyntax(fileid) { argument 267 var open = '{{' + fileid;
|
| /plugin/nsexport/packer/ziphtml/ |
| D | packer.php | 110 $to = $conf['tmpdir'] . '/wrk-' . $this->fileid . '.zip';
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | structure.txt | 253 ['fileid']=>string() // 282 ['fileid']=>string() //
|