Home
last modified time | relevance | path

Searched refs:Bucket (Results 1 – 25 of 33) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DBuckets.php20 use Google\Service\Storage\Bucket; alias
69 * @return Bucket
75 return $this->call('get', [$params], Bucket::class);
100 * @param Bucket $postBody
111 * @return Bucket
117 return $this->call('insert', [$params], Bucket::class);
152 * @return Bucket
166 * @param Bucket $postBody
182 * @return Bucket
231 * @param Bucket $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebasestorage/Resource/
H A DProjectsBuckets.php21 use Google\Service\Firebasestorage\Bucket; alias
45 * @return Bucket
51 return $this->call('addFirebase', [$params], Bucket::class);
60 * @return Bucket
66 return $this->call('get', [$params], Bucket::class);
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DLateComputed.php84 $iBucket = new Stream\Bucket($in);
98 $bucket = new Stream\Bucket(
100 Stream\Bucket::IS_A_STREAM,
103 $oBucket = new Stream\Bucket($out);
H A DBasic.php121 $iBucket = new Stream\Bucket($in);
122 $oBucket = new Stream\Bucket($out);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebasestorage/
H A DListBucketsResponse.php23 protected $bucketsType = Bucket::class;
31 * @param Bucket[]
38 * @return Bucket[]
H A DBucket.php20 class Bucket extends \Google\Model class
80 class_alias(Bucket::class, 'Google_Service_Firebasestorage_Bucket');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBuckets.php23 protected $itemsType = Bucket::class;
35 * @param Bucket[]
42 * @return Bucket[]
H A DBucket.php20 class Bucket extends \Google\Collection class
523 class_alias(Bucket::class, 'Google_Service_Storage_Bucket');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DUserPageLoadMetricV5.php27 protected $distributionsType = Bucket::class;
61 * @param Bucket[]
68 * @return Bucket[]
H A DBucket.php20 class Bucket extends \Google\Model class
71 class_alias(Bucket::class, 'Google_Service_PagespeedInsights_Bucket');
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWatcher.php110 new Event\Bucket([
127 new Event\Bucket([
139 new Event\Bucket([
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php87 ->array($listener->fire($listenerId, new LUT\Bucket()))
122 ->array($listener->fire($listenerId, new LUT\Bucket()))
203 $bucket = new LUT\Bucket(),
206 function (LUT\Bucket $receivedBucket) use ($self, $bucket, $source, &$called) {
236 $listener->fire('foo', new LUT\Bucket());
H A DBucket.php40 use Hoa\Event\Bucket as SUT;
51 class Bucket extends Test\Unit\Suite class
H A DEvent.php240 $bucket = new LUT\Bucket(),
244 function (LUT\Bucket $receivedBucket) use ($self, $source, $bucket, &$called) {
269 $data = new LUT\Bucket()
H A DListens.php135 $this->getListener()->fire('foo', new LUT\Bucket('bar'));
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php47 class Bucket class
130 public function append(Bucket $bucket)
143 public function prepend(Bucket $bucket)
H A DStream.php320 new Event\Bucket()
597 $this->getListener()->fire($_map[$ncode], new Event\Bucket([
H A DREADME.md237 function (Hoa\Event\Bucket $bucket) {
283 function (Hoa\Event\Bucket $bucket) {
289 function (Hoa\Event\Bucket $bucket) {
295 function (Hoa\Event\Bucket $bucket) {
301 function (Hoa\Event\Bucket $bucket) {
307 function (Hoa\Event\Bucket $bucket) {
449 $iBucket = new Hoa\Stream\Bucket($in);
450 $oBucket = new Hoa\Stream\Bucket($out);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php39 use Hoa\Stream\Bucket as SUT;
50 class Bucket extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php90 new Event\Bucket($this)
/plugin/findologicxmlexport/vendor/hoa/event/
H A DBucket.php47 class Bucket class
H A DListener.php165 public function fire($listenerId, Bucket $data)
H A DEvent.php229 public static function notify($eventId, Source $source, Bucket $data)
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php79 function (Event\Bucket $bucket) use ($self, &$called) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php194 if ($head instanceof Event\Bucket) {

12