Home
last modified time | relevance | path

Searched refs:channel (Results 76 – 100 of 126) sorted by last modified time

123456

/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md29 We are often on [IRC][5], in the #sabredav channel on freenode. If there's
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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 …]
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 …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt1053 ['dual channel']=>integer() //
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …k breplace bset btrunc bunset bwrite \" +\n \"channel clear clearall cl…
/plugin/xkcd/
H A Dsyntax.php40 $comicURL = $xml->channel->item->link;
42 $description = (string) $xml->channel->item->description;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3517 var defer, channel, port;
3563 channel = new MessageChannel();
3564 port = channel.port2;
3565 channel.port1.onmessage = listener;
H A Dpdf.js.map1channel","port","setTimeout","set","clear","un","macrotask","Observer","flush","parent","head","la…
H A Dpdf.worker.js4686 var defer, channel, port;
4732 channel = new MessageChannel();
4733 port = channel.port2;
4734 channel.port1.onmessage = listener;
H A Dpdf.worker.js.map1channel","port","setTimeout","set","clear","un","macrotask","Observer","flush","parent","head","la…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1channel","port1","port2","installMessageChannelImplementation","script","onreadystatechange","inst…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js5779 var channel = new MessageChannel();
5780 channel.port1.onmessage = function(event) {
5786 channel.port2.postMessage(handle);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3250 var channel=ioService.newChannel(aURL,null,null);
3251 var input=channel.open();
18728 channel: 1, property in AnonymousFunction7f0ac55719600.updateSelfPropertiesIgnore
18776 channel: 1, property in AnonymousFunction7f0ac55719600.updateXHRPropertiesIgnore
21231 var channel = spy.xhrRequest.channel;
21232 if (channel instanceof Ci.nsIHttpChannel)
21234 channel.visitRequestHeaders({
21251 var channel = spy.xhrRequest.channel;
21252 if (channel instanceof Ci.nsIHttpChannel)
21254 channel.visitResponseHeaders({
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md92 IRC channel,
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md213 IRC channel,
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md75 In Hoa, an event channel has the following form:
77 `hoa://Event/Exception` channel contains all exceptions that have been thrown.
149 IRC channel,
/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/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md286 IRC 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/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md483 IRC channel,
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md550 IRC channel,
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DREADME.md86 IRC channel,
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md240 on the `hoa://Event/Exception` event channel.
263 IRC channel,

123456