Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 390) sorted by path

12345678910>>...16

/plugin/accscounter/syntax/
H A Dcounter.php205 fwrite($loghandle, $logcontent);
217 fwrite($loghandle, $logcontent);
265 fwrite($loghandle, $logcontent);
277 fwrite($loghandle, $logcontent);
/plugin/aceeditor/
H A Dbuild.js1 …ace|frewind|fscanf|fseek|ftell|FTP|full|fullfile|func2str|functions|funm|fwrite|fzero|gallery|gamm…
/plugin/acronymedit/
H A Dadmin.php108 if (fwrite($handle, $chaine) === FALSE) {
/plugin/aichat/vendor/
H A Dautoload.php12 fwrite(STDERR, $err);
/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/ajaxpeon/
H A Dhelper.php48 fwrite($outfile,$learnlstr);
148 fwrite($flearnlist,json_encode($learn_ns_ls));
151 fwrite($flearndata,json_encode($flat_data));
154 fwrite($forev,json_encode($orev_data));
180 fwrite($outlog,time()."\n");
182 fwrite($outlog,time()."\n");
/plugin/authfacebook/
H A Dauth.php164 fwrite($fb_ids_fd,"<?php\n\$fb_ids = ".var_export($fb_ids,true).";\n");
/plugin/authgooglesheets/vendor/composer/
H A Dplatform_check.php17fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php108 fwrite($sink, $contents);
H A DStreamHandler.php516 fwrite($value, $args[$i] . ': "' . $v . '" ');
518 fwrite($value, "\n");
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php247 $result = fwrite($this->stream, $string);
H A DUtils.php308 fwrite($stream, $resource);
323 fwrite($stream, stream_get_contents($resource));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php170 fwrite($handle, $log);
H A DProcessHandler.php175 fwrite($this->pipes[0], $string);
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));
H A DStreamHandler.php178 fwrite($stream, (string) $record['formatted']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php282 if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {
/plugin/authucenter/
H A Dauth.php556 if (fwrite($handle, $uc_conf) === false) {
/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/authucenter/lib/uc_client/
H A Dclient.php280 @fwrite($fp, $out);
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php15 @fwrite($fp, $s);
H A Dmisc.php116 @fwrite($fp, $out);
/plugin/autoincludeindex/
H A DremoveBox.php37 fwrite($handle, $result);
/plugin/autolink2/
H A Dhelper.php234 fwrite($fh, join('', $this->page_idx));
241 fwrite($fh, join('', $autolink_index));
/plugin/autolink3/
H A Dajax.php156 fwrite($rd_page, $text);

12345678910>>...16