Home
last modified time | relevance | path

Searched refs:fwrite (Results 101 – 125 of 390) sorted by relevance

12345678910>>...16

/plugin/aichat/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/geophp/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stderr.phpt6 fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.');
/plugin/autoincludeindex/
H A DremoveBox.php37 fwrite($handle, $result);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php20 \fwrite(\STDERR, \sprintf("line %d:%d %s\n", $line, $charPositionInLine, $msg));
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php205 fwrite($fp, $binary_data, 10);
214 fwrite($fp, $binary_data, $read_size);
221 fwrite($fp, $binary_data, 8);
244 @fwrite($fp, $binary_data, $read_size);
796 $written = @fwrite($this->fh, $data);
818 $written = @fwrite($this->fh, $data);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php16 fwrite($this->stream, $msg . "\n");
/plugin/cleanoldips/_test/
H A DcleaningMedia.test.php32 fwrite($handle, $recentChangelogLine);
H A Dcleaning.test.php32 fwrite($handle, $recentChangelogLine);
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php41 fwrite($stream, $string);
/plugin/gdpr/_test/
H A DCleanMedia.test.php34 fwrite($handle, $recentChangelogLine);
H A DCleanIp.test.php34 fwrite($handle, $recentChangelogLine);
/plugin/recommend/helper/
H A Dlog.php32 fwrite($logfile, date('r') . ': ' .
/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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php149 fwrite($file,TestUtil::getTestCalendarData());
162 fwrite($file,TestUtil::getTestCalendarData());
/plugin/projects/lib/
H A Dmutex.php25 if($fp && @fwrite($fp, $USERINFO['name'])) {
/plugin/supa/helper/
H A Dhelper.php56 fwrite( $fh, $decoded );
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php52 fwrite($stream, $resource);
244 return $this->writable ? fwrite($this->stream, $string) : false;
/plugin/phpipam/
H A Dphpipam-api.php805 fwrite($myfile, $this->token);
806 fwrite($myfile, "\n");
807 fwrite($myfile, $this->token_expires);
827 fwrite($myfile, "");
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php47 fwrite($fh, "\x1f\x8b\x08\x00\x00\x00\x00\x00" . $oData);
/plugin/farm/
H A Dconfig.class.php151 fwrite($fp, implode("\n", $this->conf));
177 fwrite($fp, $c);
305 fwrite($fp, $wsdl);
/plugin/fckg/syntax/
H A Dspecials.php99 fwrite($handle,"$what\n");
/plugin/gitbacked/lib/
H A DGitBackedUtil.php114 fwrite($handle, $message);
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php63 fwrite($this->tmpFile, $data);
134 fwrite($this->tmpFile, $data);

12345678910>>...16