Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 – 225 of 390) sorted by path

12345678910>>...16

/plugin/givemeyouremail/
H A Dsyntax.php135 fwrite($fh, serialize($givemeyouremail));
/plugin/google_adsense2/
H A Dcode.php30 fwrite($fp, '$gads_settings[\''.$name.'\'] = \''.$val.'\';'."\n");
42 fwrite($fp, '<?php'."\n// This file is automatically generated\n");
/plugin/googleads/
H A Dcode.php29 fwrite($fp, '$gads_settings[\'' . $name . '\'] = \'' . $val . '\';' . "\n");
40 fwrite($fp, '<?php' . "\n// This file is automatically generated\n");
/plugin/groupmail/
H A Drecaptchalib.php84 fwrite($fs, $http_request);
/plugin/gtime/gtlib/util/
H A DGTUtil.php139 if (!fwrite($fp, GTUtil::fromByteArray($bytes))) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …rint:1,frameLayout:1,fread:1,freeFormFillet:1,frewind:1,fromNativePath:1,fwrite:1,gamma:1,gauss:1,… property in hljs.LANGUAGES.mel.dM.k
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php112 $success = fwrite($this->connectionID, $sendString);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php147 $bytesWritten = fwrite($this->handleID, $strContent, strlen($strContent));
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php235 fwrite($f,$s,strlen($s));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2564 fwrite($f,$this->buffer,strlen($this->buffer));
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php95 fwrite($file, $data->content);
H A Dinline.content.builder.php1008 fwrite($output_handle, str_repeat(chr(0), $unicode_position - $last_position - 1));
1011 fwrite($output_handle, chr($class_codes[$class]));
1020 fwrite($output_handle, str_repeat(chr(0), $unicode_start_position - $last_position - 1));
1023fwrite($output_handle, str_repeat(chr($class_codes[$class]), $unicode_end_position - $unicode_star…
H A Dmanager.encoding.php91 fwrite($file, serialize($this->_utf8_mapping));
H A Doutput.fastps.class.php368 fwrite($this->data, $header);
369 fwrite($this->data, "\n");
370 fwrite($this->data, $this->_document_body);
373 fwrite($this->data, $footer);
H A Doutput.pdflib.class.php445 fwrite($output, sprintf("0x%04X 0x%02X\n", $utf, ord($code)));
H A Dpdf.fpdf.makefont.php321 fwrite($f,$s,strlen($s));
H A Dpdf.fpdf.php2124 fwrite($f,$this->buffer,strlen($this->buffer));
H A Dstubs.file_put_contents.inc.php5 fwrite($file, $data);
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php138 fwrite($handle,$content);
/plugin/htmlokay/
H A Daction.php315 fwrite($handle,"$what\n");
/plugin/icalevents/vendor/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 Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/icalevents/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");
75 fwrite(STDERR, "Validating\n");
79 fwrite(STDERR, "Errors!\n");
80 fwrite(STDERR, print_r($result, true));
84 fwrite(STDERR, "Serializing this beast\n");
88 fwrite(STDERR, "done.\n");

12345678910>>...16