Home
last modified time | relevance | path

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

1234

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php462 while ($segment=substr($publicKeyInfoBase64, $offset, 64)){
463 $encoding = $encoding.$segment."\n";
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1654 public $segment; variable in Google_GaDataQuery
1695 public function setSegment( $segment) { argument
1696 $this->segment = $segment;
1699 return $this->segment;
2277 public $segment; variable in Google_McfDataQuery
2318 public function setSegment( $segment) { argument
2319 $this->segment = $segment;
2322 return $this->segment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php156 'segment' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
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 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 DMcfDataQuery.php60 public $segment; variable in Google\\Service\\Analytics\\McfDataQuery
175 public function setSegment($segment) argument
177 $this->segment = $segment;
184 return $this->segment;
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 DUnsampledReport.php73 public $segment; variable in Google\\Service\\Analytics\\UnsampledReport
270 public function setSegment($segment) argument
272 $this->segment = $segment;
279 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/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;
H A DGoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php87 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
89 $this->segment = $segment;
96 return $this->segment;
H A DGoogleCloudVideointelligenceV1TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $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 DGoogleCloudVideointelligenceV1VideoAnnotationProgress.php90 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
92 $this->segment = $segment;
99 return $this->segment;
H A DGoogleCloudVideointelligenceV1VideoAnnotationResults.php189 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument
191 $this->segment = $segment;
198 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $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 DGoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php87 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
89 $this->segment = $segment;
96 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2TextSegment.php63 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
65 $this->segment = $segment;
72 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2Track.php65 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
67 $this->segment = $segment;
74 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.php90 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
92 $this->segment = $segment;
99 return $this->segment;
H A DGoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php189 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument
191 $this->segment = $segment;
198 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1FaceSegment.php28 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
30 $this->segment = $segment;
37 return $this->segment;
H A DGoogleCloudVideointelligenceV1p1beta1LabelSegment.php46 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument
48 $this->segment = $segment;
55 return $this->segment;

1234