Home
last modified time | relevance | path

Searched refs:int (Results 201 – 225 of 743) sorted by relevance

12345678910>>...30

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeoDistance.php60 * @param int|null $fromValue a distance
61 * @param int|null $toValue a distance
67 public function addRange(?int $fromValue = null, ?int $toValue = null): self
H A DTopHits.php33 public function setSize(int $size): self
43 public function setFrom(int $from): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php60 * max_determinized_states?: int,
82 public function setSize(int $size): self
88 * @param int $size maximum number of suggestions to be retrieved from each shard
92 public function setShardSize(int $size): self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php35 * @var int
40 * @var int
95 public function generateId(): int
103 public function currentId(): int
174 protected function getAndValidateMessage(?int $id): LdapMessage
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak122 (int) state.getX() + translate.x, (int) state.getY()
123 + translate.y, (int) state.getWidth(), (int) state
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php113 …public function registerErrorHandler(array $levelMap = [], bool $callPrevious = true, int $errorTy…
132 public function registerFatalHandler($level = null, int $reservedMemorySize = 20): self
213 …public function handleError(int $code, string $message, string $file = '', int $line = 0, ?array $…
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php49 public function setSize(int $size = 3): self
59 public function setFrom(int $from)
H A DMultiMatch.php155 public function setPrefixLength(int $prefixLength): self
165 public function setMaxExpansions(int $maxExpansions): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php15 * @var int
108 public function key(): int
132 public function count(): int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php24 public function getChild(int $i, ?string $type = null) : ?Tree
63 public function getChildCount() : int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php40 /** @var int */
62 * @var int
96 public function __construct(?ATNConfigSet $configs = null, int $stateNumber = -1)
146 public function hashCode() : int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php18 /** @var int */
21 /** @var int */
58 public function getRuleIndex() : int
63 public function getPredicateIndex() : int
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak284 protected int zoomPolicy;
289 public ZoomPolicyAction(int zoomPolicy) {
315 protected int style;
320 public GridStyleAction(int style) {
475 void onProgress(int progress);
503 final int offset,
504 final int scale,
553 private int inc(int incVal) {
585 public int read(byte[] b, int off, int len) throws IOException {
795 for (int i = 0; i < cells.length; i++) {
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php40 * @var int
73 * @var int
85 ?int $alt = null
110 public function getOuterContextDepth() : int
147 public function hashCode() : int
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php64 private function visitCompoundType(TreeNode $element, ?int &$handle, ?int $eldnah): array
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php26 * @var int Current position
98 public function key(): int
122 public function count(): int
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown68 autoplaySpeed | int | 3000 | Auto play change interval
92 rows | int | 1 | Setting this to more than 1 initializes grid mode. Use slidesPerRow to set how man…
94 slidesPerRow | int | 1 | With grid mode intialized via the rows option, this sets how many slides a…
95 slidesToShow | int | 1 | # of slides to show at a time
96 slidesToScroll | int | 1 | # of slides to scroll at a time
97 speed | int | 300 | Transition speed
101 touchThreshold | int | 5 | To advance slides, the user must swipe a length of (1/touchThreshold) * …
173 slickGoTo | index : int, dontAnimate : bool | Goes to slide by index, skipping animation if second …
175 slickAdd | element : html or DOM object, index: int, addBefore: bool | Add a slide. If an index is …
176 slickRemove | index: int, removeBefore: bool | Remove slide by index. If removeBefore is set true, …
/plugin/gtime/gtlib/util/
H A DGTBigInteger.php349 $int = new GTBigInteger($bytes);
350 $int = $int->add(new GTBigInteger(1));
352 $bytes = $int->toBytes();
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php223 protected static function decode6Bits(int $src): int
252 protected static function encode6Bits(int $src): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis…
120 public function getStreamChunkSize(): int
181 private function customErrorHandler(int $code, string $msg): bool
H A DPushoverHandler.php110 int $retry = 30,
111 int $expire = 25200,
116 ?int $chunkSize = null
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php40 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void
49 public function getHandler(int $direction, string $typeName, string $format)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php55 * @var int
65 * @param int $result
68 public function __construct(int $result, ?string $attribute = null)
76 * @return int
78 public function getResult(): int
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DIntrospectionProcessor.php51 …public function __construct($level = Logger::DEBUG, array $skipClassesPartials = [], int $skipStac…
115 private function isTraceClassOrSkippedFunction(array $trace, int $index): bool

12345678910>>...30