Home
last modified time | relevance | path

Searched refs:key_key (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/widelands/widelands-build21/src/scripting/
H A Dlua_bases.cc353 const std::string key_key = depth + "_" + std::to_string(i); in save_table_recursively() local
359 (*type)[key_key] = type_name; in save_table_recursively()
363 (*data)[key_key] = luaL_checkstring(L, -1); in save_table_recursively()
380 (*keys)[key_key] = luaL_checkstring(L, -1); in save_table_recursively()
477 const char* key_key = key_key_str.c_str(); in push_table_recursively() local
478 if (keys_section->has_val(key_key)) { in push_table_recursively()
480 lua_pushstring(L, keys_section->get_string(key_key)); in push_table_recursively()
487 const std::string type = type_section->get_string(key_key); in push_table_recursively()
490 lua_pushboolean(L, data_section->get_bool(key_key)); in push_table_recursively()
492 lua_pushinteger(L, data_section->get_int(key_key)); in push_table_recursively()
[all …]
/dports/devel/xwpe/xwpe-1.5.30a/
H A Dwe_term.c52 char *key_f[KEYFN], *key_key; variable
215 if (!key_key) in init_kkey()
217 key_key = MALLOC(2); in init_kkey()
218 key_key[0] = tmp[1]; in init_kkey()
219 key_key[1] = '\0'; in init_kkey()
224 for (i = 0; key_key[i] != '\0'; i++) in init_kkey()
225 if (key_key[i] == tmp[1]) in init_kkey()
227 key_key = REALLOC(key_key, i + 2); in init_kkey()
228 key_key[i] = tmp[1]; in init_kkey()
229 key_key[i + 1] = '\0'; in init_kkey()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dgitlab_deploy_key.py145 def createOrUpdateDeployKey(self, project, key_title, key_key, options): argument
151 if self.deployKeyObject and self.deployKeyObject.key != key_key:
159 'key': key_key,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/source_control/gitlab/
H A Dgitlab_deploy_key.py145 def createOrUpdateDeployKey(self, project, key_title, key_key, options): argument
151 if self.deployKeyObject and self.deployKeyObject.key != key_key:
159 'key': key_key,
/dports/security/keynote/keynote-2.3/
H A Dauxil.c114 s = kl2->key_key; in keynote_in_action_authorizers()
131 if (kn_keycompare(kl->key_key, s, alg) == RESULT_TRUE) in keynote_in_action_authorizers()
167 kl->key_key = dc.dec_key; in keynote_keylist_add()
290 keynote_free_key(kl->key_key, kl->key_alg); in keynote_keylist_free()
H A Dkeynote.l650 as->as_authorizer = keynote_keypred_keylist->key_key;
658 as->as_signature = keynote_keypred_keylist->key_key;
661 keynote_keypred_keylist->key_key = (char *) NULL;
H A Dkeynote.h48 void *key_key; member
H A Dassertion.h50 void *key_key; member
H A Dparse_assertion.c84 switch (keynote_in_action_authorizers(kl->key_key, kl->key_alg)) in rec_evaluate_query()
109 ast = keynote_find_assertion(kl->key_key, i, kl->key_alg); in rec_evaluate_query()
H A Dkeynote.y681 key = kl->key_key;
/dports/security/p5-Crypt-AppleTwoFish/Crypt-AppleTwoFish-0.051/lib/Crypt/
H A DAppleTwoFish.pm367 my $key_key = substr $sha1->digest, 1, 16;
368 print "The key key (for the priv keys) is $key_key\n" if $self->{DEBUG};
369 return $key_key;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/source_control/
H A Dgitlab_deploy_key.py155 def createOrUpdateDeployKey(self, project, key_title, key_key, options): argument
162 'key': key_key,
/dports/games/eureka/eureka-1.27b-source/src/
H A Dui_prefs.cc657 Fl_Button *key_key; member in UI_Preferences
848 { key_key = new Fl_Button(25, 87, 125, 25, "KEY"); in UI_Preferences()
849 key_key->color((Fl_Color)231); in UI_Preferences()
850 key_key->align(Fl_Align(FL_ALIGN_INSIDE)); in UI_Preferences()
851 key_key->callback((Fl_Callback*)sort_key_callback, this); in UI_Preferences()
1200 else if (w == prefs->key_key) in sort_key_callback()
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_menu.cpp722 char *key_key = kry_strdup_printf(KRY_LOC "%s//Key", accel_path); in gui_menu_create_widget() local
723 int key = app.prefs->GetInt("MenuAccels", key_key, items[index].key); in gui_menu_create_widget()
724 kry_free(key_key); in gui_menu_create_widget()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Deval1.cpp551 if (v == key_key) in apply_lambda()
572 || v == key_key in apply_lambda()
609 if (v == key_key) in apply_lambda()
627 || v == key_key in apply_lambda()
636 if (v == key_key) in apply_lambda()
659 if (v == opt_key || v == rest_key || v == key_key) in apply_lambda()
716 if (v == opt_key || v == rest_key || v == key_key || in apply_lambda()
722 v == key_key || v == allow_other_keys || in apply_lambda()
H A Dcontest.cpp213 LispObject key_key, allow_other_keys, aux_key;
383 &key_key,
H A Drestart.cpp110 LispObject key_key, allow_other_keys, aux_key; variable
701 key_key = make_undefined_symbol("&key"); in cold_setup()
2255 &key_key,
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Deval1.c533 if (v == key_key) in apply_lambda()
558 || v == key_key in apply_lambda()
601 if (v == key_key) in apply_lambda()
625 || v == key_key in apply_lambda()
636 if (v == key_key) in apply_lambda()
661 if (v == opt_key || v == rest_key || v == key_key) in apply_lambda()
720 if (v == opt_key || v == rest_key || v == key_key || in apply_lambda()
726 v == key_key || v == allow_other_keys || in apply_lambda()
H A Dexterns.h444 extern Lisp_Object key_key, allow_other_keys, aux_key;
678 #define key_key BASE[176] macro
/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/CallbackMaker/
H A DCallbackMaker.c150 …bitmapPrintf ( "Key %d: %d(%c) %d %d (mod: %s)\n", key_seq[winIdx], key_key[winIdx], key_key[winI… in Display()
284 key_key[winIdx] = key ; in Key()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/demos/CallbackMaker/
H A DCallbackMaker.c150 …bitmapPrintf ( "Key %d: %d(%c) %d %d (mod: %s)\n", key_seq[winIdx], key_key[winIdx], key_key[winI… in Display()
284 key_key[winIdx] = key ; in Key()
/dports/games/eureka/eureka-1.27b-source/misc/
H A Dprefs2.fl190 Fl_Button key_key {
/dports/dns/bind916/bind-9.16.27/bin/tests/system/
H A Dkasp.sh68 key_key() { function
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/
H A Dkasp.sh68 key_key() { function
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/
H A Dkasp.sh66 key_key() { function

1234