Home
last modified time | relevance | path

Searched refs:channel (Results 26 – 50 of 126) sorted by relevance

123456

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js202 this.prototype.decodeSubframe = function(channel) { argument
209 if (channel === 0) {
236 decoded[channel][i] = tmp;
241 decoded[channel][i] = stream.read(bps, true);
244 this.decode_subframe_fixed(channel, type & ~0x8);
255 decoded[channel][i] <<= wasted;
260 var decoded = this.decoded[channel],
268 this.decode_residuals(channel, predictor_order);
314 decoded = this.decoded[channel],
336 this.decode_residuals(channel, predictor_order);
[all …]
H A Dmp3.js5097 var channel = granule.ch[ch];
5109 channel.flags = 0;
5135 channel.block_type = 0;
5226 if (channel.block_type !== 2 || (channel.flags & tables.MIXED_BLOCK_FLAG)) {
5291 if (channel.block_type === 2) {
5338 channel.scalefac[21] = 0;
5347 var index = channel.block_type === 2 ? (channel.flags & tables.MIXED_BLOCK_FLAG ? 2 : 1) : 0;
5388 channel.scalefac[n++] = 0;
5432 channel.scalefac[n] = 0;
5480 var big_values = channel.big_values;
[all …]
H A Daurora.js3055 for (var channel = 0; channel < this.channels; ++channel) {
3063 for (var channel = 0; channel < this.channels; ++channel) {
3069 for (var channel = 0; channel < this.channels; ++channel) {
3092 for (var channel = 0; channel < this.channels; ++channel) {
3105 for (channel = 0; channel < this.channels; ++channel) {
3111 for (channel = 0; channel < this.channels; ++channel) {
3119 for (channel = 0; channel < this.channels; ++channel) {
3126 for (channel = 0; channel < this.channels; ++channel) {
3127 …toCompile += "output" + channel + " += buffer[actualPosition" + ((channel > 0) ? (" + " + channel)…
3135 for (channel = 0; channel < this.channels; ++channel) {
[all …]
H A Daac.js561 var channel = 0;
566 channel += this.processSingle(e, channel);
568 this.processPair(e, channel);
569 channel += 2;
571 channel++;
597 this.filter_bank.process(info, data, this.data[channel], channel);
613 this.prototype.processPair = function(element, channel) { argument
646 this.filter_bank.process(l_info, l_data, this.data[channel], channel);
647 this.filter_bank.process(r_info, r_data, this.data[channel + 1], channel + 1);
652 ….applyChannelCoupling(element, CCEElement.AFTER_IMDCT, this.data[channel], this.data[channel + 1]);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php43 * @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);
H A DSlackWebhookHandler.php41 * @param string|null $channel Slack channel (encoded ID or name)
51 ?string $channel = null, argument
70 $channel,
/plugin/gtime/gtlib/
H A DREADME23 $ sudo pear channel-discover pear.phing.info
26 $ sudo pear channel-discover pear.phpunit.de
27 $ sudo pear install --alldeps channel://pear.phpunit.de/PHPUnit
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DConversion.php50 public $channel; variable in Google\\Service\\Doubleclicksearch\\Conversion
239 public function setChannel($channel) argument
241 $this->channel = $channel;
248 return $this->channel;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php84 * The channel number for the current token.
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 DCommonTokenFactory.php64 int $channel, argument
70 $token = new CommonToken($type, $source, $channel, $start, $stop);
H A DWritableToken.php17 public function setChannel(int $channel) : void; argument
H A DTokenFactory.php25 int $channel, argument
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java20 …public Region(BufferedImage master, String format, FileChannel channel, BufferedImage prev, boolea… in Region() argument
23 this.channel = channel; in Region()
59 private FileChannel channel; field in Region
91 image = new MappedImage(bImage, format, channel); in grabImage()
/plugin/xkcd/
H A Dsyntax.php40 $comicURL = $xml->channel->item->link;
42 $description = (string) $xml->channel->item->description;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3052 $channel = self::CHANNEL_EXEC;
3054 …if (isset($this->channel_status[$channel]) && $this->channel_status[$channel] == NET_SSH2_MSG_CHAN…
3055 return $channel;
3057 } while ($channel++ < self::CHANNEL_SUBSYSTEM);
3122 $channel = $this->get_interactive_channel();
3125 return $this->get_channel_packet($channel);
3985 …if (isset($channel) && isset($this->channel_status[$channel]) && isset($this->window_size_server_t…
4010 … if ($client_channel == $channel && $this->channel_status[$channel] == NET_SSH2_MSG_CHANNEL_DATA) {
4055 switch ($this->channel_status[$channel]) {
4126 if ($client_channel == $channel) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst39 version published on the PEAR channel; use Composer instead.
43 pear channel-discover pear.twig-project.org
75 channel):
79 pear channel-discover pear.twig-project.org
/plugin/tgnotify/
H A DREADME.rst7 A DokuWiki plugin that notifies a Telegram channel of page edits.
/plugin/combo/ComboStrap/
H A DColorRgb.php367 throw new ExceptionCompile("This color ($this) does not have any channel known, we can't transform it to hsl");
693 $toLuminanceFactor = function ($channel) {
694 $pigmentRatio = $channel / 255;
813 $channel = DataType::toInteger($color);
817 if ($channel < 0 and $channel > 255) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php24 /** @var array PSR-3 compatible loglevels and their prefix, color, output channel */
230 /** @var resource $channel */
231 list($prefix, $color, $channel) = $this->loglevel[$level];
235 $this->colors->ptln($prefix . $message, $color, $channel);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProduct.php70 public $channel; variable in Google\\Service\\ShoppingContent\\Product
498 public function setChannel($channel) argument
500 $this->channel = $channel;
507 return $this->channel;
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md27 (that are sent over the `hoa://Event/Exception` event channel), idle exceptions
28 (that are not sent over an event channel), uncaught exception handlers, errors
114 on the `hoa://Event/Exception` event channel (please, see [the `Hoa\Event`
127 Only the `Hoa\Exception\Idle` exceptions are not fired on the channel event.
219 IRC channel,
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js196 DrawioFileSync.prototype.channel = null; method in DrawioFileSync
271 this.channel = this.pusher.subscribe(this.channelId);
525 if (this.channel != null)
544 if (this.channel != null)
546 this.channel.bind('changed', this.changeListener);
1522 if (this.channel != null)
1524 this.channel.unbind('changed', this.changeListener);
1528 this.channel = null;
/plugin/slacknotifier/
H A DREADME.md3 A DokuWiki plugin that notifies a Slack channel room of wiki edits.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile18 RUN pecl channel-update pecl.php.net
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md40 will be sent using the `warning.channel` routing key instead of `warn.channel`

123456