Home
last modified time | relevance | path

Searched refs:allchannels (Results 1 – 10 of 10) sorted by relevance

/dports/biology/biosig/biosig-2.3.3/biosig4matlab/viewer/utils/
H A Dsviewer_channel.m77 allchannels = get(findobj('Tag','listbox_file'),'String'); variable
82 …neworder = [allchannels(1:act_pos-2);allchannels(act_pos);allchannels(act_pos-1);allchannels(act_p…
99 allchannels = get(findobj('Tag','listbox_file'),'String'); variable
103 if act_pos < size(allchannels,1)
104 …neworder = [allchannels(1:act_pos-1);allchannels(act_pos+1);allchannels(act_pos);allchannels(act_p…
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/Command/
H A DRemote.php450 if (isset($options['allchannels'])) {
452 unset($options['allchannels']);
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/Command/
H A DRemote.php450 if (isset($options['allchannels'])) {
452 unset($options['allchannels']);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/Command/
H A DRemote.php450 if (isset($options['allchannels'])) {
452 unset($options['allchannels']);
/dports/databases/redis-devel/redis-0e5b813/tests/unit/
H A Dacl.tcl210 test {Subscribers are pardoned if literal permissions are retained and/or gaining allchannels} {
223 r ACL setuser psuser allchannels
603 … test {default: with config acl-pubsub-default allchannels after reset, can access any channels} {
690 r CONFIG set acl-pubsub-default allchannels
706 test {Single channel is not valid with allchannels} {
707 r CONFIG set acl-pubsub-default allchannels
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddocument.h171 gboolean allchannels, gboolean convert, gchar *title);
H A Dchunk.h510 gboolean chunk_parse(Chunk *chunk, chunk_parse_proc proc, gboolean allchannels,
H A Ddocument.c552 gboolean allchannels, gboolean convert, gchar *title) in document_parse() argument
558 chunk_parse(d->chunk,proc,allchannels,convert,dither_editing, in document_parse()
565 chunk_parse(c,proc,allchannels,convert,dither_editing, in document_parse()
H A Dchunk.c526 gboolean allchannels, gboolean convert, int dither_mode, in chunk_parse() argument
552 if (allchannels) proc_size = full_size; in chunk_parse()
/dports/devel/pear-PEAR_Info/PEAR_Info-1.9.2/tests/pear_dir/.registry/
H A Dpear.reg57 * implement Request #10659: search allchannels [tias]