Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 25 of 103) 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/newpagefill/
H A Daction.php86 $segments = array_values(array_filter(explode('/', trim($path, '/')), 'strlen'));
87 if (!$segments) return '';
89 $candidate = rawurldecode((string)end($segments));
91 array_pop($segments);
92 if (!$segments) return '';
93 $candidate = rawurldecode((string)end($segments));

12345