Home
last modified time | relevance | path

Searched refs:int (Results 26 – 50 of 743) sorted by relevance

12345678910>>...30

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php119 * @var int
124 * @var int|null
129 * @var int
167 public function complete(IncompleteType $type, int $tagType, array $tagMap = []): AbstractType
254 * @param int $class
258 public function setTagMap(int $class, array $map)
293 * @return int|null
295 public function getLastPosition(): ?int
320 * @param null|int $tagType
321 * @param null|int
548 intToVlqBytes($int) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerCustomAction.php24 /** @var int */
27 /** @var int */
34 * @param int $ruleIndex The rule index to use for calls to
36 * @param int $actionIndex The action index to use for calls to
39 public function __construct(int $ruleIndex, int $actionIndex)
48 * @return int The rule index for the custom action.
50 public function getRuleIndex() : int
58 * @return int The action index for the custom action.
60 public function getActionIndex() : int
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php11 /** @var int */
14 /** @var int */
24 public function __construct(ATNState $target, int $ruleIndex, int $actionIndex = -1, bool $isCtxDependent = false)
33 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
46 public function getSerializationType() : int
H A DRuleTransition.php16 * @var int
20 /** @var int */
30 public function __construct(RuleStartState $ruleStart, int $ruleIndex, int $precedence, ATNState $followState)
39 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
52 public function getSerializationType() : int
H A DPredicateTransition.php12 /** @var int */
15 /** @var int */
25 public function __construct(ATNState $target, int $ruleIndex, int $predIndex, bool $isCtxDependent)
34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
52 public function getSerializationType() : int
H A DRangeTransition.php13 /** @var int */
16 /** @var int */
19 public function __construct(ATNState $target, int $from, int $to)
32 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
37 public function getSerializationType() : int
H A DAtomTransition.php12 /** @var int */
15 public function __construct(ATNState $target, int $label)
27 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
32 public function getSerializationType() : int
H A DPrecedencePredicateTransition.php12 /** @var int */
15 public function __construct(ATNState $target, int $precedence)
22 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
40 public function getSerializationType() : int
H A DWildcardTransition.php9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
14 public function getSerializationType() : int
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php100 * @var null|int|string
105 * @var int
147 * @param int $taggingClass
150 public function setTagClass(int $taggingClass)
158 * @return int
160 public function getTagClass(): int
166 * @return int|null|string
174 * @param int|null|string $int
177 public function setTagNumber($int)
172 setTagNumber($int) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/combo/ComboStrap/
H A DOutlineSection.php28 private int $startFileIndex;
29 private ?int $endFileIndex = null;
38 * @var int - a best guess on the number of
40 private int $lineNumber;
130 public function setStartPosition(int $startPosition): OutlineSection
136 public function setEndPosition(int $endFileIndex): OutlineSection
178 * @return int
181 function getLevel(): int
205 function getStartPosition(): int
211 function getEndPosition(): ?int
[all...]
H A DDataType.php74 public static function toIntegerOrDefaultIfNull($targetValue, $default): int
87 public static function toInteger($targetValue, string $roundDirection = self::FLOOR): int
103 $int = floor($float);
105 $int = ceil($float);
108 $int === 0 &&
113 return $int;
119 public static function toIntegerCeil($targetValue): int
H A DTreeSystem.php9 public static function getDescendantCount(TreeNode $treeNode): int
13 private int $counter = -1;
20 public function getCounter(): int
32 $printRecursively = function (TreeNode $treeNode, int $level) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenStream.php39 * @var int
51 * @param int $channel The channel to use for filtering tokens.
53 public function __construct(TokenSource $tokenSource, int $channel = Token::DEFAULT_CHANNEL)
60 public function adjustSeekIndex(int $i) : int
65 protected function LB(int $k) : ?Token
87 public function LT(int $k) : ?Token
117 public function getNumberOfOnChannelTokens() : int
H A DVocabulary.php19 * @return int The highest token type value.
21 public function getMaxTokenType() : int;
37 * @param int $tokenType The token type.
42 public function getLiteralName(int $tokenType) : ?string;
64 * @param int $tokenType The token type.
69 public function getSymbolicName(int $tokenType) : ?string;
79 * @param int $tokenType The token type.
85 public function getDisplayName(int $tokenType) : string;
H A DRecognizer.php20 /** @var array<string, array<string, int>> */
23 /** @var array<string, array<int, string>> */
32 /** @var int */
53 * @return array<string, int>
92 * @return array<int, string>|null
105 public function getTokenType(string $tokenName) : int
186 public function sempred(?RuleContext $localctx, int $ruleIndex, int $actionIndex) : bool
191 public function precpred(RuleContext $localctx, int $precedence) : bool
196 public function action(?RuleContext $localctx, int
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php51 * @var int
56 * @var int
61 * @var int
84 * @param int $before
85 * @param int $after
87 public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0)
113 * @param int $offset
116 public function startAt(int $offset)
126 * @param int
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php52 public static function parseFile(string $filename, int $flags = 0)
75 public static function parse(string $input, int $flags = 0)
95 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string
/plugin/combo/vendor/symfony/yaml/
H A DYaml.php47 * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
53 public static function parseFile(string $filename, int $flags = 0)
70 * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
76 public static function parse(string $input, int $flags = 0)
90 * @param int $inline The level where you switch to inline YAML
91 * @param int $indent The amount of spaces to use for indentation of nested nodes
92 * @param int $flags A bit field of DUMP_* constants to customize the dumped YAML string
94 public static function dump($input, int $inline = 2, int $indent = 4, int
[all...]
/plugin/fksnewsfeed/inc/ORM/
H A DModelPriority.php13 public int $priorityId;
19 private int $priorityValue;
21 public int $newsId;
23 public int $streamId;
25 public function getPriorityValue(): int {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMoreLikeThis.php55 * @param int $maxQueryTerms Max query terms value
59 public function setMaxQueryTerms(int $maxQueryTerms = 25): self
69 public function setMinTermFrequency(int $minTermFreq = 2): self
79 public function setMinDocFrequency(int $minDocFreq = 5): self
89 public function setMaxDocFrequency(int $maxDocFreq = 0): self
99 public function setMinWordLength(int $minWordLength = 0): self
109 public function setMaxWordLength(int $maxWordLength = 0): self
149 * @param int|string $minimumShouldMatch
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php14 public function add(int $value) : void
24 public function remove(int $value) : void
29 public function contains(int $value) : bool
50 public function hashCode() : int
65 public function length() : int
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php37 * @var int
42 * @var int
47 * @param int $min
48 * @param int $max
50 public function __construct(int $min, int $max)
58 * @return int
60 public function getMaximum(): int
66 * @param int $max
69 public function setMaximum(int
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php27 private int $length;
30 private int $originalLength;
51 private ?int $index = null;
53 public function __construct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, ?int $index = null)
90 public function getIndex(): ?int
105 public function getLength(): int
110 public function setLength(int $length): void
115 public function getOriginalLength(): int

12345678910>>...30