Home
last modified time | relevance | path

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

12345

/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php334 var $stream; variable in AMFReader
336 function AMFReader(&$stream) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php7 public static function read($stream, $offset, $numberOfBytes)
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js34 'stream': true, // allows playing before entire file has loaded (recommended) property in SoundManager.defaultOptions
/plugin/swiftmail/Swift/Cache/
H A DJointOutputStream.php44 public function addStream(Swift_Cache_OutputStream $stream)
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php44 public function put($stream)
/plugin/webdav/core/
H A DUtils.php24 public static function streamReader($stream)
42 public static function streamWriter($stream, $file)
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php132 function addReadStream($stream, callable $cb) {
152 function addWriteStream($stream, callable $cb) {
165 function removeReadStream($stream) {
180 function removeWriteStream($stream) {
H A Dfunctions.php72 function addReadStream($stream, callable $cb) {
91 function addWriteStream($stream, callable $cb) {
103 function removeReadStream($stream) {
115 function removeWriteStream($stream) {
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1171 function NodejsStreamInputAdapter(filename, stream) { argument
1184 NodejsStreamInputAdapter.prototype._bindStream = function (stream) { argument

12345