Searched defs:channel (Results 1 – 9 of 9) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | BufferedTokenStream.php | 327 protected function nextTokenOnChannel(int $i, int $channel) : int 360 protected function previousTokenOnChannel(int $i, int $channel) : int 376 public function getHiddenTokensToRight(int $tokenIndex, int $channel) : ?array 399 public function getHiddenTokensToLeft(int $tokenIndex, int $channel) : ?array 423 protected function filterForChannel(int $left, int $right, int $channel) : ?array
|
| H A D | CommonTokenStream.php | 41 protected $channel; variable in Antlr\\Antlr4\\Runtime\\CommonTokenStream 53 public function __construct(TokenSource $tokenSource, int $channel = Token::DEFAULT_CHANNEL)
|
| H A D | CommonToken.php | 42 protected $channel = Token::DEFAULT_CHANNEL; variable in Antlr\\Antlr4\\Runtime\\CommonToken 95 ?int $channel = null, 226 public function setChannel(int $channel) : void
|
| H A D | WritableToken.php | 17 public function setChannel(int $channel) : void;
|
| H A D | TokenFactory.php | 25 int $channel,
|
| H A D | Lexer.php | 88 public $channel = Token::DEFAULT_CHANNEL; variable in Antlr\\Antlr4\\Runtime\\Lexer 464 public function setChannel(int $channel) : void
|
| H A D | CommonTokenFactory.php | 64 int $channel,
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
| H A D | LexerChannelAction.php | 19 private $channel; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerChannelAction 26 public function __construct(int $channel)
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 4992 var updateSelfPropertiesIgnore={abort:1,channel:1,getAllResponseHeaders:1,getInterface:1,getRespons… property 5001 var updateXHRPropertiesIgnore={channel:1,onreadystatechange:1,readyState:1,responseBody:1,responseT… property
|