Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 25 of 84) sorted by last modified time

1234

/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php11 * composed of a finite sequence of straight line segments
232 $segments = $this->explode(true);
235 foreach ($segments as $i => $segment) {
236 foreach ($segments as $j => $checkSegment) {
H A DLineString.php403 * Get all line segments
404 * @param bool $toArray return segments as LineString or array of start and end points
446 $segments = $this->explode(true);
447 foreach ($segments as $i => $segment) {
448 foreach ($segments as $j => $checkSegment) {
499 // Because line-segments are straight, the shortest distance will occur at an endpoint.
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php207 $segments = [];
216 $segments[] = new LineString(count($points) <> 1 ? $points : []);
218 $track = count($segments) === 0
220 : (count($segments) === 1
221 ? $segments[0]
222 : new MultiLineString($segments));
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1163 $test = array_pop($segments);
1167 $test = array_pop($segments);
1169 $segments[] = $test;
1172 $segments[] = $test;
1173 $segments[] = $test;
1180 $test = array_pop($segments);
1182 $segments[] = $segment;
1184 $segments[] = $test;
1185 $segments[] = $segment;
1188 $segments[] = $test;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2122 // 3. convert into cubic bezier segments <= 90deg
2123 $segments = ceil(abs($dtheta / (M_PI / 2.0)));
2124 $delta = $dtheta / $segments;
2128 for ($i = 0; $i < $segments; $i++) {
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md244 Nested handlebars paths can also include ../ segments, which evaluate their paths against a parent context.
/plugin/openid/Auth/Yadis/
H A DXRI.php169 $segments = [];
171 $segments = array_merge($segments, explode("*", $s));
173 $root = $segments[0];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php194 * $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
388 * $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
507 * Provides low-level information about the segments in the shards of an index.
519 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html
521 public function segments(array $params = []) function in Elasticsearch\\Namespaces\\CatNamespace
H A DIndicesNamespace.php597 * $params['max_num_segments'] = (number) The number of segments the index should be merged into (default: dynamic)
1212 * Provides low-level information about segments in a Lucene index.
1222 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-segments.html
1224 public function segments(array $params = []) function in Elasticsearch\\Namespaces\\IndicesNamespace
1383 * $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
1459 * $params['wait_for_completion'] = (boolean) Specify whether the request should block until the all segments are upgraded (default: false)
1460 * $params['only_ancient_segments'] = (boolean) If true, only ancient (an older Lucene major release) segments will be upgraded
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc39 * <<Elasticsearch_Namespaces_CatNamespacesegments_segments,`segments()`>>
178 $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
415 .`segments(array $params = [])`
H A DIndicesNamespace.asciidoc65 * <<Elasticsearch_Namespaces_IndicesNamespacesegments_segments,`segments()`>>
416 $params['max_num_segments'] = (number) The number of segments the index should be merged into (default: dynamic)
804 .`segments(array $params = [])`
964 $params['wait_for_completion'] = (boolean) Specify whether the request should block until the all segments are upgraded (default: false)
965 $params['only_ancient_segments'] = (boolean) If true, only ancient (an older Lucene major release) segments will be upgraded
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc252 manage your {es} indices (add/remove templates, flush segments, close indices,
/plugin/html5video2/script/
H A Dvideo.min.js21segments:[]};var h=0,p=0;return e.on("end",function(){u.uri||!u.parts&&!u.preloadHints||(!u.map&&n… property in hs.i
23 …+". Setting playlist codecs to null so that we wait for mux.js to probe segments for real codecs."…
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2segments:n,thetaStart:r,thetaLength:i},e=e||1,n=void 0!==n?Math.max(3,n):8,r=void 0!==r?r:0,i=void… property in a.parameters
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2FaceAnnotation.php49 public function setSegments($segments) argument
51 $this->segments = $segments;
58 return $this->segments;
H A DGoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php47 public function setSegments($segments) argument
49 $this->segments = $segments;
56 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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReportRow.php44 public function setSegments(Segments $segments) argument
46 $this->segments = $segments;
53 return $this->segments;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php32 $segments = explode('/', $path);
33 foreach ($segments as $segment) {
176 $segments = explode('/', $target->getPath());
177 $lastSegment = end($segments);
/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/Dialogflow/
H A DGoogleCloudDialogflowCxV3ResponseMessageMixedAudio.php29 public function setSegments($segments) argument
31 $this->segments = $segments;
38 return $this->segments;
H A DGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio.php29 public function setSegments($segments) argument
31 $this->segments = $segments;
38 return $this->segments;

1234