Home
last modified time | relevance | path

Searched refs:int (Results 176 – 200 of 743) sorted by last modified time

12345678910>>...30

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquivalence.php10 public function hash(Hashable $value) : int;
H A DHashable.php9 public function hashCode() : int;
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessSignaledException.php37 public function getSignal(): int
/plugin/combo/ComboStrap/
H A DHttp.php47 * @param int $int
49 public static function setStatus(int $int) argument
60 http_status($int);
H A DIdentity.php204 private static function getPermissions(string $wikiId): int
H A DSqliteResult.php57 * Error: Call to a member function closeCursor() on int
89 public function getFirstCellValueAsInt(): int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php56 protected function getEdgeLabel(int $i) : string
H A DDFAState.php40 /** @var int */
62 * @var int
96 public function __construct(?ATNConfigSet $configs = null, int $stateNumber = -1)
146 public function hashCode() : int
H A DLexerDFASerializer.php17 protected function getEdgeLabel(int $i) : string
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php31 * @param resource|string|int|float|bool|\Iterator|null $input
176 public function handleError(int $type, string $msg)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php43 * @var int
65 * @var int|null
751 protected function getSymbolType(Token $symbol) : 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
H A DInputMismatchException.php16 public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null)
H A DRecognitionException.php45 /** @var int */
74 public function getOffendingState() : int
79 public function setOffendingState(int $offendingState) : void
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php24 int $line,
25 int $charPositionInLine,
33 int $startIndex,
34 int $stopIndex,
43 int $startIndex,
44 int $stopIndex,
52 int $startIndex,
53 int $stopIndex,
54 int $prediction,
H A DConsoleErrorListener.php15 int $line,
16 int $charPositionInLine,
H A DDiagnosticErrorListener.php51 int $startIndex,
52 int $stopIndex,
76 int $startIndex,
77 int $stopIndex,
95 int $startIndex,
96 int $stopIndex,
97 int $prediction,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntStream.php86 public function LA(int $i) : int;
95 * The returned mark is an opaque handle (type `int`) which is passed to
130 * @return int An opaque marker which should be passed to
134 public function mark() : int;
145 * @param int $marker A marker returned by a call to `mark`.
149 public function release(int $marker) : void;
158 public function getIndex() : int;
180 * @param int $index The absolute index to seek to.
182 public function seek(int
[all...]
H A DInterval.php14 /** @var int */
17 /** @var int */
20 public function __construct(int $start, int $stop)
33 public function contains(int $item) : bool
38 public function getLength() : int
H A DIntervalSet.php33 public static function fromInt(int $number) : self
45 public static function fromRange(int $start, int $end) : self
176 public function first() : int
185 public function addOne(int $value) : void
190 public function addRange(int $left, int $right) : void
268 public function contains(int $item) : bool
294 public function length() : int
305 public function removeOne(int
[all...]
H A DLexer.php57 * @var int
64 * @var int
71 * @var int
86 * @var int
93 * @var int
97 /** @var array<int> */
100 /** @var int */
246 public function mode(int $m) : void
251 public function pushMode(int $m) : void
258 public function popMode() : int
[all...]
H A DParser.php61 /** @var array<int> */
108 * @var int
162 * @param int $ttype the token type to match.
171 public function match(int $ttype) : Token
370 public function getNumberOfSyntaxErrors() : int
585 public function enterRule(ParserRuleContext $localctx, int $state, int $ruleIndex) : void
619 public function enterOuterAlt(ParserRuleContext $localctx, int $altNum) : void
641 * @return int The precedence level for the top-most precedence rule, or -1
644 public function getPrecedence() : int
[all...]
H A DParserRuleContext.php165 public function getChild(int $i, ?string $type = null) : ?Tree
188 public function getToken(int $ttype, int $i) : ?TerminalNode
210 public function getTokens(int $ttype) : array
226 public function getTypedRuleContext(string $ctxType, int $i) : ?ParseTree
250 public function getChildCount() : int
/plugin/combo/vendor/symfony/yaml/
H A DInline.php37 public static function initialize(int $flags, int $parsedLineNumber = null, string $parsedFilename = null)
54 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
61 public static function parse(string $value = null, int $flags = 0, array &$references = [])
71 if (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) {
113 * @param int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
117 public static function dump($value, int $flags = 0): string
229 * @param int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
231 private static function dumpArray(array $value, int $flags): string
252 private static function dumpNull(int
[all...]
H A DParser.php46 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
52 public function parseFile(string $filename, int $flags = 0)
75 * @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
81 public function parse(string $value, int $flags = 0)
91 if (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) {
116 private function doParse(string $value, int $flags)
518 private function parseBlock(int $offset, string $yaml, int $flags)
545 public function getRealCurrentLineNb(): int
563 private function getCurrentLineIndentation(): int
[all...]

12345678910>>...30