Home
last modified time | relevance | path

Searched refs:fwrite (Results 126 – 150 of 390) sorted by last modified time

12345678910>>...16

/plugin/diagramsnet/
H A Daction.php76 if($continue == true && !fwrite($whandle, base64_decode($base64data))) {
/plugin/oembed/
H A Dsyntax.php564 fwrite($fh, "[{$curtime}] {$msg}\n");
/plugin/mediatooltip/
H A Daction.php357 fwrite($handle, "$data\n");
/plugin/drawio/
H A Daction.php107 fwrite($whandle,base64_decode($base64data));
153 fwrite($whandle, $content);
/plugin/block/
H A Dsyntax.php191 fwrite($handle, "$data\n");
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php179 fwrite($handle, serialize($newData));
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php41 fwrite($stream, $string);
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php84 fwrite($output, fread($body, 8192));
88 fwrite($output, $body, $contentLength);
H A DMessage.php52 fwrite($stream, $body);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php129 fwrite($stream, $input);
/plugin/webdav/core/
H A DUtils.php59 fwrite($fh, $buf);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php90 fwrite($stream, $body);
498 fwrite($newBody, $firstByte);
H A DTree.php312 fwrite($stream, $data);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php76 fwrite($f, $data);
/plugin/mdpage/vendor/composer/
H A Dplatform_check.php17fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/plugin/groupmail/
H A Drecaptchalib.php84 fwrite($fs, $http_request);
/plugin/elwikiupgrade/
H A DHTTPClient.php593 $nbytes = fwrite($socket, substr($data,$written,4096));
H A DVerboseTarLib.class.php182 fwrite($fp, $this->readbytes(512), 512);
184 … if(($header['size'] % 512) != 0) fwrite($fp, $this->readbytes(512), $header['size'] % 512);
411 $written = @fwrite($this->fh, $data);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php84 fwrite($fp_source, $new_id3v1_tag_data, 128);
H A Dgetid3.lib.php805 $byteswritten = fwrite($fp_dest, $buffer, $byteslefttowrite);
1506 fwrite($tmp, $imgData);
H A Dgetid3.php2258 …this->fread(min($buffersize, $bytesleft))) === false || ($byteswritten = fwrite($fp_dest, $buffer)…
H A Dmodule.audio-video.riff.php1882 fwrite($fp_temp, $RIFFdata);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php132 $written = fwrite($stdin, $this->inputBuffer);
145 $written = fwrite($stdin, $data);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php38 $written = fwrite(\STDOUT, (string) $out, 32768);
49 $written = fwrite(\STDERR, (string) $err, 32768);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php99 fwrite($fp_output, fread($fp_source, min(32768, $end_offset_bytes - ftell($fp_source))));

12345678910>>...16