Home
last modified time | relevance | path

Searched refs:int (Results 151 – 175 of 743) sorted by last modified time

12345678910>>...30

/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 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 DSimState.php27 /** @var int */
30 /** @var int */
33 /** @var int */
47 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
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php93 * @var int
422 function setWidth(int $int): FormMetaField argument
424 $this->width = $int;
H A DFormMetaTab.php15 * @var int
19 * @var int
44 * @param int $width2 - the width of the field column
46 public function setWidthField(int $width): FormMetaTab
51 public function setWidthLabel(int $width): FormMetaTab
/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
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php129 public function hashCode() : int
H A DOrOperator.php131 public function hashCode() : int
/plugin/combo/ComboStrap/
H A DOutline.php93 private int $actualHeadingParsingState = DOKU_LEXER_EXIT; // the state of the heading parsed (enter, closed), enter if we have entered an heading, exit if not;
887 function getTocMaxLevel(): int
H A DOutlineSection.php27 private int $startFileIndex;
28 private ?int $endFileIndex = null;
40 * @var int - a best guess on the number of
42 private int $lineNumber;
137 public function setStartPosition(int $startPosition): OutlineSection
143 public function setEndPosition(int $endFileIndex): OutlineSection
185 * @return int
188 function getLevel(): int
212 function getStartPosition(): int
218 function getEndPosition(): ?int
[all...]
H A DOutlineVisitor.php16 private int $currentLineCountSinceLastAd;
18 * @var int the order, number of sections
20 private int $sectionNumbers;
22 * @var int the number of ads inserted
24 private int $adsCounter;
91 * @param int $sectionSequenceId
95 private function toHtmlSectionOutlineCallsRecurse(OutlineSection $outlineSection, array &$totalComboCalls, int &$sectionSequenceId, bool $captureHeaderMeta): void
226 function addSectionEditButtonComboFormatIfNeeded(OutlineSection $outlineSection, int $sectionSequenceId, array &$totalInstructionCalls): void
H A DPanelTag.php124 public static function handleExit(Doku_Handler $handler, int $pos, string $markupTag, string $match): array
H A DHeadingTag.php236 * @param int|null $pos - null if the call was generated
239 public static function processRenderEnterXhtml(string $context, TagAttributes $tagAttributes, Doku_Renderer_xhtml &$renderer, ?int $pos)
562 * @param int $level
565 private static function getTagFromContext(string $context, int $level): string
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
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 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 DSetTransition.php31 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
41 public function getSerializationType() : int
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php22 * @var int
32 * @var int
37 * @var int
41 public function __construct(int $id, string $text, int $line = -1, int $position = -1)
59 * @param int|string|array $kind
85 public static function tokenize(string $code, int $flags = 0): array
H A Dbootstrap.php41 function get_resource_id($resource): int { return p\Php80::get_resource_id($resource); }
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php50 * @var int
84 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
[all...]
H A DCharStream.php20 public function getText(int $start, int $stop) : string;
H A DCommonToken.php16 * @var int
24 * @var int
32 * @var int
40 * @var int
72 * @var int
80 * @var int
88 * @var int
93 int $type,
95 ?int $channel = null,
96 int
[all...]
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

12345678910>>...30