Searched refs:fileinfo (Results 1 – 11 of 11) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.browse.php | 283 …bsp;'.(isset($fileinfo['bitrate']) ? BitrateText($fileinfo['bitrate'] / 1000, 0, ((isset($fileinfo… 284 …fileinfo['comments_html']['artist']) ? implode('<br>', $fileinfo['comments_html']['artist']) : ((i… 308 $fileinfo['fileformat'] = (isset($fileinfo['fileformat']) ? $fileinfo['fileformat'] : ''); 544 $output = $fileinfo['fileformat']; 545 if (empty($fileinfo['video']['dataformat']) && empty($fileinfo['audio']['dataformat'])) { 548 if (empty($fileinfo['video']['dataformat']) && !empty($fileinfo['audio']['dataformat'])) { 549 if ($fileinfo['fileformat'] == $fileinfo['audio']['dataformat']) { 555 if (!empty($fileinfo['video']['dataformat']) && empty($fileinfo['audio']['dataformat'])) { 556 if ($fileinfo['fileformat'] == $fileinfo['video']['dataformat']) { 562 if ($fileinfo['video']['dataformat'] == $fileinfo['audio']['dataformat']) { [all …]
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Tar.php | 93 foreach ($this->yieldContents() as $fileinfo) { 94 $result[] = $fileinfo; 174 $fileinfo = $this->header2fileinfo($header); 177 $fileinfo->strip($strip); 180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) { 186 $output = $outdir.'/'.$fileinfo->getPath(); 187 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output); 193 if (!$fileinfo->getIsdir()) { 208 @touch($output, $fileinfo 270 addFile($file, $fileinfo = '') global() argument 324 addData($fileinfo, $data) global() argument 505 writeFileHeader(FileInfo $fileinfo) global() argument [all...] |
H A D | Zip.php | 79 foreach ($this->yieldContents() as $fileinfo) { 80 $result[] = $fileinfo; 156 $fileinfo = $this->header2fileinfo($header); 159 $fileinfo->strip($strip); 162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) { 166 $extracted[] = $fileinfo; 169 $output = $outdir.'/'.$fileinfo->getPath(); 174 if ($fileinfo->getIsdir()) { 176 call_user_func($this->callback, $fileinfo); 305 addFile($file, $fileinfo = '') global() argument 406 addData($fileinfo, $data) global() argument [all...] |
H A D | Archive.php | 84 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original 87 abstract public function addFile($file, $fileinfo = ''); argument 92 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data 96 abstract public function addData($fileinfo, $data); argument
|
/plugin/advanced/admin/ |
H A D | import.php | 231 foreach ($Zip->contents() as $fileinfo) { 237 $fileinfo->getPath(), 238 $fileinfo->getPath(), 239 filesize_h($fileinfo->getSize())
|
/plugin/approve/ |
H A D | helper.php |
|
/plugin/owncloud/ |
H A D | all.css | 32 .fileinfo {
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | CHANGELOG.md | 67 * Fix the specific `fileinfo` class support. (Ivan Enderlin, 2014-10-11T09:15:37+02:00)
|
/plugin/directorylist/ |
H A D | readme.md | 18 * PHP fileinfo extension
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | README.md | 221 something in `$fileinfo['error']`, describing the encountered error. If 223 `$fileinfo['warning']`. Both keys may contain more than one warning or
|
H A D | readme.txt | 231 something in $fileinfo['error'], describing the encountered error. If 233 $fileinfo['warning']. Both keys may contain more than one warning or
|