Home
last modified time | relevance | path

Searched refs:filename (Results 426 – 450 of 756) sorted by path

1...<<11121314151617181920>>...31

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.lyrics3.php23 public $filename; variable in getid3_write_lyrics3
62 $ThisFileInfo = $getID3->analyze($this->filename);
64 …f (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filename
89 $this->errors[] = 'Cannot fopen('.$this->filename.', "a+b")';
H A Dwrite.metaflac.php23 public $filename; variable in getid3_write_metaflac
114 $timestampbeforewriting = filemtime($this->filename);
120 $commandline .= ' '.escapeshellarg($this->filename).' 2>&1';
125 if ($timestampbeforewriting == filemtime($this->filename)) {
140 $commandline .= ' '.escapeshellarg($this->filename).' 2>&1';
177 $timestampbeforewriting = filemtime($this->filename);
179 $commandline = GETID3_HELPERAPPSDIR.'metaflac.exe --remove-all-tags "'.$this->filename.'" 2>&1';
184 if ($timestampbeforewriting == filemtime($this->filename)) {
195 $commandline = 'metaflac --remove-all-tags "'.$this->filename.'" 2>&1';
H A Dwrite.php329 $ape_writer->filename = $this->filename;
341 $id3v1_writer->filename = $this->filename;
360 $id3v2_writer->filename = $this->filename;
384 $metaflac_writer->filename = $this->filename;
396 $real_writer->filename = $this->filename;
428 $id3v1_writer->filename = $this->filename;
436 $id3v2_writer->filename = $this->filename;
444 $ape_writer->filename = $this->filename;
460 $metaflac_writer->filename = $this->filename;
468 $lyrics3_writer->filename = $this->filename;
[all …]
H A Dwrite.real.php22 public $filename; variable in getid3_write_real
65 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
69 $OldThisFileInfo = $getID3->analyze($this->filename);
142 if (copy($tempfilename, $this->filename)) {
148 $this->errors[] = 'FAILED: copy('.$tempfilename.', '.$this->filename.')';
160 $this->errors[] = 'Could not fopen("'.$this->filename.'", "r+b")';
269 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
273 $OldThisFileInfo = $getID3->analyze($this->filename);
308 if (copy($tempfilename, $this->filename)) {
314 $this->errors[] = 'FAILED: copy('.$tempfilename.', '.$this->filename.')';
[all …]
H A Dwrite.vorbiscomment.php24 public $filename; variable in getid3_write_vorbiscomment
88 $timestampbeforewriting = filemtime($this->filename);
90 …LPERAPPSDIR.'vorbiscomment.exe -w --raw -c "'.$tempcommentsfilename.'" "'.$this->filename.'" 2>&1';
95 if ($timestampbeforewriting == filemtime($this->filename)) {
105 … $commandline = 'vorbiscomment -w --raw -c "'.$tempcommentsfilename.'" "'.$this->filename.'" 2>&1';
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt179 $remotefilename = 'http://www.example.com/filename.mp3';
203 to $getID3->analyze(), for original filesize and original filename
299 …n getID3($filename) { return unpack('a3TAG/a30title/a30artist/a30album/a4year/a28comment/c1track/c…
H A Dstructure.txt70 ['filename']=>string() // filename only, no path
71 ['filenamepath']=>string() // full filename with path
72 ['filepath']=>string() // path to file, not including filename
605 ['filename']=>string() //
819 ['filename']=>string() //
2190 ['filename']=>string() //
2244 ['filename']=>string() //
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md223 paths for assets. It will insert an identifier before the filename extension that is unique for a p…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php58 $filename = basename($style);
59 if(preg_match('~^\*(\.[^\.]+)$~', $filename, $matches)){
60 $sourcePath = str_replace($filename, basename($assetPath), $sourcePath);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1667 foreach ($this->processPipes->getFiles() as $offset => $filename) {
1668 $cmd .= ' '.$offset.'>"'.$filename.'"';
/plugin/judge/
H A Daction.php292 public function upload($filename, $path, $code) argument
296 if (!in_array(pathinfo(basename($filename), PATHINFO_EXTENSION), $allowedExts, true)) {
308 $temp = explode(".", $filename);
311 return $filename . $this->getLang('err_file_exist');
/plugin/jukebox/id3/
H A Dgetid3.lib.php395 function fileextension($filename, $numextensions=1) { argument
396 if (strstr($filename, '.')) {
397 $reversedfilename = strrev($filename);
1284 function IncludeDependency($filename, $sourcefile, $DieOnFailure=false) { argument
1287 if (file_exists($filename)) {
1288 if (@include_once($filename)) {
1291 $diemessage = basename($sourcefile).' depends on '.$filename.', which has errors';
1294 $diemessage = basename($sourcefile).' depends on '.$filename.', which is missing';
H A Dgetid3.php46 var $filename; variable in getID3
154 function analyze($filename) { argument
188 if (preg_match('/^(ht|f)tp:\/\//', $filename)) {
193 if (!$fp = @fopen($filename, 'rb')) {
194 return $this->error('Could not open file "'.$filename.'"');
198 $this->info['filesize'] = filesize($filename);
228 $this->info['filename'] = basename($filename);
229 $this->info['filepath'] = str_replace('\\', '/', realpath(dirname($filename)));
293 $determined_format = $this->GetFileFormat($formattest, $filename);
938 function GetFileFormat(&$filedata, $filename='') { argument
[all …]
/plugin/latex-was/
H A Dclass.latexrender.php144 $filename = "img".$formula_hash.'.'.$this->_image_format;
145 $full_path_filename = $this->getPicturePath()."/".$filename;
149 return $this->getPicturePathHTTPD()."/".$filename;
168 return $this->getPicturePathHTTPD().$filename;
189 function getDimensions($filename) { argument
190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
/plugin/latex/
H A Dclass.latexrender.php144 $filename = "img".$formula_hash.'.'.$this->_image_format;
145 $full_path_filename = $this->getPicturePath()."/".$filename;
149 return $this->getPicturePathHTTPD()."/".$filename;
168 return $this->getPicturePathHTTPD().$filename;
189 function getDimensions($filename) { argument
190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
/plugin/latexit/other/download_counter/
H A Ddownload.php2 $filename = "counter"; variable
3 if(file_exists($filename)) {
4 $cnt = file_get_contents($filename);
9 file_put_contents($filename, $cnt);
H A Dindex.php2 $filename = "counter"; variable
3 if(file_exists($filename)) {
4 $cnt = file_get_contents($filename);
/plugin/latexit/
H A Drenderer.php375 $filename = $zip->filename;
386 header("Content-length: " . filesize($filename));
389 readfile($filename);
391 unlink($filename);
1187 $filename = basename($src);
1189 $location = $conf["tmpdir"] . "/" . $filename;
1192 $path = $media_folder . "/" . $filename;
1195 $mime = mimetype($filename);
1198 $this->_insertImage($filename, $align, $media_folder);
1200 $this->_insertFile($filename, $title, $media_folder);
[all …]
/plugin/latexport/helpers/
H A Darchive_helper_zip.php35 function startFile($filename) { argument
36 $this->currentFilename = $filename;
58 function insertContent($filename, $content) { argument
59 $this->zip->addFromString($filename, $content);
/plugin/latexport/implementation/
H A Ddecorator.php67 * @param filename The filename.
70 function texifyFilename($filename) { argument
71 $ext = pathinfo($filename, PATHINFO_EXTENSION);
73 $filename = substr($filename, 0, -strlen($ext) - 1);
75 $texifiedFilename = $this->texifyReference($filename);
81 * @param filename The reference.
H A Ddecorator_persister.php792 $filename = $this->obtainFilename($src);
793 if (!$this->isPrintable($filename)) {
797 list($width, $height) = getimagesize($filename);
812 $this->appendCommand('includegraphics', $this->insertImage($filename),
831 * @param filename String the file name.
834 private function isPrintable($filename) { argument
835 $ext = pathinfo($filename, PATHINFO_EXTENSION);
866 private function insertImage($filename) { argument
867 $baseFilename = $this->texifyFilename(basename($filename));
868 $this->archive->insertContent(self::GRAPHICSPATH.$baseFilename, file_get_contents($filename));
/plugin/log404/_test/
H A Dgeneral.test.php53 $this->assertFileExists($log->filename(), "File exists");
76 @unlink($log->filename());
105 @unlink($log->filename());
127 @unlink($log->filename());
153 @unlink($log->filename());
181 @unlink($log->filename());
/plugin/log404/
H A Dhelper.php32 if (!file_exists($this->filename())) {
35 $log = fopen($this->filename(), 'r');
75 if (!io_saveFile($this->filename(), $logline, true)) {
89 $tmpFilename = $this->filename().'.temp';
107 unlink($this->filename());
108 rename($tmpFilename, $this->filename());
112 public function filename() { function in helper_plugin_log404
/plugin/mantis/lib/
H A Dclass.wsdlcache.php86 if (file_exists($filename) && (time() - filemtime($filename) > $this->cache_lifetime)) {
87 unlink($filename);
94 if (!file_exists($filename)) {
96 $this->releaseMutex($filename);
99 $fp = @fopen($filename, "r");
108 $this->releaseMutex($filename);
129 $this->fplock[md5($filename)] = fopen($filename.".lock", "w");
148 $fp = fopen($filename, "w");
191 if (!file_exists($filename)) {
197 $ret = unlink($filename);
[all …]
H A Dnusoapmime.php82 * @param string $filename The filename of the attachment (default is empty string)
88 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa… argument
94 $info['filename'] = $filename;
321 * @param string $filename The filename of the attachment (default is empty string)
327 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa… argument
333 $info['filename'] = $filename;

1...<<11121314151617181920>>...31