Home
last modified time | relevance | path

Searched refs:fwrite (Results 151 – 175 of 390) sorted by relevance

12345678910>>...16

/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php95 fwrite($file, $data->content);
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php15 @fwrite($fp, $s);
/plugin/ckgedit/syntax/
H A Dspecials.php118 fwrite($handle,"$what\n");
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php44 fwrite($this->buffer, (string) $input);
/plugin/svg/
H A Dsyntax.php156 fwrite( $fh, $this->xml_data );
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php112 $success = fwrite($this->connectionID, $sendString);
/plugin/farm/
H A Dvirtualhostconfig.class.php59 fwrite($fp, '<?php exit(); ?>'."\n".$_POST['virtualhost_config_advanced']);
/plugin/swiftmail/Swift/Cache/
H A DDisk.php60 if (false === fwrite($handle, $data))
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php55 fwrite($stream, "222");
/plugin/combo/ComboStrap/
H A DHttp.php129 fwrite($fp, $out);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php308 fwrite($stream, $resource);
323 fwrite($stream, stream_get_contents($resource));
/plugin/solr/
H A Dindex_all.php40 fwrite( STDERR, $OPTS->getMessage() . "\n");
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php147 $bytesWritten = fwrite($this->handleID, $strContent, strlen($strContent));
/plugin/diagramsnet/
H A Daction.php76 if($continue == true && !fwrite($whandle, base64_decode($base64data))) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php20 $this->assertSame(3, fwrite($handle, 'bar'));
/plugin/dokumicrobugtracker/
H A Dedit.php81 fwrite($fh, serialize($bugs));
/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))));
/plugin/fckg/action/
H A Dsave.php179 fwrite($handle, "save.php: $data\n");
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php369 fwrite($stream, json_encode($input));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php369 fwrite($stream, json_encode($input));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php10 fwrite($stream, $data);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php12 fwrite($stream, $data);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php369 fwrite($stream, json_encode($input));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php12 fwrite($stream, $data);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php369 fwrite($stream, json_encode($input));

12345678910>>...16