Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 68) sorted by relevance

123

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php17 private $streams = []; variable in GuzzleHttp\\Psr7\\AppendStream
27 public function __construct(array $streams = []) argument
29 foreach ($streams as $stream) {
62 $this->streams[] = $stream;
80 foreach ($this->streams as $stream) {
84 $this->streams = [];
99 foreach ($this->streams as $stream) {
103 $this->streams = [];
125 foreach ($this->streams as $stream) {
138 return !$this->streams ||
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php7 * Reads from multiple streams, one after the other.
14 private $streams = []; variable in GuzzleHttp\\Stream\\AppendStream
22 * @param StreamInterface[] $streams Streams to decorate. Each stream must
25 public function __construct(array $streams = []) argument
27 foreach ($streams as $stream) {
55 // The stream is only seekable if all streams are seekable
60 $this->streams[] = $stream;
77 foreach ($this->streams as $stream) {
81 $this->streams = [];
108 * If any of the streams d
[all...]
/plugin/swiftmail/Swift/Cache/
H A DJointOutputStream.php25 protected $streams = array(); variable in Swift_Cache_JointOutputStream
36 public function __construct($streams=array()) argument
38 $this->streams = $streams;
46 $this->streams[] = $stream;
55 $ret = $this->streams[$this->pointer]->read($size);
62 if (isset($this->streams[($this->pointer+1)]))
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DListStreamsResponse.php51 public function setStreams($streams) argument
53 $this->streams = $streams;
60 return $this->streams;
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php56 $streams = [];
60 $streams[] = $service->getById($row['child']);
62 return $streams;
69 $streams = [];
73 $streams[] = $service->getById($row['parent']);
75 return $streams;
H A DAbstractService.php63 $streams[] = ($this->modelClassName)::createFromArray($this->sqlite, $row);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst8 * Now supports creating streams from functions and iterators.
9 * Supports creating buffered streams and asynchronous streams.
37 streams that can be filled by a remote source (e.g., an event-loop). If a
53 instead of ``GuzzleHttp\Stream\create()`` to create new streams.
64 * Properly closing all underlying streams when AppendStream is closed.
90 * Multiple fixes for how streams behave when the underlying resource is
H A DREADME.rst7 Provides a simple abstraction over streams of data.
22 "guzzlehttp/streams": "~3.0"
32 http://docs.guzzlephp.org/en/guzzle4/streams.html.
/plugin/fksnewsfeed/admin/
H A Dstream.php31 $streams = $this->helper->serviceStream->getAll();
33 foreach ($streams as $stream) {
H A Dpush.php63 $streams = $this->helper->serviceStream->getAll();
64 echo $this->getChangeStreamForm($streams)->toHTML();
/plugin/fksnewsfeed/
H A Daction.php179 $streams = [$stream->streamId];
180 $this->helper->fullParentDependence($stream->streamId, $streams);
182 foreach ($streams as $stream) {
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md26 This library is a high-level abstraction over PHP streams. It
96 library, working with streams. It ensures the stream is typed and
104 * `Bufferable`, for streams with at least one internal buffer,
106 * `Touchable`, for “touchable” streams, provides `touch`, `copy`,
191 ### Contextual streams
360 all listeners will be fired by all kind of streams.
492 streams. And this is a very powerful tool. We mentionned some usages
518 There are more to cover. `Hoa\Stream` supports composite streams (with
519 the `Hoa\Stream\Composite` abstract class), i.e. streams embedding
520 other streams, like
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastream.php472 'streams',
476 'path' => 'v1/{+parent}/streams',
526 'path' => 'v1/{+parent}/streams',
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md15 - Uses PSR-7 interfaces for requests, responses, and streams. This allows you
19 PHP streams, sockets, or non-blocking event loops.
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md54 #### To use with php streams
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php1756 public $streams; variable in Google_Media
1823 public function setStreams(/* array(Google_Videostream) */ $streams) { argument
1824 $this->assertIsArray($streams, 'Google_Videostream', __METHOD__);
1825 $this->streams = $streams;
1828 return $this->streams;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc22 alternate HTTP handler based on PHP streams. Performance _will_ suffer, as the
H A Drelease-notes.asciidoc180 * Fixed issue with `guzzlehttp/ringphp` and `guzzle/streams` using forks
203 * Replace abandoned packages: ringphp, streams and phpstan-shim
/plugin/bibtex4dw/
H A DREADME.md32 * Write programs that handle text streams, because that is a universal interface.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md133 - Fix `AppendStream::detach` to not close streams
243 streams, which can sometimes return fewer bytes than requested with `fread`.
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1896 * @param array $streams
1900 private static function getDefaultStreamInfo($streams) argument
1903 foreach (array_reverse($streams) as $stream) {
1917 $info['streams'] = $streams;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as496 // Akamai specific live streams
510 // Mp3 streams with standard appname/no instance name, mp3: prefix
523 // Mp4 streams with standard appname/no instance name, mp4: prefix
535 // .f4v streams with standard appname/no instance name, .flv extension
/plugin/flowplayer/player/
H A DREADME.txt89 - #395 apply buffer animation status to VOD streams only.
92 - #404 implement netstreamplayoptions for http streams, resets the stream or start loading a new st…
106 …461 when we have a clip base url set, we need the complete clip url sent to play2 for http streams.
158 - fixed resuming of live streams
379 - Added a 'live' property to Clips, used for live streams.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc202 $params['name'] = (list) A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
249 $params['name'] = (list) A comma-separated list of data streams to delete; use `*` to delete all data streams
488 $params['name'] = (list) A comma-separated list of data streams to get; use `*` to get all data streams
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md78 The `hoa://Event/Stream/StreamName:close-before` contains all streams that are

123