Home
last modified time | relevance | path

Searched refs:int (Results 351 – 375 of 743) sorted by relevance

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php51 public function length() : int
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php248 abstract public function getDepth(): int;
250 abstract public function getDirection(): int;
/plugin/tagfilter/
H A Daction.php80 $tagfilterFormId = $INPUT->int('id');
209 $tagfilter_id = $INPUT->int('id');
/plugin/photogallery/
H A DpgFetch.php22 $WIDTH = $INPUT->int('w');
23 $HEIGHT = $INPUT->int('h');
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractStringType.php66 * @param string|int $tagNumber
67 * @param int $class
72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '')
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DHistogram.php18 * @param int|string $interval the interval by which documents will be bucketed
30 * @param int|string $interval
55 * @param int $count set to 0 to include empty buckets
59 public function setMinimumDocumentCount(int $count): self
H A DGeohashGrid.php42 * @param int|string $precision an integer between 1 and 12, inclusive. Defaults to 5 or distance like 1km, 10m
49 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be of type int|string, %s given.', __METHOD__, \is_object($precision) ? \get_class($precision) : \gettype($precision)));
58 * @param int $size defaults to 10,000
62 public function setSize(int $size): self
H A DSerialDiff.php36 public function setLag(int $lag = 1): self
/plugin/structat/meta/
H A DSearchConfigAtParameters.php27 $this->setAt($INPUT->int(self::$PARAM_AT));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessageResponse.php33 * @param int $messageId
37 public function __construct(int $messageId, ResponseInterface $response, Control ...$controls)
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php55 public function count(): int
/plugin/combo/ComboStrap/
H A DPageLevel.php29 * @return int
31 public function getValue(): int
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php42 public static function execute($ch, int $retries = 5, bool $closeAfterDone = true)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DPercolate.php54 * @param int|string $id
88 public function setDocumentVersion(int $version): self
H A DFunctionScore.php113 * TODO: Change "$origin" and "$scale" parameter types to allow "float|int|string".
202 * @param int $seed the seed value
210 int $seed,
261 * @param int|null $seed set a seed value to return results in the same random order for consistent pagination
265 public function setRandomScore(?int $seed = null): self
/plugin/spatialhelper/admin/
H A Dpurge.php34 final public function getMenuSort(): int
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php49 * @param int $id
52 public static function abandon(int $id)
107 public static function cancel(int $messageId): CancelRequest
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php49 private int $minHeadingLevel;
52 private int $maxHeadingLevel;
57 public function __construct(string $style, string $normalizationStrategy, int $minHeadingLevel, int $maxHeadingLevel, string $fragmentPrefix)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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)
/plugin/today/
H A Dsyntax.php34 public function getSort(): int
/plugin/commonmark/vendor/league/commonmark/src/
H A DContextInterface.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCollapse.php45 public function setMaxConcurrentGroupSearches(int $groupSearches): self
/plugin/combo/syntax/
H A Dxmlinlineemptytag.php48 function getSort(): int
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php29 public function __construct(Process $process, int $timeoutType)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSimpleBindRequest.php39 * @param int $version
41 public function __construct(string $username, string $password, int $version = 3)

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