Home
last modified time | relevance | path

Searched refs:fwrite (Results 51 – 75 of 390) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php77 fwrite($stream, $xml);
138 fwrite($stream, $xml);
/plugin/farm/install/
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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php307 protected function fwrite(string $data) function in Monolog\\Handler\\SocketHandler
313 return @fwrite($this->resource, $data);
402 $chunk = $this->fwrite($data);
404 $chunk = $this->fwrite(substr($data, $sent));
/plugin/epub/scripts/
H A Depub_utils.php216 fwrite($handle,"\n</div></body></html>");
227 fwrite($handle,"<br/><h1><a name='$page' id='$page'>$page</a></h1>\n");
238 fwrite($handle,$footnote);
254 fwrite($handle,$header);
361 fwrite($opf_handle,"$navpoint\n");
363 fwrite($opf_handle,"</navMap>\n</ncx>\n");
383 if( fwrite($opf_handle,"$data\n") == false) {
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php231 fwrite($tmp, $data);
240 fwrite($tmp, $data);
250 fwrite($tmp, $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/vote/
H A Dsyntax.php159 fwrite( $fh, serialize( $vote_skelton ) );
171 fwrite( $fh, $data );
196 fwrite( $fh, serialize( $vote_log ) );
/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/sqlite/
H A DSQLiteDB.php382 fwrite($fp, "DROP TABLE IF EXISTS '{$table['name']}';\n");
386 fwrite($fp, $table['sql'] . ";\n");
397 fwrite($fp, "INSERT INTO '{$table['name']}' VALUES ({$values});\n");
403 fwrite($fp, $index['sql'] . ";\n");
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php111 fwrite($channel, rtrim($line) . "\n");
156 fwrite($channel, $this->getColorCode($color));
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php84 fwrite($output, fread($body, 8192));
88 fwrite($output, $body, $contentLength);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php110 fwrite($fp, $APEtag, strlen($APEtag));
112 fwrite($fp, $PostAPEdata, strlen($PostAPEdata));
145 fwrite($fp, $DataAfterAPE, strlen($DataAfterAPE));
/plugin/prolog/
H A Dprolog_tag.php104 fwrite($handleStdin, $prologCode);
117 fwrite($pipes[0], '[\''.substr($stdin, 0, -3).'\'].');
/plugin/siteexport/inc/
H A Ddebug.php117 fwrite($fh, $log);
140 fwrite($fh, $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);
/plugin/conflictmerger/
H A Daction.php324 fwrite( $myTextFile, $mine ); fclose( $myTextFile );
325 fwrite( $oldTextFile, $old ); fclose( $oldTextFile );
326 fwrite( $yourTextFile, $yours ); fclose( $yourTextFile );
/plugin/docsearch/
H A Dcron.php90 if($exitCode != 0) fwrite(STDERR, "Command failed: $cmd\n");
154 fwrite(STDERR, "No converters found in $converter_conf\n");
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.file_put_contents.inc.php5 fwrite($file, $data);
/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);
/plugin/icalevents/vendor/bin/
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dvobject21 fwrite(STDERR, "Composer autoloader could not be loaded.\n");

12345678910>>...16