Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 – 225 of 390) sorted by relevance

12345678910>>...16

/plugin/epub/
H A Daction.php143 fwrite($handle,"$what\n");
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php216 fwrite($dwfckFHandle, "$what\n");
/plugin/qstat/
H A Dsyntax.php340 $r = @fwrite($sock, $packet, strlen($packet));
370 $r = @fwrite($sock, $packet, strlen($packet));
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php355 fwrite($value, $args[$i] . ': "' . $v . '" ');
357 fwrite($value, "\n");
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2177 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
2213 @fwrite($this->zip_fd, $v_buffer, $v_read_size);
2665 @fwrite($this->zip_fd,
3832 @fwrite($v_dest_file, $v_file_content, $p_entry['size']);
5107 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5118 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5133 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5144 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5258 @fwrite($this->zip_fd, $v_buffer, $v_read_size);
5604 @fwrite($p_dest, $v_buffer, $v_read_size);
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2064 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
2098 @fwrite($this->zip_fd, $v_buffer, $v_read_size);
2547 @fwrite(
2758 fwrite($this->zip_fd, $v_binary_data, 30);
2762 fwrite($this->zip_fd, $p_header['stored_filename'], strlen($p_header['stored_filename']));
2765 fwrite($this->zip_fd, $p_header['extra'], $p_header['extra_len']);
2819 fwrite($this->zip_fd, $v_binary_data, 46);
2823 fwrite($this->zip_fd, $p_header['stored_filename'], strlen($p_header['stored_filename']));
2826 fwrite($this->zip_fd, $p_header['extra'], $p_header['extra_len']);
2829 fwrite(
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php549fwrite($fp, 'HEAD '.$parsed_url['path'].$parsed_url['query'].' HTTP/1.0'."\r\n".'Host: '.$parsed_u…
570fwrite($fp, 'HEAD '.$parsed_url['path'].$parsed_url['query'].' HTTP/1.0'."\r\n".'Host: '.$parsed_u…
660 fwrite($fp, $out);
1001fwrite($fp_tempfile, base64_decode('R0lGODlhAQABAIAAAH//AP///ywAAAAAAQABAAACAUQAOw==')); // very s…
1071 fwrite($fp, $filedata);
/plugin/cleanoldips/
H A Daction.php122 $bytesWritten = fwrite($handle, $cleanedLine);
/plugin/stylingpages/
H A Daction.php141 @fwrite($fh, $content);
/plugin/codedoc/
H A Dblock.php123 fwrite($handle,"$what\n");
/plugin/booking/
H A Dhelper.php162 fwrite($fh, str_pad('', $len - 1)); // write spaces instead (keep new line)
/plugin/gdpr/action/
H A Doldips.php121 $bytesWritten = fwrite($handle, $cleanedLine);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php199 fwrite($pipe, $job);
/plugin/block/
H A Dsyntax.php191 fwrite($handle, "$data\n");
/plugin/xtern/
H A Dadmin.php356 if(!fwrite($fp,$data)) {
374 fwrite($this->debug_handle, "$data\n");
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php201 fwrite($fp, $this->readbytes(512), 512);
204 fwrite($fp, $this->readbytes(512), $header['size'] % 512);
467 $written = @fwrite($this->fh, $data);
/plugin/numbering/
H A Daction.php120 fwrite($handle, "$data\n");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php170 fwrite($handle, $log);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php77 fwrite($file,'foo');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php121 fwrite($h, $blob);
/plugin/poll/
H A Dsyntax.php98 fwrite($fh, serialize($poll));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php282 if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {
/plugin/btable2/
H A Dsyntax.php189 fwrite($fh, serialize($doodle));
204 fwrite($fh, serialize($doodle));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php84 fwrite($fp_source, $new_id3v1_tag_data, 128);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php262 return fwrite($this->getStream(), $string, $length);

12345678910>>...16