Home
last modified time | relevance | path

Searched refs:fwrite (Results 176 – 200 of 390) sorted by path

12345678910>>...16

/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php263 return fwrite($this->getStream(), $string, $length);
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php558 $this->function->fwrite = function ($resource, $data) use (&$_resource, &$_data) {
562 return fwrite($resource, $data);
894 fwrite($openedPath, $content, strlen($content));
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php354 return fwrite($this->getStream(), $data);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php117 fwrite($fp, $this->render());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A Dphpunit13 fwrite(
41 fwrite(STDERR,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php199 fwrite($pipe, $job);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPrinter.php100 fwrite($this->out, $buffer);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1348/
H A DIssue1348Test.php6 fwrite(STDOUT, "\nSTDOUT does not break test result\n");
12 fwrite(STDERR, 'STDERR works as usual.');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stderr.phpt6 fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.');
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php304 if(fwrite($handle,$css->print->plain()))
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php404 fwrite($fp, "<?php\n");
407 fwrite($fp, $this->testClass);
411 fwrite($fp, $this->_createTest());
415 fwrite($fp, "?>\n");
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php218 fwrite($fh, $leafvalue);
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php414 if (($bytes = @fwrite($fh, $content)) === false) {
/plugin/gcalendar/inc/
H A Dgcal_main.php156 fwrite($out_handle,"/*\n");
157 fwrite($out_handle," * WARNING:\n");
158 fwrite($out_handle," * This file was automatically created by the gCalendar-plugin.\n");
159 fwrite($out_handle," * Do NOT edit this file, because your changes will be overwritten !\n");
160 fwrite($out_handle," */\n");
169 fwrite($out_handle,"\n/* $text */\n\n");
179 fwrite($out_handle,$line);
/plugin/gdpr/_test/
H A DCleanIp.test.php34 fwrite($handle, $recentChangelogLine);
H A DCleanMedia.test.php34 fwrite($handle, $recentChangelogLine);
/plugin/gdpr/action/
H A Ddelusers.php180 fwrite($handle, implode('', $cleanChangelogLines));
H A Doldips.php121 $bytesWritten = fwrite($handle, $cleanedLine);
/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/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php44 fwrite($this->buffer, (string) $input);
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php344 fwrite($mem, $input, 11); // Write 11 bytes - we can detect the vast majority of formats in the first 11 bytes
/plugin/geourl/
H A Dcode.php33 fwrite($fp, '$gu_settings[\''.$name.'\'] = \''.$val.'\';'."\n");
45 fwrite($fp, '<?php'."\n// This file is automatically generated\n");
/plugin/gitbacked/lib/
H A DGitBackedUtil.php114 fwrite($handle, $message);

12345678910>>...16