Home
last modified time | relevance | path

Searched refs:real_key (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/goffice/goffice-0.10.50/goffice/app/
H A Dgo-conf-keyfile.c167 g_free (real_key); in go_conf_set_bool()
205 gchar *real_key; in go_conf_set_str_list() local
235 gchar *real_key; in go_conf_get_bool() local
250 gchar *real_key; in go_conf_get_int() local
265 gchar *real_key; in go_conf_get_double() local
293 gchar *real_key; in go_conf_get_string() local
308 gchar *real_key; in go_conf_get_str_list() local
334 gchar *real_key; in go_conf_load_bool() local
360 gchar *real_key; in go_conf_load_int() local
389 gchar *real_key; in go_conf_load_double() local
[all …]
H A Dgo-conf-gsettings.c441 char *real_key; in cb_key_changed() local
445 real_key = g_strdup (cls->real_key); in cb_key_changed()
447 real_key = g_strconcat (cls->real_key, "/", key, NULL); in cb_key_changed()
448 cls->monitor (cls->node, real_key , cls->data); in cb_key_changed()
449 g_free (real_key); in cb_key_changed()
467 cls->real_key = (key)? g_strconcat (node->path, '/', key, NULL): g_strdup (node->path); in go_conf_add_monitor()
H A Dgo-conf.c41 char *real_key; member
48 g_free (cls->real_key); in go_conf_closure_free()
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dgconf_file.cpp56 std::string real_key(std::string(sect)+"/"+key); in read_bool() local
71 std::string real_key(std::string(sect)+"/"+key); in read_int() local
85 std::string real_key(std::string(sect)+"/"+key); in read_double() local
100 std::string real_key(std::string(sect)+"/"+key); in read_string() local
115 std::string real_key(std::string(sect)+"/"+key); in read_strlist() local
136 gchar *real_key=g_strdup_printf("%s/%s", sect, key); in write_bool() local
138 g_free(real_key); in write_bool()
147 g_free(real_key); in write_int()
156 g_free(real_key); in write_double()
165 g_free(real_key); in write_string()
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip-gtk/
H A Dogmrip-gconf-settings.c142 gchar *real_key; in ogmrip_gconf_settings_set_value() local
146 real_key = gconf_concat_dir_and_key (section, key); in ogmrip_gconf_settings_set_value()
185 g_free (real_key); in ogmrip_gconf_settings_set_value()
195 gchar *real_key; in ogmrip_gconf_settings_get_value() local
199 real_key = gconf_concat_dir_and_key (section, key); in ogmrip_gconf_settings_get_value()
201 g_free (real_key); in ogmrip_gconf_settings_get_value()
307 const gchar *real_key; in ogmrip_gconf_settings_remove_key() local
311 real_key = gconf_concat_dir_and_key (section, key); in ogmrip_gconf_settings_remove_key()
432 gchar *real_key; in ogmrip_gconf_settings_add_notify() local
446 real_key = gconf_concat_dir_and_key (section, key); in ogmrip_gconf_settings_add_notify()
[all …]
/dports/mail/pyzor/pyzor-1.0.0/pyzor/engines/
H A Dredis_.py128 real_key = self._real_key(key)
131 self.db.expire(real_key, self.max_age)
141 real_key = self._real_key(key)
142 self.db.hincrby(real_key, "r_count")
143 self.db.hsetnx(real_key, "r_entered", now)
144 self.db.hset(real_key, "r_updated", now)
146 self.db.expire(real_key, self.max_age)
152 real_key = self._real_key(key)
153 self.db.hincrby(real_key, "wl_count")
155 self.db.hset(real_key, "wl_updated", now)
[all …]
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Dmemoize.c141 avro_memoize_key_t *real_key = (avro_memoize_key_t *) avro_new(avro_memoize_key_t); in avro_memoize_set() local
142 real_key->key1 = key1; in avro_memoize_set()
143 real_key->key2 = key2; in avro_memoize_set()
145 st_insert((st_table *) mem->cache, (st_data_t) real_key, (st_data_t) result); in avro_memoize_set()
159 } real_key; in avro_memoize_delete() local
161 real_key.key = &key; in avro_memoize_delete()
162 if (st_delete((st_table *) mem->cache, &real_key.data, NULL)) { in avro_memoize_delete()
163 avro_freet(avro_memoize_key_t, real_key.key); in avro_memoize_delete()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Dmemoize.c141 avro_memoize_key_t *real_key = (avro_memoize_key_t *) avro_new(avro_memoize_key_t); in avro_memoize_set() local
142 real_key->key1 = key1; in avro_memoize_set()
143 real_key->key2 = key2; in avro_memoize_set()
145 st_insert((st_table *) mem->cache, (st_data_t) real_key, (st_data_t) result); in avro_memoize_set()
159 } real_key; in avro_memoize_delete() local
161 real_key.key = &key; in avro_memoize_delete()
162 if (st_delete((st_table *) mem->cache, &real_key.data, NULL)) { in avro_memoize_delete()
163 avro_freet(avro_memoize_key_t, real_key.key); in avro_memoize_delete()
/dports/devel/librest/rest-0.8.1/rest/
H A Dsha1.c42 char *real_key; in hmac_sha1() local
65 real_key = g_memdup (new_key, key_length); in hmac_sha1()
67 real_key = g_strdup (key); in hmac_sha1()
81 memcpy (ipad, real_key, key_length); in hmac_sha1()
82 memcpy (opad, real_key, key_length); in hmac_sha1()
105 g_free (real_key); in hmac_sha1()
/dports/net/pecl-amqp/amqp-1.10.2/
H A Dphp7_support.h77 #define PHP5to7_ZEND_HASH_FOREACH_KEY_VAL(ht, num_key, real_key, key, key_len, data, val, pos) \ argument
78 ZEND_HASH_FOREACH_KEY_VAL((ht), (num_key), (real_key), (val))
80 #define PHP5to7_ZEND_HASH_KEY_IS_STRING(ht, real_key, key, key_len, num_key, pos) \ argument
81 (real_key)
83 #define PHP5to7_ZEND_HASH_KEY_MAYBE_UNPACK(real_key, key, key_len) \ argument
84 (key_len) = ZSTR_LEN(real_key); \
85 (key) = ZSTR_VAL(real_key);
H A Damqp_type.c82 PHP5to7_ZEND_REAL_HASH_KEY_T *real_key; in php_amqp_type_internal_convert_zval_array() local
92 PHP5to7_ZEND_HASH_FOREACH_KEY_VAL(ht, index, real_key, key, key_len, data, value, pos) { in php_amqp_type_internal_convert_zval_array()
93 if (PHP5to7_ZEND_HASH_KEY_IS_STRING(ht, real_key, key, key_len, index, pos)) { in php_amqp_type_internal_convert_zval_array()
117 PHP5to7_ZEND_REAL_HASH_KEY_T *real_key; in php_amqp_type_internal_convert_zval_to_amqp_table() local
130 PHP5to7_ZEND_HASH_FOREACH_KEY_VAL(ht, index, real_key, key, key_len, data, value, pos) { in php_amqp_type_internal_convert_zval_to_amqp_table()
138 if (!PHP5to7_ZEND_HASH_KEY_IS_STRING(ht, real_key, key, key_len, index, pos)) { in php_amqp_type_internal_convert_zval_to_amqp_table()
152 PHP5to7_ZEND_HASH_KEY_MAYBE_UNPACK(real_key, key, key_len); in php_amqp_type_internal_convert_zval_to_amqp_table()
180 PHP5to7_ZEND_REAL_HASH_KEY_T *real_key; in php_amqp_type_internal_convert_zval_to_amqp_array() local
195 PHP5to7_ZEND_HASH_FOREACH_KEY_VAL(ht, index, real_key, key, key_len, data, value, pos) { in php_amqp_type_internal_convert_zval_to_amqp_array()
H A Dphp5_support.h77 #define PHP5to7_ZEND_HASH_FOREACH_KEY_VAL(ht, num_key, real_key, key, key_len, data, val, pos) \ argument
84 #define PHP5to7_ZEND_HASH_KEY_IS_STRING(ht, real_key, key, key_len, num_key, pos) \ argument
87 #define PHP5to7_ZEND_HASH_KEY_MAYBE_UNPACK(real_key, key, key_len) argument
/dports/editors/the/THE-3.3RC4/
H A Dcomm5.c42 static bool ispf_special_lines_entry( short line_type, int ch, CHARTYPE real_key ) in ispf_special_lines_entry() argument
44 static bool ispf_special_lines_entry( line_type, ch, real_key ) in ispf_special_lines_entry()
47 CHARTYPE real_key;
65 switch( real_key )
549 CHARTYPE real_key=0; local
608 real_key = case_translate( (CHARTYPE)*(params+i) );
610 chtype_key = (chtype)real_key;
612 chtype_key = (chtype)(real_key & A_CHARTEXT);
659 rec[CURRENT_VIEW->verify_col-1+x] = real_key;
735 cmd_rec[x+(cmd_verify_col-1)] = real_key;
[all …]
/dports/x11-wm/awesome/awesome-4.3/tests/examples/shims/
H A Droot.lua126 for real_key, mod_name in pairs(conversion) do
128 root.fake_input("key_press", real_key)
138 for real_key, mod_name in pairs(conversion) do
140 root.fake_input("key_release", real_key)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dvcs.py246 real_key = key.decode("utf-8")
247 v = self.data[real_key]
253 real_key = key.decode("utf-8")
254 if self.data.get(real_key) != value:
256 self.data[real_key] = value
260 real_key = key.decode("utf-8")
261 del self.data[real_key]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/manifest/
H A Dvcs.py246 real_key = key.decode("utf-8")
247 v = self.data[real_key]
253 real_key = key.decode("utf-8")
254 if self.data.get(real_key) != value:
256 self.data[real_key] = value
260 real_key = key.decode("utf-8")
261 del self.data[real_key]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dvcs.py246 real_key = key.decode("utf-8")
247 v = self.data[real_key]
253 real_key = key.decode("utf-8")
254 if self.data.get(real_key) != value:
256 self.data[real_key] = value
260 real_key = key.decode("utf-8")
261 del self.data[real_key]
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dnoteshandler.c116 *(ptr_andata->real_key) = '\0'; in notes_start_handler()
215 strcpy(ptr_andata->real_key, new_key); in notes_start_handler()
267 if (*(ptr_andata->real_key)) {/* we can't add lest we overwrite existing data */ in notes_start_handler()
268 sprintf(sql_command, "refused to overwrite existing note %s", ptr_andata->real_key); in notes_start_handler()
312 else if (!*(ptr_andata->real_key)) { /* if add, ignore numerical ID and assign a new one */ in notes_start_handler()
457 if (!*(ptr_andata->real_key)) { in notes_start_handler()
463 sprintf(sql_command, "INSERT INTO t_note (note_key) VALUES (\'%s\')", ptr_andata->real_key); in notes_start_handler()
1124 if (!strncmp(ptr_andata->real_key, "dummy", 5) && ptr_andata->create_new) { in notes_end_handler()
1133 strcpy(ptr_andata->real_key, key); in notes_end_handler()
1150 if (*(ptr_andata->real_key)) { /* still empty if we update the reference */ in notes_end_handler()
[all …]
/dports/editors/xvile/vile-9.8v/filters/
H A Decrypt.c223 char real_key[KEY_LIMIT]; in filecrypt() local
233 strncpy(real_key, key, len)[len] = '\0'; in filecrypt() local
234 vl_make_encrypt_key(real_key, temp_key); in filecrypt()
235 vl_setup_encrypt(real_key, seed); in filecrypt()
/dports/editors/vile/vile-9.8v/filters/
H A Decrypt.c223 char real_key[KEY_LIMIT]; in filecrypt() local
233 strncpy(real_key, key, len)[len] = '\0'; in filecrypt() local
234 vl_make_encrypt_key(real_key, temp_key); in filecrypt()
235 vl_setup_encrypt(real_key, seed); in filecrypt()
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dpluginutils.c672 gchar *real_key; in plugin_get_document_data() local
679 real_key = g_strdup_printf("geany/plugins/%s/%s", plugin->info->name, key); in plugin_get_document_data()
680 data = document_get_data(doc, real_key); in plugin_get_document_data()
681 g_free(real_key); in plugin_get_document_data()
779 gchar *real_key = g_strdup_printf("geany/plugins/%s/%s", plugin->info->name, key); in plugin_set_document_data_full() local
782 document_set_data_full(doc, real_key, prox, plugin_doc_data_proxy_free); in plugin_set_document_data_full()
783 g_free(real_key); in plugin_set_document_data_full()
/dports/devel/geany/geany-1.38/src/
H A Dpluginutils.c672 gchar *real_key; in plugin_get_document_data() local
679 real_key = g_strdup_printf("geany/plugins/%s/%s", plugin->info->name, key); in plugin_get_document_data()
680 data = document_get_data(doc, real_key); in plugin_get_document_data()
681 g_free(real_key); in plugin_get_document_data()
779 gchar *real_key = g_strdup_printf("geany/plugins/%s/%s", plugin->info->name, key); in plugin_set_document_data_full() local
782 document_set_data_full(doc, real_key, prox, plugin_doc_data_proxy_free); in plugin_set_document_data_full()
783 g_free(real_key); in plugin_set_document_data_full()
/dports/devel/R-cran-pkgconfig/pkgconfig/tests/testthat/
H A Dtest-api.R18 real_key <- paste0("utility123456::", key) functionVar
19 pkgconfig::get_config(real_key)
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dtoptions.c46 int real_key; in interface_options_ncurses() local
59 …PTION_Y, INTER_OPTION_X, menuOptions, 0, "ECDQ", MENU_VERT|MENU_VERT_ARROW2VALID, &menu,&real_key); in interface_options_ncurses()
/dports/devel/py-moto/moto-2.2.16/tests/test_s3/
H A Dtest_server.py110 real_key = "asdf/the-key/{}".format(filename)
117 assert args["key"][0] == real_key
120 res = test_client.get("/{}".format(real_key), "http://tester.localhost:5000/")

12345