Home
last modified time | relevance | path

Searched refs:segments (Results 51 – 75 of 84) sorted by path

1234

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1segments from the given shape that the ray crosses.\"\n },\n {\n …
H A D3.3.js.map1 …off` : Like `soft` but changes appearance to `white-space: pre` so line segments exceeding `cols` …
H A D4.4.js.map1segments = []; // strings or numbers\n var earlyReturnException = new Object();\n var previo…
H A Dbundle.js.map1segments.js","webpack:///./node_modules/dagre-d3/node_modules/dagre/lib/coordinate-system.js","web…
H A Deditor.worker.js.map1 …o produce a string with a variable number of arguments. Insert variable segments\n * into the stri…
H A Djson.worker.js.map1segments\n * into the string using the {n} notation where N is the index of the argument following…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1segments.js","webpack://mermaid/./node_modules/dagre/lib/coordinate-system.js","webpack://mermaid/…
/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/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/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/fedauth/Auth/Yadis/
H A DXRI.php169 $segments = array();
171 $segments = array_merge($segments, explode("*", $s));
173 $root = $segments[0];
/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/geophp/vendor/funiq/geophp/src/Geometry/
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.
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) {
/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/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt1682 # new feature: draw LINE {...} {...} {...} {...} draws line segments
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_ShapeBio.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ShapeBio.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/mermaid/
H A Dmermaid.min.js[all...]

1234