Home
last modified time | relevance | path

Searched refs:channels (Results 26 – 50 of 83) sorted by relevance

1234

/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php59 var pfc_defaultchan = <?php echo $json->encode($c->channels); ?>;
60 var pfc_userchan = <?php $list = array(); foreach($u->channels as $item) {$list[] = $i…
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php59 var pfc_defaultchan = <?php echo $json->encode($c->channels); ?>;
60 var pfc_userchan = <?php $list = array(); foreach($u->channels as $item) {$list[] = $i…
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php251 public $channels; variable in Google_Candidate
264 public function setChannels(/* array(Google_Channel) */ $channels) { argument
265 $this->assertIsArray($channels, 'Google_Channel', __METHOD__);
266 $this->channels = $channels;
269 return $this->channels;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMappedImage.java11 import java.nio.channels.FileChannel;
12 import java.nio.channels.FileChannel.MapMode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php449 'channels',
453 'path' => 'v1/advertisers/{+advertiserId}/channels',
467 'path' => 'v1/advertisers/{+advertiserId}/channels/{+channelId}',
486 'path' => 'v1/advertisers/{+advertiserId}/channels',
516 'path' => 'v1/advertisers/{+advertiserId}/channels/{channelId}',
2654 'channels',
2658 'path' => 'v1/partners/{+partnerId}/channels',
2672 'path' => 'v1/partners/{+partnerId}/channels/{+channelId}',
2691 'path' => 'v1/partners/{+partnerId}/channels',
2721 'path' => 'v1/partners/{+partnerId}/channels/{channelId}',
[all …]
H A DCalendar.php56 public $channels; variable in Google\\Service\\Calendar
414 'channels',
418 'path' => 'channels/stop',
H A DDrive.php65 public $channels; variable in Google\\Service\\Drive
254 'channels',
258 'path' => 'channels/stop',
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml37 channels:
/plugin/freechat/phpfreechat/src/commands/
H A Dkick.class.php44 $channame = $u->channels[$recipientid]["name"];
H A Dquit.class.php22 foreach( $u->channels as $id => $chandetail )
H A Dinvite.class.php54 …$channeltarget = isset($params[1]) ? $params[1] : $u->channels[$recipientid]["name"]; // Default: …
H A Dban.class.php30 $channame = $u->channels[$recipientid]["name"];
H A Dnick.class.php56 foreach($u->channels as $id => $chan)
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php135 var $channels = array(); variable in pfcGlobalConfig
728 if (is_array($this->channels) &&
729 count($this->channels) == 0 &&
731 $this->channels = array(_pfc("My room"));
H A Dphpfreechat.class.php244 if (isset($u->channels[$recipientid]))
246 $recipient = $u->channels[$recipientid]["recipient"];
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO18 PNG with alpha channels
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DREADME.md21 …hields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject)
85 * On the [`#hoaproject`](https://webchat.freenode.net/?channels=#hoaproject)
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md21 …hields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject)
91 * On the [`#hoaproject`](https://webchat.freenode.net/?channels=#hoaproject)
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt91 ['channels']=>integer() // number of audio channels
188 ['channels']=>integer() //
390 ['channels']=>integer() //
428 ['channels']=>integer() //
473 ['channels']=>integer() //
765 ['channels']=>integer() //
883 ['channels']=>integer() //
1024 ['channels']=>integer() //
1493 ['channels']=>integer() //
2103 ['channels']=>integer() //
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js533 channels = data.length,
534 output = new Float32Array(frameLength * channels),
538 for (var i = 0; i < channels; i++) {
547 var channels = this.config.chanConfig;
557 for (var i = 0; i < channels; i++) {
562 for (var i = 0; i < elements.length && channel < channels; i++) {
987 function FilterBank(smallFrames, channels) { argument
1001 this.overlaps = new Array(channels);
1002 for (var i = 0; i < channels; i++) {
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md37 channels as Q&A platforms (such as Stackoverflow), Forums, Local PHP user groups.
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md21 …hields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject)
148 * On the [`#hoaproject`](https://webchat.freenode.net/?channels=#hoaproject)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md21 …hields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject)
170 * On the [`#hoaproject`](https://webchat.freenode.net/?channels=#hoaproject)
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md21 …hields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject)
151 * On the [`#hoaproject`](https://webchat.freenode.net/?channels=#hoaproject)
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md21 …hields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject)
212 * On the [`#hoaproject`](https://webchat.freenode.net/?channels=#hoaproject)

1234