Home
last modified time | relevance | path

Searched defs:stream (Results 51 – 75 of 109) sorted by path

12345

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DFnStream.php62 public static function decorate(StreamInterface $stream, array $methods) argument
88 public function attach($stream) argument
[all...]
H A DGuzzleStreamWrapper.php13 private $stream; variable in GuzzleHttp\\Stream\\GuzzleStreamWrapper
26 public static function getResource(StreamInterface $stream) argument
[all...]
H A DInflateStream.php19 public function __construct(StreamInterface $stream) argument
[all...]
H A DLimitStream.php27 StreamInterface $stream, argument
[all...]
H A DNoSeekStream.php21 public function attach($stream) argument
H A DNullStream.php25 public function attach($stream) argument
H A DPumpStream.php67 public function attach($stream) argument
H A DStream.php9 private $stream; variable in GuzzleHttp\\Stream\\Stream
102 __construct($stream, $options = []) global() argument
161 attach($stream) global() argument
[all...]
H A DStreamDecoratorTrait.php15 public function __construct(StreamInterface $stream) argument
83 attach($stream) global() argument
[all...]
H A DStreamInterface.php53 attach($stream) global() argument
[all...]
H A DUtils.php56 public static function copyToString(StreamInterface $stream, $maxLen = -1) argument
132 hash(StreamInterface $stream, $algo, $rawOutput = false) global() argument
162 readline(StreamInterface $stream, $maxLength = null, $eol = PHP_EOL) global() argument
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php41 private function createResponse(array $request, $url, $stream) argument
69 checkDecode(array $request, array $response, $stream) global() argument
93 drain($stream, $dest) global() argument
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php63 public static function load(Stream\IStream\In $stream)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DComposite.php71 protected function setStream($stream)
H A DStream.php407 public function _setStream($stream)
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DFilter.php153 $stream,
191 $stream,
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2 …n([t*Zo,e*Zo])});return function(n){return le(t(n))}}function ie(n){this.stream=n}function ue(n,t)… function
4 …this.s=this.t=0},valueOf:function(){return this.s}};var ba=new ft;ao.geo.stream=function(n,t){n&&_… function
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DParserInterface.php32 public function parse(TokenStream $stream);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php738 public function parse(TokenStream $stream)
H A DParser.php38 protected $stream; variable in Twig\\Parser
83 public function parse(TokenStream $stream, $test = null, $dropNeedle = false)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php90 protected function checkLoopUsageCondition(TokenStream $stream, \Twig_NodeInterface $node)
107 protected function checkLoopUsageBody(TokenStream $stream, \Twig_NodeInterface $node)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php187 public $stream; variable in TestParser
/plugin/fksnewsfeed/admin/
H A Dpush.php107 private function newsAddForm(string $stream, int $newsId): string {
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php103 private function printPullBtn($stream): string {
113 private function printPreviewBtn($stream): string {
121 private function printCreateBtn($stream): string {
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php94 …public function render(string $even, string $stream, string $pageId = '', bool $editable = true): …

12345