Home
last modified time | relevance | path

Searched refs:fwrite (Results 151 – 175 of 390) sorted by last modified time

12345678910>>...16

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php136 fwrite($this->stream, self::formatLine($level, $message, $context));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.lyrics3.php79 fwrite($fp, $DataAfterLyrics3, strlen($DataAfterLyrics3));
H A Dwrite.metaflac.php69 fwrite($fpcomments, $picturedetails['data']);
90 fwrite($fpcomments, $this->CleanmetaflacName($key).'='.$commentdata."\n");
H A Dwrite.vorbiscomment.php64 fwrite($fpcomments, $this->CleanVorbisCommentName($key).'='.$commentdata."\n");
H A Dmodule.audio.la.php179 fwrite($RIFF_fp, $RIFFdata, strlen($RIFFdata));
H A Dwrite.apetag.php110 fwrite($fp, $APEtag, strlen($APEtag));
112 fwrite($fp, $PostAPEdata, strlen($PostAPEdata));
145 fwrite($fp, $DataAfterAPE, strlen($DataAfterAPE));
H A Dwrite.id3v2.php133 fwrite($fp, $NewID3v2Tag, strlen($NewID3v2Tag));
143 fwrite($fp, $NewID3v2Tag, strlen($NewID3v2Tag));
157 fwrite($fp_temp, $NewID3v2Tag, strlen($NewID3v2Tag));
165 fwrite($fp_temp, $buffer, strlen($buffer));
229 fwrite($fp_temp, $buffer, strlen($buffer));
264 fwrite($fp_temp, $buffer, strlen($buffer));
270 fwrite($fp_source, $buffer, strlen($buffer));
H A Dwrite.real.php95 fwrite($fp_source, $new__RMF_tag_data);
104 fwrite($fp_source, $new_PROP_tag_data);
115 fwrite($fp_source, $new_CONT_tag_data);
134 fwrite($fp_temp, fread($fp_source, $BeforeOffset));
135 fwrite($fp_temp, $new_CONT_tag_data);
138 fwrite($fp_temp, $buffer, strlen($buffer));
301 fwrite($fp_temp, fread($fp_source, $BeforeOffset));
304 fwrite($fp_temp, $buffer, strlen($buffer));
H A Dmodule.archive.gzip.php235 fwrite($fp_temp_tar, $inflated);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php910 fwrite($this->stdout, $line);
926 fwrite($this->stderr, $line);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php212 fwrite($stream, $expected);
228 fwrite($stream, 'hello');
1236 fwrite($stream, ++$i);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt184 fwrite($fp_local, $buffer);
H A DREADME.md184 fwrite($fp_local, $buffer);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php58 fwrite($tempimagefile, $value);
1141 $byteswritten = fwrite($MD5fp, $buffer, $byteslefttowrite);
/plugin/referrers/
H A Dcode.php42 fwrite($fp, "====== Referrers : $curdate ======\n\n");
43fwrite($fp, "//If you find [[https://www.dokuwiki.org/plugin:referrers|Referrers for DokuWiki]] us…
44 fwrite($fp, "^ hostname ^ ip address ^ referrer ^\n");
49 fwrite($fp, "| %%".gethostbyaddr($rh)."%% | ");
50 fwrite($fp, $rh);
60 fwrite($fp, "((%%".$UA."%%)) ");
63 fwrite($fp, "| ".$refhi." |");
64 fwrite($fp, "\n");
/plugin/googleads/
H A Dcode.php29 fwrite($fp, '$gads_settings[\'' . $name . '\'] = \'' . $val . '\';' . "\n");
40 fwrite($fp, '<?php' . "\n// This file is automatically generated\n");
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 … \"flushini font fopen fseek fsend fserve fullname fwrite ghide gload gmove …
H A Dphp.min.js.map1 …tc fgets fgetss fread fopen fpassthru ftruncate fstat fseek ftell fflush fwrite fputs mkdir rename…
H A Dsas.min.js.map1 …lim formdlim forward fpoint fpos fput fread frewind frlen from fsep fuzz fwrite gaminv gamma getop…
/plugin/phpipam/
H A Dphpipam-api.php805 fwrite($myfile, $this->token);
806 fwrite($myfile, "\n");
807 fwrite($myfile, $this->token_expires);
827 fwrite($myfile, "");
/plugin/accscounter/syntax/
H A Dcounter.php205 fwrite($loghandle, $logcontent);
217 fwrite($loghandle, $logcontent);
265 fwrite($loghandle, $logcontent);
277 fwrite($loghandle, $logcontent);
/plugin/dataplot/
H A Dsyntax.php286 fwrite($gnu_handle, $gnu_code);
/plugin/booking/
H A Dhelper.php162 fwrite($fh, str_pad('', $len - 1)); // write spaces instead (keep new line)
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1fwrite getc getchar gets perror printf putc putchar puts remove ' +\n 'rename rewind scanf setb…
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php84 fwrite($stream, $input);

12345678910>>...16