Home
last modified time | relevance | path

Searched refs:fwrite (Results 251 – 275 of 390) sorted by last modified time

1...<<111213141516

/plugin/fckg/syntax/
H A Ddwplugin.php507 fwrite($handle, "$what\n");
H A Dspecials.php99 fwrite($handle,"$what\n");
/plugin/docsearch/
H A Dcron.php90 if($exitCode != 0) fwrite(STDERR, "Command failed: $cmd\n");
154 fwrite(STDERR, "No converters found in $converter_conf\n");
/plugin/htmlokay/
H A Daction.php315 fwrite($handle,"$what\n");
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php67 public function fwrite($string, $length = null) function in ReCaptcha\\RequestMethod\\Socket
69 return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $length));
H A DSocketPost.php101 $this->socket->fwrite($request);
/plugin/cacherevisionseraser/
H A Dadmin.php645 fwrite($wcnf, '$this->configs[\'confrevision\'] = 2;' . "\n");
649 fwrite($wcnf, '$this->configs[\'menusort\'] = 67' . ";\n");
653 fwrite($wcnf, '$this->configs[\'cache_delext_i\'] = ' . $cahdelext_i . ";\n");
654 fwrite($wcnf, '$this->configs[\'cache_delext_xhtml\'] = ' . $cahdelext_xhtml . ";\n");
655 fwrite($wcnf, '$this->configs[\'cache_delext_js\'] = ' . $cahdelext_js . ";\n");
656 fwrite($wcnf, '$this->configs[\'cache_delext_css\'] = ' . $cahdelext_css . ";\n");
658 fwrite($wcnf, '$this->configs[\'cache_delext_UNK\'] = ' . $cahdelext_UNK . ";\n");
659 fwrite($wcnf, '$this->configs[\'cache_del_oldlocks\'] = ' . $cahdel_oldlocks . ";\n");
660 fwrite($wcnf, '$this->configs[\'cache_del_indexing\'] = ' . $cahdel_indexing . ";\n");
667 fwrite($wcnf, '$this->configs[\'level_outputinfo\'] = 0'.";\n");
[all …]
/plugin/davcard/vendor/sabre/vobject/bin/
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 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 Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/davcard/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/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php369 fwrite($stream, json_encode($input));
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php84 fwrite($stream, $input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php18 fwrite($stream, $data);
H A DVCardTest.php12 fwrite($stream, $data);
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php520 fwrite($handle, $datetime . ': ' . $output . "\n");
/plugin/sqlcomp/
H A Dsyntax.php218 fwrite($handle,$Cache);
/plugin/rrdgraph/inc/
H A Dsvgbinding.php73 fwrite($this->output, $data);
92 fwrite($this->output, $value);
100 fwrite($this->output, '<' . $name);
102 fwrite($this->output, ' ' . $attr . '="' . $value. '"');
104 fwrite($this->output, '>');
120 fwrite($this->output, '</' . $name . '>');
/plugin/issuetracker/
H A Dedit.php340 fwrite($fh, serialize($mods));
407 fwrite($fh, serialize($issues));
H A Dsyntax.php1717 fwrite($fh, serialize($mods));
1852 fwrite($iplog, $attachments_left);
1857 fwrite($iplog, $attachments_left);
H A Daction.php3262 fwrite($fh, serialize($mods));
3302 fwrite($handle, serialize($user));
3338 fwrite($handle, $result);
3345 fwrite($handle, $result);
3480 fwrite($handle, $result);
3630 fwrite($iplog, $attachments_left);
3635 fwrite($iplog, $attachments_left);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php183 fwrite($this->_tmpFiles[$report], $generatedReport);
H A DFixer.php265 fwrite($fixedFile, $contents);

1...<<111213141516