Home
last modified time | relevance | path

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

1...<<111213141516

/plugin/quiz/
H A Dclass_quiz.php553 fwrite($fh, serialize($score));
/plugin/shibbolethauth/
H A Dadmin.php189 … if(!fwrite($config_file,'/* Parameters for authenticating from Shibboleth */'."\n")) return false;
191 if(!empty($line) && !fwrite($config_file,$line ."\n")) return false;
230 if (!empty($line) && fwrite($shibboleth_file, $line) == FALSE) {
/plugin/linkbonus/
H A Dcommon.php119 fwrite($handle, $fc);
/plugin/stats/
H A Dsyntax.php796 @fwrite( $fp, '<?php
799 @fwrite( $fp, '
/plugin/dokugource/
H A Daction.php53 if(array_shift(preg_split('`\s+`', $l, 2)) != $ns) fwrite($fp, $l."\n");
55 fwrite($fp, $ns.' '.$c."\n");
H A Dadmin.php78 fwrite($fp, "<?php exit(); ?>\n\n".trim($_POST['dokugource_cnf']));
111 fwrite($fp, trim(implode("\n", $this->log)));
/plugin/farm/
H A Danimal.class.php148 fwrite($fp, implode("\n", $out));
264 fwrite($fp, "<?php\n// Generated by farm plugin (".date('Y-m-d H:i:s').")\n\n".$conf."\n");
309 fwrite($fp, "<?php\n// Generated by farm plugin (".date('Y-m-d H:i:s').")\n\n".$conf."\n");
398 fwrite($fp, $authfile);
447 fwrite($fp, implode("\n", $out));
537 fwrite($fp, $ctn);
645 fwrite($fp, 'creation_date : '.time());
673 fwrite($fp, $vh."\n".$host.' '.$name);
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 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 Dvirtualhostconfig.class.php59 fwrite($fp, '<?php exit(); ?>'."\n".$_POST['virtualhost_config_advanced']);
H A Dadmin.php242 fwrite($fp, '1');
/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/multipoll/
H A Dsyntax.php156 fwrite($fh, serialize($poll));
/plugin/conflictmerger/
H A Daction.php324 fwrite( $myTextFile, $mine ); fclose( $myTextFile );
325 fwrite( $oldTextFile, $old ); fclose( $oldTextFile );
326 fwrite( $yourTextFile, $yours ); fclose( $yourTextFile );
/plugin/autoincludeindex/
H A DremoveBox.php37 fwrite($handle, $result);
/plugin/qstat/
H A Dsyntax.php340 $r = @fwrite($sock, $packet, strlen($packet));
370 $r = @fwrite($sock, $packet, strlen($packet));
/plugin/prolog/
H A Dprolog_tag.php104 fwrite($handleStdin, $prologCode);
117 fwrite($pipes[0], '[\''.substr($stdin, 0, -3).'\'].');
/plugin/offline/
H A Dcreate.php548 fwrite($filehandle, $fileContentsStr);
/plugin/givemeyouremail/
H A Dsyntax.php135 fwrite($fh, serialize($givemeyouremail));
/plugin/charter/lib/pchart/
H A DpChart.class.php3434 fwrite($Handle, htmlentities($Value)."\r");
/plugin/snap/
H A Dhelper.php229fwrite($fp, "$url $imagePath $this->screenx $this->screeny ".($this->snapTimeout*1000)." $larg $ha…
H A Dsyntax.php.ori190 fwrite($fp, "$url $imagePath $screenx $screeny 5000 $larg $haut\n");
/plugin/vote/
H A Dsyntax.php159 fwrite( $fh, serialize( $vote_skelton ) );
171 fwrite( $fh, $data );
196 fwrite( $fh, serialize( $vote_log ) );

1...<<111213141516