Home
last modified time | relevance | path

Searched refs:limit (Results 176 – 200 of 502) sorted by path

12345678910>>...21

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php454 $limit = $start;
469 $limit += 2;
470 while ($limit < $end && self::is_joiner($info[$limit])) {
471 $limit++;
477 $limit += 1;
478 while ($limit < $end && self::is_joiner($info[$limit])) {
479 $limit++;
533 } while ($i > $limit);
[all...]
H A DMyanmar.php365 $limit = $start;
371 $limit += 3;
377 $base = $limit;
380 for ($i = $limit; $i < $end; $i++) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php1063 $limit = $unicode_cmap_offset + $length;
4044 $limit = $unicode_cmap_offset + $length;
4654 $limit = $unicode_cmap_offset + $length;
4693 if ($offset >= $limit) {
H A DTTFontFileAnalysis.php294 $limit = $unicode_cmap_offset + $length;
336 $limit = $unicode_cmap_offset + $length;
385 if ($offset >= $limit) {
/plugin/edittable/lib/
H A Dhandsontable.full.js11414 if (limit === undefined) {
11417 thresholds[threshold] = limit;
11419 thresholds.ss = limit - 1;
22180 var splitLimit = limit === undefined ? 4294967295 : limit >>> 0;
22211 return separator === undefined && limit === 0 ? [] : _split.call(this, separator, limit);
22218 … return fn !== undefined ? fn.call(separator, O, limit) : $split.call(String(O), separator, limit);
36929 limit = (0, _number.valueAccordingPercent)(colsLimit, limit);
36932 limit >>= 0;
36936 return Math.min(limit, colsLimit);
37593 limit = (0, _number.valueAccordingPercent)(rowsLimit, limit);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc542 $params['pre_filter_shard_size'] = (number) A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc75 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information
96 $params['index'] = (list) A comma-separated list of index names to limit the returned information
166 $params['index'] = (list) A comma-separated list of index names to limit the returned information
379 $params['index'] = (list) Comma-separated list or wildcard expression of index names to limit the returned information
420 $params['index'] = (list) A comma-separated list of index names to limit the returned information
439 $params['index'] = (list) A comma-separated list of index names to limit the returned information
483 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DClusterNamespace.asciidoc271 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DEqlNamespace.asciidoc79 $params['body'] = (array) Eql request body. Use the `query` to limit the query scope. (Required)
H A DIndicesNamespace.asciidoc119 $params['index'] = (list) A comma-separated list of index name to limit the operation
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DTasksNamespace.asciidoc36 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
67 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst20 returns the entire remainder of the stream. If you want to limit the maximum
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLimitStream.php17 private $limit; variable in GuzzleHttp\\Stream\\LimitStream
21 * @param int $limit Total number of bytes to allow to be read
22 * from the stream. Pass -1 for no limit.
28 $limit = -1, argument
32 $this->setLimit($limit);
43 // No limit and the underlying stream is not at EOF
44 if ($this->limit == -1) {
53 return $tell >= $this->offset + $this->limit;
64 } elseif ($this->limit == -1) {
67 return min($this->limit,
137 setLimit($limit) global() argument
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/bi/
H A Dbi.txt121 Evriwan i gat raet blong spel mo enjoem hem, we i minim se i mas gat limit long ol haoa blong wok mo blong oli gat holidei wetem pei wanwan taem.
146 2. Taem we man mo woman i stap yusum ol raet mo fridom ia, bambae evriwan i mas folem ol limit we oli stap insaed long loa blong mekem se man i luksave mo respektem ol raet mo fridom blong ol narafala pipol mo blong folem ol rul blong gudfala fasin, pablik oda mo jenerol welfea long wan demokratik sosaeti.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ro/
H A Dro.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php145 public function limit(int $offset, int $length = null): LanguageResult function in LanguageDetection\\LanguageResult
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1535 - Remove wrong documentation for "no limit" [#496](https://github.com/ruflin/Elastica/issues/496/)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DLimit.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-limit-query.html
15 * Construct limit query.
17 * @param int $limit Limit
19 public function __construct(int $limit) argument
21 $this->setLimit($limit);
25 * Set the limit.
27 * @param int $limit Limit
31 public function setLimit(int $limit): self argument
33 return $this->setParam('value', $limit);
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js496 …rams.stackConcurrentPreciseInstantEvents?this._params.stackConcurrentPreciseInstantEvents.limit:10;
/plugin/facebooklike/
H A DLICENSE190 the covered work, and you disclaim any intention to limit operation or
240 used to limit the access or legal rights of the compilation's users
/plugin/facebookwall/
H A Dsyntax.php215 $limit = $numberOfEntries + 5;
216 …h.facebook.com/{$fb_page_id}/feed?access_token={$fb_access_token}&fields={$fields}&limit={$limit}";
/plugin/fblogin/files/
H A Dfacebook.class.php231 * @param limit max number of users to be returned
235 function retrieveUsers($start=0,$limit=0,$filter=array()) { argument
/plugin/fckg/fckeditor/
H A Dlicense.txt1020 Executable version does not attempt to limit or alter the recipient's
/plugin/fetchmedia/
H A Dyarn.lock2332 p-limit@^1.1.0:
2334 …resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.1.0.tgz#b07ff2d9a5d88bec806035895a2bab6…
2340 p-limit "^1.1.0"

12345678910>>...21