Home
last modified time | relevance | path

Searched refs:binds (Results 1 – 25 of 4445) sorted by relevance

12345678910>>...178

/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/tests/async/
H A Dtest_binds_api.lua11 local binds = {}
15 lousy.bind.add_bind(binds, "a", action)
18 lousy.bind.add_bind(binds, "gg", action)
19 lousy.bind.add_bind(binds, ":test", action)
21 lousy.bind.add_bind(binds, ":", action)
24 lousy.bind.add_bind(binds, "gT", action)
25 lousy.bind.add_bind(binds, "-", action)
27 assert.equal(12, #binds)
29 lousy.bind.hit(nil, binds, {}, "a", {})
53 lousy.bind.hit(nil, binds, {}, ":", {})
[all …]
/dports/www/luakit/luakit-2.3/tests/async/
H A Dtest_binds_api.lua11 local binds = {}
15 lousy.bind.add_bind(binds, "a", action)
18 lousy.bind.add_bind(binds, "gg", action)
19 lousy.bind.add_bind(binds, ":test", action)
21 lousy.bind.add_bind(binds, ":", action)
24 lousy.bind.add_bind(binds, "gT", action)
25 lousy.bind.add_bind(binds, "-", action)
27 assert.equal(12, #binds)
29 lousy.bind.hit(nil, binds, {}, "a", {})
53 lousy.bind.hit(nil, binds, {}, ":", {})
[all …]
/dports/audio/visp-go/visp-2585747/input/keys/
H A Dkeys.go20 binds []Binding member
28 binds: make([]Binding, 0),
38 s.binds = append(s.binds, binding)
44 for i := range s.binds {
53 s.binds[i] = s.binds[len(s.binds)-1]
56 s.binds = s.binds[:len(s.binds)-1]
90 binds = append(binds, s.find(seq, context)...)
92 return binds
98 for i := range s.binds {
100 binds = append(binds, s.binds[i])
[all …]
/dports/databases/p5-SQL-Maker/SQL-Maker-1.21/t/
H A D01_select.t18 is join(',', @binds), '';
24 is join(',', @binds), '';
30 is join(',', @binds), '';
84 is join(',', @binds), '';
183 is join(',', @binds), '';
193 is join(',', @binds), '';
199 is join(',', @binds), '';
205 is join(',', @binds), '';
259 is join(',', @binds), '';
358 is join(',', @binds), '';
[all …]
H A D01_update.t39 is join(',', @binds), 'baz,man,king';
45 is join(',', @binds), 'baz,man,king';
53 is join(',', @binds), 'baz,man,king';
60 is join(',', @binds), 'baz,man';
66 is join(',', @binds), '100,now';
72 is join(',', @binds), '100,now';
101 is join(',', @binds), 'baz,man,king';
107 is join(',', @binds), 'baz,man,king';
115 is join(',', @binds), 'baz,man,king';
122 is join(',', @binds), 'baz,man';
[all …]
H A D01_delete.t17 is join(',', @binds), 'baz,man';
24 is join(',', @binds), 'baz,man';
34 is join(',', @binds), 'baz,man';
41 is join(',', @binds), '';
50 is join(',', @binds), 'baz,man';
57 is join(',', @binds), 'baz,man';
67 is join(',', @binds), 'baz,man';
74 is join(',', @binds), '';
81 is join(',', @binds), 'baz,man';
88 is join(',', @binds), 'baz,man';
[all …]
/dports/audio/pms-devel/pms-c94e3c6/input/keys/
H A Dkeys.go19 binds []Binding member
27 binds: make([]Binding, 0),
37 s.binds = append(s.binds, Binding{Sequence: seq, Command: command})
43 for i := range s.binds {
46 s.binds[i] = s.binds[len(s.binds)-1]
49 s.binds = s.binds[:len(s.binds)-1]
83 for i := range s.binds {
85 binds = append(binds, s.binds[i])
88 return binds
94 if len(binds) != 1 {
[all …]
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/lousy/
H A Dbind.lua43 if binds.converted then return binds end
117 binds = convert_binds_table(binds)
145 binds = convert_binds_table(binds)
173 binds = convert_binds_table(binds)
219 binds = convert_binds_table(binds)
250 binds = convert_binds_table(binds)
259 binds = binds,
323 binds = convert_binds_table(binds)
331 binds = binds,
419 assert(binds and type(binds) == "table", "invalid binds table type: " .. type(binds))
[all …]
/dports/www/luakit/luakit-2.3/lib/lousy/
H A Dbind.lua43 if binds.converted then return binds end
117 binds = convert_binds_table(binds)
145 binds = convert_binds_table(binds)
173 binds = convert_binds_table(binds)
219 binds = convert_binds_table(binds)
250 binds = convert_binds_table(binds)
259 binds = binds,
323 binds = convert_binds_table(binds)
331 binds = binds,
419 assert(binds and type(binds) == "table", "invalid binds table type: " .. type(binds))
[all …]
/dports/net/wireguard-go/wireguard-go-0.0.20210424/conn/bindtest/
H A Dbindtest.go37 binds[0].rx4 = &arx4
38 binds[0].tx4 = &brx4
39 binds[1].rx4 = &brx4
40 binds[1].tx4 = &arx4
41 binds[0].rx6 = &arx6
42 binds[0].tx6 = &brx6
49 binds[0].source4 = binds[1].target4
50 binds[0].source6 = binds[1].target6
51 binds[1].source4 = binds[0].target4
52 binds[1].source6 = binds[0].target6
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/
H A Dinput.c56 int *binds, *binds_d; in in_alloc_binds() local
59 binds = calloc(key_count * IN_BINDTYPE_COUNT * 2, sizeof(binds[0])); in in_alloc_binds()
60 if (binds == NULL) in in_alloc_binds()
78 return binds; in in_alloc_binds()
94 free(dev->binds); in in_free()
95 dev->binds = NULL; in in_free()
142 if (binds == NULL) { in in_register()
147 memcpy(binds, binds + key_count * IN_BINDTYPE_COUNT, in in_register()
151 in_devices[i].binds = binds; in in_register()
896 binds = dev->binds; in in_clean_binds()
[all …]
/dports/www/kannel/gateway-1.4.4/gw/
H A Ddlr_redis.c106 List *binds; in dlr_redis_add() local
158 binds = gwlist_create(); in dlr_redis_add()
174 gwlist_destroy(binds, NULL); in dlr_redis_add()
177 binds = gwlist_create(); in dlr_redis_add()
198 gwlist_append(binds, tsclean); in dlr_redis_add()
203 gwlist_append(binds, os_mask); in dlr_redis_add()
236 gwlist_destroy(binds, NULL); in dlr_redis_add()
253 List *binds = gwlist_create(); in dlr_redis_get() local
293 gwlist_destroy(binds, NULL); in dlr_redis_get()
381 gwlist_destroy(binds, NULL); in dlr_redis_remove()
[all …]
H A Ddlr_sqlite3.c129 List *binds = gwlist_create(); in dlr_add_sqlite3() local
149 gwlist_append(binds, entry->smsc); /* ?1 */ in dlr_add_sqlite3()
150 gwlist_append(binds, entry->timestamp); /* ?2 */ in dlr_add_sqlite3()
151 gwlist_append(binds, entry->source); /* ?3 */ in dlr_add_sqlite3()
167 gwlist_destroy(binds, NULL); in dlr_add_sqlite3()
176 List *binds = gwlist_create(); in dlr_remove_sqlite3() local
209 gwlist_destroy(binds, NULL); in dlr_remove_sqlite3()
220 List *binds = gwlist_create(); in dlr_get_sqlite3() local
253 gwlist_destroy(binds, NULL); in dlr_get_sqlite3()
282 List *binds = gwlist_create(); in dlr_update_sqlite3() local
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuInputHandler.pas378 binds.binds[binds.indices[code]]:= value
382 binds.indices[code]:= binds.lastIndex;
383 binds.binds[binds.indices[code]]:= value
517 … if (CurrentBinds.binds[CurrentBinds.indices[t]] <> binds.binds[binds.indices[t]]) and tkbd[t] then
525 binds:= binds; // avoid hint
731 i:= Low(binds.binds);
732 while (i <= High(binds.binds)) and (binds.binds[i] <> KeyName) do
735 if (i <= High(binds.binds)) then
744 binds.binds[i]:= ''
749 else if i >= High(binds.binds) then
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuInputHandler.pas378 binds.binds[binds.indices[code]]:= value
382 binds.indices[code]:= binds.lastIndex;
383 binds.binds[binds.indices[code]]:= value
517 … if (CurrentBinds.binds[CurrentBinds.indices[t]] <> binds.binds[binds.indices[t]]) and tkbd[t] then
525 binds:= binds; // avoid hint
731 i:= Low(binds.binds);
732 while (i <= High(binds.binds)) and (binds.binds[i] <> KeyName) do
735 if (i <= High(binds.binds)) then
744 binds.binds[i]:= ''
749 else if i >= High(binds.binds) then
[all …]
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Plan/
H A DConstant.pm42 my @binds = @_;
43 my $self = $class->SUPER::new( \@binds );
73 my $binds = $self->[1] || [];
74 return @$binds;
85 my @binds = $self->bindings;
86 return 0 unless scalar(@binds) == 1;
87 my @keys = keys %{ $binds[0] };
100 my $binds = $self->[1];
101 if ($self->[0]{'index'} > $#{ $binds }) {
192 my $binds = $self->[1];
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/menu/widgets/
H A Dinputbindingwidget.cpp101 const controlconfig_t *binds = self().binds; in DENG2_PIMPL() local
105 if (binds->controlName) in DENG2_PIMPL()
334 , binds(nullptr) in InputBindingWidget()
361 if (binds->command && !strcmp(binds->command, "menuselect")) in handleCommand()
444 if (binds->command) in handleEvent_Privileged()
461 else if (binds->controlName) in handleEvent_Privileged()
523 DENG2_ASSERT(binds); in controlName()
525 if (PTR2INT(binds->text) > 0 && PTR2INT(binds->text) < NUMTEXT) in controlName()
529 return binds->text; in controlName()
534 DENG2_ASSERT(binds); in bindContext()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/schemify/
H A Dunnest-let.rkt34 [`(,let-id (,binds ...) . ,body)
38 (let loop ([binds binds]
39 [accum-binds '()]
43 [(null? binds)
53 (match (car binds)
67 (match (car binds)
81 (cons `[,id ,body] (append inner-binds accum-binds))
84 [else (loop (cdr binds)
85 (cons (car binds) accum-binds)
91 (loop (cdr binds)
[all …]
/dports/lang/racket/racket-8.3/src/schemify/
H A Dunnest-let.rkt34 [`(,let-id (,binds ...) . ,body)
38 (let loop ([binds binds]
39 [accum-binds '()]
43 [(null? binds)
53 (match (car binds)
67 (match (car binds)
81 (cons `[,id ,body] (append inner-binds accum-binds))
84 [else (loop (cdr binds)
85 (cons (car binds) accum-binds)
91 (loop (cdr binds)
[all …]
/dports/games/retroarch/RetroArch-1.9.7/input/drivers/
H A Duwp_input.c58 const struct retro_keybind **binds, in uwp_input_state() argument
77 if (binds[port][i].valid) in uwp_input_state()
80 ((binds[port][i].key < RETROK_LAST) in uwp_input_state()
90 if (binds[port][i].valid) in uwp_input_state()
93 binds[port][i].mbutton, false)) in uwp_input_state()
103 if (binds[port][id].valid) in uwp_input_state()
105 if ((binds[port][id].key < RETROK_LAST) in uwp_input_state()
112 binds[port][id].mbutton, false)) in uwp_input_state()
118 if (binds[port]) in uwp_input_state()
132 id_minus_key = binds[port][id_minus].key; in uwp_input_state()
[all …]
/dports/www/kannel-sqlbox/kannel-sqlbox-1.0.1/gw/
H A Dsqlbox_oracle.c102 List *res, *row, *binds = gwlist_create(); in oracle_fetch_msg() local
159 gwlist_append(binds, id); /* :1 */ in oracle_fetch_msg()
163 sql_update(pc, delet, binds); in oracle_fetch_msg()
165 gwlist_destroy(binds, NULL); in oracle_fetch_msg()
194 List *binds = gwlist_create(); in oracle_save_msg() local
204 gwlist_append(binds, momt); /* :1 */ in oracle_save_msg()
209 gwlist_append(binds, st_num(msg->sms.time)); /* :6 */ in oracle_save_msg()
215 gwlist_append(binds, st_num(msg->sms.mwi)); /* :12 */ in oracle_save_msg()
222 gwlist_append(binds, st_num(msg->sms.pid)); /* :19 */ in oracle_save_msg()
233 sql_update(pc, sql, binds); in oracle_save_msg()
[all …]
/dports/www/kannel/gateway-1.4.4/addons/sqlbox/gw/
H A Dsqlbox_oracle.c102 List *res, *row, *binds = gwlist_create(); in oracle_fetch_msg() local
159 gwlist_append(binds, id); /* :1 */ in oracle_fetch_msg()
163 sql_update(pc, delet, binds); in oracle_fetch_msg()
165 gwlist_destroy(binds, NULL); in oracle_fetch_msg()
194 List *binds = gwlist_create(); in oracle_save_msg() local
204 gwlist_append(binds, momt); /* :1 */ in oracle_save_msg()
209 gwlist_append(binds, st_num(msg->sms.time)); /* :6 */ in oracle_save_msg()
215 gwlist_append(binds, st_num(msg->sms.mwi)); /* :12 */ in oracle_save_msg()
222 gwlist_append(binds, st_num(msg->sms.pid)); /* :19 */ in oracle_save_msg()
233 sql_update(pc, sql, binds); in oracle_save_msg()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/local_function/aux_/macro/code_/
H A Dfunctor.hpp351 , BOOST_PP_LIST_IS_CONS(binds) \
362 , BOOST_PP_LIST_IS_CONS(binds) \
424 binds) \
439 binds)))), \
542 binds) \
575 0 /* not const-bind */ ), binds) \
607 0 /* no const */ ), binds) \
627 binds) \
660 , BOOST_PP_LIST_IS_CONS(binds) \
672 , BOOST_PP_LIST_IS_CONS(binds) \
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/local_function/aux_/macro/code_/
H A Dfunctor.hpp351 , BOOST_PP_LIST_IS_CONS(binds) \
362 , BOOST_PP_LIST_IS_CONS(binds) \
424 binds) \
439 binds)))), \
542 binds) \
575 0 /* not const-bind */ ), binds) \
607 0 /* no const */ ), binds) \
627 binds) \
660 , BOOST_PP_LIST_IS_CONS(binds) \
672 , BOOST_PP_LIST_IS_CONS(binds) \
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/local_function/aux_/macro/code_/
H A Dfunctor.hpp351 , BOOST_PP_LIST_IS_CONS(binds) \
362 , BOOST_PP_LIST_IS_CONS(binds) \
424 binds) \
439 binds)))), \
542 binds) \
575 0 /* not const-bind */ ), binds) \
607 0 /* no const */ ), binds) \
627 binds) \
660 , BOOST_PP_LIST_IS_CONS(binds) \
672 , BOOST_PP_LIST_IS_CONS(binds) \
[all …]

12345678910>>...178