| /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 24 * @param int $channel The channel value to pass to {@see Lexer::setChannel()}. 26 public function __construct(int $channel) argument 28 $this->channel = $channel; 38 return $this->channel; 69 $lexer->channel = $this->channel; 74 return Hasher::hash($this->getActionType(), $this->channel); 87 return $this->channel === $other->channel; 92 return \sprintf('channel(%d)', $this->channel);
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | CommonTokenStream.php | 41 protected $channel; variable in Antlr\\Antlr4\\Runtime\\CommonTokenStream 51 * @param int $channel The channel to use for filtering tokens. 53 public function __construct(TokenSource $tokenSource, int $channel = Token::DEFAULT_CHANNEL) argument 57 $this->channel = $channel; 62 return $this->nextTokenOnChannel($i, $this->channel); 76 $i = $this->previousTokenOnChannel($i - 1, $this->channel); 105 $i = $this->nextTokenOnChannel($i + 1, $this->channel); 124 if ($t->getChannel() === $this->channel) {
|
| H A D | CommonToken.php | 42 protected $channel = Token::DEFAULT_CHANNEL; variable in Antlr\\Antlr4\\Runtime\\CommonToken 95 ?int $channel = null, argument 109 $this->channel = $channel ?? Token::DEFAULT_CHANNEL; 145 $token = new self($this->type, $this->source, $this->channel, $this->start, $this->stop); 223 return $this->channel; 226 public function setChannel(int $channel) : void argument 228 $this->channel = $channel; 297 $this->channel > 0 ? ',channel=' . $this->channel : '',
|
| H A D | BufferedTokenStream.php | 327 protected function nextTokenOnChannel(int $i, int $channel) : int argument 336 while ($token->getChannel() !== $channel) { 360 protected function previousTokenOnChannel(int $i, int $channel) : int argument 362 while ($i >= 0 && $this->tokens[$i]->getChannel() !== $channel) { 376 public function getHiddenTokensToRight(int $tokenIndex, int $channel) : ?array argument 389 return $this->filterForChannel($from_, $to, $channel); 399 public function getHiddenTokensToLeft(int $tokenIndex, int $channel) : ?array argument 417 return $this->filterForChannel($from, $to, $channel); 423 protected function filterForChannel(int $left, int $right, int $channel) : ?array argument 429 if ($channel === -1) { [all …]
|
| H A D | Lexer.php | 88 public $channel = Token::DEFAULT_CHANNEL; variable in Antlr\\Antlr4\\Runtime\\Lexer 135 $this->channel = Token::DEFAULT_CHANNEL; 176 $this->channel = Token::DEFAULT_CHANNEL; 328 $this->channel, 461 return $this->channel; 464 public function setChannel(int $channel) : void argument 466 $this->channel = $channel;
|
| H A D | CommonTokenFactory.php | 64 int $channel, argument 70 $token = new CommonToken($type, $source, $channel, $start, $stop);
|
| H A D | WritableToken.php | 17 public function setChannel(int $channel) : void; argument
|
| H A D | TokenFactory.php | 25 int $channel, argument
|
| /template/strap/ComboStrap/ |
| H A D | ColorRgb.php | 693 $toLuminanceFactor = function ($channel) { 694 $pigmentRatio = $channel / 255; 813 $channel = DataType::toInteger($color); 817 if ($channel < 0 and $channel > 255) {
|
| /template/strap/ |
| H A D | shell.nix | 10 …s-7.4.29&keyName=php74&revision=6e3a86f2f73a466656a401302d3ece26fba401d9&channel=nixpkgs-unstable#…
|
| /template/strap/ComboStrap/PageSqlParser/ |
| H A D | PageSqlLexer.interp | 252 channel names:
|
| /template/strap/grammar/ |
| H A D | PageSql.g4 | 142 SPACES: [ \u000B\t\r\n] -> channel(HIDDEN);
|
| /template/prsnl10/ |
| D | README | 112 question at the DokuWiki forum [3] (preferred) or IRC channel [4].
|
| /template/mnml-blog/ |
| D | README | 142 question at the DokuWiki forum [3] (preferred) or IRC channel [4].
|
| /template/vector/ |
| D | README | 133 question at the DokuWiki forum [3] (preferred) or IRC channel [4].
|
| /template/vector20/ |
| D | README | 133 question at the DokuWiki forum [3] (preferred) or IRC channel [4].
|
| /template/wikiweko/ |
| H A D | README.md | 167 question at the DokuWiki forum [3] (preferred) or IRC channel [4].
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1197 this.getResource=function(aURL){try{var channel=ioService.newChannel(aURL,null,null); 1198 var input=channel.open(); 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 5520 var channel=spy.xhrRequest.channel; 5521 if(channel instanceof Ci.nsIHttpChannel){channel.visitRequestHeaders({visitHeader:function(name,val… 5525 try{var channel=spy.xhrRequest.channel; 5526 if(channel instanceof Ci.nsIHttpChannel){channel.visitResponseHeaders({visitHeader:function(name,va…
|
| /template/monobook/ |
| D | README | 139 question at the DokuWiki forum [3] (preferred) or IRC channel [4].
|
| /template/strap/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …channel","port","invoke","html","cel","setTask","setImmediate","clearTask","clearImmediate","Messa…
|