Home
last modified time | relevance | path

Searched refs:fwrite (Results 226 – 250 of 390) sorted by last modified time

12345678910>>...16

/plugin/cleanoldips/
H A Daction.php122 $bytesWritten = fwrite($handle, $cleanedLine);
/plugin/cleanoldips/_test/
H A DcleaningMedia.test.php32 fwrite($handle, $recentChangelogLine);
H A Dcleaning.test.php32 fwrite($handle, $recentChangelogLine);
/plugin/database/
H A Ddatabase.php1543 if (fwrite ($handle,$buf.$this->CR) === FALSE)
1563 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
1568 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
1592 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
1600 fwrite ($handle,$buf);
1601 fwrite($handle,$this->CR);
1604 fwrite($handle,$this->rowObjs[$counter]->raw.$this->CR);
/plugin/gtime/gtlib/util/
H A DGTUtil.php139 if (!fwrite($fp, GTUtil::fromByteArray($bytes))) {
/plugin/codedoc/
H A Dblock.php123 fwrite($handle,"$what\n");
/plugin/authfacebook/
H A Dauth.php164 fwrite($fb_ids_fd,"<?php\n\$fb_ids = ".var_export($fb_ids,true).";\n");
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown163 fwrite($fe, "Error: " . $message . "\n");
/plugin/cleanup/
H A Dhelper.php105 fwrite($this->log, "$time\t$size\t$type\t$file\n");
/plugin/spellcheck/
H A Daspell.php254 $txRet = fwrite($pipes[0], substr($stdin, $txOff, 8192));
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php183 if (false === fwrite($this->handle, $command . "\r\n"))
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php195 …if (!@fwrite($this->pipes[0], $command . $end) && !empty($command)) throw new Swift_ConnectionExc…
H A DSMTP.php270 …if (!@fwrite($this->handle, $command . $end) && !empty($command)) throw new Swift_ConnectionExcept…
/plugin/swiftmail/Swift/Cache/
H A DDisk.php60 if (false === fwrite($handle, $data))
/plugin/autolink3/
H A Dajax.php156 fwrite($rd_page, $text);
H A Dsys.php239 fwrite($rd, $eee);
/plugin/fckg/action/
H A Dedit.php2777 fwrite($handle,"$what\n");
H A Dmeta.php566 fwrite($handle, "$data\n");
H A Dsave.php179 fwrite($handle, "save.php: $data\n");
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php94 fwrite ( $fh, "%\n" ); # exit terse mode
95 fwrite ( $fh, "^$input_separator\n" );
96 fwrite ( $fh, "!\n" ); # enter terse mode
99 fwrite( $fh, "^$value\n" );
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php214 fwrite($dwfckFHandle, "$what\n");
H A Dcommands.php794 fwrite($dwfckFHandle, "$what\n");
H A Dutil.php282 fwrite($handle, $data . "\n");
H A Dcheck_acl.php283 fwrite($handle, "$data\n");
H A Ddwfck_sessions.php39 $return = fwrite($fp, $sess_data);

12345678910>>...16