Home
last modified time | relevance | path

Searched refs:segments (Results 26 – 50 of 84) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
H A DGoogleCloudVideointelligenceV1p2beta1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
H A DGoogleCloudVideointelligenceV1p3beta1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
H A DGoogleCloudVideointelligenceV1p3beta1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
H A DGoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
H A DGoogleCloudVideointelligenceV1VideoContext.php115 public function setSegments($segments) argument
117 $this->segments = $segments;
124 return $this->segments;
H A DGoogleCloudVideointelligenceV1p1beta1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
H A DGoogleCloudVideointelligenceV1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
H A DGoogleCloudVideointelligenceV1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
H A DGoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
H A DGoogleCloudVideointelligenceV1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
H A DGoogleCloudVideointelligenceV1beta2LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
H A DGoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
H A DGoogleCloudVideointelligenceV1beta2TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
H A DGoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
H A DGoogleCloudVideointelligenceV1p1beta1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
H A DGoogleCloudVideointelligenceV1p3beta1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DParsedData.php29 public function setSegments($segments) argument
31 $this->segments = $segments;
38 return $this->segments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php1584 'segments',
1588 'path' => 'management/segments',
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md703 Removes dot segments from a path and returns the new path according to
781 …Removes unnecessary dot-segments. Dot-segments in relative-path references are not removed as it w…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DReportRequest.php287 public function setSegments($segments) argument
289 $this->segments = $segments;
296 return $this->segments;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js28032 var segments = [];
28035 segments.push([ idx === 0 ? 'M' : 'L', p.x, p.y ]);
28038 return segments;
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js2553 …lGeo.offset = new mxPoint(Math.abs(ratio) < 1? eState.segments[0] * ratio : ratio, sign * distance…
2562 dist += eState.segments[k];
2565 dist += eState.segments[segment] * ratio;
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1segments:[]},j.push(k)),k.segments.push(h)}return j},a.nudgeSegs=function(a,b,c,d,f,g){var h=d.len…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3112 var segs = state.segments;

1234