Home
last modified time | relevance | path

Searched refs:int (Results 426 – 450 of 743) sorted by path

1...<<11121314151617181920>>...30

/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt2 Il est intégré dans la recherche par défaut de DokuWiki.
/plugin/dw2pdf/
H A Daction.php193 $depth = $INPUT->int('book_nsdepth', 0);
375 * @param string|int $rev revision timestamp or empty string
888 * @return int
905 * @return int
986 (int)$top_input,
987 (int)$top_conf
990 (int)$max_input,
991 (int)$max_conf
1020 $this->exportConfig['maxbookmarks'] = $INPUT->int('maxbookmarks', $this->getConf('maxbookmarks'), true);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md662 - SVG image nested int eht HTML failed to show if code too large (? > 32Kb)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php121 $this->mpdf->gradients[$n]['stream_trans'] .= chr((int) (ord($patch_array[$i]['colors'][$j][4]) * 2.55));
123 $this->mpdf->gradients[$n]['stream_trans'] .= chr((int) (ord($patch_array[$i]['colors'][$j][5]) * 2.55));
125 $this->mpdf->gradients[$n]['stream_trans'] .= chr((int) (ord($patch_array[$i]['colors'][$j][3]) * 2.55));
562 $int = ($stops[$j]['offset'] - $stops[$i - 1]['offset']) / ($j - $i + 1);
564 $stops[$i + $f]['offset'] = $stops[$i + $f - 1]['offset'] + $int;
/plugin/elasticsearch/action/
H A Dsearch.php133 $equery->setFrom($this->getConf('perpage') * ($INPUT->int('p', 1, true) - 1));
476 $cur = $INPUT->int('p', 1, true);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc337 .`setRetries(int $retries)`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc277 $params['from'] = (int) skips a number of trained models (Default = 0)
278 $params['size'] = (int) specifies a max number of trained models to get (Default = 100)
539 $params['from'] = (int) skips a number of transform configs, defaults to 0
540 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
H A DDataFrameTransformDeprecatedNamespace.asciidoc55 $params['from'] = (int) skips a number of transform configs, defaults to 0
56 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
H A DMlNamespace.asciidoc307 $params['lines_to_sample'] = (int) How many lines of the file should be included in the analysis (Default = 1000)
308 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
372 $params['from'] = (int) skips a number of buckets
373 $params['size'] = (int) specifies a max number of buckets to get
396 $params['from'] = (int) Skips a number of events
397 $params['size'] = (int) Specifies a max number of events to get
411 $params['from'] = (int) skips a number of calendars
412 $params['size'] = (int) specifies a max number of calendars to get
428 $params['from'] = (int) skips a number of categories
429 $params['size'] = (int) specifie
[all...]
H A DTextStructureNamespace.asciidoc31 $params['lines_to_sample'] = (int) How many lines of the file should be included in the analysis (Default = 1000)
32 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
H A DTransformNamespace.asciidoc53 $params['from'] = (int) skips a number of transform configs, defaults to 0
54 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php113 * @var int
488 * @param int $retries
490 public function setRetries(int $retries): ClientBuilder
H A DTransport.php41 * @var int
51 * @var int
59 * @param int $retries
64 public function __construct(int $retries, AbstractConnectionPool $connectionPool, LoggerInterface $log, bool $sniffOnStart = false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php75 * @var int
110 * @var int
115 * @var int
398 $uri = $this->addPortInUrl($response['effective_url'], (int) $port);
442 $uri = $this->addPortInUrl($response['effective_url'], (int) $port);
538 public function getLastPing(): int
543 public function getPingFailures(): int
564 * @return int
637 private function addPortInUrl(string $uri, int $port): string
703 $statusCode = (int)
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php32 * @var int
37 * @var int
47 * @var int
132 * @return int
135 public function key(): int
159 public function count(): int
H A DSearchResponseIterator.php38 * @var int
175 * @return int
178 public function key(): int
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php92 public function getPort(): ?int
H A DUrl.php27 * @var int|null
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = [])
64 public function getPort(): ?int
72 public function withPort(?int $port)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fo/
H A Dfo.txt150 3. Hesi rættindi og frælsi mega í ongum føri verða int í mætstøðu við endamál og grundreglur Sameindu Tjæðanna.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php141 * @param int $offset
142 * @param int|null $length
145 public function limit(int $offset, int $length = null): LanguageResult
H A DNgramParser.php21 * @var int
26 * @var int
31 * @var int
41 * @param int $minLength
44 public function setMinLength(int $minLength)
55 * @param int $maxLength
58 public function setMaxLength(int $maxLength)
69 * @param int $maxNgrams
72 public function setMaxNgrams(int $maxNgrams)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md41 * Fixed `Query/Terms` terms phpdoc from `array<bool|float|int|string>` to `list<bool|float|int|string>` [#2118](https://github.com/ruflin/Elastica/pull/2118)
47 * Changed `Settings::setMergePolicy` signature to allow to pass `int` and `string` as argument 2, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2085](https://github.com/ruflin/Elastica/pull/2085)
124 * Deprecated passing an `int` as 1st argument to `Elastica\Search::setOptionsAndQuery()`, pass an array with the key `size` instead by @deguif [#2010](https://github.com/ruflin/Elastica/pull/2010)
163 * Changed `Elastica\Query\MatchQuery::setFieldParam()` signature to allow passing bool, float or int [#1941](https://github.com/ruflin/Elastica/pull/1941)
164 * Changed `Elastica\Query\MatchPhraseQuery::setFieldParam()` signature to allow passing bool, float or int [#1944](https://github.com/ruflin/Elastica/pull/1944)
182 * Fixed numeric index names are returned as `int` in `Elastica\Status::getIndexNames()` [#1928](https://github.com/ruflin/Elastica/pull/1928)
189 * Allowed the Terms query to accept an array of bool, float, int and/or string [#1872](https://github.com/ruflin/Elastica/pull/1872)
347 * `\Elastica\Document` expects a string as ID, not an int [#1672](https://github.com/ruflin/Elastica/pull/1672).
786 - Removed `int` typ
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php96 * @param int $number Sequence Number
102 public function setSequenceNumber(int $number): self
112 * @return int Document version
114 public function getSequenceNumber(): int
127 * @param int $term Primary Term
133 public function setPrimaryTerm(int $term): self
143 * @return int Document version
145 public function getPrimaryTerm(): int
158 * @param int $version Document version
166 return $this->setParam('version', (int)
[all...]

1...<<11121314151617181920>>...30