Home
last modified time | relevance | path

Searched refs:fwrite (Results 176 – 200 of 390) sorted by last modified time

12345678910>>...16

/plugin/webdavclient/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");
H A Dgenerateicalendardata.php8 fwrite(STDERR, <<<HI
30 fwrite(STDERR, "Generating " . $events . " events\n");
77 fwrite(STDERR, "Validating\n");
81 fwrite(STDERR, "Errors!\n");
82 fwrite(STDERR, print_r($result,true));
86 fwrite(STDERR, "Serializing this beast\n");
90 fwrite(STDERR, "done.\n");
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php132 fwrite($inputStream, <<<ICS
164 fwrite($inputStream, <<<ICS
203 fwrite($inputStream, <<<ICS
224 fwrite($inputStream, <<<JCARD
314 fwrite($inputStream, <<<VCARD
354 fwrite($inputStream, <<<VCARD
394 fwrite($inputStream, <<<VCARD
418 fwrite($inputStream, <<<VCARD
443 fwrite($inputStream, <<<VCARD
464 fwrite($inputStream, <<<VCARD
[all …]
H A DReaderTest.php23 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 DICalendarTest.php18 fwrite($stream, $data);
H A DVCardTest.php12 fwrite($stream, $data);
/plugin/numbering/
H A Daction.php120 fwrite($handle, "$data\n");
/plugin/textinsert/
H A Dsyntax.php256 fwrite($handle,"$what\n");
/plugin/acronymedit/
H A Dadmin.php108 if (fwrite($handle, $chaine) === FALSE) {
/plugin/sphinxsearch-was/
H A Dsphinxapi.php500 if (feof($handle) || fwrite($handle, $data, $length) !== $length) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php262 return fwrite($this->getStream(), $string, $length);
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
H A DReadWrite.php263 return fwrite($this->getStream(), $string, $length);
/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/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php354 return fwrite($this->getStream(), $data);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php263 return fwrite($this->getStream(), $string, $length);
H A DWrite.php130 return fwrite($this->getStream(), $string, $length);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php117 fwrite($fp, $this->render());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php199 fwrite($pipe, $job);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPrinter.php100 fwrite($this->out, $buffer);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1348/
H A DIssue1348Test.php6 fwrite(STDOUT, "\nSTDOUT does not break test result\n");
12 fwrite(STDERR, 'STDERR works as usual.');

12345678910>>...16