Home
last modified time | relevance | path

Searched refs:fp (Results 226 – 250 of 261) sorted by last modified time

1234567891011

/plugin/podcast/
H A Dhelper.php56 $fp=fsockopen($url_info['host'], $port, $errno, $errstr, 10 );
57 if($fp) {
68 fputs($fp, $head);
69 while( !feof( $fp ) or ( $eoh == true )) {
70 if( $v = fgets( $fp, 1024 )) {
/plugin/xslfo/
H A Daction.php254 $fp = @fopen($file, "rb");
255 if ($fp) {
256 http_rangeRequest($fp, filesize($file), 'application/pdf');
/plugin/sqlraw/
H A Dsyntax.php439 $fp = fopen($dbfile, 'w');
467 fputcsv($fp, $mdTable[$key]);
533 fputcsv($fp, $mycells[$row_index]);
543 fclose($fp);
H A Dtest2.php60 $fp = fopen($filename, "w");
90 fputcsv($fp, $row);
/plugin/table2csv/
H A DgetTableData.php25 $fp = @fopen($fileext, 'w');
26 if ($fp === false) {
46 fputcsv($fp, $mycells[$row_index]);
51 fclose($fp);
/plugin/eventline/
H A Daction.php118 $fp = fopen(DOKU_INC . 'data/pages/'. str_replace(":", "/", $ID) . '.xml', 'w');
119 fwrite($fp, $html);
120 fclose($fp);
/plugin/flowplayer/player/
H A DREADME.txt21 - #586 add a bitrate label with a new namespace attribute fp:bitratelabel.
/plugin/bliki/
H A Dsyntax.php91 $fp = wikiFN($ID);
92 $ID = substr($fp, 0, strrpos($fp, '.'));
/plugin/tindexmenu/inc/
H A Drepo.class.php43 $fp=@fopen($zipfile, 'rb');
44 if ($fp) {
45 $ct=@fread($fp, $len);
48 @fclose($fp);
/plugin/projects/lib/
H A Dmutex.php23 $fp = @fopen($this->filename, 'x');
25 if($fp && @fwrite($fp, $USERINFO['name'])) {
26 @fclose($fp);
/plugin/preservefilenames/
H A Daction_anteater.php157 $fp = @fopen($file, 'rb');
159 if ($fp) {
160 http_rangeRequest($fp, filesize($file), $mime);
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php66 …$fp = !file_exists($xymon_status_cache_file) || is_writable($xymon_status_cache_file) ? fopen($xym…
67 if ($fp) {
68 fwrite($fp, "xymon_color: ".$xymon_color."\n\n");
69 fwrite($fp, $data);
70 fclose($fp);
/plugin/gtime/
H A Drenderer.php92 $fp = fopen($filetemp, 'r');
94 if (!$fp) {
107 fpassthru($fp);
108 fclose($fp);
/plugin/latex/
H A Dclass.latexrender.php225 $fp = fopen($this->_tmp_dir."/".$this->_tmp_filename.".tex","w");
226 fputs($fp,$latex_document);
227 fclose($fp);
/plugin/aclauditor/
H A Dadmin.php78 fclose($fp);
/plugin/stats/
H A Dsyntax.php795 $fp = @fopen( $cache_file, 'w' );
796 @fwrite( $fp, '<?php
799 @fwrite( $fp, '
811 @fclose( $fp );
/plugin/dokugource/
H A Daction.php50 if($fp = fopen($conf['metadir'].'/gource.colors', 'w')) {
53 if(array_shift(preg_split('`\s+`', $l, 2)) != $ns) fwrite($fp, $l."\n");
55 fwrite($fp, $ns.' '.$c."\n");
56 fclose($fp);
H A Dadmin.php77 if($fp = fopen(DOKU_CONF.'/gource.cnf.php', 'w')) {
78 fwrite($fp, "<?php exit(); ?>\n\n".trim($_POST['dokugource_cnf']));
79 fclose($fp);
110 if($fp = fopen($conf['metadir'].'gource.log', 'w')) {
111 fwrite($fp, trim(implode("\n", $this->log)));
112 fclose($fp);
/plugin/farm/
H A Danimal.class.php149 fclose($fp);
265 fclose($fp);
310 fclose($fp);
398 fwrite($fp, $authfile);
399 fclose($fp);
448 fclose($fp);
537 fwrite($fp, $ctn);
538 fclose($fp);
646 fclose($fp);
672 if($fp) {
[all …]
H A Dsoapconfig.class.php63 if($fp = fopen(DOKU_FARM_PLUGIN.'trusted_apps.php', 'w')) {
65 fclose($fp);
78 if($fp = fopen(DOKU_FARM_PLUGIN.'trusted_apps.php', 'w')) {
79 fwrite($fp, $out);
80 fclose($fp);
133 if($fp = fopen(DOKU_FARM_PLUGIN.'trusted_apps.php', 'w')) {
134 fwrite($fp, $file."\n\n".$block);
135 fclose($fp);
152 if($fp = fopen(DOKU_FARM_PLUGIN.'trusted_apps.php', 'w')) {
153 fwrite($fp, implode("\n\n", $out));
[all …]
H A Dconfig.class.php150 if($fp = fopen(DOKU_FARM_PLUGIN.'config.php', 'w')) {
151 fwrite($fp, implode("\n", $this->conf));
152 fclose($fp);
175 $fp = fopen($dest, 'w');
176 if(!$fp) return false;
177 fwrite($fp, $c);
178 fclose($fp);
304 if($fp = fopen($this->manager->conf['farmfsroot'].'farm.wsdl', 'w')) {
305 fwrite($fp, $wsdl);
306 fclose($fp);
H A Dinstall.class.php109 if($fp = fopen(DOKU_FARM_PLUGIN.'config.php', 'w')) {
110 fwrite($fp, implode("\n", $conf));
111 fclose($fp);
120 if($fp = fopen($this->fsroot.'farmstructurecreator.php', 'w')) {
121 fwrite($fp, $sc);
122 fclose($fp);
H A Dvirtualhostconfig.class.php58 if($fp = fopen(DOKU_FARM_PLUGIN.'virtual_hosts.php', 'w')) {
59 fwrite($fp, '<?php exit(); ?>'."\n".$_POST['virtualhost_config_advanced']);
60 fclose($fp);
H A Dadmin.php241 if($fp = fopen(DOKU_FARM_PLUGIN.'installed', 'w')) {
242 fwrite($fp, '1');
243 fclose($fp);
/plugin/farm/install/
H A Dfarmstructurecreator.php48 if($fp = fopen($file, 'w')) {
49 fwrite($fp, $s);
50 fclose($fp);
147 if($fp = fopen($file, 'w')) { variable
148 fwrite($fp, $htaccess);
149 fclose($fp);
178 fclose($fp);
198 fclose($fp);
204 if($fp) {
214 fwrite($fp, $l."\n");
[all …]

1234567891011