|
@@ -1,999 +0,0 @@
|
|
-From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
|
|
-Date: Mon, 12 Mar 2018 20:31:44 +0100
|
|
|
|
-Subject: Add Qwant search engine
|
|
|
|
-
|
|
|
|
-Specify image URL in upstream engine definition
|
|
|
|
-Make search engine selectable in default list
|
|
|
|
----
|
|
|
|
- .../search_engines/prepopulated_engines.json | 1 +
|
|
|
|
- .../template_url_prepopulate_data.cc | 216 +++++++++---------
|
|
|
|
- 2 files changed, 109 insertions(+), 108 deletions(-)
|
|
|
|
-
|
|
|
|
-diff --git a/components/search_engines/prepopulated_engines.json b/components/search_engines/prepopulated_engines.json
|
|
|
|
---- a/components/search_engines/prepopulated_engines.json
|
|
|
|
-+++ b/components/search_engines/prepopulated_engines.json
|
|
|
|
-@@ -193,6 +193,7 @@
|
|
|
|
- "favicon_url": "https://www.qwant.com/favicon.ico",
|
|
|
|
- "search_url": "https://www.qwant.com/?q={searchTerms}&client=opensearch",
|
|
|
|
- "suggest_url": "https://api.qwant.com/api/suggest/?q={searchTerms}&client=opensearch",
|
|
|
|
-+ "image_url": "https://www.qwant.com/?t=images&q={searchTerms}",
|
|
|
|
- "type": "SEARCH_ENGINE_QWANT",
|
|
|
|
- "id": 94
|
|
|
|
- },
|
|
|
|
-diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
|
|
|
|
---- a/components/search_engines/template_url_prepopulate_data.cc
|
|
|
|
-+++ b/components/search_engines/template_url_prepopulate_data.cc
|
|
|
|
-@@ -32,7 +32,7 @@ namespace {
|
|
|
|
-
|
|
|
|
- // Default (for countries with no better engine set)
|
|
|
|
- const PrepopulatedEngine* const engines_default[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -42,7 +42,7 @@ const PrepopulatedEngine* const engines_default[] = {
|
|
|
|
- // Engine selection by country ------------------------------------------------
|
|
|
|
- // United Arab Emirates
|
|
|
|
- const PrepopulatedEngine* const engines_AE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -51,7 +51,7 @@ const PrepopulatedEngine* const engines_AE[] = {
|
|
|
|
-
|
|
|
|
- // Albania
|
|
|
|
- const PrepopulatedEngine* const engines_AL[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -60,7 +60,7 @@ const PrepopulatedEngine* const engines_AL[] = {
|
|
|
|
-
|
|
|
|
- // Argentina
|
|
|
|
- const PrepopulatedEngine* const engines_AR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_ar,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -69,7 +69,7 @@ const PrepopulatedEngine* const engines_AR[] = {
|
|
|
|
-
|
|
|
|
- // Austria
|
|
|
|
- const PrepopulatedEngine* const engines_AT[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo_at,
|
|
|
|
-@@ -78,7 +78,7 @@ const PrepopulatedEngine* const engines_AT[] = {
|
|
|
|
-
|
|
|
|
- // Australia
|
|
|
|
- const PrepopulatedEngine* const engines_AU[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo_au,
|
|
|
|
-@@ -87,7 +87,7 @@ const PrepopulatedEngine* const engines_AU[] = {
|
|
|
|
-
|
|
|
|
- // Bosnia and Herzegovina
|
|
|
|
- const PrepopulatedEngine* const engines_BA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -96,7 +96,7 @@ const PrepopulatedEngine* const engines_BA[] = {
|
|
|
|
-
|
|
|
|
- // Belgium
|
|
|
|
- const PrepopulatedEngine* const engines_BE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &ecosia,
|
|
|
|
-@@ -105,7 +105,7 @@ const PrepopulatedEngine* const engines_BE[] = {
|
|
|
|
-
|
|
|
|
- // Bulgaria
|
|
|
|
- const PrepopulatedEngine* const engines_BG[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -114,7 +114,7 @@ const PrepopulatedEngine* const engines_BG[] = {
|
|
|
|
-
|
|
|
|
- // Bahrain
|
|
|
|
- const PrepopulatedEngine* const engines_BH[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -123,7 +123,7 @@ const PrepopulatedEngine* const engines_BH[] = {
|
|
|
|
-
|
|
|
|
- // Burundi
|
|
|
|
- const PrepopulatedEngine* const engines_BI[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -132,7 +132,7 @@ const PrepopulatedEngine* const engines_BI[] = {
|
|
|
|
-
|
|
|
|
- // Brunei
|
|
|
|
- const PrepopulatedEngine* const engines_BN[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -141,7 +141,7 @@ const PrepopulatedEngine* const engines_BN[] = {
|
|
|
|
-
|
|
|
|
- // Bolivia
|
|
|
|
- const PrepopulatedEngine* const engines_BO[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -150,7 +150,7 @@ const PrepopulatedEngine* const engines_BO[] = {
|
|
|
|
-
|
|
|
|
- // Brazil
|
|
|
|
- const PrepopulatedEngine* const engines_BR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_br,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -159,7 +159,7 @@ const PrepopulatedEngine* const engines_BR[] = {
|
|
|
|
-
|
|
|
|
- // Belarus
|
|
|
|
- const PrepopulatedEngine* const engines_BY[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yandex_by,
|
|
|
|
- &mail_ru,
|
|
|
|
- &bing,
|
|
|
|
-@@ -168,7 +168,7 @@ const PrepopulatedEngine* const engines_BY[] = {
|
|
|
|
-
|
|
|
|
- // Belize
|
|
|
|
- const PrepopulatedEngine* const engines_BZ[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -177,7 +177,7 @@ const PrepopulatedEngine* const engines_BZ[] = {
|
|
|
|
-
|
|
|
|
- // Canada
|
|
|
|
- const PrepopulatedEngine* const engines_CA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_ca,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -186,7 +186,7 @@ const PrepopulatedEngine* const engines_CA[] = {
|
|
|
|
-
|
|
|
|
- // Switzerland
|
|
|
|
- const PrepopulatedEngine* const engines_CH[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo_ch,
|
|
|
|
-@@ -195,7 +195,7 @@ const PrepopulatedEngine* const engines_CH[] = {
|
|
|
|
-
|
|
|
|
- // Chile
|
|
|
|
- const PrepopulatedEngine* const engines_CL[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_cl,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -206,14 +206,14 @@ const PrepopulatedEngine* const engines_CL[] = {
|
|
|
|
- const PrepopulatedEngine* const engines_CN[] = {
|
|
|
|
- &baidu,
|
|
|
|
- &sogou,
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &so_360,
|
|
|
|
- &bing,
|
|
|
|
- };
|
|
|
|
-
|
|
|
|
- // Colombia
|
|
|
|
- const PrepopulatedEngine* const engines_CO[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_co,
|
|
|
|
- &ecosia,
|
|
|
|
-@@ -222,7 +222,7 @@ const PrepopulatedEngine* const engines_CO[] = {
|
|
|
|
-
|
|
|
|
- // Costa Rica
|
|
|
|
- const PrepopulatedEngine* const engines_CR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -231,7 +231,7 @@ const PrepopulatedEngine* const engines_CR[] = {
|
|
|
|
-
|
|
|
|
- // Czech Republic
|
|
|
|
- const PrepopulatedEngine* const engines_CZ[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &seznam_cz,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -240,7 +240,7 @@ const PrepopulatedEngine* const engines_CZ[] = {
|
|
|
|
-
|
|
|
|
- // Germany
|
|
|
|
- const PrepopulatedEngine* const engines_DE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_de,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -249,7 +249,7 @@ const PrepopulatedEngine* const engines_DE[] = {
|
|
|
|
-
|
|
|
|
- // Denmark
|
|
|
|
- const PrepopulatedEngine* const engines_DK[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_dk,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -258,7 +258,7 @@ const PrepopulatedEngine* const engines_DK[] = {
|
|
|
|
-
|
|
|
|
- // Dominican Republic
|
|
|
|
- const PrepopulatedEngine* const engines_DO[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -267,7 +267,7 @@ const PrepopulatedEngine* const engines_DO[] = {
|
|
|
|
-
|
|
|
|
- // Algeria
|
|
|
|
- const PrepopulatedEngine* const engines_DZ[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -276,7 +276,7 @@ const PrepopulatedEngine* const engines_DZ[] = {
|
|
|
|
-
|
|
|
|
- // Ecuador
|
|
|
|
- const PrepopulatedEngine* const engines_EC[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &ecosia,
|
|
|
|
-@@ -285,7 +285,7 @@ const PrepopulatedEngine* const engines_EC[] = {
|
|
|
|
-
|
|
|
|
- // Estonia
|
|
|
|
- const PrepopulatedEngine* const engines_EE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_ru,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -294,7 +294,7 @@ const PrepopulatedEngine* const engines_EE[] = {
|
|
|
|
-
|
|
|
|
- // Egypt
|
|
|
|
- const PrepopulatedEngine* const engines_EG[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -303,7 +303,7 @@ const PrepopulatedEngine* const engines_EG[] = {
|
|
|
|
-
|
|
|
|
- // Spain
|
|
|
|
- const PrepopulatedEngine* const engines_ES[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_es,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -312,7 +312,7 @@ const PrepopulatedEngine* const engines_ES[] = {
|
|
|
|
-
|
|
|
|
- // Finland
|
|
|
|
- const PrepopulatedEngine* const engines_FI[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_fi,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -321,7 +321,7 @@ const PrepopulatedEngine* const engines_FI[] = {
|
|
|
|
-
|
|
|
|
- // Faroe Islands
|
|
|
|
- const PrepopulatedEngine* const engines_FO[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_dk,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -330,7 +330,7 @@ const PrepopulatedEngine* const engines_FO[] = {
|
|
|
|
-
|
|
|
|
- // France
|
|
|
|
- const PrepopulatedEngine* const engines_FR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_fr,
|
|
|
|
- &qwant,
|
|
|
|
-@@ -339,7 +339,7 @@ const PrepopulatedEngine* const engines_FR[] = {
|
|
|
|
-
|
|
|
|
- // United Kingdom
|
|
|
|
- const PrepopulatedEngine* const engines_GB[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_uk,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -348,7 +348,7 @@ const PrepopulatedEngine* const engines_GB[] = {
|
|
|
|
-
|
|
|
|
- // Greece
|
|
|
|
- const PrepopulatedEngine* const engines_GR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -357,7 +357,7 @@ const PrepopulatedEngine* const engines_GR[] = {
|
|
|
|
-
|
|
|
|
- // Guatemala
|
|
|
|
- const PrepopulatedEngine* const engines_GT[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &ecosia,
|
|
|
|
-@@ -366,7 +366,7 @@ const PrepopulatedEngine* const engines_GT[] = {
|
|
|
|
-
|
|
|
|
- // Hong Kong
|
|
|
|
- const PrepopulatedEngine* const engines_HK[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_hk,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_com,
|
|
|
|
-@@ -375,7 +375,7 @@ const PrepopulatedEngine* const engines_HK[] = {
|
|
|
|
-
|
|
|
|
- // Honduras
|
|
|
|
- const PrepopulatedEngine* const engines_HN[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -384,7 +384,7 @@ const PrepopulatedEngine* const engines_HN[] = {
|
|
|
|
-
|
|
|
|
- // Croatia
|
|
|
|
- const PrepopulatedEngine* const engines_HR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -393,7 +393,7 @@ const PrepopulatedEngine* const engines_HR[] = {
|
|
|
|
-
|
|
|
|
- // Hungary
|
|
|
|
- const PrepopulatedEngine* const engines_HU[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -402,7 +402,7 @@ const PrepopulatedEngine* const engines_HU[] = {
|
|
|
|
-
|
|
|
|
- // Indonesia
|
|
|
|
- const PrepopulatedEngine* const engines_ID[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_id,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -411,7 +411,7 @@ const PrepopulatedEngine* const engines_ID[] = {
|
|
|
|
-
|
|
|
|
- // Ireland
|
|
|
|
- const PrepopulatedEngine* const engines_IE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -420,7 +420,7 @@ const PrepopulatedEngine* const engines_IE[] = {
|
|
|
|
-
|
|
|
|
- // Israel
|
|
|
|
- const PrepopulatedEngine* const engines_IL[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -429,7 +429,7 @@ const PrepopulatedEngine* const engines_IL[] = {
|
|
|
|
-
|
|
|
|
- // India
|
|
|
|
- const PrepopulatedEngine* const engines_IN[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_in,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -438,7 +438,7 @@ const PrepopulatedEngine* const engines_IN[] = {
|
|
|
|
-
|
|
|
|
- // Iraq
|
|
|
|
- const PrepopulatedEngine* const engines_IQ[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -447,7 +447,7 @@ const PrepopulatedEngine* const engines_IQ[] = {
|
|
|
|
-
|
|
|
|
- // Iran
|
|
|
|
- const PrepopulatedEngine* const engines_IR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -456,7 +456,7 @@ const PrepopulatedEngine* const engines_IR[] = {
|
|
|
|
-
|
|
|
|
- // Iceland
|
|
|
|
- const PrepopulatedEngine* const engines_IS[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -465,7 +465,7 @@ const PrepopulatedEngine* const engines_IS[] = {
|
|
|
|
-
|
|
|
|
- // Italy
|
|
|
|
- const PrepopulatedEngine* const engines_IT[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -474,7 +474,7 @@ const PrepopulatedEngine* const engines_IT[] = {
|
|
|
|
-
|
|
|
|
- // Jamaica
|
|
|
|
- const PrepopulatedEngine* const engines_JM[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -483,7 +483,7 @@ const PrepopulatedEngine* const engines_JM[] = {
|
|
|
|
-
|
|
|
|
- // Jordan
|
|
|
|
- const PrepopulatedEngine* const engines_JO[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -492,7 +492,7 @@ const PrepopulatedEngine* const engines_JO[] = {
|
|
|
|
-
|
|
|
|
- // Japan
|
|
|
|
- const PrepopulatedEngine* const engines_JP[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_jp,
|
|
|
|
- &bing,
|
|
|
|
- &baidu,
|
|
|
|
-@@ -501,7 +501,7 @@ const PrepopulatedEngine* const engines_JP[] = {
|
|
|
|
-
|
|
|
|
- // Kenya
|
|
|
|
- const PrepopulatedEngine* const engines_KE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -510,7 +510,7 @@ const PrepopulatedEngine* const engines_KE[] = {
|
|
|
|
-
|
|
|
|
- // South Korea
|
|
|
|
- const PrepopulatedEngine* const engines_KR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &naver,
|
|
|
|
- &bing,
|
|
|
|
- &daum,
|
|
|
|
-@@ -519,7 +519,7 @@ const PrepopulatedEngine* const engines_KR[] = {
|
|
|
|
-
|
|
|
|
- // Kuwait
|
|
|
|
- const PrepopulatedEngine* const engines_KW[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -528,7 +528,7 @@ const PrepopulatedEngine* const engines_KW[] = {
|
|
|
|
-
|
|
|
|
- // Kazakhstan
|
|
|
|
- const PrepopulatedEngine* const engines_KZ[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yandex_kz,
|
|
|
|
- &mail_ru,
|
|
|
|
- &bing,
|
|
|
|
-@@ -537,7 +537,7 @@ const PrepopulatedEngine* const engines_KZ[] = {
|
|
|
|
-
|
|
|
|
- // Lebanon
|
|
|
|
- const PrepopulatedEngine* const engines_LB[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -546,7 +546,7 @@ const PrepopulatedEngine* const engines_LB[] = {
|
|
|
|
-
|
|
|
|
- // Liechtenstein
|
|
|
|
- const PrepopulatedEngine* const engines_LI[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -555,7 +555,7 @@ const PrepopulatedEngine* const engines_LI[] = {
|
|
|
|
-
|
|
|
|
- // Lithuania
|
|
|
|
- const PrepopulatedEngine* const engines_LT[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -564,7 +564,7 @@ const PrepopulatedEngine* const engines_LT[] = {
|
|
|
|
-
|
|
|
|
- // Luxembourg
|
|
|
|
- const PrepopulatedEngine* const engines_LU[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -573,7 +573,7 @@ const PrepopulatedEngine* const engines_LU[] = {
|
|
|
|
-
|
|
|
|
- // Latvia
|
|
|
|
- const PrepopulatedEngine* const engines_LV[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yandex_ru,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -582,7 +582,7 @@ const PrepopulatedEngine* const engines_LV[] = {
|
|
|
|
-
|
|
|
|
- // Libya
|
|
|
|
- const PrepopulatedEngine* const engines_LY[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_com,
|
|
|
|
-@@ -591,7 +591,7 @@ const PrepopulatedEngine* const engines_LY[] = {
|
|
|
|
-
|
|
|
|
- // Morocco
|
|
|
|
- const PrepopulatedEngine* const engines_MA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -600,7 +600,7 @@ const PrepopulatedEngine* const engines_MA[] = {
|
|
|
|
-
|
|
|
|
- // Monaco
|
|
|
|
- const PrepopulatedEngine* const engines_MC[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -609,7 +609,7 @@ const PrepopulatedEngine* const engines_MC[] = {
|
|
|
|
-
|
|
|
|
- // Moldova
|
|
|
|
- const PrepopulatedEngine* const engines_MD[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yandex_ru,
|
|
|
|
- &mail_ru,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -618,7 +618,7 @@ const PrepopulatedEngine* const engines_MD[] = {
|
|
|
|
-
|
|
|
|
- // Montenegro
|
|
|
|
- const PrepopulatedEngine* const engines_ME[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -627,7 +627,7 @@ const PrepopulatedEngine* const engines_ME[] = {
|
|
|
|
-
|
|
|
|
- // Macedonia
|
|
|
|
- const PrepopulatedEngine* const engines_MK[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -636,7 +636,7 @@ const PrepopulatedEngine* const engines_MK[] = {
|
|
|
|
-
|
|
|
|
- // Mexico
|
|
|
|
- const PrepopulatedEngine* const engines_MX[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_mx,
|
|
|
|
- &ecosia,
|
|
|
|
-@@ -645,7 +645,7 @@ const PrepopulatedEngine* const engines_MX[] = {
|
|
|
|
-
|
|
|
|
- // Malaysia
|
|
|
|
- const PrepopulatedEngine* const engines_MY[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_my,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -654,7 +654,7 @@ const PrepopulatedEngine* const engines_MY[] = {
|
|
|
|
-
|
|
|
|
- // Nicaragua
|
|
|
|
- const PrepopulatedEngine* const engines_NI[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -664,7 +664,7 @@ const PrepopulatedEngine* const engines_NI[] = {
|
|
|
|
-
|
|
|
|
- // Netherlands
|
|
|
|
- const PrepopulatedEngine* const engines_NL[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_nl,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -673,7 +673,7 @@ const PrepopulatedEngine* const engines_NL[] = {
|
|
|
|
-
|
|
|
|
- // Norway
|
|
|
|
- const PrepopulatedEngine* const engines_NO[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -682,7 +682,7 @@ const PrepopulatedEngine* const engines_NO[] = {
|
|
|
|
-
|
|
|
|
- // New Zealand
|
|
|
|
- const PrepopulatedEngine* const engines_NZ[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo_nz,
|
|
|
|
-@@ -691,7 +691,7 @@ const PrepopulatedEngine* const engines_NZ[] = {
|
|
|
|
-
|
|
|
|
- // Oman
|
|
|
|
- const PrepopulatedEngine* const engines_OM[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -700,7 +700,7 @@ const PrepopulatedEngine* const engines_OM[] = {
|
|
|
|
-
|
|
|
|
- // Panama
|
|
|
|
- const PrepopulatedEngine* const engines_PA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -709,7 +709,7 @@ const PrepopulatedEngine* const engines_PA[] = {
|
|
|
|
-
|
|
|
|
- // Peru
|
|
|
|
- const PrepopulatedEngine* const engines_PE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_pe,
|
|
|
|
- &ecosia,
|
|
|
|
-@@ -718,7 +718,7 @@ const PrepopulatedEngine* const engines_PE[] = {
|
|
|
|
-
|
|
|
|
- // Philippines
|
|
|
|
- const PrepopulatedEngine* const engines_PH[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_ph,
|
|
|
|
- &bing,
|
|
|
|
- &ecosia,
|
|
|
|
-@@ -727,7 +727,7 @@ const PrepopulatedEngine* const engines_PH[] = {
|
|
|
|
-
|
|
|
|
- // Pakistan
|
|
|
|
- const PrepopulatedEngine* const engines_PK[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -736,7 +736,7 @@ const PrepopulatedEngine* const engines_PK[] = {
|
|
|
|
-
|
|
|
|
- // Poland
|
|
|
|
- const PrepopulatedEngine* const engines_PL[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -745,7 +745,7 @@ const PrepopulatedEngine* const engines_PL[] = {
|
|
|
|
-
|
|
|
|
- // Puerto Rico
|
|
|
|
- const PrepopulatedEngine* const engines_PR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -754,7 +754,7 @@ const PrepopulatedEngine* const engines_PR[] = {
|
|
|
|
-
|
|
|
|
- // Portugal
|
|
|
|
- const PrepopulatedEngine* const engines_PT[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -763,7 +763,7 @@ const PrepopulatedEngine* const engines_PT[] = {
|
|
|
|
-
|
|
|
|
- // Paraguay
|
|
|
|
- const PrepopulatedEngine* const engines_PY[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -772,7 +772,7 @@ const PrepopulatedEngine* const engines_PY[] = {
|
|
|
|
-
|
|
|
|
- // Qatar
|
|
|
|
- const PrepopulatedEngine* const engines_QA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -781,7 +781,7 @@ const PrepopulatedEngine* const engines_QA[] = {
|
|
|
|
-
|
|
|
|
- // Romania
|
|
|
|
- const PrepopulatedEngine* const engines_RO[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -790,7 +790,7 @@ const PrepopulatedEngine* const engines_RO[] = {
|
|
|
|
-
|
|
|
|
- // Serbia
|
|
|
|
- const PrepopulatedEngine* const engines_RS[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -799,7 +799,7 @@ const PrepopulatedEngine* const engines_RS[] = {
|
|
|
|
-
|
|
|
|
- // Russia
|
|
|
|
- const PrepopulatedEngine* const engines_RU[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yandex_ru,
|
|
|
|
- &mail_ru,
|
|
|
|
- &bing,
|
|
|
|
-@@ -808,7 +808,7 @@ const PrepopulatedEngine* const engines_RU[] = {
|
|
|
|
-
|
|
|
|
- // Rwanda
|
|
|
|
- const PrepopulatedEngine* const engines_RW[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -817,7 +817,7 @@ const PrepopulatedEngine* const engines_RW[] = {
|
|
|
|
-
|
|
|
|
- // Saudi Arabia
|
|
|
|
- const PrepopulatedEngine* const engines_SA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_com,
|
|
|
|
-@@ -826,7 +826,7 @@ const PrepopulatedEngine* const engines_SA[] = {
|
|
|
|
-
|
|
|
|
- // Sweden
|
|
|
|
- const PrepopulatedEngine* const engines_SE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo_se,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -835,7 +835,7 @@ const PrepopulatedEngine* const engines_SE[] = {
|
|
|
|
-
|
|
|
|
- // Singapore
|
|
|
|
- const PrepopulatedEngine* const engines_SG[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_com,
|
|
|
|
- &yahoo_sg,
|
|
|
|
-@@ -844,7 +844,7 @@ const PrepopulatedEngine* const engines_SG[] = {
|
|
|
|
-
|
|
|
|
- // Slovenia
|
|
|
|
- const PrepopulatedEngine* const engines_SI[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
- &yahoo,
|
|
|
|
-@@ -853,7 +853,7 @@ const PrepopulatedEngine* const engines_SI[] = {
|
|
|
|
-
|
|
|
|
- // Slovakia
|
|
|
|
- const PrepopulatedEngine* const engines_SK[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -862,7 +862,7 @@ const PrepopulatedEngine* const engines_SK[] = {
|
|
|
|
-
|
|
|
|
- // El Salvador
|
|
|
|
- const PrepopulatedEngine* const engines_SV[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -871,7 +871,7 @@ const PrepopulatedEngine* const engines_SV[] = {
|
|
|
|
-
|
|
|
|
- // Syria
|
|
|
|
- const PrepopulatedEngine* const engines_SY[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -880,7 +880,7 @@ const PrepopulatedEngine* const engines_SY[] = {
|
|
|
|
-
|
|
|
|
- // Thailand
|
|
|
|
- const PrepopulatedEngine* const engines_TH[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_th,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -889,7 +889,7 @@ const PrepopulatedEngine* const engines_TH[] = {
|
|
|
|
-
|
|
|
|
- // Tunisia
|
|
|
|
- const PrepopulatedEngine* const engines_TN[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -898,7 +898,7 @@ const PrepopulatedEngine* const engines_TN[] = {
|
|
|
|
-
|
|
|
|
- // Turkey
|
|
|
|
- const PrepopulatedEngine* const engines_TR[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yandex_tr,
|
|
|
|
- &yahoo_tr,
|
|
|
|
- &bing,
|
|
|
|
-@@ -907,7 +907,7 @@ const PrepopulatedEngine* const engines_TR[] = {
|
|
|
|
-
|
|
|
|
- // Trinidad and Tobago
|
|
|
|
- const PrepopulatedEngine* const engines_TT[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -916,7 +916,7 @@ const PrepopulatedEngine* const engines_TT[] = {
|
|
|
|
-
|
|
|
|
- // Taiwan
|
|
|
|
- const PrepopulatedEngine* const engines_TW[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_tw,
|
|
|
|
- &bing,
|
|
|
|
- &baidu,
|
|
|
|
-@@ -925,7 +925,7 @@ const PrepopulatedEngine* const engines_TW[] = {
|
|
|
|
-
|
|
|
|
- // Tanzania
|
|
|
|
- const PrepopulatedEngine* const engines_TZ[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -934,7 +934,7 @@ const PrepopulatedEngine* const engines_TZ[] = {
|
|
|
|
-
|
|
|
|
- // Ukraine
|
|
|
|
- const PrepopulatedEngine* const engines_UA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yandex_ua,
|
|
|
|
- &bing,
|
|
|
|
- &mail_ru,
|
|
|
|
-@@ -943,7 +943,7 @@ const PrepopulatedEngine* const engines_UA[] = {
|
|
|
|
-
|
|
|
|
- // United States
|
|
|
|
- const PrepopulatedEngine* const engines_US[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -952,7 +952,7 @@ const PrepopulatedEngine* const engines_US[] = {
|
|
|
|
-
|
|
|
|
- // Uruguay
|
|
|
|
- const PrepopulatedEngine* const engines_UY[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -961,7 +961,7 @@ const PrepopulatedEngine* const engines_UY[] = {
|
|
|
|
-
|
|
|
|
- // Venezuela
|
|
|
|
- const PrepopulatedEngine* const engines_VE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &yahoo_ve,
|
|
|
|
- &bing,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -970,7 +970,7 @@ const PrepopulatedEngine* const engines_VE[] = {
|
|
|
|
-
|
|
|
|
- // Vietnam
|
|
|
|
- const PrepopulatedEngine* const engines_VN[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &coccoc,
|
|
|
|
- &yahoo,
|
|
|
|
- &bing,
|
|
|
|
-@@ -979,7 +979,7 @@ const PrepopulatedEngine* const engines_VN[] = {
|
|
|
|
-
|
|
|
|
- // Yemen
|
|
|
|
- const PrepopulatedEngine* const engines_YE[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &yandex_ru,
|
|
|
|
-@@ -988,7 +988,7 @@ const PrepopulatedEngine* const engines_YE[] = {
|
|
|
|
-
|
|
|
|
- // South Africa
|
|
|
|
- const PrepopulatedEngine* const engines_ZA[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &duckduckgo, &duckduckgo_light,
|
|
|
|
-@@ -997,7 +997,7 @@ const PrepopulatedEngine* const engines_ZA[] = {
|
|
|
|
-
|
|
|
|
- // Zimbabwe
|
|
|
|
- const PrepopulatedEngine* const engines_ZW[] = {
|
|
|
|
-- &googleen, &google,
|
|
|
|
-+ &googleen, &google, &qwant,
|
|
|
|
- &bing,
|
|
|
|
- &yahoo,
|
|
|
|
- &ask,
|
|
|
|
---
|
|
|
|
-2.17.1
|
|
|
|
-
|
|
|