Home
last modified time | relevance | path

Searched defs:stream (Results 26 – 50 of 149) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
DForTokenParser.php90 protected function checkLoopUsageCondition(TokenStream $stream, \Twig_NodeInterface $node)
107 protected function checkLoopUsageBody(TokenStream $stream, \Twig_NodeInterface $node)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DMultipartStream.php82 private function addElement(AppendStream $stream, array $element)
114 private function createElement($name, StreamInterface $stream, $filename, array $headers)
Dfunctions.php197 function copy_to_string(StreamInterface $stream, $maxLen = -1)
236 function hash(StreamInterface $stream, $algo, $rawOutput = false)
251 function readline(StreamInterface $stream, $maxLength = null)
DStream.php25 private $stream; variable in GuzzleHttp\\Psr7\\Stream
47 public function __construct($stream, $options = [])
DDroppingStream.php23 public function __construct(StreamInterface $stream, $maxLength)
/plugin/webdav/core/
DUtils.php24 public static function streamReader($stream)
42 public static function streamWriter($stream, $file)
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
Dbootstrap.php35 …function sapi_windows_vt100_support($stream, $enable = null) { return p\Php72::sapi_windows_vt100_…
38 function stream_isatty($stream) { return p\Php72::stream_isatty($stream); }
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
DStreamLogger.php35 protected $stream = null; variable in Mustache_Logger_StreamLogger
44 public function __construct($stream, $level = Mustache_Logger::ERROR)
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
DFilter.php153 $stream,
191 $stream,
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStreamDecoratorTrait.php15 public function __construct(StreamInterface $stream)
83 public function attach($stream)
DInflateStream.php19 public function __construct(StreamInterface $stream)
DFnStream.php62 public static function decorate(StreamInterface $stream, array $methods)
88 public function attach($stream)
DAppendStream.php49 public function addStream(StreamInterface $stream)
95 public function attach($stream)
DDroppingStream.php18 public function __construct(StreamInterface $stream, $maxLength)
DNoSeekStream.php21 public function attach($stream)
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DStream.php22 private $stream; variable in GuzzleHttp\\Psr7\\Stream
50 public function __construct($stream, array $options = [])
DNoSeekStream.php17 private $stream; variable in GuzzleHttp\\Psr7\\NoSeekStream
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
DUtil.php7 public static function read($stream, $offset, $numberOfBytes)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
DParserInterface.php32 public function parse(TokenStream $stream);
/plugin/scrape/vendor/symfony/css-selector/Parser/Handler/
DHandlerInterface.php29 public function handle(Reader $reader, TokenStream $stream): bool;
DCommentHandler.php32 public function handle(Reader $reader, TokenStream $stream): bool
DWhitespaceHandler.php33 public function handle(Reader $reader, TokenStream $stream): bool
/plugin/matrixnotifierwas/vendor/psr/http-factory/src/
DUploadedFileFactoryInterface.php28 StreamInterface $stream,
/plugin/authfacebook/lib/HttpClients/
DFacebookStream.php39 protected $stream; variable in Facebook\\HttpClients\\FacebookStream
/plugin/webdav/core/DAV/Collection/Media/
DFile.php44 public function put($stream)

123456