Home
last modified time | relevance | path

Searched refs:custom_key (Results 1 – 25 of 94) sorted by relevance

1234

/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Dautocomp.py106 def __init__(self, mapping, cbe=None, custom_key=None, active_key=None, argument
123 self.custom_key = custom_key
194 if key != self.custom_key:
230 int_val = self.custom_key
238 int_val = self.custom_key
249 if key in self.mapping and key != self.custom_key:
251 elif self.custom_key is not None:
269 return (self.custom_key, event_type)
/dports/textproc/uim-gtk/uim-d1ac9d9/uim/
H A Duim-custom.c745 if (!custom_key) in uim_custom_key_new()
748 custom_key->type = type; in uim_custom_key_new()
751 custom_key->label = label; in uim_custom_key_new()
752 custom_key->desc = desc; in uim_custom_key_new()
754 return custom_key; in uim_custom_key_new()
760 if (!custom_key) in uim_custom_key_free()
763 free(custom_key->literal); in uim_custom_key_free()
764 free(custom_key->label); in uim_custom_key_free()
765 free(custom_key->desc); in uim_custom_key_free()
766 free(custom_key); in uim_custom_key_free()
[all …]
/dports/textproc/uim-m17nlib/uim-d1ac9d9/uim/
H A Duim-custom.c745 if (!custom_key) in uim_custom_key_new()
748 custom_key->type = type; in uim_custom_key_new()
751 custom_key->label = label; in uim_custom_key_new()
752 custom_key->desc = desc; in uim_custom_key_new()
754 return custom_key; in uim_custom_key_new()
760 if (!custom_key) in uim_custom_key_free()
763 free(custom_key->literal); in uim_custom_key_free()
764 free(custom_key->label); in uim_custom_key_free()
765 free(custom_key->desc); in uim_custom_key_free()
766 free(custom_key); in uim_custom_key_free()
[all …]
/dports/textproc/uim-qt5/uim-d1ac9d9/uim/
H A Duim-custom.c745 if (!custom_key) in uim_custom_key_new()
748 custom_key->type = type; in uim_custom_key_new()
751 custom_key->label = label; in uim_custom_key_new()
752 custom_key->desc = desc; in uim_custom_key_new()
754 return custom_key; in uim_custom_key_new()
760 if (!custom_key) in uim_custom_key_free()
763 free(custom_key->literal); in uim_custom_key_free()
764 free(custom_key->label); in uim_custom_key_free()
765 free(custom_key->desc); in uim_custom_key_free()
766 free(custom_key); in uim_custom_key_free()
[all …]
/dports/textproc/uim-gtk3/uim-d1ac9d9/uim/
H A Duim-custom.c745 if (!custom_key) in uim_custom_key_new()
748 custom_key->type = type; in uim_custom_key_new()
751 custom_key->label = label; in uim_custom_key_new()
752 custom_key->desc = desc; in uim_custom_key_new()
754 return custom_key; in uim_custom_key_new()
760 if (!custom_key) in uim_custom_key_free()
763 free(custom_key->literal); in uim_custom_key_free()
764 free(custom_key->label); in uim_custom_key_free()
765 free(custom_key->desc); in uim_custom_key_free()
766 free(custom_key); in uim_custom_key_free()
[all …]
/dports/textproc/uim-el/uim-d1ac9d9/uim/
H A Duim-custom.c745 if (!custom_key) in uim_custom_key_new()
748 custom_key->type = type; in uim_custom_key_new()
751 custom_key->label = label; in uim_custom_key_new()
752 custom_key->desc = desc; in uim_custom_key_new()
754 return custom_key; in uim_custom_key_new()
760 if (!custom_key) in uim_custom_key_free()
763 free(custom_key->literal); in uim_custom_key_free()
764 free(custom_key->label); in uim_custom_key_free()
765 free(custom_key->desc); in uim_custom_key_free()
766 free(custom_key); in uim_custom_key_free()
[all …]
/dports/japanese/uim-anthy/uim-d1ac9d9/uim/
H A Duim-custom.c745 if (!custom_key) in uim_custom_key_new()
748 custom_key->type = type; in uim_custom_key_new()
751 custom_key->label = label; in uim_custom_key_new()
752 custom_key->desc = desc; in uim_custom_key_new()
754 return custom_key; in uim_custom_key_new()
760 if (!custom_key) in uim_custom_key_free()
763 free(custom_key->literal); in uim_custom_key_free()
764 free(custom_key->label); in uim_custom_key_free()
765 free(custom_key->desc); in uim_custom_key_free()
766 free(custom_key); in uim_custom_key_free()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/config/
H A Dsmime_signature_settings_spec.rb46 custom_key = '/custom/key'
51 'key_file' => custom_key,
59 expect(parsed_settings['key_file']).to eq(custom_key)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/oauth2client/tests/contrib/
H A Dtest_multistore_file.py234 custom_key = {'myapp': 'testing', 'clientid': 'some client'}
236 FILENAME, custom_key)
304 custom_key = {'myapp': 'testing', 'clientid': 'client1'}
306 FILENAME, custom_key)
310 self.assertEquals([custom_key], keys)
321 self.assertTrue(custom_key in keys)
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/rtsp/
H A Dgstrtspmessage.c90 kvcopy.custom_key = g_strdup (kv->custom_key); in key_value_append()
505 g_free (keyval->custom_key); in gst_rtsp_message_unset()
621 key_value.custom_key = NULL; in gst_rtsp_message_take_header()
777 key_value.custom_key = g_strdup (header); in gst_rtsp_message_take_header_by_name()
806 if (key_val->custom_key != NULL && in gst_rtsp_message_find_header_by_name()
807 g_ascii_strcasecmp (key_val->custom_key, header) != 0) in gst_rtsp_message_find_header_by_name()
849 g_free (kv->custom_key); in gst_rtsp_message_remove_header_by_name()
919 if (key_value->custom_key != NULL) in gst_rtsp_message_append_headers()
920 keystr = key_value->custom_key; in gst_rtsp_message_append_headers()
1185 if (key_value->custom_key != NULL) in dump_key_value()
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/CSR/
H A DPersistRequest.pm171 foreach my $custom_key (keys %{$cert_info}) {
174 my $value = $cert_info->{$custom_key};
186 'attribute_contentkey' => 'custom_' . $custom_key,
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/CSR/
H A DPersistRequest.pm171 foreach my $custom_key (keys %{$cert_info}) {
174 my $value = $cert_info->{$custom_key};
186 'attribute_contentkey' => 'custom_' . $custom_key,
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Devents.c610 static struct SetupKeyboardInfo custom_key; in HandleKey() local
618 { &custom_key.left, DEFAULT_KEY_LEFT, JOY_LEFT }, in HandleKey()
619 { &custom_key.right, DEFAULT_KEY_RIGHT, JOY_RIGHT }, in HandleKey()
620 { &custom_key.up, DEFAULT_KEY_UP, JOY_UP }, in HandleKey()
621 { &custom_key.down, DEFAULT_KEY_DOWN, JOY_DOWN }, in HandleKey()
622 { &custom_key.snap, DEFAULT_KEY_SNAP, JOY_BUTTON_1 }, in HandleKey()
623 { &custom_key.drop, DEFAULT_KEY_DROP, JOY_BUTTON_2 } in HandleKey()
642 custom_key = setup.input[pnr].key; in HandleKey()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Devents.c610 static struct SetupKeyboardInfo custom_key; in HandleKey() local
618 { &custom_key.left, DEFAULT_KEY_LEFT, JOY_LEFT }, in HandleKey()
619 { &custom_key.right, DEFAULT_KEY_RIGHT, JOY_RIGHT }, in HandleKey()
620 { &custom_key.up, DEFAULT_KEY_UP, JOY_UP }, in HandleKey()
621 { &custom_key.down, DEFAULT_KEY_DOWN, JOY_DOWN }, in HandleKey()
622 { &custom_key.snap, DEFAULT_KEY_SNAP, JOY_BUTTON_1 }, in HandleKey()
623 { &custom_key.drop, DEFAULT_KEY_DROP, JOY_BUTTON_2 } in HandleKey()
642 custom_key = setup.input[pnr].key; in HandleKey()
/dports/news/pan/pan-0.145/pan/gui/
H A Durl.cc108 const char * custom_key = mode==WEB ? "custom-browser" : "custom-mailer"; in open() local
116 else cmd = prefs.get_string (custom_key, custom_fallback); in open()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/wacom/
H A Dcc-wacom-button-row.c156 g_autofree gchar *custom_key = NULL; in on_key_shortcut_edited() local
169 custom_key = gtk_accelerator_name (keyval, mask); in on_key_shortcut_edited()
171 g_settings_set_string (row->settings, KEYBINDING_KEY, custom_key); in on_key_shortcut_edited()

1234