Home
last modified time | relevance | path

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

1...<<111213141516

/plugin/sympaauth/
H A Dadmin.php193 if (!empty($line) && fwrite($local_handle, $line) == FALSE) {
242 if (!empty($line) && fwrite($local_handle, $line) == FALSE) {
281 …if(!fwrite($config_file,'/* Parameters for authenticating from a sympa server */'."\n")) return fa…
283 if(!empty($line) && !fwrite($config_file,$line ."\n")) return false;
323 if (!empty($line) && fwrite($sympa_file, $line) == FALSE) {
/plugin/svg/
H A Dsyntax.php156 fwrite( $fh, $this->xml_data );
H A Dsyntax.php.save156 fwrite( $fh, $this->xml_data );
H A Dinstall.php58 fwrite( $fh, '<?php define("SYNTAX_PLUGIN_SVG_INSTALLED",true); ?>' );
62 fwrite( $fh, "order allow,deny\nallow from all\n" );
/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/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php86 fwrite ( $fh, "%\n" ); # exit terse mode
87 fwrite ( $fh, "^$input_separator\n" );
88 fwrite ( $fh, "!\n" ); # enter terse mode
91 fwrite( $fh, "^$value\n" );
/plugin/dokukiwix/
H A Dajax.php109 fwrite($dokukiwix_fp, date('Y-m-d_H:i'));
/plugin/geourl/
H A Dcode.php33 fwrite($fp, '$gu_settings[\''.$name.'\'] = \''.$val.'\';'."\n");
45 fwrite($fp, '<?php'."\n// This file is automatically generated\n");
/plugin/gcalendar/inc/
H A Dgcal_main.php156 fwrite($out_handle,"/*\n");
157 fwrite($out_handle," * WARNING:\n");
158 fwrite($out_handle," * This file was automatically created by the gCalendar-plugin.\n");
159 fwrite($out_handle," * Do NOT edit this file, because your changes will be overwritten !\n");
160 fwrite($out_handle," */\n");
169 fwrite($out_handle,"\n/* $text */\n\n");
179 fwrite($out_handle,$line);
/plugin/txtconf/
H A Dconfig0.class.php110 @fwrite($fh, $out);
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php231 fwrite($tmp, $data);
240 fwrite($tmp, $data);
250 fwrite($tmp, $data);
H A DCache.php63 fwrite($this->tmpFile, $data);
134 fwrite($this->tmpFile, $data);
H A DBzip2.php210 fwrite($tmp, $data);
219 fwrite($tmp, $data);
229 fwrite($tmp, $data);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php151 fwrite($this->handle, $data);
160 fwrite($this->handle, fread($read, 8196));
195 function writeData($data) { fwrite($this->handle, $data); }
/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

1...<<111213141516