/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/ |
H A D | Buckets.php | 38 * @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 D | Objects.php | 161 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 D | BucketAccessControls.php | 37 * @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 D | DefaultObjectAccessControls.php | 37 * @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 D | ObjectAccessControls.php | 37 * @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 D | Notifications.php | 36 * @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 D | Bucket.php | 86 ->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 D | Google_StorageService.php | 31 * @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 D | Bucket.php | 74 $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 D | Storage.php | 89 '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 D | Bucket.php | 104 $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 D | GcsProfile.php | 25 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 D | GcsObject.php | 25 public $bucket; variable in Google\\Service\\OSConfig\\GcsObject 38 public function setBucket($bucket) argument 40 $this->bucket = $bucket; 47 return $this->bucket;
|
H A D | OSPolicyResourceFileGcs.php | 25 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 D | StorageSource.php | 25 public $bucket; variable in Google\\Service\\CloudBuild\\StorageSource 38 public function setBucket($bucket) argument 40 $this->bucket = $bucket; 47 return $this->bucket;
|
H A D | StorageSourceManifest.php | 25 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 D | ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource.php | 25 public $bucket; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource 38 public function setBucket($bucket) argument 40 $this->bucket = $bucket; 47 return $this->bucket;
|
H A D | ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest.php | 25 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 D | SqlServerAuditConfig.php | 25 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 D | ProjectsBuckets.php | 40 * @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 D | AggregateResponse.php | 29 public function setBucket($bucket) argument 31 $this->bucket = $bucket; 38 return $this->bucket;
|
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
H A D | Exception.php | 79 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 D | Map.php | 131 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 D | SafeAnalysisNodeVisitor.php | 46 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 D | BucketAccessControl.php | 25 public $bucket; variable in Google\\Service\\Storage\\BucketAccessControl 68 public function setBucket($bucket) argument 70 $this->bucket = $bucket; 77 return $this->bucket;
|