Home
last modified time | relevance | path

Searched refs:fwrite (Results 301 – 325 of 390) sorted by last modified time

1...<<111213141516

/plugin/freechat/phpfreechat/src/
H A Dpfctools.php414 if (($bytes = @fwrite($fh, $content)) === false) {
/plugin/plantuml/
H A Dsyntax.php277 fwrite($hFile, $text . "\r\n");
/plugin/poll/
H A Dsyntax.php98 fwrite($fh, serialize($poll));
/plugin/authucenter/
H A Dauth.php556 if (fwrite($handle, $uc_conf) === false) {
/plugin/authucenter/lib/api/
H A Duc.php180 fwrite($fp, $s);
203 fwrite($fp, $s);
212 @fwrite($fp, trim($configfile));
231 fwrite($fp, $s);
/plugin/authucenter/lib/uc_client/
H A Dclient.php280 @fwrite($fp, $out);
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php116 @fwrite($fp, $out);
H A Dcache.php15 @fwrite($fp, $s);
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php237 fwrite($outputfile,$output);
/plugin/rtmchecklist/
H A Daction.php154 fwrite($fp, "<?php\n");
155 fwrite($fp, "global \$INFO;\n\n");
156fwrite($fp, "\$INFO['userinfo']['rtmemail'] = '".htmlspecialchars($INPUT->str('rtmemail'))."';\n");
157 fwrite($fp, '?>');
/plugin/odt2dw/
H A Daction.php297 …if ( isset( $this->logFileHandle ) ) fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['R…
/plugin/recaptcha/lib/
H A Drecaptchalib.php86 fwrite($fs, $http_request);
/plugin/odp/
H A DZipLib.class.php329 @fwrite($fp, $binary_data, $read_size);
342 fwrite($fp, $binary_data, 10);
350 @fwrite($fp, $binary_data, $read_size);
355 fwrite($fp, $binary_data,8); fclose($fp);
371 @fwrite($fp, $binary_data, $read_size);
H A Drenderer.php479 fwrite($file_f, $value);
/plugin/ajaxpeon/
H A Dhelper.php48 fwrite($outfile,$learnlstr);
148 fwrite($flearnlist,json_encode($learn_ns_ls));
151 fwrite($flearndata,json_encode($flat_data));
154 fwrite($forev,json_encode($orev_data));
180 fwrite($outlog,time()."\n");
182 fwrite($outlog,time()."\n");
/plugin/twcheckliste/
H A Dadmin.php53 if (!fwrite($handle, $config)) {
/plugin/rst/
H A Dsyntax.php66 fwrite($pipes[0], $data[0]);
/plugin/html2pdf/html2pdf/html2ps/
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 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);
H A Dimage.class.php95 fwrite($file, $data->content);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php112 $success = fwrite($this->connectionID, $sendString);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php235 fwrite($f,$s,strlen($s));
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php138 fwrite($handle,$content);

1...<<111213141516