Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 140) sorted by path

123456

/plugin/aceeditor/
H A Dbuild.js1 …ot|ezplot3|ezpolar|ezsurf|ezsurfc|factor|factorial|fclose|feather|feature|feof|ferror|feval|fft|ff…
/plugin/amazon/
H A DXMLParser.php33 while (!feof($data_source))
43 while (!feof($fp))
/plugin/amazon_heavy/
H A Dclass.xmlreader.php32 while (!feof ($fp)) $this->_data .= fgets($fp, 4096);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md651 - `feof` has been renamed to `eof`.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php173 return feof($this->stream);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php160 while (!feof($handle)) {
H A DSocketHandler.php240 && !feof($this->resource); // on TCP - other party can close connection.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1187 while (!feof($fsock) && fgets($fsock, 1024) != "\r\n") {
1190 while (!feof($fsock)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1433 while (!feof($this->fsock) && !preg_match('#(.*)^(SSH-(\d\.\d+).*)#ms', $data, $matches)) {
1478 if (feof($this->fsock)) {
3448 if (!is_resource($this->fsock) || feof($this->fsock)) {
3682 if ($temp === false || feof($this->fsock)) {
4168 if (!is_resource($this->fsock) || feof($this->fsock)) {
/plugin/authhiorgserver/
H A Dauth.php299 while (!feof($fp)) $daten.= fread($fp, 1024);
/plugin/authucenter/lib/uc_client/
H A Dclient.php283 while (!feof($fp) && !$fpflag) {
290 while(!feof($fp) && !$stop) {
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php119 while (!feof($fp) && !$fpflag) {
126 while(!feof($fp) && !$stop) {
/plugin/bibtex/OSBib/
H A DPARSEXML.php44 while(!feof($fh))
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php154 if(!feof($this->fid)){
159 while(!feof($this->fid) && $isComment);
388 while(!feof($this->fid))
/plugin/bookmarkfile/
H A Dsyntax.php210 while (!feof($bookmarkfile)) {
/plugin/charter/lib/pchart/
H A DpChart.class.php277 while (!feof($handle))
H A DpData.class.php70 while (!feof($handle))
/plugin/ckgedit/action/
H A Dedit.php531 while (!feof($fh) && $line_num < 4) {
/plugin/code2/
H A Dsyntax.php577 while (! @feof($handle)) {
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …r $encode $error \" +\n \"$eval $event $exist $feof $ferr $fgetc $file …
H A Dphp.min.js.map1 …pliti join sql_regcase dl pclose popen readfile rewind rmdir umask fclose feof fgetc fgets fgetss …
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php151 if (feof($input)) {
H A DUnixPipes.php139 if ($close && feof($pipe)) {
/plugin/combo/vendor/symfony/process/
H A DProcess.php635 while (null !== $this->callback || ($yieldOut && !feof($this->stdout)) || ($yieldErr && !feof($this->stderr))) {
/plugin/contactmodern/
H A Drecaptchalib.php86 while ( !feof($fs) )

123456