Home
last modified time | relevance | path

Searched refs:getContents (Results 1 – 25 of 65) sorted by relevance

123

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DStreamTest.php57 $this->assertEquals('', $stream->getContents());
59 $this->assertEquals('data', $stream->getContents());
60 $this->assertEquals('', $stream->getContents());
148 $this->assertSame('', $stream->getContents());
152 $this->assertEquals('foo', $stream->getContents());
177 $this->assertEquals('foo', $stream->getContents());
239 $this->assertEquals('3', $p->getContents());
DStreamDecoratorTraitTest.php88 $this->assertEquals('foo', $this->b->getContents());
89 $this->assertEquals('', $this->b->getContents());
91 $this->assertEquals('oo', $this->b->getContents(1));
DLimitStreamTest.php96 $a->getContents();
115 $this->assertEquals('baz', $body->getContents());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DBufferStream.php36 return $this->getContents();
39 public function getContents() function in GuzzleHttp\\Psr7\\BufferStream
DStreamDecoratorTrait.php46 return $this->getContents();
55 public function getContents() function
DAppendStream.php38 return $this->getContents();
65 public function getContents() function in GuzzleHttp\\Psr7\\AppendStream
DStream.php83 return $this->getContents();
89 public function getContents() function in GuzzleHttp\\Psr7\\Stream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DBufferStream.php35 return $this->getContents();
38 public function getContents() function in GuzzleHttp\\Stream\\BufferStream
DStreamDecoratorTrait.php38 return $this->getContents();
47 public function getContents() function
DAppendStream.php36 return $this->getContents();
63 public function getContents() function in GuzzleHttp\\Stream\\AppendStream
DStreamInterface.php142 public function getContents(); function
DNullStream.php16 public function getContents() function in GuzzleHttp\\Stream\\NullStream
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DCbf.php77 echo $phpcsFile->fixer->getContents();
103 $newContent = $phpcsFile->fixer->getContents();
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DBufferStream.php39 return $this->getContents();
42 public function getContents(): string function in GuzzleHttp\\Psr7\\BufferStream
DStreamDecoratorTrait.php48 return $this->getContents();
59 public function getContents(): string function
DAppendStream.php44 return $this->getContents();
76 public function getContents(): string function in GuzzleHttp\\Psr7\\AppendStream
DStream.php84 return $this->getContents();
95 public function getContents(): string function in GuzzleHttp\\Psr7\\Stream
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Usage.md104 … if content was written into streams, it will be ignored when calling `getContents()` because the …
108 $bodyText = $body->getContents();
110 > Note: If `$body->seek(1)` is called before `$body->getContents()`, the first character will be om…
142 $contents = $body->getContents(); // abcd
149 > Note: `getContents()` seeks the stream while reading it, therefore if the second `rewind()` metho…
155 $contents = $body->getContents(); // efabcd
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
DFile.php25 public function getContents(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
DApigatewayApiConfigFile.php41 public function getContents() function in Google\\Service\\Apigateway\\ApigatewayApiConfigFile
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DScreenshot.php41 public function getContents() function in Google\\Service\\Compute\\Screenshot
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DGoogleDevtoolsRemoteworkersV1test2Blob.php30 public function getContents() function in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2Blob
DGoogleDevtoolsRemoteworkersV1test2FileMetadata.php32 public function getContents() function in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2FileMetadata
/plugin/authgooglesheets/vendor/psr/http-message/src/
DStreamInterface.php143 public function getContents(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1beta2InputConfig.php43 public function getContents() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2InputConfig

123