Home
last modified time | relevance | path

Searched refs:verb_name (Results 1 – 20 of 20) sorted by relevance

/dports/misc/broot/broot-1.7.0/src/command/
H A Dcompletion.rs106 verb_name: &str, in list_for_path()
112 let anchor = match con.verb_store.search_sel_info(verb_name, sel_info) { in list_for_path()
142 verb_name: &str, in for_arg()
156 match Self::list_for_path(verb_name, arg, sel.path, &sel_info, con) { in for_arg()
171 verb_name, in for_arg()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-ucm.c156 const char *verb_name, in ucm_verb_value() argument
1386 const char *verb_name; in pa_alsa_ucm_set_profile() local
1388 if (pa_streq(verb_name, profile)) { in pa_alsa_ucm_set_profile()
1574 const char *verb_name, in ucm_create_mapping_direction() argument
1626 const char *verb_name, in ucm_create_mapping_for_modifier() argument
1666 const char *verb_name, in ucm_create_mapping() argument
1754 const char *verb_name, in ucm_create_profile() argument
1773 p->name = pa_xstrdup(verb_name); in ucm_create_profile()
1787 c = verb_cmp = pa_xstrdup(verb_name); in ucm_create_profile()
2068 const char *verb_name; in pa_alsa_ucm_add_profile_set() local
[all …]
H A Dalsa-ucm.h152 int pa_alsa_ucm_get_verb(snd_use_case_mgr_t *uc_mgr, const char *verb_name, const char *verb_desc, …
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/router/
H A Dconsole_formatter.ex17 verb = verb_name(verb)
30 verb = verb_name(verb)
43 defp verb_name(verb), do: verb |> to_string() |> String.upcase() function
/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Dpdns_circl.c156 circl_verb_ok(const char *verb_name, qparam_ct qpp __attribute__((unused))) { in circl_verb_ok() argument
158 if (strcasecmp(verb_name, "lookup") != 0) in circl_verb_ok()
H A Dpdns_dnsdb.c407 dnsdb_verb_ok(const char *verb_name, qparam_ct qpp __attribute__((unused))) { in dnsdb_verb_ok() argument
408 if (strcasecmp(verb_name, "lookup") != 0) { in dnsdb_verb_ok()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c459 const gchar *verb_name = ""; in dissect_mgcp() local
472 if (!is_mgcp_verb(tvb, 0, tvb_len, &verb_name) && !is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp()
579 const gchar *verb_name = ""; in dissect_mgcp_message() local
592 if (is_mgcp_verb(tvb, 0, tvb_len, &verb_name) || is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp_message()
690 ((g_ascii_strncasecmp(word, "CRCX", 4) == 0) && (*verb_name = "CreateConnection")) || in is_mgcp_verb()
691 ((g_ascii_strncasecmp(word, "MDCX", 4) == 0) && (*verb_name = "ModifyConnection")) || in is_mgcp_verb()
694 ((g_ascii_strncasecmp(word, "NTFY", 4) == 0) && (*verb_name = "Notify")) || in is_mgcp_verb()
695 ((g_ascii_strncasecmp(word, "AUEP", 4) == 0) && (*verb_name = "AuditEndpoint")) || in is_mgcp_verb()
696 ((g_ascii_strncasecmp(word, "AUCX", 4) == 0) && (*verb_name = "AuditConnection")) || in is_mgcp_verb()
698 ((g_ascii_strncasecmp(word, "MESG", 4) == 0) && (*verb_name = "Message")) || in is_mgcp_verb()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c459 const gchar *verb_name = ""; in dissect_mgcp() local
472 if (!is_mgcp_verb(tvb, 0, tvb_len, &verb_name) && !is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp()
579 const gchar *verb_name = ""; in dissect_mgcp_message() local
592 if (is_mgcp_verb(tvb, 0, tvb_len, &verb_name) || is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp_message()
690 ((g_ascii_strncasecmp(word, "CRCX", 4) == 0) && (*verb_name = "CreateConnection")) || in is_mgcp_verb()
691 ((g_ascii_strncasecmp(word, "MDCX", 4) == 0) && (*verb_name = "ModifyConnection")) || in is_mgcp_verb()
694 ((g_ascii_strncasecmp(word, "NTFY", 4) == 0) && (*verb_name = "Notify")) || in is_mgcp_verb()
695 ((g_ascii_strncasecmp(word, "AUEP", 4) == 0) && (*verb_name = "AuditEndpoint")) || in is_mgcp_verb()
696 ((g_ascii_strncasecmp(word, "AUCX", 4) == 0) && (*verb_name = "AuditConnection")) || in is_mgcp_verb()
698 ((g_ascii_strncasecmp(word, "MESG", 4) == 0) && (*verb_name = "Message")) || in is_mgcp_verb()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c459 const gchar *verb_name = ""; in dissect_mgcp() local
472 if (!is_mgcp_verb(tvb, 0, tvb_len, &verb_name) && !is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp()
579 const gchar *verb_name = ""; in dissect_mgcp_message() local
592 if (is_mgcp_verb(tvb, 0, tvb_len, &verb_name) || is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp_message()
690 ((g_ascii_strncasecmp(word, "CRCX", 4) == 0) && (*verb_name = "CreateConnection")) || in is_mgcp_verb()
691 ((g_ascii_strncasecmp(word, "MDCX", 4) == 0) && (*verb_name = "ModifyConnection")) || in is_mgcp_verb()
694 ((g_ascii_strncasecmp(word, "NTFY", 4) == 0) && (*verb_name = "Notify")) || in is_mgcp_verb()
695 ((g_ascii_strncasecmp(word, "AUEP", 4) == 0) && (*verb_name = "AuditEndpoint")) || in is_mgcp_verb()
696 ((g_ascii_strncasecmp(word, "AUCX", 4) == 0) && (*verb_name = "AuditConnection")) || in is_mgcp_verb()
698 ((g_ascii_strncasecmp(word, "MESG", 4) == 0) && (*verb_name = "Message")) || in is_mgcp_verb()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c459 const gchar *verb_name = ""; in dissect_mgcp() local
472 if (!is_mgcp_verb(tvb, 0, tvb_len, &verb_name) && !is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp()
579 const gchar *verb_name = ""; in dissect_mgcp_message() local
592 if (is_mgcp_verb(tvb, 0, tvb_len, &verb_name) || is_mgcp_rspcode(tvb, 0, tvb_len)) in dissect_mgcp_message()
690 ((g_ascii_strncasecmp(word, "CRCX", 4) == 0) && (*verb_name = "CreateConnection")) || in is_mgcp_verb()
691 ((g_ascii_strncasecmp(word, "MDCX", 4) == 0) && (*verb_name = "ModifyConnection")) || in is_mgcp_verb()
694 ((g_ascii_strncasecmp(word, "NTFY", 4) == 0) && (*verb_name = "Notify")) || in is_mgcp_verb()
695 ((g_ascii_strncasecmp(word, "AUEP", 4) == 0) && (*verb_name = "AuditEndpoint")) || in is_mgcp_verb()
696 ((g_ascii_strncasecmp(word, "AUCX", 4) == 0) && (*verb_name = "AuditConnection")) || in is_mgcp_verb()
698 ((g_ascii_strncasecmp(word, "MESG", 4) == 0) && (*verb_name = "Message")) || in is_mgcp_verb()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/util_win/
H A Dutil_win_impl.cc95 base::string16 verb_name(LoadShellResourceString(kUnpinFromTaskbarID)); in ShortcutHasUnpinToTaskbarVerb() local
96 if (verb_name.empty()) { in ShortcutHasUnpinToTaskbarVerb()
154 if (base::StringPiece16(name.Get(), name.Length()) == verb_name) in ShortcutHasUnpinToTaskbarVerb()
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/ucm/
H A Dmain.c697 const char *verb_name) in find_verb() argument
701 verb_name); in find_verb()
1607 const char *verb_name, in get_value() argument
1615 if (mod_dev_name || verb_name || !exact) { in get_value()
1616 if (verb_name && strlen(verb_name)) { in get_value()
1617 verb = find_verb(uc_mgr, verb_name); in get_value()
1852 const char *verb_name) in set_verb_user() argument
1858 strcmp(uc_mgr->active_verb->name, verb_name) == 0) in set_verb_user()
1860 if (strcmp(verb_name, SND_USE_CASE_VERB_INACTIVE) != 0) { in set_verb_user()
1861 verb = find_verb(uc_mgr, verb_name); in set_verb_user()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dshortcuts.cpp148 parse_modifier_string(gchar const *modifiers_string, gchar const *verb_name) in parse_modifier_string() argument
324 gchar const *verb_name = iter->attribute("action"); in _read() local
325 if (!verb_name) { in _read()
330 Inkscape::Verb *verb = Inkscape::Verb::getbyid(verb_name); in _read()
332 std::cerr << "Shortcut::read: invalid verb: " << verb_name << std::endl; in _read()
344 …std::cerr << "Shortcut::read: Unknown keyval " << keyval_name << " for " << verb_name << std::endl; in _read()
348 … Gdk::ModifierType modifiers = parse_modifier_string(iter->attribute("modifiers"), verb_name); in _read()
350 add_shortcut (verb_name, Gtk::AccelKey(keyval, modifiers), user_set, is_primary); in _read()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/desktop/
H A Dmenubar.cpp518 Glib::ustring verb_name = menu_ptr->attribute("verb-id"); in build_menu() local
520 Inkscape::Verb *verb = Inkscape::Verb::getbyid(verb_name.c_str()); in build_menu()
570 && strcmp(verb_name.c_str(), "DialogSpellcheck") != 0 in build_menu()
573 std::cerr << "build_menu: no verb with id: " << verb_name << std::endl; in build_menu()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgwin32appinfo.c109 if (_wcsicmp (_v->verb_name, (verb)) == 0) \
221 gunichar2 *verb_name; member
426 g_clear_pointer (&shverb->verb_name, g_free); in g_win32_appinfo_shell_verb_dispose()
1753 shverb->verb_name = g_wcsdup (verb, -1); in handler_add_verb()
1869 shverb->verb_name = g_wcsdup (verb, -1); in app_add_verb()
1871 shverb->verb_name = g_steal_pointer (&new_verb); in app_add_verb()
1910 shverb->verb_name = g_wcsdup (verb, -1); in uwp_app_add_verb()
1945 shverb->verb_name = g_wcsdup (verb, -1); in uwp_handler_add_verb()
3242 handler_verb->verb_name, in link_handlers_to_fake_apps()
3293 handler_verb->verb_name, in link_handlers_to_fake_apps()
[all …]
/dports/net/lambdamoo/MOO-1.8.1/
H A Dverbs.c42 add_to_list(void *data, const char *verb_name) in add_to_list() argument
48 d->r.v.list[d->i].v.str = str_ref(verb_name); in add_to_list()
H A Dserver.c371 call_notifier(Objid player, Objid handler, const char *verb_name) in call_notifier() argument
378 run_server_task(player, handler, verb_name, args, "", 0); in call_notifier()
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpheader-output.c115 const char *verb_name = enum_value ? enum_value->value_nick : "unknown"; in print_request_first_line() local
117 g_snprintf (tmp, len, "%s %s HTTP/1.%d", verb_name, path, http_minor_version); in print_request_first_line()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_remote.py4237 def override_verb(self, verb_name, verb): argument
4239 orig_verb = request_handlers.get(verb_name)
4240 orig_info = request_handlers.get_info(verb_name)
4241 request_handlers.register(verb_name, verb, override_existing=True)
4242 self.addCleanup(request_handlers.register, verb_name, orig_verb,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dshell_util.cc276 const base::string16 verb_name( in GetChromeDelegateExecuteEntries() local
279 std::make_unique<RegistryEntry>(sub_path, verb_name.c_str())); in GetChromeDelegateExecuteEntries()