Home
last modified time | relevance | path

Searched refs:int (Results 301 – 325 of 743) sorted by path

1...<<11121314151617181920>>...30

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php24 public function getChild(int $i, ?string $type = null) : ?Tree
63 public function getChildCount() : int
H A DTree.php31 public function getChild(int $i, ?string $type = null) : ?Tree;
36 public function getChildCount() : int;
H A DTrees.php124 public static function findAllTokenNodes(ParseTree $tree, int $ttype) : array
132 public static function findAllRuleNodes(ParseTree $tree, int $ruleIndex) : array
140 public static function findAllNodes(ParseTree $tree, int $index, bool $findTokens) : array
150 private static function findNodesInTree(ParseTree $tree, int $index, bool $findTokens, array $nodes) : array
/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
H A DMap.php14 /** @var array<int, array<array<Hashable, mixed>>> */
17 /** @var int */
28 public function count() : int
H A DPair.php36 public function hashCode() : int
H A DSet.php14 /** @var array<int, array<mixed>> */
17 /** @var int */
33 public function count() : int
H A DStringUtils.php30 public static function char(int $code) : string
35 public static function codePoint(string $code) : int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
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 DVocabularyImpl.php24 /** @var int */
125 public function getMaxTokenType() : int
130 public function getLiteralName(int $tokenType) : ?string
139 public function getSymbolicName(int $tokenType) : ?string
152 public function getDisplayName(int $tokenType) : string
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;
/plugin/combo/vendor/carica/phpcss/src/
H A DPhpCss.php34 * @param int $options
38 public static function toXpath(string $cssSelector, int $options = 0): string {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php91 $this->_sequences[(int)$offset] = $value;
113 public function count(): int {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Value/
H A DPosition.php12 public function __construct(int $repeat, int $add) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php122 * @param int $options
127 int $options = 0, string $defaultPrefix = self::DEFAULT_NAMESPACE_PREFIX
166 * @param null|int $status
167 * @return int
169 private function status($status = NULL): int {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php25 /** @var int $offset byte offset */
34 * @param int $offset
37 public function __construct(string $buffer, int $offset, Status $status) {
64 public function getOffset(): int {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php123 * @param int $position
129 $expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE
156 * @param int $position
159 protected function endOfTokens(int $position = 0): bool {
237 * @param int $position
238 * @param int $type
241 protected function matchToken(int $position, int $type): bool {
258 * @param int $position
H A DScanner.php55 public function scan(array &$target, string $string, int $offset = 0): int {
104 * @return int
106 private function _delegate(array &$target, Scanner\Status $status): int {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php73 $name, new Ast\Value\Number((int)$parameter->content)
127 private function getParameterMode($name): ?int {
213 $position = new Ast\Value\Position(0, (int)$string);
220 ? (int)$matches['repeat'] : 1,
221 isset($matches['add']) ? (int)$matches['add'] : 0
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php24 abstract public function getToken(string $buffer, int $offset): ?Token;
50 protected function matchPattern(string $buffer, int $offset, string $pattern): ?string {
64 protected function matchPatterns(string $buffer, int $offset, array $patterns): ?Token {
78 protected function matchCharacters(string $buffer, int $offset, array $chars): ?Token {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php54 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php46 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token {
H A DSingle.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token {

1...<<11121314151617181920>>...30