/plugin/combo/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);
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfcinfo.class.php | 57 function getOnlineNick($channel = NULL, $timeout = 20) argument 63 if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel); 65 $res = $ct->getOnlineNick($channel); 82 function getLastMsg($channel, $nb) argument 91 $channel = pfcCommand_join::GetRecipient($channel); 94 $lastmsg_id = $ct->getLastId($channel); 95 $lastmsg_raw = $ct->read($channel, $lastmsg_id-$nb);
|
/plugin/combo/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 …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | ReleaseChannel.php | 25 public $channel; variable in Google\\Service\\Container\\ReleaseChannel 30 public function setChannel($channel) argument 32 $this->channel = $channel; 39 return $this->channel;
|
H A D | ReleaseChannelConfig.php | 26 public $channel; variable in Google\\Service\\Container\\ReleaseChannelConfig 39 public function setChannel($channel) argument 41 $this->channel = $channel; 48 return $this->channel;
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/ |
H A D | AsMonologProcessor.php | 26 public $channel = null; variable in Monolog\\Attribute\\AsMonologProcessor 33 * @param string|null $channel The logging channel the processor should be pushed to. 38 ?string $channel = null, argument 42 $this->channel = $channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
H A D | AudioChannelInput.php | 25 public $channel; variable in Google\\Service\\Transcoder\\AudioChannelInput 39 public function setChannel($channel) argument 41 $this->channel = $channel; 48 return $this->channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ |
H A D | UpdatePolicy.php | 26 public $channel; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\UpdatePolicy 35 public function setChannel($channel) argument 37 $this->channel = $channel; 44 return $this->channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/ |
H A D | UpdatePolicy.php | 26 public $channel; variable in Google\\Service\\CloudFilestore\\UpdatePolicy 35 public function setChannel($channel) argument 37 $this->channel = $channel; 44 return $this->channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/ |
H A D | UpdatePolicy.php | 26 public $channel; variable in Google\\Service\\CloudMemorystoreforMemcached\\UpdatePolicy 35 public function setChannel($channel) argument 37 $this->channel = $channel; 44 return $this->channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/ |
H A D | GoogleChromeManagementV1BrowserVersion.php | 25 public $channel; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1BrowserVersion 46 public function setChannel($channel) argument 48 $this->channel = $channel; 55 return $this->channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
H A D | ConfigSettings.php | 25 public $channel; variable in Google\\Service\\PagespeedInsights\\ConfigSettings 46 public function setChannel($channel) argument 48 $this->channel = $channel; 55 return $this->channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | AccountStatusProducts.php | 26 public $channel; variable in Google\\Service\\ShoppingContent\\AccountStatusProducts 43 public function setChannel($channel) argument 45 $this->channel = $channel; 52 return $this->channel;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
H A D | GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool.php | 24 public $channel; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool 45 public function setChannel($channel) argument 47 $this->channel = $channel; 51 return $this->channel;
|
/plugin/rss/ |
H A D | syntax.php | 68 …if(empty($fluxrss->channel->title) || empty($fluxrss->channel->description) || empty($fluxrss->cha… 82 $renderer->doc .= '<h3>'.(string)$fluxrss->channel->title.'</h3>'; 83 $renderer->doc .= '<p>'.(string)$fluxrss->channel->description.'</p>'; 87 foreach($fluxrss->channel->item as $item) {
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | MappedImage.java | 34 …public MappedImage(final BufferedImage image, String format, FileChannel channel) throws IOExcepti… in MappedImage() argument 51 imageRef = channel==null ? new HardReference(image) : new SoftReference<BufferedImage>(image); in MappedImage() 55 if (channel!=null) { in MappedImage() 65 synchronized (channel) { in MappedImage() 66 long position = channel.position(); in MappedImage() 67 channel.write(ByteBuffer.wrap(imageBytes)); in MappedImage() 68 buffer = channel.map(MapMode.READ_ONLY, position, imageBytes.length); in MappedImage()
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ChannelBrandingSettings.php | 35 public function setChannel(ChannelSettings $channel) argument 37 $this->channel = $channel; 44 return $this->channel;
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/ |
H A D | SlackRecord.php | 44 private $channel; variable in Monolog\\Handler\\Slack\\SlackRecord 96 ?string $channel = null, argument 106 ->setChannel($channel) 136 if ($this->channel) { 137 $dataArray['channel'] = $this->channel; 246 public function setChannel(?string $channel = null): self argument 248 $this->channel = $channel;
|
/plugin/webcomics/ |
H A D | syntax.php | 66 preg_match('/src="(.*?)"/', (string) $xml->channel->item->description, $matches); 67 $url = (string) $xml->channel->item->link; 71 … if (preg_match('/title="(.*?)"/', (string) $xml->channel->item->description, $matches) == 1) { 74 … if (preg_match('/alt="(.*?)"/', (string) $xml->channel->item->description, $matches) == 1) {
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | pusher-http-java-1.0.0.jar | ... extends java.lang.Object {
private final String channel
private final String name
private final Object data
private final ... |
/plugin/ckgdoku/ckeditor/skins/moono/ |
H A D | skin.js | 89 function channelBrightness( channel, ratio ) { argument 91 0 | channel * ( 1 + ratio ) 93 0 | channel + ( 255 - channel ) * ratio
|
/plugin/ckgedit/ckeditor/skins/moono/ |
H A D | skin.js | 89 function channelBrightness( channel, ratio ) { argument 91 0 | channel * ( 1 + ratio ) 93 0 | channel + ( 255 - channel ) * ratio
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | SlackHandler.php | 43 * @param string $channel Slack channel (encoded ID or name) 54 string $channel, argument 85 $channel, 202 public function setChannel(string $channel): self argument 204 $this->slackRecord->setChannel($channel);
|