Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 25 of 102) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DParsedData.php29 public function setSegments($segments) argument
31 $this->segments = $segments;
38 return $this->segments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio.php29 public function setSegments($segments) argument
31 $this->segments = $segments;
38 return $this->segments;
DGoogleCloudDialogflowCxV3ResponseMessageMixedAudio.php29 public function setSegments($segments) argument
31 $this->segments = $segments;
38 return $this->segments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DReportRow.php44 public function setSegments(Segments $segments) argument
46 $this->segments = $segments;
53 return $this->segments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
DGoogleCloudVideointelligenceV1p3beta1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
DGoogleCloudVideointelligenceV1beta2TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
DGoogleCloudVideointelligenceV1p1beta1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
DGoogleCloudVideointelligenceV1p2beta1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
DGoogleCloudVideointelligenceV1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
DGoogleCloudVideointelligenceV1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
DGoogleCloudVideointelligenceV1beta2FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
DGoogleCloudVideointelligenceV1p2beta1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
DGoogleCloudVideointelligenceV1p3beta1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
DGoogleCloudVideointelligenceV1p1beta1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
DGoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
DGoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
DGoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
DGoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
DGoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
DGoogleCloudVideointelligenceV1beta2LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
DGoogleCloudVideointelligenceV1p2beta1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
DGoogleCloudVideointelligenceV1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
DGoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
DGoogleCloudVideointelligenceV1p3beta1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
/plugin/authgoogle/google/auth/
DGoogle_OAuth2.php374 $segments = explode(".", $jwt);
375 if (count($segments) != 3) {
378 $signed = $segments[0] . "." . $segments[1];
379 $signature = Google_Utils::urlSafeB64Decode($segments[2]);
382 $envelope = json_decode(Google_Utils::urlSafeB64Decode($segments[0]), true);
384 throw new Google_AuthException("Can't parse token envelope: " . $segments[0]);
388 $json_body = Google_Utils::urlSafeB64Decode($segments[1]);
391 throw new Google_AuthException("Can't parse token payload: " . $segments[1]);

12345