| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | AppendStream.php | 17 private $streams = []; variable in GuzzleHttp\\Psr7\\AppendStream 24 * @param StreamInterface[] $streams Streams to decorate. Each stream must 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) { [all …]
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | AppendStream.php | 17 private $streams = []; variable in GuzzleHttp\\Psr7\\AppendStream 29 * @param StreamInterface[] $streams Streams to decorate. Each stream must 32 public function __construct(array $streams = []) argument 34 foreach ($streams as $stream) { 73 $this->streams[] = $stream; 89 foreach ($this->streams as $stream) { 93 $this->streams = []; 106 foreach ($this->streams as $stream) { 110 $this->streams = []; 130 foreach ($this->streams as $stream) { [all …]
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | AppendStream.php | 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) { 60 $this->streams[] = $stream; 77 foreach ($this->streams as $stream) { 81 $this->streams = []; 117 foreach ($this->streams as $stream) { 130 return !$this->streams || 131 ($this->current >= count($this->streams) - 1 && [all …]
|
| /plugin/swiftmail/Swift/Cache/ |
| D | JointOutputStream.php | 25 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/fksnewsfeed/inc/ORM/ |
| D | ModelStream.php | 56 $streams = []; 60 $streams[] = $service->getById($row['child']); 62 return $streams; 69 $streams = []; 73 $streams[] = $service->getById($row['parent']); 75 return $streams;
|
| D | AbstractService.php | 63 $streams[] = ($this->modelClassName)::createFromArray($this->sqlite, $row);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
| D | ListStreamsResponse.php | 51 public function setStreams($streams) argument 53 $this->streams = $streams; 60 return $this->streams;
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
| D | CHANGELOG.rst | 8 * 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
|
| D | README.rst | 7 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/ |
| D | stream.php | 31 $streams = $this->helper->serviceStream->getAll(); 33 foreach ($streams as $stream) {
|
| D | push.php | 63 $streams = $this->helper->serviceStream->getAll(); 64 echo $this->getChangeStreamForm($streams)->toHTML();
|
| /plugin/fksnewsfeed/ |
| D | action.php | 179 $streams = [$stream->streamId]; 180 $this->helper->fullParentDependence($stream->streamId, $streams); 182 foreach ($streams as $stream) {
|
| /plugin/findologicxmlexport/vendor/hoa/stream/ |
| D | README.md | 26 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/ |
| D | Datastream.php | 472 'streams', 476 'path' => 'v1/{+parent}/streams', 526 'path' => 'v1/{+parent}/streams',
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | README.md | 15 - Uses PSR-7 interfaces for requests, responses, and streams. This allows you 19 PHP streams, sockets, or non-blocking event loops.
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/docs/ |
| D | PSR7-Usage.md | 104 > Note: Streams must be rewinded, if content was written into streams, it will be ignored when call… 121 Prepending is different when it comes to streams. The content must be copied before writing the con… 122 The following example will explain the behaviour of streams.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 121 - Bug MultipartStream with filename for `data://` streams 123 - Reduced RAM usage when copying streams 269 - Fix `AppendStream::detach` to not close streams 379 streams, which can sometimes return fewer bytes than requested with `fread`.
|
| /plugin/linkcheck/ |
| D | README.md | 12 * Uses the PHP curl library, but falls back to PHP streams when curl is not available.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | README.md | 16 - Uses PSR-7 interfaces for requests, responses, and streams. This allows you 21 PHP streams, sockets, or non-blocking event loops.
|
| /plugin/quickstats/GEOIP/vendor/composer/ca-bundle/ |
| D | README.md | 54 #### To use with php streams
|
| /plugin/asciidocjs/node_modules/supports-color/ |
| D | readme.md | 34 Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property…
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_PlusDomainsService.php | 1756 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/ |
| D | installation.asciidoc | 22 alternate HTTP handler based on PHP streams. Performance _will_ suffer, as the
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 133 - Fix `AppendStream::detach` to not close streams 243 streams, which can sometimes return fewer bytes than requested with `fread`.
|
| /plugin/bibtex4dw/ |
| D | README.md | 32 * Write programs that handle text streams, because that is a universal interface.
|