Home
last modified time | relevance | path

Searched refs:eof (Results 26 – 50 of 86) sorted by path

1234

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jar ... lbitWorkArea byte[] buffer int pos int readPos boolean eof int currentLinePos int modulus void <init> () ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 …'endservent',\n 'lstat',\n 'shift',\n '-f',\n 'eof',\n 'map',\n…
H A D64.64.js.map1 … 'glob',\n 'pid',\n 'pwd',\n 'close',\n 'eof',\n 'fblocke…
H A Dbundle.js.map1eof = N <= 0, // current token followed by EOF?\n eol = false; // current token followed by…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1eof","eol","token","replace","preformatBody","formatValue","formatRow","convert","customConverter"…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/dropfiles/
H A Dyarn.lock950 strip-eof "^1.0.0"
2641 strip-eof@^1.0.0:
2643 …resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd12…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst26 ``eof()`` method when the stream is consumed.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php128 public function eof() function in GuzzleHttp\\Stream\\AppendStream
132 $this->streams[$this->current]->eof());
161 while ($this->pos < $offset && !$this->eof()) {
181 if ($this->streams[$this->current]->eof()) {
H A DBufferStream.php86 public function eof() function in GuzzleHttp\\Stream\\BufferStream
H A DCachingStream.php110 public function eof() function in GuzzleHttp\\Stream\\CachingStream
112 return $this->stream->eof() && $this->remoteStream->eof();
H A DFnStream.php17 'getSize', 'tell', 'eof', 'isSeekable', 'seek', 'isWritable', 'write',
103 public function eof() function in GuzzleHttp\\Stream\\FnStream
H A DGuzzleStreamWrapper.php85 return $this->stream->eof();
H A DLimitStream.php36 public function eof() function in GuzzleHttp\\Stream\\LimitStream
39 if ($this->stream->eof()) {
H A DNullStream.php50 public function eof() function in GuzzleHttp\\Stream\\NullStream
H A DPumpStream.php82 public function eof() function in GuzzleHttp\\Stream\\PumpStream
131 while (!$this->eof()) {
H A DStream.php210 public function eof() function in GuzzleHttp\\Stream\\Stream
H A DStreamDecoratorTrait.php93 public function eof() function
95 return $this->stream->eof();
H A DStreamInterface.php74 public function eof(); function
H A DUtils.php61 while (!$stream->eof()) {
72 while (!$stream->eof() && $len < $maxLen) {
99 while (!$source->eof()) {
108 while (!$source->eof()) {
143 while (!$stream->eof()) {
168 while (!$stream->eof()) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php107 $this->assertFalse($a->eof());
113 $this->assertTrue($a->eof());
149 ->method('eof')
152 $this->assertFalse($a->eof());

1234