Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 143) sorted by last modified time

123456

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-10.txt36 source code. And you must tell them their rights.
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md43 To tell Parsedown that it is processing untrusted user-input, use the following:
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/aichat/lang/en/
H A Dprompt_noanswer.txt1 Given the user's question, tell them that you can't answer it because you couldn't find any matching wiki pages, which is likely because the user has insufficient permissions to access them or the question was off-topic.
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md91 If you have a real problem please tell me the root cause of your problem at:
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php100 public function tell() function in GuzzleHttp\\Stream\\AppendStream
H A DCachingStream.php49 $byte = $offset + $this->tell();
102 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
H A DStreamInterface.php67 public function tell(); function
H A DUtils.php136 $pos = $stream->tell();
H A DNullStream.php55 public function tell() function in GuzzleHttp\\Stream\\NullStream
H A DPumpStream.php77 public function tell() function in GuzzleHttp\\Stream\\PumpStream
H A DStream.php215 public function tell() function in GuzzleHttp\\Stream\\Stream
H A DStreamDecoratorTrait.php98 public function tell() function
100 return $this->stream->tell();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php59 $this->assertEquals(3, $a->tell());
62 $this->assertEquals(6, $a->tell());
108 $this->assertSame(0, $a->tell());
114 $this->assertSame(9, $a->tell());
H A DCachingStreamTest.php71 $this->assertEquals(4, $this->body->tell());
73 $this->assertEquals(2, $this->body->tell());
75 $this->assertEquals(4, $this->body->tell());
H A DLazyOpenStreamTest.php43 $this->assertEquals(3, $l->tell());
H A DLimitStreamTest.php56 $this->assertEquals(0, $this->body->tell());
57 $this->assertEquals(3, $this->decorated->tell());
63 $this->assertEquals(10, $this->body->tell());
64 $this->assertEquals(13, $this->decorated->tell());
66 $this->assertEquals(0, $this->body->tell());
67 $this->assertEquals(3, $this->decorated->tell());
69 $this->assertEquals(0, $this->body->tell());
70 $this->assertEquals(3, $this->decorated->tell());
72 $this->assertEquals(5, $this->body->tell());
73 $this->assertEquals(8, $this->decorated->tell());
[all...]
H A DPumpStreamTest.php30 $this->assertEquals(1, $p->tell());
32 $this->assertEquals(6, $p->tell());
H A DStreamDecoratorTraitTest.php76 $this->assertEquals(1, $this->a->tell());
77 $this->assertEquals(1, $this->b->tell());
79 $this->assertEquals(0, $this->a->tell());
80 $this->assertEquals(0, $this->b->tell());
82 $this->assertEquals(3, $this->a->tell());
83 $this->assertEquals(3, $this->b->tell());
H A DStreamTest.php111 $this->assertEquals(0, $stream->tell());
113 $this->assertEquals(3, $stream->tell());
115 $this->assertEquals(1, $stream->tell());
116 $this->assertSame(ftell($handle), $stream->tell());
125 $this->assertEquals(10, $stream->tell());
144 $this->assertFalse($stream->tell());
241 $this->assertEquals(9, $p->tell());
H A DUtilsTest.php140 $this->assertEquals(4, $s->tell());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc130 so on), you can tell the client to return a more verbose response. This is
H A Dphp_json_objects.asciidoc37 `"content" : []`, which is no longer valid {es} DSL. We need to tell PHP that
H A Dconnecting.asciidoc143 need to tell the client to use your certificates instead of the system-wide

123456