Home
last modified time | relevance | path

Searched refs:search_phrase (Results 1 – 25 of 29) sorted by relevance

12

/dports/mail/squirrelmail-websearch-plugin/squirrelmail-web_search-plugin-php74-0.1.6_4/web_search/
H A Dapi.php12 $search_phrase = _("Search the Web");
17 if ($engine == 'google') { mini_google($search_phrase); }
18 else if ($engine == 'google-adsense') { mini_adsense($search_phrase); }
19 else if ($engine == 'yahoo') { mini_yahoo($search_phrase); }
27 function mini_google ($search_phrase) { argument
35 printf ('<input type="submit" name="btnG" value="%s" />', $search_phrase);
47 function mini_adsense ($search_phrase) { argument
55 printf ('<input type="submit" name="sa" value="%s"></input>', $search_phrase);
92 function mini_yahoo ($search_phrase) { argument
100 printf ('<input type="submit" name="prssweb" value="%s" />', $search_phrase);
/dports/x11/nwg-launchers/nwg-launchers-0.6.3/dmenu/
H A Ddmenu_classes.cc141 auto search_phrase = searchbox.get_text(); in filter_view() local
142 if (search_phrase.length() > 0) { in filter_view()
164 fill_all([&a=search_phrase](auto && b){ return b.find(a) == 0; }, in filter_view()
165 … [&a=search_phrase](auto && b){ auto r = b.find(a); return r > 0 && r != a.npos; }); in filter_view()
167 auto sf = search_phrase.casefold(); in filter_view()
/dports/www/newsboat/newsboat-2.22.1/include/
H A Ditemlistformaction.h67 search_phrase = s; in set_searchphrase()
133 std::string search_phrase; variable
/dports/audio/vitunes/vitunes-2.3/
H A Dcommands.c440 char *search_phrase; in cmd_filter() local
453 search_phrase = argv2str(argc - 1, argv + 1); in cmd_filter()
454 mi_query_setraw(search_phrase); in cmd_filter()
455 free(search_phrase); in cmd_filter()
H A Dkeybindings.c809 char *search_phrase; in kba_search() local
828 if (user_getstr(prompt, &search_phrase) != 0) { in kba_search()
835 if (str2argv(search_phrase, &argc, &argv, &errmsg) != 0) { in kba_search()
836 free(search_phrase); in kba_search()
837 paint_error("parse error: %s in '%s'", errmsg, search_phrase); in kba_search()
843 mi_query_setraw(search_phrase); in kba_search()
849 free(search_phrase); in kba_search()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-utils.c687 gchar* search_phrase; in xmpp_get_attr_ext() local
691 search_phrase = wmem_strdup(pinfo->pool, attr_name); in xmpp_get_attr_ext()
693 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s",attr_name, ns_abbrev); in xmpp_get_attr_ext()
695 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s", ns_abbrev, attr_name); in xmpp_get_attr_ext()
697 result = (xmpp_attr_t *)g_hash_table_lookup(element->attrs, search_phrase); in xmpp_get_attr_ext()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-utils.c687 gchar* search_phrase; in xmpp_get_attr_ext() local
691 search_phrase = wmem_strdup(pinfo->pool, attr_name); in xmpp_get_attr_ext()
693 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s",attr_name, ns_abbrev); in xmpp_get_attr_ext()
695 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s", ns_abbrev, attr_name); in xmpp_get_attr_ext()
697 result = (xmpp_attr_t *)g_hash_table_lookup(element->attrs, search_phrase); in xmpp_get_attr_ext()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-utils.c687 gchar* search_phrase; in xmpp_get_attr_ext() local
691 search_phrase = wmem_strdup(pinfo->pool, attr_name); in xmpp_get_attr_ext()
693 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s",attr_name, ns_abbrev); in xmpp_get_attr_ext()
695 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s", ns_abbrev, attr_name); in xmpp_get_attr_ext()
697 result = (xmpp_attr_t *)g_hash_table_lookup(element->attrs, search_phrase); in xmpp_get_attr_ext()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-xmpp-utils.c687 gchar* search_phrase; in xmpp_get_attr_ext() local
691 search_phrase = wmem_strdup(pinfo->pool, attr_name); in xmpp_get_attr_ext()
693 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s",attr_name, ns_abbrev); in xmpp_get_attr_ext()
695 search_phrase = wmem_strdup_printf(pinfo->pool, "%s:%s", ns_abbrev, attr_name); in xmpp_get_attr_ext()
697 result = (xmpp_attr_t *)g_hash_table_lookup(element->attrs, search_phrase); in xmpp_get_attr_ext()
/dports/security/gvm-libs/gvm-libs-21.4.3/gmp/
H A Dgmp.h83 char *search_phrase; ///< Search phrase result filter. member
H A Dgmp.c1438 GMP_FMT_STRING_ATTRIB (opts, search_phrase), in gmp_get_report_ext()
/dports/www/coppermine/cpg1.6.x-1.6.12/sql/
H A Dschema.sql198 `search_phrase` varchar(255) NOT NULL default '',
/dports/japanese/scim-tables/scim-tables-0.5.10/src/
H A Dscim_generic_table.h586 bool search_phrase (const String &key, const WideString &phrase) const;
757 if (!m_sys_content.search_phrase (key, phrase))
H A Dscim_generic_table.cpp1965 GenericTableContent::search_phrase (const String &key, const WideString &phrase) const in search_phrase() function in GenericTableContent
2025 !search_phrase (key, phrase)) { in add_phrase()
/dports/chinese/scim-tables/scim-tables-0.5.10/src/
H A Dscim_generic_table.h586 bool search_phrase (const String &key, const WideString &phrase) const;
757 if (!m_sys_content.search_phrase (key, phrase))
H A Dscim_generic_table.cpp1965 GenericTableContent::search_phrase (const String &key, const WideString &phrase) const in search_phrase() function in GenericTableContent
2025 !search_phrase (key, phrase)) { in add_phrase()
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/src/
H A Dscim_generic_table.h586 bool search_phrase (const String &key, const WideString &phrase) const;
757 if (!m_sys_content.search_phrase (key, phrase))
H A Dscim_generic_table.cpp1965 GenericTableContent::search_phrase (const String &key, const WideString &phrase) const in search_phrase() function in GenericTableContent
2025 !search_phrase (key, phrase)) { in add_phrase()
/dports/korean/scim-tables/scim-tables-0.5.10/src/
H A Dscim_generic_table.h586 bool search_phrase (const String &key, const WideString &phrase) const;
757 if (!m_sys_content.search_phrase (key, phrase))
H A Dscim_generic_table.cpp1965 GenericTableContent::search_phrase (const String &key, const WideString &phrase) const in search_phrase() function in GenericTableContent
2025 !search_phrase (key, phrase)) { in add_phrase()
/dports/www/newsboat/newsboat-2.22.1/src/
H A Ditemlistformaction.cpp74 show_searchresult ? search_phrase : ""); in process_operation()
1463 return strprintf::fmt(_("Search Result - '%s'"), search_phrase); in title()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/
H A Dproject_search_results_spec.rb372 let(:query) { search_phrase }
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/catalogs/
H A Depub_mobi_builder.py1051 search_phrase = ''
1056 search_phrase = "not (%s)" % " or ".join(search_terms)
1060 self.opts.search_text = search_phrase
1063 self.opts.search_text += " " + search_phrase
1065 self.opts.search_text = search_phrase
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dfunctions.inc.php2850 $search_phrase = addslashes($client_details['query_terms']);
2869 ." search_phrase = '$search_phrase',"
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_sql.c2017 gchar **search_phrase, int *search_phrase_exact, in manage_report_filter_controls() argument
2106 if (search_phrase) in manage_report_filter_controls()
2129 *search_phrase = g_strchomp (phrase->str); in manage_report_filter_controls()
27172 gchar *clean, *term, *sort_field, *levels, *search_phrase; in print_report_xml_start() local
27202 search_phrase = NULL; in print_report_xml_start()
27264 &search_phrase, &search_phrase_exact, in print_report_xml_start()
27276 &search_phrase, &search_phrase_exact, in print_report_xml_start()
27290 g_free (search_phrase); in print_report_xml_start()
27362 g_free (search_phrase); in print_report_xml_start()
27934 g_free (search_phrase); in print_report_xml_start()
[all …]

12