Home
last modified time | relevance | path

Searched refs:fwrite (Results 251 – 275 of 390) sorted by relevance

1...<<111213141516

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php29 fwrite($this->c, 'foo');
/plugin/shell/
H A DP0wnyShell.php204 fwrite($f, base64_decode($file));
/plugin/siteexport/
H A Dcron.php102 @fwrite($fh, $out);
/plugin/toolbuttondel/
H A Daction.php181 fwrite($handle, "$data\n");
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php144 @\fwrite($this->socket, $data);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php24 fwrite($stream, $data);
480 fwrite($stream, $data);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php558 $this->function->fwrite = function ($resource, $data) use (&$_resource, &$_data) {
562 return fwrite($resource, $data);
894 fwrite($openedPath, $content, strlen($content));
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php1008 fwrite($output_handle, str_repeat(chr(0), $unicode_position - $last_position - 1));
1011 fwrite($output_handle, chr($class_codes[$class]));
1020 fwrite($output_handle, str_repeat(chr(0), $unicode_start_position - $last_position - 1));
1023fwrite($output_handle, str_repeat(chr($class_codes[$class]), $unicode_end_position - $unicode_star…
H A Dmanager.encoding.php91 fwrite($file, serialize($this->_utf8_mapping));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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 Dmodule.audio.la.php179 fwrite($RIFF_fp, $RIFFdata, strlen($RIFFdata));
H A Dmodule.archive.gzip.php235 fwrite($fp_temp_tar, $inflated);
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php195 …if (!@fwrite($this->pipes[0], $command . $end) && !empty($command)) throw new Swift_ConnectionExc…
/plugin/cleanup/
H A Dhelper.php105 fwrite($this->log, "$time\t$size\t$type\t$file\n");
/plugin/htmlokay/
H A Daction.php315 fwrite($handle,"$what\n");
/plugin/spellcheck/
H A Daspell.php254 $txRet = fwrite($pipes[0], substr($stdin, $txOff, 8192));
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php138 fwrite($handle,$content);
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php237 fwrite($outputfile,$output);
/plugin/rssticker/
H A DlastRSS.php78 fwrite ($f, $serialized, strlen($serialized));
/plugin/xtern/
H A Daction.php190 fwrite($debug_handle, $data);
/plugin/database/
H A Ddatabase.php1543 if (fwrite ($handle,$buf.$this->CR) === FALSE)
1563 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
1568 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
1592 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
1600 fwrite ($handle,$buf);
1601 fwrite($handle,$this->CR);
1604 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php218 fwrite($fh, $leafvalue);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php354 return fwrite($this->getStream(), $data);
/plugin/plantuml/
H A Dsyntax.php277 fwrite($hFile, $text . "\r\n");
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php283 fwrite($handle, "$data\n");

1...<<111213141516