Home
last modified time | relevance | path

Searched refs:bucket (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DBuckets.php38 * @param string $bucket Name of a bucket.
50 $params = ['bucket' => $bucket];
57 * @param string $bucket Name of a bucket.
73 $params = ['bucket' => $bucket];
80 * @param string $bucket Name of a bucket.
92 $params = ['bucket' => $bucket];
145 * @param string $bucket Name of a bucket.
165 * @param string $bucket Name of a bucket.
193 * @param string $bucket Name of a bucket.
211 * @param string $bucket Name of a bucket.
[all …]
H A DObjects.php161 public function delete($bucket, $object, $optParams = []) argument
163 $params = ['bucket' => $bucket, 'object' => $object];
193 public function get($bucket, $object, $optParams = []) argument
195 $params = ['bucket' => $bucket, 'object' => $object];
213 public function getIamPolicy($bucket, $object, $optParams = []) argument
215 $params = ['bucket' => $bucket, 'object' => $object];
262 $params = ['bucket' => $bucket, 'postBody' => $postBody];
303 public function listObjects($bucket, $optParams = []) argument
305 $params = ['bucket' => $bucket];
534 public function watchAll($bucket, Channel $postBody, $optParams = []) argument
[all …]
H A DBucketAccessControls.php37 * @param string $bucket Name of a bucket.
46 public function delete($bucket, $entity, $optParams = []) argument
48 $params = ['bucket' => $bucket, 'entity' => $entity];
56 * @param string $bucket Name of a bucket.
66 public function get($bucket, $entity, $optParams = []) argument
68 $params = ['bucket' => $bucket, 'entity' => $entity];
76 * @param string $bucket Name of a bucket.
94 * @param string $bucket Name of a bucket.
103 $params = ['bucket' => $bucket];
110 * @param string $bucket Name of a bucket.
[all …]
H A DDefaultObjectAccessControls.php37 * @param string $bucket Name of a bucket.
46 public function delete($bucket, $entity, $optParams = []) argument
48 $params = ['bucket' => $bucket, 'entity' => $entity];
56 * @param string $bucket Name of a bucket.
66 public function get($bucket, $entity, $optParams = []) argument
68 $params = ['bucket' => $bucket, 'entity' => $entity];
76 * @param string $bucket Name of a bucket.
94 * @param string $bucket Name of a bucket.
108 $params = ['bucket' => $bucket];
116 * @param string $bucket Name of a bucket.
[all …]
H A DObjectAccessControls.php37 * @param string $bucket Name of a bucket.
50 public function delete($bucket, $object, $entity, $optParams = []) argument
52 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity];
60 * @param string $bucket Name of a bucket.
74 public function get($bucket, $object, $entity, $optParams = []) argument
76 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity];
84 * @param string $bucket Name of a bucket.
106 * @param string $bucket Name of a bucket.
119 $params = ['bucket' => $bucket, 'object' => $object];
126 * @param string $bucket Name of a bucket.
[all …]
H A DNotifications.php36 * @param string $bucket The parent bucket of the notification.
43 public function delete($bucket, $notification, $optParams = []) argument
45 $params = ['bucket' => $bucket, 'notification' => $notification];
52 * @param string $bucket The parent bucket of the notification.
60 public function get($bucket, $notification, $optParams = []) argument
62 $params = ['bucket' => $bucket, 'notification' => $notification];
70 * @param string $bucket The parent bucket of the notification.
80 $params = ['bucket' => $bucket, 'postBody' => $postBody];
88 * @param string $bucket Name of a Google Cloud Storage bucket.
95 public function listNotifications($bucket, $optParams = []) argument
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php86 ->object($bucket)
88 ->resource($bucket->bucket)
89 ->string($bucket->data)
91 ->integer($bucket->datalen)
94 ->isIdenticalTo($bucket);
104 ->when($result = $bucket->eob())
119 ->when($result = $bucket->setData('bazqux'))
126 ->resource($_bucket->bucket)
131 ->object($bucket->getBrigade())
143 ->when($result = $bucket->getData())
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php31 * @param string $bucket Name of a bucket.
86 $params = array('bucket' => $bucket);
974 public $bucket; variable in Google_BucketAccessControl
985 $this->bucket = $bucket;
988 return $this->bucket;
1395 public $bucket; variable in Google_ObjectAccessControl
1408 $this->bucket = $bucket;
1411 return $this->bucket;
1538 public $bucket; variable in Google_StorageObject
1570 $this->bucket = $bucket;
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php74 $bucket = new SUT('foo'),
82 ->isIdenticalTo($bucket);
98 $bucket = new SUT(),
101 ->when($result = $bucket->setSource($sourceA))
105 ->object($bucket->getSource())
113 ->object($bucket->getSource())
121 $bucket = new SUT(),
124 ->when($result = $bucket->setData($datumA))
128 ->string($bucket->getData())
132 ->when($result = $bucket->setData($datumB))
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php89 'bucket' => [
108 'bucket' => [
127 'bucket' => [
141 'bucket' => [
155 'bucket' => [
174 'bucket' => [
203 'bucket' => [
225 'bucket' => [
251 'bucket' => [
325 'bucket' => [
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php104 $bucket = $this->getBucket();
105 $this->setBrigade($bucket);
130 public function append(Bucket $bucket) argument
132 stream_bucket_append($this->getBrigade(), $bucket->getBucket());
143 public function prepend(Bucket $bucket) argument
145 stream_bucket_prepend($this->getBrigade(), $bucket->getBucket());
244 * @param resource $bucket Bucket.
247 protected function setBucket($bucket) argument
250 $this->_bucket = $bucket;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DGcsProfile.php25 public $bucket; variable in Google\\Service\\Datastream\\GcsProfile
34 public function setBucket($bucket) argument
36 $this->bucket = $bucket;
43 return $this->bucket;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DGcsObject.php25 public $bucket; variable in Google\\Service\\OSConfig\\GcsObject
38 public function setBucket($bucket) argument
40 $this->bucket = $bucket;
47 return $this->bucket;
H A DOSPolicyResourceFileGcs.php25 public $bucket; variable in Google\\Service\\OSConfig\\OSPolicyResourceFileGcs
38 public function setBucket($bucket) argument
40 $this->bucket = $bucket;
47 return $this->bucket;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DStorageSource.php25 public $bucket; variable in Google\\Service\\CloudBuild\\StorageSource
38 public function setBucket($bucket) argument
40 $this->bucket = $bucket;
47 return $this->bucket;
H A DStorageSourceManifest.php25 public $bucket; variable in Google\\Service\\CloudBuild\\StorageSourceManifest
38 public function setBucket($bucket) argument
40 $this->bucket = $bucket;
47 return $this->bucket;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource.php25 public $bucket; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource
38 public function setBucket($bucket) argument
40 $this->bucket = $bucket;
47 return $this->bucket;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest.php25 public $bucket; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest
38 public function setBucket($bucket) argument
40 $this->bucket = $bucket;
47 return $this->bucket;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSqlServerAuditConfig.php25 public $bucket; variable in Google\\Service\\SQLAdmin\\SqlServerAuditConfig
42 public function setBucket($bucket) argument
44 $this->bucket = $bucket;
51 return $this->bucket;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebasestorage/Resource/
H A DProjectsBuckets.php40 * @param string $bucket Required. Resource name of the bucket, mirrors the ID
47 public function addFirebase($bucket, AddFirebaseRequest $postBody, $optParams = []) argument
49 $params = ['bucket' => $bucket, 'postBody' => $postBody];
93 * @param string $bucket Required. Resource name of the bucket, mirrors the ID
100 public function removeFirebase($bucket, RemoveFirebaseRequest $postBody, $optParams = []) argument
102 $params = ['bucket' => $bucket, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DAggregateResponse.php29 public function setBucket($bucket) argument
31 $this->bucket = $bucket;
38 return $this->bucket;
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php79 function (Event\Bucket $bucket) use ($self, &$called) {
83 ->object($bucket->getSource())
85 ->string($bucket->getSource()->getMessage())
87 ->object($bucket->getData())
88 ->isIdenticalTo($bucket->getSource());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DMap.php131 foreach ($this->table as $hash => $bucket) {
132 if (!isset($other->table[$hash]) || \count($bucket) !== \count($other->table[$hash])) {
138 foreach ($bucket as $index => [$key, $value]) {
157 foreach ($this->table as $bucket) {
158 foreach ($bucket as [$key]) {
172 foreach ($this->table as $bucket) {
173 foreach ($bucket as [, $value]) {
183 foreach ($this->table as $bucket) {
184 foreach ($bucket as [$key, $value]) {
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSafeAnalysisNodeVisitor.php46 foreach ($this->data[$hash] as $bucket) {
47 if ($bucket['key'] !== $node) {
51 if (\in_array('html_attr', $bucket['value'])) {
52 $bucket['value'][] = 'html';
55 return $bucket['value'];
63 foreach ($this->data[$hash] as &$bucket) {
64 if ($bucket['key'] === $node) {
65 $bucket['value'] = $safe;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketAccessControl.php25 public $bucket; variable in Google\\Service\\Storage\\BucketAccessControl
68 public function setBucket($bucket) argument
70 $this->bucket = $bucket;
77 return $this->bucket;

1234