/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
H A D | LexerChannelAction.php | 11 * Implements the `channel` lexer action by calling {@see Lexer::setChannel()} 12 * with the assigned channel. 19 private $channel; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerChannelAction 22 * Constructs a new `channel` action with the specified channel value. 24 * @param int $channel The channel value to pass to {@see Lexer::setChannel()}. 26 public function __construct(int $channel) argument 28 $this->channel = $channel; [all...] |
/plugin/upgrade/vendor/splitbrain/php-cli/src/ |
H A D | Colors.php | 104 * @param resource $channel file descriptor to write to 108 public function ptln($line, $color, $channel = STDOUT) argument 110 $this->set($color, $channel); 111 fwrite($channel, rtrim($line) . "\n"); 112 $this->reset($channel); 151 * @param resource $channel file descriptor to write to 154 public function set($color, $channel = STDOUT) argument 156 fwrite($channel, $this->getColorCode($color)); 162 * @param resource $channel file descriptor to write to 166 public function reset($channel argument [all...] |
/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 | 9 * token streams to tokens on a particular channel (tokens where 13 * methods like {@see CommonTokenStream::getText()}. The channel filtering 18 * By default, tokens are placed on the default channel 20 * {@code CommonTokenStream::channel(HIDDEN)} lexer command, or by using an 28 * channel.we 33 * Specifies the channel to use for filtering tokens. 37 * default channel assigned to tokens created by the lexer. 41 protected $channel; variable in Antlr\\Antlr4\\Runtime\\CommonTokenStream 45 * source and filtering tokens to the specified channel. Only tokens whose 46 * {@see Token::getChannel()} matches `channel` o 53 __construct(TokenSource $tokenSource, int $channel = Token DEFAULT_CHANNEL) global() argument [all...] |
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 > [all...] |
H A D | BufferedTokenStream.php | 16 * channel, such as {@see Token::DEFAULT_CHANNEL} or 245 * that the seek target is always an on-channel token. 323 * Given a starting index, return the index of the next token on channel. 324 * Return `i` if `tokens[i]` is on channel. Return the index of the EOF 325 * token if there are no tokens on channel between `i` and EOF. 327 protected function nextTokenOnChannel(int $i, int $channel) : int argument 336 while ($token->getChannel() !== $channel) { 352 * Given a starting index, return the index of the previous token on channel. 353 * Return `i` if `tokens[i]` is on channel. Return -1 if there are no tokens 354 * on channel betwee 360 previousTokenOnChannel(int $i, int $channel) global() argument 376 getHiddenTokensToRight(int $tokenIndex, int $channel) global() argument 399 getHiddenTokensToLeft(int $tokenIndex, int $channel) global() argument 423 filterForChannel(int $left, int $right, int $channel) global() argument [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/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/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/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
|