Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 25 of 84) sorted by path

1234

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js927 var segments = Math.ceil(Math.abs(dtheta / PI * 2)),
928 result = [], mDelta = dtheta / segments,
932 for (var i = 0; i < segments; i++) {
H A Dfabric.min.js1segments=Math.ceil(Math.abs(dtheta/PI*2)),result=[],mDelta=dtheta/segments,mT=8/3*Math.sin(mDelta/…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28923 …var a00, a01, a10, a11, cos_th, d, i, pl, result, segments, sfactor, sfactor_sq, sin_th, th, th0, …
28964 segments = Math.ceil(Math.abs(th_arc / (Math.PI * 0.5 + 0.001)));
28966 … for (i = _i = 0; 0 <= segments ? _i < segments : _i > segments; i = 0 <= segments ? ++_i : --_i) {
28967 th2 = th0 + i * th_arc / segments;
28968 th3 = th0 + (i + 1) * th_arc / segments;
H A Dpdfmake.min.js.map1segments","sfactor","sfactor_sq","sin_th","th","th0","th1","th2","th3","th_arc","x0","xc","yc","th…
/plugin/authgoogle/google/auth/
H A 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]);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php198 $segments = [];
199 $segments[] = static::urlsafeB64Encode((string) static::jsonEncode($header));
200 $segments[] = static::urlsafeB64Encode((string) static::jsonEncode($payload));
201 $signing_input = \implode('.', $segments);
204 $segments[] = static::urlsafeB64Encode($signature);
206 return \implode('.', $segments);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php1584 'segments',
1588 'path' => 'management/segments',
/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/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/CloudVideoIntelligence/
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 DGoogleCloudVideointelligenceV1VideoContext.php115 public function setSegments($segments) argument
117 $this->segments = $segments;
124 return $this->segments;
H A DGoogleCloudVideointelligenceV1beta2FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 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 DGoogleCloudVideointelligenceV1p1beta1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
H A DGoogleCloudVideointelligenceV1p1beta1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
H A DGoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;
H A DGoogleCloudVideointelligenceV1p1beta1TextAnnotation.php37 public function setSegments($segments) argument
39 $this->segments = $segments;
46 return $this->segments;
H A DGoogleCloudVideointelligenceV1p2beta1FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
H A DGoogleCloudVideointelligenceV1p2beta1LabelAnnotation.php81 public function setSegments($segments) argument
83 $this->segments = $segments;
90 return $this->segments;
H A DGoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 return $this->segments;

1234