Home
last modified time | relevance | path

Searched refs:streams (Results 26 – 50 of 68) sorted by path

123

/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md450 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6streams=e.streams||(e.stream?[e.stream]:[]),this.trickle=void 0===e.trickle||e.trickle,this.allowH…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1streams) {\n var n = streams.length;\n return {\n point: function(x, y) { var i = -1; while (…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1streams","azimuthalRaw","azimuthalInvert","sc","cc","azimuthalEqualAreaRaw","cxcy","azimuthalEquid…
/plugin/elasticsearch/
H A Dcomposer.lock113 "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md96 - Fixed issue with `guzzlehttp/ringphp` and `guzzle/streams`
113 - Replace abandoned packages: ringphp, streams and phpstan-shim
/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/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/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/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/elasticsearch/vendor/react/promise/
H A DREADME.md383 // Cancel/abort any running operations like network connections, streams etc.
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md78 The `hoa://Event/Stream/StreamName:close-before` contains all streams that are
/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/fksnewsfeed/
H A Daction.php179 $streams = [$stream->streamId];
180 $this->helper->fullParentDependence($stream->streamId, $streams);
182 foreach ($streams as $stream) {
/plugin/fksnewsfeed/admin/
H A Dpush.php63 $streams = $this->helper->serviceStream->getAll();
64 echo $this->getChangeStreamForm($streams)->toHTML();
H A Dstream.php31 $streams = $this->helper->serviceStream->getAll();
33 foreach ($streams as $stream) {
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php63 $streams[] = ($this->modelClassName)::createFromArray($this->sqlite, $row);
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;
/plugin/flowplay2/flowplayer/
H A DREADME.txt134 - RTMP recorded streams were not played to the end
/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/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md12 * #348: `FreeBusyGenerator` can now accept streams.
615 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,tra…
H A Dopus.js2streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,tra…

123