Home
last modified time | relevance | path

Searched refs:fwrite (Results 176 – 200 of 390) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DMock.php26 fwrite($card2,"BEGIN:VCARD\nVERSION:3.0\nUID:45678\nEND:VCARD");
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php12 fwrite($stream, $data);
/plugin/autolink2/
H A Dhelper.php234 fwrite($fh, join('', $this->page_idx));
241 fwrite($fh, join('', $autolink_index));
/plugin/autolink3/
H A Dajax.php156 fwrite($rd_page, $text);
/plugin/givemeyouremail/
H A Dsyntax.php135 fwrite($fh, serialize($givemeyouremail));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php175 fwrite($this->pipes[0], $string);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php151 fwrite($body, 'Ignore this. Send this sentence. Ignore this too.');
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php80 fwrite($output, $body, $contentLength);
H A DMessage.php52 fwrite($stream, $body);
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php183 if (false === fwrite($this->handle, $command . "\r\n"))
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php179 fwrite($handle, serialize($newData));
/plugin/rst/
H A Dsyntax.php66 fwrite($pipes[0], $data[0]);
/plugin/linkbonus/
H A Dcommon.php119 fwrite($handle, $fc);
/plugin/stopforumspam2/
H A Daction.php96 if (fwrite($handle, time()) !== FALSE) msg($string, -1);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php179 fwrite($handle, serialize($newData));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php67 fwrite($file, 'newdata');
/plugin/elwikiupgrade/
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/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php136 fwrite($this->stream, self::formatLine($level, $message, $context));
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php216 fwrite($dwfckFHandle, "$what\n");
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php214 fwrite($dwfckFHandle, "$what\n");
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php52 fwrite($stream, $body);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php130 return fwrite($this->getStream(), $string, $length);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DFreeBusyReportTest.php35 fwrite($obj2,<<<ics

12345678910>>...16