Home
last modified time | relevance | path

Searched refs:this_channel (Results 1 – 17 of 17) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/signal/src/evalresp/
H A Devresp.c251 struct channel this_channel; in evresp_itp() local
282 GblChanPtr = &this_channel; in evresp_itp()
436 this_channel.staname,this_channel.locid, in evresp_itp()
437 this_channel.chaname); in evresp_itp()
503 check_channel(&this_channel); in evresp_itp()
517 …if (this_channel.first_stage->first_blkt != NULL && this_channel.first_stage->first_blkt->type == … in evresp_itp()
563 free_channel(&this_channel); in evresp_itp()
580 free_channel(&this_channel); in evresp_itp()
634 this_channel.staname,this_channel.locid, in evresp_itp()
731 …if (this_channel.first_stage->first_blkt != NULL && this_channel.first_stage->first_blkt->type == … in evresp_itp()
[all …]
H A Dparse_fctns.c1425 struct channel *this_channel) { in find_resp() argument
1434 while((test = get_channel(fptr, this_channel)) != 0) { in find_resp()
1439 string_match(this_channel->network,scn->network,"-g"); in find_resp()
1442 testTime = in_epoch(datime, this_channel->beg_t, this_channel->end_t); in find_resp()
1469 struct channel *this_channel) { in get_resp() argument
1472 while((test = get_channel(fptr, this_channel)) != 0) { in get_resp()
1474 if(string_match(this_channel->staname,scn->station,"-g") && in get_resp()
1476 string_match(this_channel->network,scn->network,"-g")) && in get_resp()
1477 string_match(this_channel->locid,scn->locid,"-g") && in get_resp()
1478 string_match(this_channel->chaname,scn->channel,"-g") && in get_resp()
[all …]
/dports/net/bird2/bird-2.0.8/proto/pipe/
H A Dconfig.Y23 proto: pipe_proto '}' { this_channel = NULL; } ;
31 this_channel = proto_cf_main_channel(this_proto);
32 if (!this_channel) {
33 this_channel = channel_config_new(NULL, NULL, 0, this_proto);
34 this_channel->in_filter = FILTER_ACCEPT;
35 this_channel->out_filter = FILTER_ACCEPT;
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/default/
H A Dchannel.php27 <?php if ($_SESSION["show_channel_icons"] && !empty($this_channel->icon)) { ?>
28 <img src="<?php echo $this_channel->icon ?>">
30 …Channel <?php echo $this_channel->channum ?>: <?php echo $this_channel->callsign ?> on <?php echo…
35 …"><?php channel_select('onchange="$(\'program_listing\').submit()"', $this_channel->chanid) ?></td>
36 …<td class="x-day"><a href="<?php echo root_url ?>tv/channel/<?php echo $this_channel->chanid, '/',…
39 …<a href="<?php echo root_url ?>tv/channel/<?php echo $this_channel->chanid, '/', $_SESSION['list_t…
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/wap/
H A Dchannel.php17 global $this_channel;
22 …<?php echo t('Channel') ?> <?php $this_channel->channum ?> <b><?php echo $this_channel->callsign ?…
53 global $this_channel;
55 if (!is_array($this_channel->programs))
59 foreach ($this_channel->programs as $show) {
H A Ddetail.php18 <a href="<?php echo root_url ?>tv/channel/<?php echo $this_channel->chanid ?>" >
19 <?php echo $_SESSION["prefer_channum"] ? $this_channel->channum : $this_channel->callsign ?> &nbsp;
20 <?php echo $_SESSION["prefer_channum"] ? $this_channel->callsign : $this_channel->channum ?></a><br…
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/lite/
H A Dchannel.php23 <?php if ($_SESSION["show_channel_icons"] && !empty($this_channel->icon)) { ?>
24 <td align="right"><img src="<?php echo $this_channel->icon ?>" height="30" width="30"></td>
27 …Channel <?php echo $this_channel->channum ?>: <?php echo $this_channel->callsign ?> on <?php echo…
47 if (is_array($this_channel->programs)) {
58 foreach ($this_channel->programs as $show) {
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stages/
H A Dstages.cc141 float this_channel[kBlockSize]; variable
183 f, 0.5f, this_channel, size); in ProcessOuroboros()
187 f, 0.5f, this_channel, size); in ProcessOuroboros()
192 f, 0.5f, this_channel, size); in ProcessOuroboros()
196 f, 0.5f, this_channel, size); in ProcessOuroboros()
200 f, 0.75f, this_channel, size); in ProcessOuroboros()
205 f, 0.9f, this_channel, size); in ProcessOuroboros()
214 sum[i] += this_channel[i] * am.Next(); in ProcessOuroboros()
218 const float* source = channel == 0 ? sum : this_channel; in ProcessOuroboros()
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/
H A Dchannel.php20 $this_channel =& Channel::find($_REQUEST['chanid']); variable
30 if (!$_REQUEST['chanid'] || !$this_channel->chanid) {
37 $this_channel->chanid);
44 $this_channel->chanid);
/dports/net/bird2/bird-2.0.8/nest/
H A Dconfig.Y21 static struct channel_config *this_channel; variable
81 this_channel = NULL; in proto_postconfig()
257 if (this_channel->net_type && ($2->addr_type != this_channel->net_type))
259 this_channel->table = $2;
261 | IMPORT imexport { this_channel->in_filter = $2; }
262 | EXPORT imexport { this_channel->out_filter = $2; }
264 | IMPORT LIMIT limit_spec { this_channel->in_limit = $3; }
268 | RPKI RELOAD bool { this_channel->rpki_reload = $3; }
274 | DEBUG debug_mask { this_channel->debug = $2; }
289 if (!this_channel->table)
[all …]
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dconfig.Y16 #define BGP_CC ((struct bgp_channel_config *) this_channel)
223 this_channel = channel_config_get(&channel_bgp, desc->name, desc->net, this_proto);
254 …ssing lladdr option is deprecated and ignored, remove it", this_proto->name, this_channel->name); }
295 if (!this_channel->table)
298 this_channel = NULL;
/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Dds.c320 int start_channel, this_channel; in SSInitChannel() local
374 this_channel = SSMixer.ch_cur; in SSInitChannel()
378 return this_channel; in SSInitChannel()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dxmlchan.c6995 this = (AstXmlChan *) this_channel; in Read()
7092 this = (AstXmlChan *) this_channel; in ReadClassData()
7207 this = (AstXmlChan *) this_channel; in ReadDouble()
7325 this = (AstXmlChan *) this_channel; in ReadInt()
7437 this = (AstXmlChan *) this_channel; in ReadObject()
7536 this = (AstXmlChan *) this_channel; in ReadString()
11996 this = (AstXmlChan *) this_channel; in WriteBegin()
12157 this = (AstXmlChan *) this_channel; in WriteDouble()
12270 this = (AstXmlChan *) this_channel; in WriteEnd()
12446 this = (AstXmlChan *) this_channel; in WriteInt()
[all …]
H A Dfitschan.c16397 this = (AstFitsChan *) this_channel; in GetFull()
16782 this = (AstFitsChan *) this_channel; in GetNextData()
17105 this = (AstFitsChan *) this_channel; in GetSkip()
37881 astGET_GLOBALS(this_channel); in Write()
38090 astGET_GLOBALS(this_channel); in WriteBegin()
38219 astGET_GLOBALS(this_channel); in WriteDouble()
38289 astGET_GLOBALS(this_channel); in WriteEnd()
38477 astGET_GLOBALS(this_channel); in WriteInt()
38559 astGET_GLOBALS(this_channel); in WriteIsA()
38692 astGET_GLOBALS(this_channel); in WriteObject()
[all …]
H A Dstcschan.c2422 static AstObject *Read( AstChannel *this_channel, int *status ) { in Read() argument
2517 this = (AstStcsChan *) this_channel; in Read()
5902 static int Write( AstChannel *this_channel, AstObject *object, int *status ) { in Write() argument
5967 astGET_GLOBALS(this_channel); in Write()
5970 this = (AstStcsChan *) this_channel; in Write()
/dports/graphics/openrm/rm160/rm/
H A Drmframe.c664 RMenum this_channel; in private_rmSubTreeFrame() local
731 this_channel = RM_ALL_CHANNELS; in private_rmSubTreeFrame()
735 this_channel = RM_LEFT_CHANNEL; in private_rmSubTreeFrame()
739 this_channel = RM_RIGHT_CHANNEL; in private_rmSubTreeFrame()
741 this_channel = RM_ALL_CHANNELS; in private_rmSubTreeFrame()
784 s.which_channel = this_channel; in private_rmSubTreeFrame()
812 s.which_channel = this_channel; in private_rmSubTreeFrame()
851 s.which_channel = this_channel; in private_rmSubTreeFrame()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dconfig.Y248 $$ = this_channel = channel_config_get(NULL, net_label[$1], $1, this_proto);
251 if (this_channel == proto_cf_main_channel(this_proto))