/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | 29 public $segment; variable in Google\\Service\\Analytics\\RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions 48 public function setSegment($segment) argument 50 $this->segment = $segment; 57 return $this->segment;
|
H A D | IncludeConditions.php | 41 public $segment; variable in Google\\Service\\Analytics\\IncludeConditions 102 public function setSegment($segment) argument 104 $this->segment = $segment; 111 return $this->segment;
|
H A D | GaDataQuery.php | 60 public $segment; variable in Google\\Service\\Analytics\\GaDataQuery 175 public function setSegment($segment) argument 177 $this->segment = $segment; 184 return $this->segment;
|
H A D | McfDataQuery.php | 60 public $segment; variable in Google\\Service\\Analytics\\McfDataQuery 175 public function setSegment($segment) argument 177 $this->segment = $segment; 184 return $this->segment;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/ |
H A D | GoogleCloudVideointelligenceV1beta2FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p2beta1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p3beta1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p1beta1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1beta2LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p1beta1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p2beta1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p3beta1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p3beta1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p2beta1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1beta2TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p1beta1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1Track.php | 65 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument 67 $this->segment = $segment; 74 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1beta2Track.php | 65 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument 67 $this->segment = $segment; 74 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p2beta1Track.php | 65 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument 67 $this->segment = $segment; 74 return $this->segment;
|
H A D | GoogleCloudVideointelligenceV1p3beta1Track.php | 65 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 67 $this->segment = $segment; 74 return $this->segment;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | GroupOrSegment.php | 44 public function setSegment(SchemaSegment $segment) argument 46 $this->segment = $segment; 53 return $this->segment;
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | UriResolver.php | 33 foreach ($segments as $segment) { 34 if ($segment === '..') { 36 } elseif ($segment !== '.') { 37 $results[] = $segment; 46 } elseif ($newPath !== '' && ($segment === '.' || $segment === '..')) { 191 foreach ($sourceSegments as $i => $segment) { 192 if (isset($targetSegments[$i]) && $segment === $targetSegments[$i]) {
|