Home
last modified time | relevance | path

Searched refs:fwrite (Results 76 – 100 of 390) sorted by path

12345678910>>...16

/plugin/conflictmerger/
H A Daction.php324 fwrite( $myTextFile, $mine ); fclose( $myTextFile );
325 fwrite( $oldTextFile, $old ); fclose( $oldTextFile );
326 fwrite( $yourTextFile, $yours ); fclose( $yourTextFile );
/plugin/contactmodern/
H A Drecaptchalib.php84 fwrite($fs, $http_request);
/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/dataplot/
H A Dsyntax.php286 fwrite($gnu_handle, $gnu_code);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php16 fwrite($this->stream, $msg . "\n");
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php88 fwrite($stream, $body);
498 fwrite($newBody, $firstByte);
H A DTree.php308 fwrite($stream, $data);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php76 fwrite($f, $data);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php179 fwrite($handle, serialize($newData));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php100 fwrite($stream, $newData);
H A DCalendarTest.php149 fwrite($file,TestUtil::getTestCalendarData());
162 fwrite($file,TestUtil::getTestCalendarData());
H A DFreeBusyReportTest.php35 fwrite($obj2,<<<ics
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php568 fwrite($stream, $newObject);
593 fwrite($stream, $newObject);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php77 fwrite($file,'foo');
H A DCardTest.php67 fwrite($file, 'newdata');
/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/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php55 fwrite($stream, "222");
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DStreamingFile.php43 fwrite($stream, $data);
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php52 fwrite($stream, $body);
H A DSapi.php80 fwrite($output, $body, $contentLength);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php108 fwrite($h, 'booh');
H A DMessageTest.php18 fwrite($h, $body);
144 fwrite($h, 'bar');
H A DSapiTest.php151 fwrite($body, 'Ignore this. Send this sentence. Ignore this too.');
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php32 fwrite($f, "<?php\n\n");
33 fwrite($f, "/**\n");
34 fwrite($f, " * Automatically generated timezone file\n");
35 fwrite($f, " *\n");
36 fwrite($f, " * Last update: " . date(DATE_W3C) . "\n");
37 fwrite($f, " * Source: " .$windowsZonesUrl . "\n");
38 fwrite($f, " *\n");
41 fwrite($f, " */\n");
42 fwrite($f, "\n");
43 fwrite($f, "return ");
[all …]
H A Dgenerate_vcards21 fwrite(STDERR, "Composer autoloader could not be properly loaded.\n");
42 fwrite(STDERR, $help);
48 fwrite(STDERR, "Count must be at least 1\n");
52 fwrite(STDERR, "sabre/vobject " . Version::VERSION . "\n");
53 fwrite(STDERR, "Generating " . $count . " vcards in vCard 4.0 format\n");
206 fwrite(STDERR, "\033[100D$current/$count");
235 fwrite(STDERR, ob_get_clean());
241 fwrite(STDERR,"\nDone.\n");

12345678910>>...16