Home
last modified time | relevance | path

Searched refs:segment (Results 1 – 25 of 89) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php29 public $segment; variable in Google\\Service\\Analytics\\RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions
48 public function setSegment($segment) argument
50 $this->segment = $segment;
57 return $this->segment;
H A DIncludeConditions.php41 public $segment; variable in Google\\Service\\Analytics\\IncludeConditions
102 public function setSegment($segment) argument
104 $this->segment = $segment;
111 return $this->segment;
H A DGaDataQuery.php60 public $segment; variable in Google\\Service\\Analytics\\GaDataQuery
175 public function setSegment($segment) argument
177 $this->segment = $segment;
184 return $this->segment;
H A DMcfDataQuery.php60 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 DGoogleCloudVideointelligenceV1beta2FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1p3beta1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1p3beta1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1p3beta1TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1Track.php65 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
67 $this->segment = $segment;
74 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2Track.php65 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
67 $this->segment = $segment;
74 return $this->segment;
H A DGoogleCloudVideointelligenceV1p2beta1Track.php65 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument
67 $this->segment = $segment;
74 return $this->segment;
H A DGoogleCloudVideointelligenceV1p3beta1Track.php65 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument
67 $this->segment = $segment;
74 return $this->segment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DGroupOrSegment.php44 public function setSegment(SchemaSegment $segment) argument
46 $this->segment = $segment;
53 return $this->segment;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php33 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]) {

1234