Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php84 public function getIndex() : int
89 public function mark() : int
94 public function release(int $marker) : void
99 public function seek(int $index) : void
106 public function getLength() : int
143 public function sync(int $i) : bool
156 public function fetch(int $n) : int
179 public function get(int $index) : Token
196 public function LA(int $i) : int
203 protected function LB(int $k) : ?Token
[all …]
H A DCommonToken.php93 int $type,
95 ?int $channel = null,
96 int $start = -1,
97 int $stop = -1
156 public function getType() : int
161 public function setType(int $type) : void
166 public function getLine() : int
171 public function setLine(int $line) : void
211 public function getCharPositionInLine() : int
216 public function setCharPositionInLine(int $charPositionInLine) : void
[all …]
H A DInputStream.php57 public function getIndex() : int
62 public function getLength() : int
77 public function LA(int $offset) : int
98 public function LT(int $offset) : int
106 public function mark() : int
111 public function release(int $marker) : void
120 public function seek(int $index) : void
132 public function getText(int $start, int $stop) : string
H A DTokenFactory.php23 int $type,
25 int $channel,
26 int $start,
27 int $stop,
28 int $line,
29 int $charPositionInLine
35 public function create(int $type, string $text) : Token;
H A DToken.php58 public function getType() : int;
63 public function getLine() : int;
69 public function getCharPositionInLine() : int;
76 public function getChannel() : int;
85 public function getTokenIndex() : int;
91 public function getStartIndex() : int;
97 public function getStopIndex() : int;
H A DIntStream.php86 public function LA(int $i) : int;
134 public function mark() : int;
149 public function release(int $marker) : void;
158 public function getIndex() : int;
182 public function seek(int $index) : void;
188 public function getLength() : int;
H A DCommonTokenFactory.php62 int $type,
64 int $channel,
65 int $start,
66 int $stop,
67 int $line,
68 int $column
88 public function create(int $type, string $text) : Token
H A DWritableToken.php11 public function setType(int $ttype) : void;
13 public function setLine(int $line) : void;
15 public function setCharPositionInLine(int $pos) : void;
17 public function setChannel(int $channel) : void;
19 public function setTokenIndex(int $index) : void;
H A DCommonTokenStream.php53 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
/template/strap/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 DBaseErrorListener.php24 int $line,
25 int $charPositionInLine,
34 int $startIndex,
35 int $stopIndex,
45 int $startIndex,
46 int $stopIndex,
55 int $startIndex,
56 int $stopIndex,
57 int $prediction,
H A DProxyErrorListener.php37 int $line,
38 int $charPositionInLine,
50 int $startIndex,
51 int $stopIndex,
64 int $startIndex,
65 int $stopIndex,
84 int $startIndex,
85 int $stopIndex,
86 int $prediction,
/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php21 …set = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): strin…
30 …function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p…
57 …function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen(…
60 …ction mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
69 …function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { …
72 …function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): s…
75 …tion mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
87 …ion mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
90 …tion mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
96 …function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_in…
[all …]
/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap80.php21 …set = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): strin…
30 …function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p…
57 …function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen(…
60 …ction mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
69 …function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { …
72 …function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): s…
75 …tion mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
87 …ion mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
90 …tion mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): i…
96 …function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_in…
[all …]
/template/twigstarter/vendor/symfony/polyfill-ctype/
DCtype.php207 * @param mixed $int
212 private static function convert_int_to_char_for_ctype($int, $function) argument
214 if (!\is_int($int)) {
215 return $int;
218 if ($int < -128 || $int > 255) {
219 return (string) $int;
226 if ($int < 0) {
227 $int += 256;
230 return \chr($int);
/template/strap/vendor/symfony/polyfill-ctype/
H A DCtype.php207 * @param mixed $int
212 private static function convert_int_to_char_for_ctype($int, $function) argument
214 if (!\is_int($int)) {
215 return $int;
218 if ($int < -128 || $int > 255) {
219 return (string) $int;
226 if ($int < 0) {
227 $int += 256;
230 return \chr($int);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DSimState.php47 public function getIndex() : int
52 public function setIndex(int $index) : void
57 public function getLine() : int
62 public function setLine(int $line) : void
67 public function getCharPos() : int
72 public function setCharPos(int $charPos) : void
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DEpsilonTransition.php14 public function __construct(ATNState $target, int $outermostPrecedenceReturn = -1)
29 public function getOutermostPrecedenceReturn() : int
34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
47 public function getSerializationType() : int
H A DRuleTransition.php30 …public function __construct(RuleStartState $ruleStart, int $ruleIndex, int $precedence, ATNState $…
39 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
52 public function getSerializationType() : int
H A DActionTransition.php24 …public function __construct(ATNState $target, int $ruleIndex, int $actionIndex = -1, bool $isCtxDe…
33 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
46 public function getSerializationType() : int
H A DPredicateTransition.php25 …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.php19 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
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php103 public function getNumberOfTransitions() : int
108 public function addTransition(Transition $trans, int $index = -1) : void
123 public function getTransition(int $index) : Transition
128 public function setTransition(Transition $trans, int $index) : void
141 public function removeTransition(int $index) : void
151 public function setRuleIndex(int $ruleIndex) : void
161 public function hashCode() : int
166 abstract public function getStateType() : int;
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php23 public function __construct(int $returnState, ?PredictionContext $parent = null)
31 public static function create(?PredictionContext $parent, int $returnState) : PredictionContext
41 public function getLength() : int
46 public function getParent(int $index) : ?PredictionContext
55 public function getReturnState(int $index) : int
96 protected function computeHashCode() : int
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerCustomAction.php39 public function __construct(int $ruleIndex, int $actionIndex)
50 public function getRuleIndex() : int
60 public function getActionIndex() : int
70 public function getActionType() : int
102 public function hashCode() : int

12345678910>>...12