Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 86) sorted by path

1234

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js3126 function tosvg(in_fname,file,bol,eof){var i,c,eol,end,select,line0,line1,last_info,opt,text,a,b,s,pscom,txt_add='\n' argument
3136 eol=eof
3206 if(!eof)
3207 eof=file.length
3208 for(;bol<eof;bol=parse.eol+1){eol=file.indexOf('\n',bol)
3209 if(eol<0||eol>eof)
3210 eol=eof;parse.eol=eol
3218 eol=eof
3235 if(i<0){syntax(1,"No $1 after %%$2",end.slice(1),a[1]);parse.eol=eof
3239 parse.eol=eof
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md651 - `feof` has been renamed to `eof`.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md260 if ($this->eof()) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php136 public function eof() function in GuzzleHttp\\Psr7\\AppendStream
140 $this->streams[$this->current]->eof());
174 while ($this->pos < $offset && !$this->eof()) {
197 if ($progressToNext || $this->streams[$this->current]->eof()) {
H A DBufferStream.php89 public function eof() function in GuzzleHttp\\Psr7\\BufferStream
H A DCachingStream.php74 while ($diff > 0 && !$this->remoteStream->eof()) {
127 public function eof() function in GuzzleHttp\\Psr7\\CachingStream
129 return $this->stream->eof() && $this->remoteStream->eof();
H A DFnStream.php114 public function eof() function in GuzzleHttp\\Psr7\\FnStream
H A DLimitStream.php39 public function eof() function in GuzzleHttp\\Psr7\\LimitStream
42 if ($this->stream->eof()) {
H A DPumpStream.php86 public function eof() function in GuzzleHttp\\Psr7\\PumpStream
140 while (!$this->eof()) {
H A DStream.php167 public function eof() function in GuzzleHttp\\Psr7\\Stream
H A DStreamDecoratorTrait.php96 public function eof() function
98 return $this->stream->eof();
H A DStreamWrapper.php103 return $this->stream->eof();
H A DUtils.php52 while (!$source->eof()) {
59 while ($remaining > 0 && !$source->eof()) {
88 while (!$stream->eof()) {
100 while (!$stream->eof() && $len < $maxLen) {
136 while (!$stream->eof()) {
252 while (!$stream->eof()) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php96 private $eof; variable in phpseclib3\\Net\\SFTP\\Stream
271 $this->eof = false;
329 $this->eof = true;
368 $this->eof = false;
398 return $this->eof;
425 $this->eof = false;
730 $this->eof = false;
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php66 public function eof(); function
/plugin/codemirror/dist/modes/
H A Didl.min.js.map1 …'eigenvec', 'ellipse', 'elmhes', 'emboss',\n 'empty', 'enable_sysrtn', 'eof', 'eos', 'erase',\n…
H A Dperl.min.js1 …,endgrent:1,endhostent:1,endnetent:1,endprotoent:1,endpwent:1,endservent:1,eof:1,eval:1,exec:1,exi… property in AnonymousFunction3829359c0200.a
H A Dperl.min.js.map1eof","eval","exec","exists","exit","exp","fcntl","fileno","flock","fork","format","formline","getc…
H A Dsas.min.js.map1 …se emaildlg emailid emailpw emailserver emailsys encrypt end endsas engine eof eov erf erfc error …
H A Dscheme.min.js.map1 …mplex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? …
H A Dtcl.min.js.map1 …et bgerror \" +\n \"binary break catch cd close concat continue dde eof encoding error \" +…
H A Dvbscript.min.js.map1 …aise', 'replace', 'test', 'write', 'writeline', 'close', 'open', 'state', 'eof', 'update', 'addnew…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php348 $eof = $this->factory->createEx(
359 $this->emitToken($eof);
361 return $eof;
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {

1234