/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3ResponseMessageMixedAudio.php | 29 public function setSegments($segments) argument 31 $this->segments = $segments; 38 return $this->segments;
|
H A D | GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio.php | 29 public function setSegments($segments) argument 31 $this->segments = $segments; 38 return $this->segments;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | ParsedData.php | 29 public function setSegments($segments) argument 31 $this->segments = $segments; 38 return $this->segments;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | ReportRow.php | 44 public function setSegments(Segments $segments) argument 46 $this->segments = $segments; 53 return $this->segments;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/ |
H A D | GoogleCloudVideointelligenceV1p2beta1TextAnnotation.php | 37 public function setSegments($segments) argument 39 $this->segments = $segments; 46 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1TextAnnotation.php | 37 public function setSegments($segments) argument 39 $this->segments = $segments; 46 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1beta2TextAnnotation.php | 37 public function setSegments($segments) argument 39 $this->segments = $segments; 46 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p1beta1TextAnnotation.php | 37 public function setSegments($segments) argument 39 $this->segments = $segments; 46 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p3beta1TextAnnotation.php | 37 public function setSegments($segments) argument 39 $this->segments = $segments; 46 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1beta2FaceAnnotation.php | 49 public function setSegments($segments) argument 51 $this->segments = $segments; 58 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p2beta1FaceAnnotation.php | 49 public function setSegments($segments) argument 51 $this->segments = $segments; 58 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p3beta1FaceAnnotation.php | 49 public function setSegments($segments) argument 51 $this->segments = $segments; 58 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p1beta1FaceAnnotation.php | 49 public function setSegments($segments) argument 51 $this->segments = $segments; 58 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1FaceAnnotation.php | 49 public function setSegments($segments) argument 51 $this->segments = $segments; 58 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php | 47 public function setSegments($segments) argument 49 $this->segments = $segments; 56 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php | 47 public function setSegments($segments) argument 49 $this->segments = $segments; 56 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php | 47 public function setSegments($segments) argument 49 $this->segments = $segments; 56 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php | 47 public function setSegments($segments) argument 49 $this->segments = $segments; 56 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php | 47 public function setSegments($segments) argument 49 $this->segments = $segments; 56 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p2beta1LabelAnnotation.php | 81 public function setSegments($segments) argument 83 $this->segments = $segments; 90 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p3beta1LabelAnnotation.php | 81 public function setSegments($segments) argument 83 $this->segments = $segments; 90 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1LabelAnnotation.php | 81 public function setSegments($segments) argument 83 $this->segments = $segments; 90 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1beta2LabelAnnotation.php | 81 public function setSegments($segments) argument 83 $this->segments = $segments; 90 return $this->segments;
|
H A D | GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php | 81 public function setSegments($segments) argument 83 $this->segments = $segments; 90 return $this->segments;
|
/plugin/authgoogle/google/auth/ |
H A D | Google_OAuth2.php | 374 $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]);
|