Home
last modified time | relevance | path

Searched refs:fwrite (Results 26 – 50 of 390) sorted by last modified time

12345678910>>...16

/plugin/combo/ComboStrap/
H A DHttp.php129 fwrite($fp, $out);
H A DSqlite.php238 fwrite(STDERR, "Stderr DbFile: " . $dbFile . "\n");
240 fwrite(STDERR, "File does exists\n");
241 fwrite(STDERR, "Permission " . substr(sprintf('%o', fileperms($dbFile)), -4) . "\n");
243 fwrite(STDERR, "File does not exist\n");
248 fwrite(STDERR, "MetaDir: " . $metadir . "\n");
251 fwrite(STDERR, "Meta is a subdirectory of the db \n");
253 fwrite(STDERR, "Meta is a not subdirectory of the db \n");
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php130 $written = fwrite($stdin, $this->inputBuffer);
143 $written = fwrite($stdin, $data);
/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/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint36 fwrite(STDERR, 'Install dependencies using Composer.'.PHP_EOL);
41 fwrite(STDERR, 'You need the "symfony/console" component in order to run the Yaml linter.'.PHP_EOL);
/plugin/combo/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/combo/vendor/symfony/process/
H A DProcess.php956 fwrite($this->stdout, $line);
970 fwrite($this->stderr, $line);
/plugin/oauth/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/upgrade/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php201 fwrite($fp, $this->readbytes(512), 512);
204 fwrite($fp, $this->readbytes(512), $header['size'] % 512);
467 $written = @fwrite($this->fh, $data);
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/upgrade/HTTP/
H A DHTTPClient.php603 $nbytes = fwrite($socket, substr($data,$written,4096));
/plugin/upgrade/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/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php111 fwrite($channel, rtrim($line) . "\n");
156 fwrite($channel, $this->getColorCode($color));
/plugin/statistics/inc/
H A DBrowscap.php980 fwrite($remote_handler, $out);
/plugin/statistics/inc/pchart/
H A DpChart.php3175 fwrite($Handle, htmlentities($Value)."\r");
/plugin/farmer/3rdparty/
H A DPHPIco.php141 if (false === (fwrite($fh, $data))) {
/plugin/btable2/
H A Dsyntax.php189 fwrite($fh, serialize($doodle));
204 fwrite($fh, serialize($doodle));
/plugin/odt/renderer/
H A Dpage.php1262 fwrite($tmp_img, $img);
/plugin/odt/ODT/
H A DODTExport.php276 fwrite($file_f, $value);
/plugin/openid/Auth/OpenID/
H A DFileStore.php214 fwrite($tmp_file, $association_s);
/plugin/barcodes/vendor/composer/
H A Dplatform_check.php17fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/plugin/barcodes/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/plugin/fastwiki/
H A Daction.php327 fwrite($remote, implode("\r\n", $headers) . $body);
/plugin/statdisplay/pchart/
H A DpChart.php2959 fwrite ( $Handle, htmlentities ( $Value ) . "\r" );

12345678910>>...16