Home
last modified time | relevance | path

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

12345

/plugin/bpmnio/inc/
H A Dlink_processor.php101 $segments = $baseNamespace === '' ? [] : explode(':', $baseNamespace);
108 array_pop($segments);
111 $segments[] = $segment;
114 return self::normalizeId(implode(':', $segments));
151 $segments = [];
158 array_pop($segments);
161 $segments[] = $segment;
164 if ($segments === []) {
168 return implode(':', $segments);
/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;

12345