Searched refs:fileinfo (Results 1 – 12 of 12) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
D | demo.browse.php | 229 foreach ($DirectoryContents[$dirname]['dir'] as $filename => $fileinfo) { 275 foreach ($DirectoryContents[$dirname]['known'] as $filename => $fileinfo) { 280 echo '<td align="right"> '.number_format($fileinfo['filesize']).'</td>'; 281 echo '<td align="right"> '.NiceDisplayFiletypeFormat($fileinfo).'</td>'; 282 …echo '<td align="right"> '.(isset($fileinfo['playtime_string']) ? $fileinfo['playtime_string'… 283 …bsp;'.(isset($fileinfo['bitrate']) ? BitrateText($fileinfo['bitrate'] / 1000, 0, ((isset($fileinfo… 284 …fileinfo['comments_html']['artist']) ? implode('<br>', $fileinfo['comments_html']['artist']) : ((i… 285 …fileinfo['comments_html']['title']) ? implode('<br>', $fileinfo['comments_html']['title']) : (i… 287 …echo '<td align="left"><tt>'.(isset($fileinfo['md5_file']) ? $fileinfo['md5_file'] :… 288 …echo '<td align="left"><tt>'.(isset($fileinfo['md5_data']) ? $fileinfo['md5_data'] :… [all …]
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
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->getMtime()); 209 @chmod($output, $fileinfo->getMode()); [all …]
|
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); 252 @touch($output, $fileinfo->getMtime()); [all …]
|
D | Archive.php | 84 …* @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject w… 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 w… 96 abstract public function addData($fileinfo, $data); argument
|
/plugin/advanced/admin/ |
D | import.php | 231 foreach ($Zip->contents() as $fileinfo) { 237 $fileinfo->getPath(), 238 $fileinfo->getPath(), 239 filesize_h($fileinfo->getSize())
|
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
D | Room.php | 222 * @param array $fileinfo Extra information about the file 228 public function sendFile(string $url, string $name, array $fileinfo) { argument 229 return $this->api()->sendContent($this->roomId, $url, $name, 'm.file', $fileinfo); 252 * @param array $fileinfo Extra information about the image. 258 public function sendImage(string $url, string $name, ?array $fileinfo) { argument 259 return $this->api()->sendContent($this->roomId, $url, $name, 'm.image', $fileinfo);
|
/plugin/approve/helper/ |
D | db.php | 105 foreach ($iterator as $fileinfo) { 106 if (!$fileinfo->isFile()) continue; 108 $path = $fileinfo->getRealPath(); // it should return "/" both on windows and linux
|
/plugin/owncloud/ |
D | all.css | 32 .fileinfo {
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
D | CHANGELOG.md | 67 * Fix the specific `fileinfo` class support. (Ivan Enderlin, 2014-10-11T09:15:37+02:00)
|
/plugin/directorylist/ |
D | readme.md | 18 * PHP fileinfo extension
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
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
|
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
|