/plugin/gtime/gtlib/asn1/ |
H A D | ASN1Object.php | 42 protected function append(&$stream, $bytes) { 60 protected function prepend(&$stream, $bytes) { 78 protected function readByte(&$stream) { 94 protected function readBytes(&$stream, $limit) {
|
/plugin/webdav/vendor/sabre/event/lib/Loop/ |
H A D | functions.php | 72 function addReadStream($stream, callable $cb) { 91 function addWriteStream($stream, callable $cb) { 103 function removeReadStream($stream) { 115 function removeWriteStream($stream) {
|
H A D | Loop.php | 132 function addReadStream($stream, callable $cb) { 152 function addWriteStream($stream, callable $cb) { 165 function removeReadStream($stream) { 180 function removeWriteStream($stream) {
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aac.js | 8 this.probe = function(stream) { argument 29 this.readHeader = function(stream) { argument 128 decode: function(stream, config) { argument 2597 findOffset: function(stream, table) { argument 2619 getEscape: function(stream, s) { argument 2628 decodeScaleFactor: function(stream) { argument 2749 decodeBandTypes: function(stream, config) { argument 2784 decodeScaleFactors: function(stream) { argument 2841 decodePulseData: function(stream) { argument 2869 decodeSpectralData: function(stream) { argument [all …]
|
H A D | mp3.js | 132 this.probe = function(stream) { argument 154 this.getID3v2Header = function(stream) { argument 312 MP3Frame.prototype.decode = function(stream) { argument 453 MP3FrameHeader.prototype.decode = function(stream) { argument 536 MP3FrameHeader.decode = function(stream) { argument 3648 constructor: function(header, stream) { argument 4530 Layer1.prototype.decode = function(stream, frame) { argument 4607 Layer1.prototype.sample = function(stream, nb) { argument 4709 Layer2.prototype.decode = function(stream, frame) { argument 4962 Layer3.prototype.decode = function(stream, frame) { argument [all …]
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | StreamHandler.php | 35 protected $stream; variable in Monolog\\Handler\\StreamHandler 54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis… 176 protected function streamWrite($stream, array $record): void 188 private function getDirFromStream(string $stream): ?string
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | InflateStream.php | 24 public function __construct(StreamInterface $stream) 42 private function getLengthOfPossibleFilenameHeader(StreamInterface $stream, $header)
|
H A D | StreamWrapper.php | 18 private $stream; variable in GuzzleHttp\\Psr7\\StreamWrapper 32 public static function getResource(StreamInterface $stream) 55 public static function createStreamContext(StreamInterface $stream)
|
H A D | Utils.php | 83 public static function copyToString(StreamInterface $stream, $maxLen = -1) 127 public static function hash(StreamInterface $stream, $algo, $rawOutput = false) 247 public static function readLine(StreamInterface $stream, $maxLength = null)
|
H A D | MultipartStream.php | 82 private function addElement(AppendStream $stream, array $element) 114 private function createElement($name, StreamInterface $stream, $filename, array $headers)
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/ |
H A D | SeekException.php | 11 private $stream; variable in GuzzleHttp\\Exception\\SeekException 13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '')
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/ |
H A D | SeekException.php | 11 private $stream; variable in GuzzleHttp\\Stream\\Exception\\SeekException 13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | Utils.php | 56 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...] |
H A D | Stream.php | 9 private $stream; variable in GuzzleHttp\\Stream\\Stream 102 __construct($stream, $options = []) global() argument 161 attach($stream) global() argument [all...] |
H A D | GuzzleStreamWrapper.php | 13 private $stream; variable in GuzzleHttp\\Stream\\GuzzleStreamWrapper 26 public static function getResource(StreamInterface $stream) argument [all...] |
H A D | InflateStream.php | 19 public function __construct(StreamInterface $stream) argument [all...] |
H A D | StreamDecoratorTrait.php | 15 public function __construct(StreamInterface $stream) argument 83 attach($stream) global() argument [all...] |
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/ |
H A D | PdfStream.php | 87 public static function create(PdfDictionary $dictionary, $stream) argument 103 ensure($stream) global() argument 113 protected $stream; global() variable in setasign\\Fpdi\\PdfParser\\Type\\PdfStream [all...] |
/plugin/fksnewsfeed/inc/ |
H A D | AbstractStream.php | 103 private function printPullBtn($stream): string { 113 private function printPreviewBtn($stream): string { 121 private function printCreateBtn($stream): string {
|
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | Php72.php | 102 public static function sapi_windows_vt100_support($stream, $enable = null) 134 public static function stream_isatty($stream)
|
H A D | bootstrap.php | 35 …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/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | ForTokenParser.php | 90 protected function checkLoopUsageCondition(TokenStream $stream, \Twig_NodeInterface $node) 107 protected function checkLoopUsageBody(TokenStream $stream, \Twig_NodeInterface $node)
|
/plugin/webdav/core/ |
H A D | Utils.php | 24 public static function streamReader($stream) 42 public static function streamWriter($stream, $file)
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/ |
H A D | StreamLogger.php | 35 protected $stream = null; variable in Mustache_Logger_StreamLogger 44 public function __construct($stream, $level = Mustache_Logger::ERROR)
|
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/ |
H A D | Filter.php | 153 $stream, 191 $stream,
|