Home
last modified time | relevance | path

Searched refs:feof (Results 126 – 140 of 140) sorted by last modified time

123456

/plugin/register/
H A Dsyntax.php166 if (!xml_parse($xml_parser, $data, feof($fp))) {
/plugin/code2/
H A Dsyntax.php577 while (! @feof($handle)) {
/plugin/sympaauth/
H A Dadmin.php125 while (!feof($local_handle)) {
160 if (!(feof($local_handle))) { // and if the file is not empty, assuming it has a <?
164 } while (!(preg_match('!local.protected.php!', $lines[$i++]) || feof($local_handle)) );
168 while (!feof($local_handle)) {
228 while (!feof($local_handle)) {
273 while (!feof($sympa_file)) {
308 while (!feof($sympa_file)) {
/plugin/gcalendar/inc/
H A Dgcal_read.php103 while (!feof($handle)) {
H A Dgcal_main.php171 while (!feof($in_handle)) {
/plugin/googlesearch/
H A Dnusoap.php2105 if (!feof($this->fp)) {
2552 if(feof($this->fp)) {
2648 while (($strlen < $content_length) && (!feof($this->fp))) {
2653 if (($tmplen == 0) && (!feof($this->fp))) {
2675 } while ($chunked && ($content_length > 0) && (!feof($this->fp)));
2676 if (feof($this->fp)) {
2686 (! $this->persistentConnection) || feof($this->fp)){
/plugin/bibtex/OSBib/
H A DPARSEXML.php44 while(!feof($fh))
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php262 while (!feof($tmp)) {
H A DCache.php153 while (!feof($this->tmpFile)) {
H A DBzip2.php241 while (!feof($tmp)) {
H A DFile.php188 if (feof($this->handle)) {
194 while (!feof($this->handle)) {
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php159 while(!feof($this->handle)) {
/plugin/zip/pear/File/Archive/
H A DWriter.php103 while (!feof($handle)) {
/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/highlightjs/highlight/
H A Dhighlight.pack.js1 …nEditorListen:1,extendCurve:1,extendSurface:1,extrude:1,fcheck:1,fclose:1,feof:1,fflush:1,fgetline… property in hljs.LANGUAGES.mel.dM.k

123456