Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 390) sorted by last modified time

12345678910>>...16

/plugin/siteexport/inc/
H A Ddebug.php117 fwrite($fh, $log);
140 fwrite($fh, $log);
/plugin/siteexport/action/
H A Dajax.php623 fwrite($fp,$getData);
/plugin/siteexport/
H A Dcron.php102 @fwrite($fh, $out);
/plugin/shell/
H A DP0wnyShell.php204 fwrite($f, base64_decode($file));
/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/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/spatialhelper/helper/
H A Dsitemap.php103 fwrite($fh, $RSSstart);
137 fwrite($fh, $entry);
142 fwrite($fh, $RSSend);
199 fwrite($fh, $KMLstart);
237 fwrite($fh, $plcm);
241 fwrite($fh, $KMLend);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php175 fwrite($fp, 'this is a test from '.__FILE__);
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php363 fwrite($fp, $rawImageData);
1674 fwrite($fp_tempfile, $this->rawImageData);
4477 fwrite($fp_tempnam, $RawImageData);
4492 fwrite($fp_tempfile, $RawImageData);
H A Dphpthumb.functions.php549fwrite($fp, 'HEAD '.$parsed_url['path'].$parsed_url['query'].' HTTP/1.0'."\r\n".'Host: '.$parsed_u…
570fwrite($fp, 'HEAD '.$parsed_url['path'].$parsed_url['query'].' HTTP/1.0'."\r\n".'Host: '.$parsed_u…
660 fwrite($fp, $out);
1001fwrite($fp_tempfile, base64_decode('R0lGODlhAQABAIAAAH//AP///ywAAAAAAQABAAACAUQAOw==')); // very s…
1071 fwrite($fp, $filedata);
H A Dphpthumb.gif.php81 @fwrite($fh, $fd, strlen($fd));
103 @fwrite($fh, $fd, strlen($fd));
/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/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/aichat/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/plugin/recommend/helper/
H A Dlog.php32 fwrite($logfile, date('r') . ': ' .
/plugin/gitbacked/lib/
H A DGitBackedUtil.php114 fwrite($handle, $message);
/plugin/dw2pdf/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/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php9612 fwrite($f, $this->buffer, strlen($this->buffer));
27265 fwrite($f, $pdf, strlen($pdf));
H A DRemoteContentFetcher.php122 fwrite($fh, $getstring);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php47 fwrite($fh, "\x1f\x8b\x08\x00\x00\x00\x00\x00" . $oData);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php29 \fwrite($h, $content);
/plugin/dw2pdf/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/plugin/combo/ComboStrap/
H A DLogUtility.php159 fwrite($fh, date('c') . $sep . self::LVL_NAME[$logLevel] . $sep . $msg . $sep . $INPUT->server->str('REMOTE_ADDR') . $sep . $id . "\n");
/plugin/combo/
H A Dcli.php189 fwrite(STDERR, "The host name is mandatory");
195 fwrite(STDERR, "The host port is mandatory");
232 fwrite(STDERR, "Combo: Command unknown (" . $cmd . ")");
239 fwrite(STDERR, "An internal error has occured. " . $exception->getMessage() . "\n" . $exception->getTraceAsString());
343 fwrite($fileHandle, implode(",", $header) . PHP_EOL);
400 fwrite($fileHandle, implode(",", $row) . PHP_EOL);
552 fwrite(STDERR, "The start path is mandatory and was not given");
562 fwrite(STDERR, "Too much arguments given $sizeof");

12345678910>>...16