Home
last modified time | relevance | path

Searched refs:bucket (Results 26 – 50 of 78) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DObjectAccessControl.php25 public $bucket; variable in Google\\Service\\Storage\\ObjectAccessControl
76 public function setBucket($bucket) argument
78 $this->bucket = $bucket;
85 return $this->bucket;
H A DStorageObject.php28 public $bucket; variable in Google\\Service\\Storage\\StorageObject
163 public function setBucket($bucket) argument
165 $this->bucket = $bucket;
172 return $this->bucket;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php165 foreach ($this->table as $hash => $bucket) {
166 if (!isset($other->table[$hash]) || \count($bucket) !== \count($other->table[$hash])) {
172 foreach ($bucket as $index => $value) {
188 foreach ($this->table as $bucket) {
189 foreach ($bucket as $value) {
199 foreach ($this->table as $bucket) {
200 foreach ($bucket as $value) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DDatacenterConnector.php35 public $bucket; variable in Google\\Service\\VMMigrationService\\DatacenterConnector
118 public function setBucket($bucket) argument
120 $this->bucket = $bucket;
127 return $this->bucket;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebasestorage.php70 'path' => 'v1beta/{+bucket}:addFirebase',
73 'bucket' => [
108 'path' => 'v1beta/{+bucket}:removeFirebase',
111 'bucket' => [
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DLateComputed.php98 $bucket = new Stream\Bucket(
104 $oBucket->append($bucket);
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php203 $bucket = new LUT\Bucket(),
206 function (LUT\Bucket $receivedBucket) use ($self, $bucket, $source, &$called) {
211 ->isIdenticalTo($bucket)
219 ->when($result = $listener->fire($listenerId, $bucket))
H A DEvent.php240 $bucket = new LUT\Bucket(),
244 function (LUT\Bucket $receivedBucket) use ($self, $source, $bucket, &$called) {
249 ->isIdenticalTo($bucket)
255 ->when($result = SUT::notify($eventId, $source, $bucket))
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md83 function (Hoa\Event\Bucket $bucket) {
85 $bucket->getSource(),
86 $bucket->getData()
120 $server->on('message', function (Hoa\Event\Bucket $bucket) {
122 $bucket->getSource(),
123 $bucket->getData()
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D9a8995fd31351045d99c78e40444c8ea.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:57
H A Dd50a3835bf5795ac73e58906a3413544.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:135
H A D527324766814561b75aaee853ede49a7.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:503
H A D774d715155cd13713e6e327adf6ce328.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:857
H A D93f1bdd72e79827dcf9a34efa02fd977.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:358
H A D35e8da9410b8432cf4095f2541ad7b1d.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:264
H A D6a4679531e64c492fce16dc12de6dcb0.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:341
H A Df085fb032dae56a3b104ab874eaea2ad.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:882
H A D0afaf1cad692e6201aa574c8feb6e622.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:626
H A D4646764bf09911fee7d58630c72d3137.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:578
H A D033778305d52746f5ce0a2a922c8e521.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:544
H A Da49169b4622918992411fab4ec48191b.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:600
H A D7f28f8ae8fcdbd807dadde0b5b007a6d.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:775
H A D71b5b2ba9557d0f296ff2de91727d2f6.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:377
H A Dcd5bc5bf7cd58d7b1492c9c298b345f6.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:806
H A D34efeade38445b2834749ced59782e25.asciidoc1 // aggregations/bucket/terms-aggregation.asciidoc:397

1234