Home
last modified time | relevance | path

Searched refs:customMetadata (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DParameterMetadata.php26 public $customMetadata; variable in Google\\Service\\Dataflow\\ParameterMetadata
55 public function setCustomMetadata($customMetadata) argument
57 $this->customMetadata = $customMetadata;
64 return $this->customMetadata;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php31 private $customMetadata; variable in GuzzleHttp\\Psr7\\Stream
57 $this->customMetadata = isset($options['metadata'])
261 return $this->customMetadata + stream_get_meta_data($this->stream);
262 } elseif (isset($this->customMetadata[$key])) {
263 return $this->customMetadata[$key];
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php15 private $customMetadata; variable in GuzzleHttp\\Stream\\Stream
112 $this->customMetadata = isset($options['metadata'])
252 return $this->customMetadata + stream_get_meta_data($this->stream);
253 } elseif (isset($this->customMetadata[$key])) {
254 return $this->customMetadata[$key];