Home
last modified time | relevance | path

Searched refs:fwrite (Results 151 – 175 of 390) sorted by path

12345678910>>...16

/plugin/farm/
H A Dconfig.class.php151 fwrite($fp, implode("\n", $this->conf));
177 fwrite($fp, $c);
305 fwrite($fp, $wsdl);
H A Dinstall.class.php110 fwrite($fp, implode("\n", $conf));
121 fwrite($fp, $sc);
H A Dsoapconfig.class.php64 fwrite($fp, '<?php exit(); ?>'."\n".$_POST['soap_config_advanced']);
79 fwrite($fp, $out);
134 fwrite($fp, $file."\n\n".$block);
153 fwrite($fp, implode("\n\n", $out));
H A Dvirtualhostconfig.class.php59 fwrite($fp, '<?php exit(); ?>'."\n".$_POST['virtualhost_config_advanced']);
/plugin/farm/install/
H A Dfarmstructurecreator.php49 fwrite($fp, $s);
148 fwrite($fp, $htaccess);
177 fwrite($fp, 'creation_date : '.time());
197 fwrite($fp, 'creation_date : '.time());
210 fwrite($fp, '$conf[\'basedir\'] = DOKU_ANIMAL_BASEDIR.DOKU_FARM_ANIMAL;');
214 fwrite($fp, $l."\n");
216 if(!$added) fwrite($fp, '$conf[\'basedir\'] = DOKU_ANIMAL_BASEDIR.DOKU_FARM_ANIMAL;');
H A Dfarmstructurecreator.php.bak45 fwrite($fp, $s);
88 fwrite($fp, $htaccess);
104 fwrite($fp, $htaccess);
122 fwrite($fp, 'creation_date : '.time());
140 fwrite($fp, $wsdl);
157 fwrite($fp, $htaccess);
/plugin/farmer/3rdparty/
H A DPHPIco.php141 if (false === (fwrite($fh, $data))) {
/plugin/fastwiki/
H A Daction.php327 fwrite($remote, implode("\r\n", $headers) . $body);
/plugin/fblogin/
H A Dadmin.php187 if(!fwrite($config_file,'/* Parameters for authenticating from Facebook */'."\n")) return false;
189 if(!empty($line) && !fwrite($config_file,$line ."\n")) return false;
228 if (!empty($line) && fwrite($fblogin_file, $line) == FALSE) {
/plugin/fckg/action/
H A Dedit.php2777 fwrite($handle,"$what\n");
H A Dmeta.php566 fwrite($handle, "$data\n");
H A Dsave.php179 fwrite($handle, "save.php: $data\n");
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php94 fwrite ( $fh, "%\n" ); # exit terse mode
95 fwrite ( $fh, "^$input_separator\n" );
96 fwrite ( $fh, "!\n" ); # enter terse mode
99 fwrite( $fh, "^$value\n" );
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php214 fwrite($dwfckFHandle, "$what\n");
H A Dcheck_acl.php283 fwrite($handle, "$data\n");
H A Dcommands.php794 fwrite($dwfckFHandle, "$what\n");
H A Ddwfck_sessions.php39 $return = fwrite($fp, $sess_data);
H A Dutil.php282 fwrite($handle, $data . "\n");
/plugin/fckg/syntax/
H A Ddwplugin.php507 fwrite($handle, "$what\n");
H A Dspecials.php99 fwrite($handle,"$what\n");
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php200 fwrite($tmp_file, $association_s);
/plugin/file2dw/
H A Daction.php516 fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.' ' );
/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/hoa/file/
H A DReadWrite.php262 return fwrite($this->getStream(), $string, $length);

12345678910>>...16