Home
last modified time | relevance | path

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

12345678910>>...30

/plugin/combo/syntax/
H A Dtogglecollapse.php54 function getSort(): int
H A Dtoggleexpand.php54 function getSort(): int
H A Dtooltip.php104 function getSort(): int
131 * @param int $state
132 * @param int $pos - byte position in the original source file
H A Dvariable.php48 public function getSort(): int
108 * @param int $state
109 * @param int $pos
H A Dxmlblockemptytag.php54 function getSort(): int
H A Dxmlblocktag.php116 function getSort(): int
H A Dxmlinlineemptytag.php48 function getSort(): int
H A Dxmlinlinetag.php108 function getSort(): int
146 * @param int $state
147 * @param int $pos
H A Dxmlprotectedtag.php65 function getSort(): int
114 * @param int $state
115 * @param int $pos - byte position in the original source file
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php58 * @var int
65 * @var int
76 * @var array<int|null>
94 public function __construct(int $grammarType, int $maxTokenType)
146 public function defineDecisionState(DecisionState $s) : int
155 public function getDecisionState(int $decision) : ?DecisionState
164 public function getNumberOfDecisions() : int
180 * @param int $stateNumber The ATN state number
188 public function getExpectedTokens(int
[all...]
H A DATNConfig.php40 * @var int
73 * @var int
85 ?int $alt = null
110 public function getOuterContextDepth() : int
147 public function hashCode() : int
H A DATNConfigSet.php50 /** @var int */
83 /** @var int|null */
114 public function hash(Hashable $value) : int
250 public function get(int $index) : ATNConfig
300 public function hashCode() : int
313 public function getLength() : int
H A DATNDeserializer.php85 /** @var array<int> */
88 /** @var int */
94 /** @var array<int, callable|null>|null */
97 /** @var array<int, callable|null>|null */
516 private function generateRuleBypassTransition(ATN $atn, int $idx) : void
599 private function stateIsEndStateFor(ATNState $state, int $idx) : ?ATNState
729 private function readInt() : int
734 private function readInt32() : int
746 $int = $this->readInt();
747 $bb[] = $int
[all...]
H A DLexerATNConfig.php26 ?int $alt = null
46 public function hashCode() : int
H A DLexerATNSimulator.php46 * @var int
53 * @var int
60 * @var int
67 /** @var int */
101 public function getLine() : int
106 public function setLine(int $line) : void
111 public function getCharPositionInLine() : int
116 public function setCharPositionInLine(int $charPositionInLine) : void
121 public function match(CharStream $input, int $mode) : int
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerAction.php22 * @return int The serialization type of the lexer action.
24 public function getActionType() : int;
H A DLexerChannelAction.php18 /** @var int */
24 * @param int $channel The channel value to pass to {@see Lexer::setChannel()}.
26 public function __construct(int $channel)
34 * @return int The channel to use for the {@see Token} created by the lexer.
36 public function getChannel() : int
44 * @return int This method returns {@see LexerActionType::CHANNEL}.
46 public function getActionType() : int
72 public function hashCode() : int
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...]
H A DLexerIndexedCustomAction.php24 /** @var int */
37 * @param int $offset The offset into the input {@see CharStream},
43 public function __construct(int $offset, LexerAction $action)
54 * @return int The location in the input {@see CharStream} at which the lexer
57 public function getOffset() : int
75 * @return int This method returns the result of calling
80 public function getActionType() : int
107 public function hashCode() : int
H A DLexerModeAction.php12 /** @var int */
18 * @param int $mode The mode value to pass to {@see Lexer::mode()}.
20 public function __construct(int $mode)
28 * @return int The lexer mode for this `mode` command.
30 public function getMode() : int
38 * @return int This method returns {@see LexerActionType::MODE}.
40 public function getActionType() : int
66 public function hashCode() : int
H A DLexerMoreAction.php33 * @return int This method returns {@see LexerActionType::MORE}.
35 public function getActionType() : int
60 public function hashCode() : int
H A DLexerPopModeAction.php33 * @return int This method returns {@see LexerActionType::POP_MODE}.
35 public function getActionType() : int
60 public function hashCode() : int
H A DLexerPushModeAction.php18 /** @var int */
21 public function __construct(int $mode)
29 * @return int The lexer mode for this `pushMode` command.
31 public function getMode() : int
39 * @return int This method returns {@see LexerActionType::PUSH_MODE}.
41 public function getActionType() : int
67 public function hashCode() : int
H A DLexerSkipAction.php33 * @return int This method returns {@see LexerActionType::SKIP}.
35 public function getActionType() : int
60 public function hashCode() : int
H A DLexerTypeAction.php18 /** @var int */
24 * @param int $type The type to assign to the token using {@see Lexer::setType()}.
26 public function __construct(int $type)
34 * @return int The type to assign to a token created by the lexer.
36 public function getType() : int
44 * @return int This method returns {@see LexerActionType::TYPE}.
46 public function getActionType() : int
72 public function hashCode() : int

12345678910>>...30