Home
last modified time | relevance | path

Searched refs:tabkey (Results 1 – 25 of 85) sorted by relevance

1234

/dports/irc/epic5/epic5-2.1.6/script/
H A Dtabkey.ce40 # * tabkey.default is also called if tabkey.cmd() returns nothing. If
43 # * tabkey.default is also called by $tabkey.cmd() if it cannot find an
301 # This prevents tabkey.main from falling back to tabkey.default if
354 @ function_return = tabkey.nofallback($tabkey.method.chan($*));
384 tabkey.recurse 1;
394 @ function_return = tabkey.nofallback($tabkey.method.file($*));
443 @ function_return = tabkey.nofallback($tabkey.method.chan($*));
453 @ function_return = tabkey.nofallback($tabkey.method.chan($*));
458 @ function_return = tabkey.nofallback($tabkey.method.file($*));
463 @ function_return = tabkey.nofallback($tabkey.method.file($*));
[all …]
H A Dtabkey.sjh3 # hop's tabkey script + my mods.
5 package tabkey.sjh;
/dports/irc/epic4/epic4-2.10.9/script/
H A Dtabkey.ce20 # * tabkey.default is also called if tabkey.cmd() returns nothing. If
23 # * tabkey.default is also called by $tabkey.cmd() if it cannot find an
57 package tabkey.ce
59 alias tabkey.default tabkey.method.nickchan
61 alias tabkey.main {
96 alias tabkey.cmd {
149 alias tabkey.cmd.eval tabkey.recurse 1
150 alias tabkey.cmd.repeat tabkey.recurse 2
158 alias tabkey.cmd.dcc.resume tabkey.cmd.dcc.send
216 return $remws(/ $tabkey.method.chan($*) $tabkey.method.nick($*))
[all …]
H A Dtabkey.th2 # These are my tabkey routines. Pressing the tabkey with nothing in your buffer
10 bind ^i parse_command proc.tabkey
12 alias proc.tabkey
/dports/irc/epic4/help/8_Scripts/
H A Dtc7 essentially the same manner as tabkey; the differences between the two
9 Externally, it is completely compatible with tabkey.
12 load(5); tabkey(8); tabkey.wc(8)
H A Dtabkey1 # $EPIC: tabkey,v 1.2 2000/10/03 23:04:59 jnelson Exp $
3 load tabkey
21 load(5); msg(1); tabkey.wc(8); tc(8)
H A Denvironment16 events(8); events.hop(8); load(5); notify(1); on(5); tabkey(8);
17 tabkey.wc(8); tc(8)
/dports/www/moodle310/moodle/mod/glossary/
H A Dformats.php270 foreach ($glossarytabs as $tabkey => $tabvalue) {
271 if (in_array($tabkey, $visibletabs)) {
273 <option value="<?php echo $tabkey ?>" selected="selected"><?php echo $tabvalue ?></option>
277 <option value="<?php echo $tabkey ?>"><?php echo $tabvalue ?></option>
/dports/www/moodle311/moodle/mod/glossary/
H A Dformats.php270 foreach ($glossarytabs as $tabkey => $tabvalue) {
271 if (in_array($tabkey, $visibletabs)) {
273 <option value="<?php echo $tabkey ?>" selected="selected"><?php echo $tabvalue ?></option>
277 <option value="<?php echo $tabkey ?>"><?php echo $tabvalue ?></option>
/dports/www/moodle39/moodle/mod/glossary/
H A Dformats.php270 foreach ($glossarytabs as $tabkey => $tabvalue) {
271 if (in_array($tabkey, $visibletabs)) {
273 <option value="<?php echo $tabkey ?>" selected="selected"><?php echo $tabvalue ?></option>
277 <option value="<?php echo $tabkey ?>"><?php echo $tabvalue ?></option>
/dports/irc/ircII/ircii-20210314/help/load/
H A Dtabkey1 ! $eterna: tabkey,v 1.8 2018/06/10 08:17:41 mrg Exp $
9 Usage: LOAD tabkey
10 Here is the very widely used and useful script, tabkey, also known
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/help/bind/
H A Dinsert_tabkey_next9 Insert the next entry from the tabkey list.
10 The tabkey list includes all the users you have
H A Dinsert_tabkey_prev9 Insert the previous entry from the tabkey list.
10 The tabkey list includes all the users you have
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/
H A Dtable.c159 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() argument
199 our_e->key = tabkey; in insert()
322 upb_tabkey tabkey; in upb_strtable_insert3() local
333 tabkey = strcopy(key, a); in upb_strtable_insert3()
334 if (tabkey == 0) return false; in upb_strtable_insert3()
337 insert(&t->t, key, tabkey, v, hash, &strhash, &streql); in upb_strtable_insert3()
350 upb_tabkey tabkey; in upb_strtable_remove3() local
351 if (rm(&t->t, strkey2(key, len), val, &tabkey, hash, &streql)) { in upb_strtable_remove3()
354 upb_free(alloc, (void*)tabkey); in upb_strtable_remove3()
/dports/irc/sic/sic-0.23a/
H A DCHANGES60 - fixed bad interaction between enhanced tabkey and DCCs.
63 - [nick] would crash the client when using extended syntax (tabkey).
76 - tabkey for dcc chats bugfix.
131 - cleaned up tabkey for use with services.
132 - finally fixed tabkey.
142 - fixed tabkey for =nicks.
158 - tabkey fixes.
245 - smarter tabkey and spacekey behaviours.
251 - "/ctcp nick foo" doesn't add nick to the tabkey list anymore.
H A DMakefile.in26 format.o input.o option.o sic.o server.o tabkey.o \
85 tabkey.o : setup.h struct.h
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/
H A Dtable.c171 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() argument
212 our_e->key = tabkey; in insert()
332 upb_tabkey tabkey; in upb_strtable_insert3() local
345 tabkey = strcopy(key, a); in upb_strtable_insert3()
346 if (tabkey == 0) return false; in upb_strtable_insert3()
349 insert(&t->t, key, tabkey, v, hash, &strhash, &streql); in upb_strtable_insert3()
362 upb_tabkey tabkey; in upb_strtable_remove3() local
363 if (rm(&t->t, strkey2(key, len), val, &tabkey, hash, &streql)) { in upb_strtable_remove3()
364 upb_free(alloc, (void*)tabkey); in upb_strtable_remove3()
/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/
H A Dtable.c198 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() argument
238 our_e->key = tabkey; in insert()
494 upb_tabkey tabkey; in upb_strtable_insert() local
505 tabkey = strcopy(key, a); in upb_strtable_insert()
506 if (tabkey == 0) return false; in upb_strtable_insert()
509 insert(&t->t, key, tabkey, v, hash, &strhash, &streql); in upb_strtable_insert()
522 upb_tabkey tabkey; in upb_strtable_remove() local
523 return rm(&t->t, strkey2(key, len), val, &tabkey, hash, &streql); in upb_strtable_remove()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/upb/upb/
H A Dtable.c198 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() argument
238 our_e->key = tabkey; in insert()
494 upb_tabkey tabkey; in upb_strtable_insert() local
505 tabkey = strcopy(key, a); in upb_strtable_insert()
506 if (tabkey == 0) return false; in upb_strtable_insert()
509 insert(&t->t, key, tabkey, v, hash, &strhash, &streql); in upb_strtable_insert()
522 upb_tabkey tabkey; in upb_strtable_remove() local
523 return rm(&t->t, strkey2(key, len), val, &tabkey, hash, &streql); in upb_strtable_remove()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/
H A Dtable.c198 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() argument
238 our_e->key = tabkey; in insert()
494 upb_tabkey tabkey; in upb_strtable_insert() local
505 tabkey = strcopy(key, a); in upb_strtable_insert()
506 if (tabkey == 0) return false; in upb_strtable_insert()
509 insert(&t->t, key, tabkey, v, hash, &strhash, &streql); in upb_strtable_insert()
522 upb_tabkey tabkey; in upb_strtable_remove() local
523 return rm(&t->t, strkey2(key, len), val, &tabkey, hash, &streql); in upb_strtable_remove()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/help/
H A Dcleartab9 Clears tabkey list
/dports/irc/ircII/ircii-20210314/script/
H A Dglobal17 load tabkey
H A Dfnet3 # The 'tabkey' script is needed as well for the proper operation of
94 # All this functionality is in the tabkey script
95 load tabkey
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/
H A DWETabItem.m171 NSString *tabkey;
173 tabkey = [_ctx currentElementID];
175 [_ctx appendElementIDComponent:tabkey];
178 [tmp setValue:tabkey inComponent:[_ctx component]];
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/
H A DWETabItem.m171 NSString *tabkey;
173 tabkey = [_ctx currentElementID];
175 [_ctx appendElementIDComponent:tabkey];
178 [tmp setValue:tabkey inComponent:[_ctx component]];

1234