Home
last modified time | relevance | path

Searched refs:fwrite (Results 351 – 375 of 390) sorted by relevance

1...<<111213141516

/plugin/odtplus2dw/
H A Daction.php314 if ( isset( $this->logFileHandle ) ) fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.'
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php813 fwrite($dwfckFHandle, "$what\n");
/plugin/fckg/action/
H A Dedit.php2777 fwrite($handle,"$what\n");
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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)…
/plugin/statistics/inc/
H A DBrowscap.php980 fwrite($remote_handler, $out);
/plugin/issuetracker/
H A Dsyntax.php1717 fwrite($fh, serialize($mods));
1852 fwrite($iplog, $attachments_left);
1857 fwrite($iplog, $attachments_left);
/plugin/ckgdoku/action/
H A Dedit.php1257 fwrite($handle,"$what\n");
H A Dmeta.php988 fwrite($handle, "$data\n");
/plugin/upgrade/HTTP/
H A DHTTPClient.php603 $nbytes = fwrite($socket, substr($data,$written,4096));
/plugin/dwcommits/
H A Dhelper.php858 fwrite($handle, "$data\n");
/plugin/elwikiupgrade/
H A DHTTPClient.php593 $nbytes = fwrite($socket, substr($data,$written,4096));
/plugin/ckgedit/action/
H A Dmeta.php1025 fwrite($handle, "$data\n");
H A Dedit.php1317 fwrite($handle,"$what\n");
/plugin/authucenter/lib/uc_client/
H A Dclient.php280 @fwrite($fp, $out);
/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…
/plugin/odp/
H A Drenderer.php479 fwrite($file_f, $value);
/plugin/translator/
H A Dhelper.php1259 fwrite( $fh, $hash['date']);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php58 fwrite($tempimagefile, $value);
1141 $byteswritten = fwrite($MD5fp, $buffer, $byteslefttowrite);
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php363 fwrite($fp, $rawImageData);
1674 fwrite($fp_tempfile, $this->rawImageData);
4477 fwrite($fp_tempnam, $RawImageData);
4492 fwrite($fp_tempfile, $RawImageData);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php500 if (feof($handle) || fwrite($handle, $data, $length) !== $length) {
/plugin/sphinxsearch/
H A Dsphinxapi.php521 if ( feof($handle) || fwrite ( $handle, $data, $length ) !== $length )
/plugin/dokutexit/
H A Dlatex.php1745 fwrite($this->_tmphandle, $text);
/plugin/siteexport/action/
H A Dajax.php623 fwrite($fp,$getData);

1...<<111213141516