OLD | NEW |
---|---|
(Empty) | |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 // GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN | |
6 // chrome/browser/search_engines/prepopulated_engines_schema.json | |
7 // chrome/browser/search_engines/prepopulated_engines.json | |
8 // DO NOT EDIT. | |
9 | |
10 #include <stdio.h> | |
Peter Kasting
2012/11/12 22:46:36
Why is this needed?
beaudoin
2012/11/13 18:44:26
For NULL. :)
Is there a better place to get it? D
beaudoin
2012/11/13 18:51:13
Also: now it's probably needed for size_t too -- s
Peter Kasting
2012/11/13 19:23:10
If you need these and they aren't already included
not at google - send to devlin
2012/11/13 20:28:07
Apologies for the intrusion, but I've seen people
beaudoin
2012/11/13 21:42:03
Switched to <cstddef> and moved to .h for size_t.
| |
11 | |
12 #include "chrome/browser/search_engines/prepopulated_engines.h" | |
13 | |
14 namespace TemplateURLPrepopulateData { | |
15 | |
16 const int kCurrentDataVersion = 45; | |
17 | |
18 const PrepopulatedEngine bing_bg_BG = { | |
Peter Kasting
2012/11/12 22:46:36
Nit: The ordering here seems to be random, neither
beaudoin
2012/11/13 18:44:26
Following discussion: compile-time generation remo
| |
19 L"Bing", | |
20 L"bing.com", | |
21 "http://www.bing.com/s/wlflag.ico", | |
22 "http://www.bing.com/search?setmkt=bg-BG&q={searchTerms}", | |
23 "UTF-8", | |
24 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
25 NULL, | |
26 NULL, | |
27 SEARCH_ENGINE_BING, | |
28 3, | |
29 }; | |
30 | |
31 const PrepopulatedEngine atlas_sk = { | |
32 L"ATLAS.SK", | |
33 L"atlas.sk", | |
34 "http://www.atlas.sk/images/favicon.ico", | |
35 "http://hladaj.atlas.sk/fulltext/?phrase={searchTerms}", | |
36 "UTF-8", | |
37 NULL, | |
38 NULL, | |
39 NULL, | |
40 SEARCH_ENGINE_OTHER, | |
41 27, | |
42 }; | |
43 | |
44 const PrepopulatedEngine yahoo_uk = { | |
45 L"Yahoo! UK & Ireland", | |
46 L"uk.yahoo.com", | |
47 "http://uk.search.yahoo.com/favicon.ico", | |
48 "http://uk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
49 "UTF-8", | |
50 "http://uk-sayt.ff.search.yahoo.com/gossip-uk-sayt?output=fxjson&command={sear chTerms}", | |
51 NULL, | |
52 NULL, | |
53 SEARCH_ENGINE_YAHOO, | |
54 2, | |
55 }; | |
56 | |
57 const PrepopulatedEngine yahoo_jp = { | |
58 L"Yahoo! JAPAN", | |
59 L"yahoo.co.jp", | |
60 "http://search.yahoo.co.jp/favicon.ico", | |
61 "http://search.yahoo.co.jp/search?ei={inputEncoding}&fr=crmas&p={searchTerms}" , | |
62 "UTF-8", | |
63 NULL, | |
64 NULL, | |
65 NULL, | |
66 SEARCH_ENGINE_YAHOOJP, | |
67 2, | |
68 }; | |
69 | |
70 const PrepopulatedEngine neti = { | |
71 L"NETI", | |
72 L"neti.ee", | |
73 "http://www.neti.ee/favicon.ico", | |
74 "http://www.neti.ee/cgi-bin/otsing?query={searchTerms}", | |
75 "ISO-8859-1", | |
76 NULL, | |
77 NULL, | |
78 NULL, | |
79 SEARCH_ENGINE_NETI, | |
80 44, | |
81 }; | |
82 | |
83 const PrepopulatedEngine leit = { | |
84 L"leit.is", | |
85 L"leit.is", | |
86 "http://leit.is/leit.ico", | |
87 "http://leit.is/query.aspx?qt={searchTerms}", | |
88 "ISO-8859-1", | |
89 NULL, | |
90 NULL, | |
91 NULL, | |
92 SEARCH_ENGINE_OTHER, | |
93 59, | |
94 }; | |
95 | |
96 const PrepopulatedEngine bing_he_IL = { | |
97 L"Bing", | |
98 L"bing.com", | |
99 "http://www.bing.com/s/wlflag.ico", | |
100 "http://www.bing.com/search?setmkt=he-IL&q={searchTerms}", | |
101 "UTF-8", | |
102 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
103 NULL, | |
104 NULL, | |
105 SEARCH_ENGINE_BING, | |
106 3, | |
107 }; | |
108 | |
109 const PrepopulatedEngine rambler = { | |
110 L"Rambler", | |
111 L"rambler.ru", | |
112 "http://www.rambler.ru/favicon.ico", | |
113 "http://www.rambler.ru/srch?words={searchTerms}", | |
114 "windows-1251", | |
115 NULL, | |
116 NULL, | |
117 NULL, | |
118 SEARCH_ENGINE_RAMBLER, | |
119 16, | |
120 }; | |
121 | |
122 const PrepopulatedEngine latne = { | |
123 L"LATNE", | |
124 L"latne.lv", | |
125 "http://latne.lv/favicon.ico", | |
126 "http://latne.lv/siets.php?q={searchTerms}", | |
127 "UTF-8", | |
128 NULL, | |
129 NULL, | |
130 NULL, | |
131 SEARCH_ENGINE_OTHER, | |
132 71, | |
133 }; | |
134 | |
135 const PrepopulatedEngine yahoo_br = { | |
136 L"Yahoo! Brasil", | |
137 L"br.yahoo.com", | |
138 "http://br.search.yahoo.com/favicon.ico", | |
139 "http://br.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
140 "UTF-8", | |
141 "http://br-sayt.ff.search.yahoo.com/gossip-br-sayt?output=fxjson&command={sear chTerms}", | |
142 NULL, | |
143 NULL, | |
144 SEARCH_ENGINE_YAHOO, | |
145 2, | |
146 }; | |
147 | |
148 const PrepopulatedEngine bing_zh_HK = { | |
149 L"Bing", | |
150 L"bing.com", | |
151 "http://www.bing.com/s/wlflag.ico", | |
152 "http://www.bing.com/search?setmkt=zh-HK&q={searchTerms}", | |
153 "UTF-8", | |
154 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
155 NULL, | |
156 NULL, | |
157 SEARCH_ENGINE_BING, | |
158 3, | |
159 }; | |
160 | |
161 const PrepopulatedEngine bing_de_CH = { | |
162 L"Bing", | |
163 L"bing.com", | |
164 "http://www.bing.com/s/wlflag.ico", | |
165 "http://www.bing.com/search?setmkt=de-CH&q={searchTerms}", | |
166 "UTF-8", | |
167 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
168 NULL, | |
169 NULL, | |
170 SEARCH_ENGINE_BING, | |
171 3, | |
172 }; | |
173 | |
174 const PrepopulatedEngine bing_tr_TR = { | |
175 L"Bing", | |
176 L"bing.com", | |
177 "http://www.bing.com/s/wlflag.ico", | |
178 "http://www.bing.com/search?setmkt=tr-TR&q={searchTerms}", | |
179 "UTF-8", | |
180 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
181 NULL, | |
182 NULL, | |
183 SEARCH_ENGINE_BING, | |
184 3, | |
185 }; | |
186 | |
187 const PrepopulatedEngine all_by = { | |
188 L"ALL.BY", | |
189 L"all.by", | |
190 NULL, | |
191 "http://www.all.by/cgi-bin/search.cgi?mode=by&query={searchTerms}", | |
192 "UTF-8", | |
193 NULL, | |
194 NULL, | |
195 NULL, | |
196 SEARCH_ENGINE_ALL_BY, | |
197 33, | |
198 }; | |
199 | |
200 const PrepopulatedEngine ask_uk = { | |
201 L"Ask Jeeves", | |
202 L"uk.ask.com", | |
203 "http://uk.ask.com/favicon.ico", | |
204 "http://uk.ask.com/web?q={searchTerms}", | |
205 "UTF-8", | |
206 "http://ss.uk.ask.com/query?q={searchTerms}&li=ff", | |
207 NULL, | |
208 NULL, | |
209 SEARCH_ENGINE_ASK, | |
210 4, | |
211 }; | |
212 | |
213 const PrepopulatedEngine yamli = { | |
214 L"Yamli", | |
215 L"yamli.com", | |
216 "http://www.yamli.com/favicon.ico", | |
217 "http://www.yamli.com/#q={searchTerms}", | |
218 "UTF-8", | |
219 NULL, | |
220 NULL, | |
221 NULL, | |
222 SEARCH_ENGINE_OTHER, | |
223 11, | |
224 }; | |
225 | |
226 const PrepopulatedEngine eniro_fi = { | |
227 L"Eniro", | |
228 L"eniro.fi", | |
229 "http://eniro.fi/favicon.ico", | |
230 "http://eniro.fi/query?search_word={searchTerms}&what=web_local", | |
231 "ISO-8859-1", | |
232 NULL, | |
233 NULL, | |
234 NULL, | |
235 SEARCH_ENGINE_OTHER, | |
236 29, | |
237 }; | |
238 | |
239 const PrepopulatedEngine bing_es_CL = { | |
240 L"Bing", | |
241 L"bing.com", | |
242 "http://www.bing.com/s/wlflag.ico", | |
243 "http://www.bing.com/search?setmkt=es-CL&q={searchTerms}", | |
244 "UTF-8", | |
245 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
246 NULL, | |
247 NULL, | |
248 SEARCH_ENGINE_BING, | |
249 3, | |
250 }; | |
251 | |
252 const PrepopulatedEngine nate = { | |
253 L"\ub124\uc774\ud2b8\ub2f7\xcef4", | |
254 L"nate.com", | |
255 "http://nate.search.empas.com/favicon.ico", | |
256 "http://nate.search.empas.com/search/all.html?q={searchTerms}", | |
257 "EUC-KR", | |
258 NULL, | |
259 NULL, | |
260 NULL, | |
261 SEARCH_ENGINE_OTHER, | |
262 69, | |
263 }; | |
264 | |
265 const PrepopulatedEngine uol = { | |
266 L"UOL Busca", | |
267 L"busca.uol.com.br", | |
268 "http://busca.uol.com.br/favicon.ico", | |
269 "http://busca.uol.com.br/www/index.html?q={searchTerms}", | |
270 "ISO-8859-1", | |
271 NULL, | |
272 NULL, | |
273 NULL, | |
274 SEARCH_ENGINE_OTHER, | |
275 82, | |
276 }; | |
277 | |
278 const PrepopulatedEngine baidu = { | |
279 L"\u767e\x5ea6", | |
280 L"baidu.com", | |
281 "http://www.baidu.com/favicon.ico", | |
282 "http://www.baidu.com/s?wd={searchTerms}", | |
283 "GB2312", | |
284 NULL, | |
285 NULL, | |
286 NULL, | |
287 SEARCH_ENGINE_BAIDU, | |
288 21, | |
289 }; | |
290 | |
291 const PrepopulatedEngine fonecta_02_fi = { | |
292 L"Fonecta 02.fi", | |
293 L"www.fi", | |
294 "http://www.02.fi/img/favicon.ico", | |
295 "http://www.02.fi/haku/{searchTerms}", | |
296 "UTF-8", | |
297 NULL, | |
298 NULL, | |
299 NULL, | |
300 SEARCH_ENGINE_OTHER, | |
301 46, | |
302 }; | |
303 | |
304 const PrepopulatedEngine bing_nl_BE = { | |
305 L"Bing", | |
306 L"bing.com", | |
307 "http://www.bing.com/s/wlflag.ico", | |
308 "http://www.bing.com/search?setmkt=nl-BE&q={searchTerms}", | |
309 "UTF-8", | |
310 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
311 NULL, | |
312 NULL, | |
313 SEARCH_ENGINE_BING, | |
314 3, | |
315 }; | |
316 | |
317 const PrepopulatedEngine bing_fi_FI = { | |
318 L"Bing", | |
319 L"bing.com", | |
320 "http://www.bing.com/s/wlflag.ico", | |
321 "http://www.bing.com/search?setmkt=fi-FI&q={searchTerms}", | |
322 "UTF-8", | |
323 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
324 NULL, | |
325 NULL, | |
326 SEARCH_ENGINE_BING, | |
327 3, | |
328 }; | |
329 | |
330 const PrepopulatedEngine yahoo_co = { | |
331 L"Yahoo! Colombia", | |
332 L"co.yahoo.com", | |
333 "http://co.search.yahoo.com/favicon.ico", | |
334 "http://co.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
335 "UTF-8", | |
336 "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fxjson&command={searc hTerms}", | |
337 NULL, | |
338 NULL, | |
339 SEARCH_ENGINE_YAHOO, | |
340 2, | |
341 }; | |
342 | |
343 const PrepopulatedEngine yahoo_cl = { | |
344 L"Yahoo! Chile", | |
345 L"cl.yahoo.com", | |
346 "http://cl.search.yahoo.com/favicon.ico", | |
347 "http://cl.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
348 "UTF-8", | |
349 "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fxjson&command={searc hTerms}", | |
350 NULL, | |
351 NULL, | |
352 SEARCH_ENGINE_YAHOO, | |
353 2, | |
354 }; | |
355 | |
356 const PrepopulatedEngine aport = { | |
357 L"Aport", | |
358 L"aport.ru", | |
359 NULL, | |
360 "http://www.aport.ru/search/?r={searchTerms}", | |
361 "UTF-8", | |
362 NULL, | |
363 NULL, | |
364 NULL, | |
365 SEARCH_ENGINE_APORT, | |
366 34, | |
367 }; | |
368 | |
369 const PrepopulatedEngine yahoo_ru = { | |
370 L"Yahoo! \u043f\u043e-\u0440\u0443\u0441\u0441\u043a\x0438", | |
371 L"ru.yahoo.com", | |
372 "http://ru.search.yahoo.com/favicon.ico", | |
373 "http://ru.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
374 "UTF-8", | |
375 NULL, | |
376 NULL, | |
377 NULL, | |
378 SEARCH_ENGINE_YAHOO, | |
379 2, | |
380 }; | |
381 | |
382 const PrepopulatedEngine yahoo_ca = { | |
383 L"Yahoo! Canada", | |
384 L"ca.yahoo.com", | |
385 "http://ca.search.yahoo.com/favicon.ico", | |
386 "http://ca.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
387 "UTF-8", | |
388 "http://gossip.ca.yahoo.com/gossip-ca-sayt?output=fxjsonp&command={searchTerms }", | |
389 NULL, | |
390 NULL, | |
391 SEARCH_ENGINE_YAHOO, | |
392 2, | |
393 }; | |
394 | |
395 const PrepopulatedEngine altavista = { | |
396 L"AltaVista", | |
397 L"altavista.com", | |
398 "http://www.altavista.com/favicon.ico", | |
399 "http://www.altavista.com/web/results?q={searchTerms}", | |
400 "UTF-8", | |
401 NULL, | |
402 NULL, | |
403 NULL, | |
404 SEARCH_ENGINE_ALTAVISTA, | |
405 89, | |
406 }; | |
407 | |
408 const PrepopulatedEngine meta_ua = { | |
409 L"Meta-Ukraine", | |
410 L"meta.ua", | |
411 NULL, | |
412 "http://meta.ua/search.asp?q={searchTerms}", | |
413 "UTF-8", | |
414 NULL, | |
415 NULL, | |
416 NULL, | |
417 SEARCH_ENGINE_META_UA, | |
418 40, | |
419 }; | |
420 | |
421 const PrepopulatedEngine ask_es = { | |
422 L"Ask.com Espa\x00f1a", | |
423 L"es.ask.com", | |
424 "http://es.ask.com/favicon.ico", | |
425 "http://es.ask.com/web?q={searchTerms}", | |
426 "UTF-8", | |
427 "http://ss.es.ask.com/query?q={searchTerms}&li=ff", | |
428 NULL, | |
429 NULL, | |
430 SEARCH_ENGINE_ASK, | |
431 4, | |
432 }; | |
433 | |
434 const PrepopulatedEngine bing_en_XA = { | |
435 L"Bing", | |
436 L"bing.com", | |
437 "http://www.bing.com/s/wlflag.ico", | |
438 "http://www.bing.com/search?setmkt=en-XA&q={searchTerms}", | |
439 "UTF-8", | |
440 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
441 NULL, | |
442 NULL, | |
443 SEARCH_ENGINE_BING, | |
444 3, | |
445 }; | |
446 | |
447 const PrepopulatedEngine zoznam = { | |
448 L"Zoznam", | |
449 L"zoznam.sk", | |
450 "http://zoznam.sk/favicon.ico", | |
451 "http://zoznam.sk/hladaj.fcgi?s={searchTerms}", | |
452 "windows-1250", | |
453 NULL, | |
454 NULL, | |
455 NULL, | |
456 SEARCH_ENGINE_ZOZNAM, | |
457 85, | |
458 }; | |
459 | |
460 const PrepopulatedEngine guruji = { | |
461 L"guruji", | |
462 L"guruji.com", | |
463 "http://guruji.com/favicon.ico", | |
464 "http://guruji.com/search?q={searchTerms}", | |
465 "UTF-8", | |
466 NULL, | |
467 NULL, | |
468 NULL, | |
469 SEARCH_ENGINE_OTHER, | |
470 38, | |
471 }; | |
472 | |
473 const PrepopulatedEngine bing_cs_CZ = { | |
474 L"Bing", | |
475 L"bing.com", | |
476 "http://www.bing.com/s/wlflag.ico", | |
477 "http://www.bing.com/search?setmkt=cs-CZ&q={searchTerms}", | |
478 "UTF-8", | |
479 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
480 NULL, | |
481 NULL, | |
482 SEARCH_ENGINE_BING, | |
483 3, | |
484 }; | |
485 | |
486 const PrepopulatedEngine altavista_se = { | |
487 L"AltaVista", | |
488 L"se.altavista.com", | |
489 "http://se.altavista.com/favicon.ico", | |
490 "http://se.altavista.com/web/results?q={searchTerms}", | |
491 "UTF-8", | |
492 NULL, | |
493 NULL, | |
494 NULL, | |
495 SEARCH_ENGINE_ALTAVISTA, | |
496 89, | |
497 }; | |
498 | |
499 const PrepopulatedEngine mail_ru = { | |
500 L"@MAIL.RU", | |
501 L"mail.ru", | |
502 "http://img.go.mail.ru/favicon.ico", | |
503 "http://go.mail.ru/search?q={searchTerms}", | |
504 "windows-1251", | |
505 "http://suggests.go.mail.ru/chrome?q={searchTerms}", | |
506 NULL, | |
507 NULL, | |
508 SEARCH_ENGINE_MAILRU, | |
509 83, | |
510 }; | |
511 | |
512 const PrepopulatedEngine hispavista = { | |
513 L"hispavista", | |
514 L"hispavista.com", | |
515 "http://buscar.hispavista.com/favicon.ico", | |
516 "http://buscar.hispavista.com/?cadena={searchTerms}", | |
517 "iso-8859-1", | |
518 NULL, | |
519 NULL, | |
520 NULL, | |
521 SEARCH_ENGINE_OTHER, | |
522 18, | |
523 }; | |
524 | |
525 const PrepopulatedEngine yandex_ua = { | |
526 L"\u042f\u043d\u0434\u0435\u043a\x0441", | |
527 L"yandex.ua", | |
528 "http://yandex.ua/favicon.ico", | |
529 "http://yandex.ua/yandsearch?text={searchTerms}", | |
530 "UTF-8", | |
531 "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms}", | |
532 NULL, | |
533 NULL, | |
534 SEARCH_ENGINE_YANDEX, | |
535 15, | |
536 }; | |
537 | |
538 const PrepopulatedEngine bing_lt_LT = { | |
539 L"Bing", | |
540 L"bing.com", | |
541 "http://www.bing.com/s/wlflag.ico", | |
542 "http://www.bing.com/search?setmkt=lt-LT&q={searchTerms}", | |
543 "UTF-8", | |
544 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
545 NULL, | |
546 NULL, | |
547 SEARCH_ENGINE_BING, | |
548 3, | |
549 }; | |
550 | |
551 const PrepopulatedEngine bing_zh_CN = { | |
552 L"Bing", | |
553 L"bing.com", | |
554 "http://www.bing.com/s/wlflag.ico", | |
555 "http://www.bing.com/search?setmkt=zh-CN&q={searchTerms}", | |
556 "UTF-8", | |
557 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
558 NULL, | |
559 NULL, | |
560 SEARCH_ENGINE_BING, | |
561 3, | |
562 }; | |
563 | |
564 const PrepopulatedEngine yahoo_nl = { | |
565 L"Yahoo! Nederland", | |
566 L"nl.yahoo.com", | |
567 "http://nl.search.yahoo.com/favicon.ico", | |
568 "http://nl.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
569 "UTF-8", | |
570 NULL, | |
571 NULL, | |
572 NULL, | |
573 SEARCH_ENGINE_YAHOO, | |
574 2, | |
575 }; | |
576 | |
577 const char* const temp_0[] = { | |
578 "{google:baseURL}#q={searchTerms}", | |
579 "{google:baseURL}search#q={searchTerms}", | |
580 "{google:baseURL}webhp#q={searchTerms}", | |
581 }; | |
582 const PrepopulatedEngine google = { | |
583 L"Google", | |
584 L"google.com", | |
585 "http://www.google.com/favicon.ico", | |
586 "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:acceptedSuggestion }{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFie ldtrialParameter}sourceid=chrome&ie={inputEncoding}", | |
587 "UTF-8", | |
588 "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client=chrome &hl={language}&q={searchTerms}&sugkey={google:suggestAPIKeyParameter}", | |
589 "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:instantEnab ledParameter}ie={inputEncoding}", | |
590 temp_0, | |
591 SEARCH_ENGINE_GOOGLE, | |
592 1, | |
593 }; | |
594 | |
595 const PrepopulatedEngine bing_en_NZ = { | |
596 L"Bing", | |
597 L"bing.com", | |
598 "http://www.bing.com/s/wlflag.ico", | |
599 "http://www.bing.com/search?setmkt=en-NZ&q={searchTerms}", | |
600 "UTF-8", | |
601 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
602 NULL, | |
603 NULL, | |
604 SEARCH_ENGINE_BING, | |
605 3, | |
606 }; | |
607 | |
608 const PrepopulatedEngine bing_es_MX = { | |
609 L"Bing", | |
610 L"bing.com", | |
611 "http://www.bing.com/s/wlflag.ico", | |
612 "http://www.bing.com/search?setmkt=es-MX&q={searchTerms}", | |
613 "UTF-8", | |
614 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
615 NULL, | |
616 NULL, | |
617 SEARCH_ENGINE_BING, | |
618 3, | |
619 }; | |
620 | |
621 const PrepopulatedEngine bing_fr_BE = { | |
622 L"Bing", | |
623 L"bing.com_", | |
624 "http://www.bing.com/s/wlflag.ico", | |
625 "http://www.bing.com/search?setmkt=fr-BE&q={searchTerms}", | |
626 "UTF-8", | |
627 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
628 NULL, | |
629 NULL, | |
630 SEARCH_ENGINE_BING, | |
631 7, | |
632 }; | |
633 | |
634 const PrepopulatedEngine rednano = { | |
635 L"Rednano", | |
636 L"rednano.sg", | |
637 "http://rednano.sg/favicon.ico", | |
638 "http://rednano.sg/sfe/lwi.action?querystring={searchTerms}", | |
639 "UTF-8", | |
640 NULL, | |
641 NULL, | |
642 NULL, | |
643 SEARCH_ENGINE_OTHER, | |
644 41, | |
645 }; | |
646 | |
647 const PrepopulatedEngine goo = { | |
648 L"goo", | |
649 L"search.goo.ne.jp", | |
650 "http://goo.ne.jp/favicon.ico", | |
651 "http://search.goo.ne.jp/web.jsp?MT={searchTerms}&IE={inputEncoding}", | |
652 "UTF-8", | |
653 NULL, | |
654 NULL, | |
655 NULL, | |
656 SEARCH_ENGINE_GOO, | |
657 23, | |
658 }; | |
659 | |
660 const PrepopulatedEngine sapo = { | |
661 L"SAPO", | |
662 L"sapo.pt", | |
663 "http://imgs.sapo.pt/images/sapo.ico", | |
664 "http://pesquisa.sapo.pt/?q={searchTerms}", | |
665 "UTF-8", | |
666 "http://pesquisa.sapo.pt/livesapo?q={searchTerms}", | |
667 NULL, | |
668 NULL, | |
669 SEARCH_ENGINE_SAPO, | |
670 77, | |
671 }; | |
672 | |
673 const PrepopulatedEngine bing_it_IT = { | |
674 L"Bing", | |
675 L"bing.com", | |
676 "http://www.bing.com/s/wlflag.ico", | |
677 "http://www.bing.com/search?setmkt=it-IT&q={searchTerms}", | |
678 "UTF-8", | |
679 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
680 NULL, | |
681 NULL, | |
682 SEARCH_ENGINE_BING, | |
683 3, | |
684 }; | |
685 | |
686 const PrepopulatedEngine terra_ar = { | |
687 L"Terra Argentina", | |
688 L"terra.com.ar", | |
689 "http://buscar.terra.com.ar/favicon.ico", | |
690 "http://buscar.terra.com.ar/Default.aspx?query={searchTerms}&source=Search", | |
691 "ISO-8859-1", | |
692 NULL, | |
693 NULL, | |
694 NULL, | |
695 SEARCH_ENGINE_OTHER, | |
696 90, | |
697 }; | |
698 | |
699 const PrepopulatedEngine yahoo_in = { | |
700 L"Yahoo! India", | |
701 L"in.yahoo.com", | |
702 "http://in.search.yahoo.com/favicon.ico", | |
703 "http://in.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
704 "UTF-8", | |
705 "http://in-sayt.ff.search.yahoo.com/gossip-in-sayt?output=fxjson&command={sear chTerms}", | |
706 NULL, | |
707 NULL, | |
708 SEARCH_ENGINE_YAHOO, | |
709 2, | |
710 }; | |
711 | |
712 const PrepopulatedEngine bing_es_ES = { | |
713 L"Bing", | |
714 L"bing.com", | |
715 "http://www.bing.com/s/wlflag.ico", | |
716 "http://www.bing.com/search?setmkt=es-ES&q={searchTerms}", | |
717 "UTF-8", | |
718 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
719 NULL, | |
720 NULL, | |
721 SEARCH_ENGINE_BING, | |
722 3, | |
723 }; | |
724 | |
725 const PrepopulatedEngine abcsok = { | |
726 L"ABC S\x00f8k", | |
727 L"abcsok.no", | |
728 "http://abcsok.no/favicon.ico", | |
729 "http://abcsok.no/index.html?q={searchTerms}", | |
730 "UTF-8", | |
731 NULL, | |
732 NULL, | |
733 NULL, | |
734 SEARCH_ENGINE_ABCSOK, | |
735 72, | |
736 }; | |
737 | |
738 const PrepopulatedEngine yahoo_dk = { | |
739 L"Yahoo! Danmark", | |
740 L"dk.yahoo.com", | |
741 "http://dk.search.yahoo.com/favicon.ico", | |
742 "http://dk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
743 "UTF-8", | |
744 NULL, | |
745 NULL, | |
746 NULL, | |
747 SEARCH_ENGINE_YAHOO, | |
748 2, | |
749 }; | |
750 | |
751 const PrepopulatedEngine bing_uk_UA = { | |
752 L"Bing", | |
753 L"bing.com", | |
754 "http://www.bing.com/s/wlflag.ico", | |
755 "http://www.bing.com/search?setmkt=uk-UA&q={searchTerms}", | |
756 "UTF-8", | |
757 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
758 NULL, | |
759 NULL, | |
760 SEARCH_ENGINE_BING, | |
761 3, | |
762 }; | |
763 | |
764 const PrepopulatedEngine icq = { | |
765 L"ICQ", | |
766 L"icq.com", | |
767 NULL, | |
768 "http://search.icq.com/search/results.php?q={searchTerms}", | |
769 "UTF-8", | |
770 NULL, | |
771 NULL, | |
772 NULL, | |
773 SEARCH_ENGINE_ICQ, | |
774 39, | |
775 }; | |
776 | |
777 const PrepopulatedEngine jabse = { | |
778 L"Jabse", | |
779 L"jabse.com", | |
780 "http://www.jabse.com/favicon.ico", | |
781 "http://www.jabse.com/searchmachine.php?query={searchTerms}", | |
782 "UTF-8", | |
783 NULL, | |
784 NULL, | |
785 NULL, | |
786 SEARCH_ENGINE_OTHER, | |
787 19, | |
788 }; | |
789 | |
790 const PrepopulatedEngine yahoo_de = { | |
791 L"Yahoo! Deutschland", | |
792 L"de.yahoo.com", | |
793 "http://de.search.yahoo.com/favicon.ico", | |
794 "http://de.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
795 "UTF-8", | |
796 "http://de-sayt.ff.search.yahoo.com/gossip-de-sayt?output=fxjson&command={sear chTerms}", | |
797 NULL, | |
798 NULL, | |
799 SEARCH_ENGINE_YAHOO, | |
800 2, | |
801 }; | |
802 | |
803 const PrepopulatedEngine yahoo_th = { | |
804 L"Yahoo! \u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\x0e22", | |
805 L"th.yahoo.com", | |
806 "http://th.search.yahoo.com/favicon.ico", | |
807 "http://th.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
808 "UTF-8", | |
809 "http://th-sayt.ff.search.yahoo.com/gossip-th-sayt?output=fxjson&command={sear chTerms}", | |
810 NULL, | |
811 NULL, | |
812 SEARCH_ENGINE_YAHOO, | |
813 2, | |
814 }; | |
815 | |
816 const PrepopulatedEngine bing_de_AT = { | |
817 L"Bing", | |
818 L"bing.com", | |
819 "http://www.bing.com/s/wlflag.ico", | |
820 "http://www.bing.com/search?setmkt=de-AT&q={searchTerms}", | |
821 "UTF-8", | |
822 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
823 NULL, | |
824 NULL, | |
825 SEARCH_ENGINE_BING, | |
826 3, | |
827 }; | |
828 | |
829 const PrepopulatedEngine tut = { | |
830 L"TUT.BY", | |
831 L"tut.by", | |
832 "http://www.tut.by/favicon.ico", | |
833 "http://search.tut.by/?query={searchTerms}", | |
834 "windows-1251", | |
835 NULL, | |
836 NULL, | |
837 NULL, | |
838 SEARCH_ENGINE_TUT, | |
839 17, | |
840 }; | |
841 | |
842 const PrepopulatedEngine bing_pl_PL = { | |
843 L"Bing", | |
844 L"bing.com", | |
845 "http://www.bing.com/s/wlflag.ico", | |
846 "http://www.bing.com/search?setmkt=pl-PL&q={searchTerms}", | |
847 "UTF-8", | |
848 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
849 NULL, | |
850 NULL, | |
851 SEARCH_ENGINE_BING, | |
852 3, | |
853 }; | |
854 | |
855 const PrepopulatedEngine nur_kz = { | |
856 L"NUR.KZ", | |
857 L"nur.kz", | |
858 "http://www.nur.kz/favicon_kz.ico", | |
859 "http://search.nur.kz/?encoding={inputEncoding}&query={searchTerms}", | |
860 "UTF-8", | |
861 NULL, | |
862 NULL, | |
863 NULL, | |
864 SEARCH_ENGINE_OTHER, | |
865 20, | |
866 }; | |
867 | |
868 const PrepopulatedEngine jubii = { | |
869 L"Jubii", | |
870 L"jubii.dk", | |
871 "http://search.jubii.dk/favicon_jubii.ico", | |
872 "http://search.jubii.dk/cgi-bin/pursuit?query={searchTerms}", | |
873 "ISO-8859-1", | |
874 NULL, | |
875 NULL, | |
876 NULL, | |
877 SEARCH_ENGINE_OTHER, | |
878 28, | |
879 }; | |
880 | |
881 const PrepopulatedEngine delfi_lv = { | |
882 L"DELFI", | |
883 L"delfi.lv", | |
884 "http://smart.delfi.lv/img/smart_search.png", | |
885 "http://smart.delfi.lv/i.php?enc={inputEncoding}&q={searchTerms}", | |
886 "UTF-8", | |
887 NULL, | |
888 NULL, | |
889 NULL, | |
890 SEARCH_ENGINE_DELFI, | |
891 45, | |
892 }; | |
893 | |
894 const PrepopulatedEngine wp = { | |
895 L"Wirtualna Polska", | |
896 L"wp.pl", | |
897 "http://szukaj.wp.pl/favicon.ico", | |
898 "http://szukaj.wp.pl/szukaj.html?szukaj={searchTerms}", | |
899 "ISO-8859-2", | |
900 NULL, | |
901 NULL, | |
902 NULL, | |
903 SEARCH_ENGINE_OTHER, | |
904 76, | |
905 }; | |
906 | |
907 const PrepopulatedEngine ask = { | |
908 L"Ask", | |
909 L"ask.com", | |
910 "http://www.ask.com/favicon.ico", | |
911 "http://www.ask.com/web?q={searchTerms}", | |
912 "UTF-8", | |
913 "http://ss.ask.com/query?q={searchTerms}&li=ff", | |
914 NULL, | |
915 NULL, | |
916 SEARCH_ENGINE_ASK, | |
917 4, | |
918 }; | |
919 | |
920 const PrepopulatedEngine diri = { | |
921 L"diri", | |
922 L"diri.bg", | |
923 "http://i.dir.bg/diri/images/favicon.ico", | |
924 "http://diri.bg/search.php?textfield={searchTerms}", | |
925 "windows-1251", | |
926 NULL, | |
927 NULL, | |
928 NULL, | |
929 SEARCH_ENGINE_DIRI, | |
930 32, | |
931 }; | |
932 | |
933 const PrepopulatedEngine yahoo_ph = { | |
934 L"Yahoo! Philippines", | |
935 L"ph.yahoo.com", | |
936 "http://ph.search.yahoo.com/favicon.ico", | |
937 "http://ph.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
938 "UTF-8", | |
939 "http://ph-sayt.ff.search.yahoo.com/gossip-ph-sayt?output=fxjson&command={sear chTerms}", | |
940 NULL, | |
941 NULL, | |
942 SEARCH_ENGINE_YAHOO, | |
943 2, | |
944 }; | |
945 | |
946 const PrepopulatedEngine yahoo_tw = { | |
947 L"Yahoo!\u5947\x6469", | |
948 L"tw.yahoo.com", | |
949 "http://tw.search.yahoo.com/favicon.ico", | |
950 "http://tw.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
951 "UTF-8", | |
952 NULL, | |
953 NULL, | |
954 NULL, | |
955 SEARCH_ENGINE_YAHOO, | |
956 2, | |
957 }; | |
958 | |
959 const PrepopulatedEngine atlas_cz = { | |
960 L"Atlas", | |
961 L"atlas.cz", | |
962 "http://img.atlas.cz/favicon.ico", | |
963 "http://search.atlas.cz/?q={searchTerms}", | |
964 "windows-1250", | |
965 NULL, | |
966 NULL, | |
967 NULL, | |
968 SEARCH_ENGINE_OTHER, | |
969 27, | |
970 }; | |
971 | |
972 const PrepopulatedEngine ok = { | |
973 L"OK.hu", | |
974 L"ok.hu", | |
975 "http://ok.hu/gfx/favicon.ico", | |
976 "http://ok.hu/katalogus?q={searchTerms}", | |
977 "ISO-8859-2", | |
978 NULL, | |
979 NULL, | |
980 NULL, | |
981 SEARCH_ENGINE_OK, | |
982 6, | |
983 }; | |
984 | |
985 const PrepopulatedEngine bing_es_XL = { | |
986 L"Bing", | |
987 L"bing.com", | |
988 "http://www.bing.com/s/wlflag.ico", | |
989 "http://www.bing.com/search?setmkt=es-XL&q={searchTerms}", | |
990 "UTF-8", | |
991 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
992 NULL, | |
993 NULL, | |
994 SEARCH_ENGINE_BING, | |
995 3, | |
996 }; | |
997 | |
998 const PrepopulatedEngine bing_en_GB = { | |
999 L"Bing", | |
1000 L"bing.com", | |
1001 "http://www.bing.com/s/wlflag.ico", | |
1002 "http://www.bing.com/search?setmkt=en-GB&q={searchTerms}", | |
1003 "UTF-8", | |
1004 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1005 NULL, | |
1006 NULL, | |
1007 SEARCH_ENGINE_BING, | |
1008 3, | |
1009 }; | |
1010 | |
1011 const PrepopulatedEngine yahoo_kr = { | |
1012 L"\uc57c\ud6c4! \ucf54\ub9ac\xc544", | |
1013 L"kr.yahoo.com", | |
1014 "http://kr.search.yahoo.com/favicon.ico", | |
1015 "http://kr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1016 "UTF-8", | |
1017 "http://kr.atc.search.yahoo.com/atcx.php?property=main&ot=fxjson&ei=utf8&eo=ut f8&command={searchTerms}", | |
1018 NULL, | |
1019 NULL, | |
1020 SEARCH_ENGINE_YAHOO, | |
1021 2, | |
1022 }; | |
1023 | |
1024 const PrepopulatedEngine yandex_tr = { | |
1025 L"Yandex", | |
1026 L"yandex.com.tr", | |
1027 "http://yandex.com.tr/favicon.ico", | |
1028 "http://yandex.com.tr/yandsearch?text={searchTerms}", | |
1029 "UTF-8", | |
1030 "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms}", | |
1031 NULL, | |
1032 NULL, | |
1033 SEARCH_ENGINE_YANDEX, | |
1034 15, | |
1035 }; | |
1036 | |
1037 const PrepopulatedEngine yahoo_es = { | |
1038 L"Yahoo! Espa\x00f1a", | |
1039 L"es.yahoo.com", | |
1040 "http://es.search.yahoo.com/favicon.ico", | |
1041 "http://es.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1042 "UTF-8", | |
1043 "http://es-sayt.ff.search.yahoo.com/gossip-es-sayt?output=fxjson&command={sear chTerms}", | |
1044 NULL, | |
1045 NULL, | |
1046 SEARCH_ENGINE_YAHOO, | |
1047 2, | |
1048 }; | |
1049 | |
1050 const PrepopulatedEngine libero = { | |
1051 L"Libero", | |
1052 L"libero.it", | |
1053 "http://arianna.libero.it/favicon.ico", | |
1054 "http://arianna.libero.it/search/abin/integrata.cgi?query={searchTerms}", | |
1055 "ISO-8859-1", | |
1056 NULL, | |
1057 NULL, | |
1058 NULL, | |
1059 SEARCH_ENGINE_OTHER, | |
1060 63, | |
1061 }; | |
1062 | |
1063 const PrepopulatedEngine ukr_net = { | |
1064 L"Ukr.net", | |
1065 L"ukr.net", | |
1066 NULL, | |
1067 "http://search.ukr.net/google/search.php?q={searchTerms}", | |
1068 "UTF-8", | |
1069 NULL, | |
1070 NULL, | |
1071 NULL, | |
1072 SEARCH_ENGINE_UKR_NET, | |
1073 48, | |
1074 }; | |
1075 | |
1076 const PrepopulatedEngine bing_sv_SE = { | |
1077 L"Bing", | |
1078 L"bing.com", | |
1079 "http://www.bing.com/s/wlflag.ico", | |
1080 "http://www.bing.com/search?setmkt=sv-SE&q={searchTerms}", | |
1081 "UTF-8", | |
1082 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1083 NULL, | |
1084 NULL, | |
1085 SEARCH_ENGINE_BING, | |
1086 3, | |
1087 }; | |
1088 | |
1089 const PrepopulatedEngine webalta = { | |
1090 L"Webalta", | |
1091 L"webalta.ru", | |
1092 NULL, | |
1093 "http://webalta.ru/search?q={searchTerms}", | |
1094 "UTF-8", | |
1095 NULL, | |
1096 NULL, | |
1097 NULL, | |
1098 SEARCH_ENGINE_WEBALTA, | |
1099 49, | |
1100 }; | |
1101 | |
1102 const PrepopulatedEngine yahoo_nz = { | |
1103 L"Yahoo!Xtra", | |
1104 L"nz.yahoo.com", | |
1105 "http://nz.search.yahoo.com/favicon.ico", | |
1106 "http://nz.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1107 "UTF-8", | |
1108 "http://aue-sayt.ff.search.yahoo.com/gossip-nz-sayt?output=fxjson&command={sea rchTerms}", | |
1109 NULL, | |
1110 NULL, | |
1111 SEARCH_ENGINE_YAHOO, | |
1112 2, | |
1113 }; | |
1114 | |
1115 const PrepopulatedEngine bing_en_PH = { | |
1116 L"Bing", | |
1117 L"bing.com", | |
1118 "http://www.bing.com/s/wlflag.ico", | |
1119 "http://www.bing.com/search?setmkt=en-PH&q={searchTerms}", | |
1120 "UTF-8", | |
1121 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1122 NULL, | |
1123 NULL, | |
1124 SEARCH_ENGINE_BING, | |
1125 3, | |
1126 }; | |
1127 | |
1128 const PrepopulatedEngine yahoo_qc = { | |
1129 L"Yahoo! Qu\x00e9bec", | |
1130 L"qc.yahoo.com", | |
1131 "http://qc.search.yahoo.com/favicon.ico", | |
1132 "http://qc.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1133 "UTF-8", | |
1134 NULL, | |
1135 NULL, | |
1136 NULL, | |
1137 SEARCH_ENGINE_YAHOOQC, | |
1138 5, | |
1139 }; | |
1140 | |
1141 const PrepopulatedEngine terra_es = { | |
1142 L"Terra", | |
1143 L"terra.es", | |
1144 "http://buscador.terra.es/favicon.ico", | |
1145 "http://buscador.terra.es/Default.aspx?query={searchTerms}&source=Search", | |
1146 "ISO-8859-1", | |
1147 NULL, | |
1148 NULL, | |
1149 NULL, | |
1150 SEARCH_ENGINE_OTHER, | |
1151 90, | |
1152 }; | |
1153 | |
1154 const PrepopulatedEngine bing_sk_SK = { | |
1155 L"Bing", | |
1156 L"bing.com", | |
1157 "http://www.bing.com/s/wlflag.ico", | |
1158 "http://www.bing.com/search?setmkt=sk-SK&q={searchTerms}", | |
1159 "UTF-8", | |
1160 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1161 NULL, | |
1162 NULL, | |
1163 SEARCH_ENGINE_BING, | |
1164 3, | |
1165 }; | |
1166 | |
1167 const PrepopulatedEngine yahoo_mx = { | |
1168 L"Yahoo! M\x00e9xico", | |
1169 L"mx.yahoo.com", | |
1170 "http://mx.search.yahoo.com/favicon.ico", | |
1171 "http://mx.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1172 "UTF-8", | |
1173 "http://gossip.mx.yahoo.com/gossip-mx-sayt?output=fxjsonp&command={searchTerms }", | |
1174 NULL, | |
1175 NULL, | |
1176 SEARCH_ENGINE_YAHOO, | |
1177 2, | |
1178 }; | |
1179 | |
1180 const PrepopulatedEngine sanook = { | |
1181 L"\u0e2a\u0e19\u0e38\x0e01!", | |
1182 L"sanook.com", | |
1183 "http://search.sanook.com/favicon.ico", | |
1184 "http://search.sanook.com/search.php?q={searchTerms}", | |
1185 "UTF-8", | |
1186 NULL, | |
1187 NULL, | |
1188 NULL, | |
1189 SEARCH_ENGINE_SANOOK, | |
1190 100, | |
1191 }; | |
1192 | |
1193 const PrepopulatedEngine centrum_sk = { | |
1194 L"Centrum.sk", | |
1195 L"centrum.sk", | |
1196 "http://img.centrum.sk/4/favicon.ico", | |
1197 "http://search.centrum.sk/index.php?charset={inputEncoding}&q={searchTerms}", | |
1198 "UTF-8", | |
1199 NULL, | |
1200 NULL, | |
1201 NULL, | |
1202 SEARCH_ENGINE_CENTRUM, | |
1203 26, | |
1204 }; | |
1205 | |
1206 const PrepopulatedEngine yahoo_no = { | |
1207 L"Yahoo! Norge", | |
1208 L"no.yahoo.com", | |
1209 "http://no.search.yahoo.com/favicon.ico", | |
1210 "http://no.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1211 "UTF-8", | |
1212 NULL, | |
1213 NULL, | |
1214 NULL, | |
1215 SEARCH_ENGINE_YAHOO, | |
1216 2, | |
1217 }; | |
1218 | |
1219 const PrepopulatedEngine metabot_ru = { | |
1220 L"Metabot", | |
1221 L"metabot.ru", | |
1222 NULL, | |
1223 "http://results.metabot.ru/?st={searchTerms}", | |
1224 "UTF-8", | |
1225 NULL, | |
1226 NULL, | |
1227 NULL, | |
1228 SEARCH_ENGINE_METABOT_RU, | |
1229 42, | |
1230 }; | |
1231 | |
1232 const PrepopulatedEngine daum = { | |
1233 L"Daum", | |
1234 L"daum.net", | |
1235 "http://icon.daum-img.net/favicon.ico", | |
1236 "http://search.daum.net/search?q={searchTerms}", | |
1237 "UTF-8", | |
1238 "http://sug.search.daum.net/search_nsuggest?mod=fxjson&code=utf_in_out&q={sear chTerms}", | |
1239 NULL, | |
1240 NULL, | |
1241 SEARCH_ENGINE_DAUM, | |
1242 68, | |
1243 }; | |
1244 | |
1245 const PrepopulatedEngine yahoo_fr = { | |
1246 L"Yahoo! France", | |
1247 L"fr.yahoo.com", | |
1248 "http://fr.search.yahoo.com/favicon.ico", | |
1249 "http://fr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1250 "UTF-8", | |
1251 "http://fr-sayt.ff.search.yahoo.com/gossip-fr-sayt?output=fxjson&command={sear chTerms}", | |
1252 NULL, | |
1253 NULL, | |
1254 SEARCH_ENGINE_YAHOO, | |
1255 2, | |
1256 }; | |
1257 | |
1258 const PrepopulatedEngine ask_nl = { | |
1259 L"Ask.com Nederland", | |
1260 L"nl.ask.com", | |
1261 "http://nl.ask.com/favicon.ico", | |
1262 "http://nl.ask.com/web?q={searchTerms}", | |
1263 "UTF-8", | |
1264 "http://ss.nl.ask.com/query?q={searchTerms}&li=ff", | |
1265 NULL, | |
1266 NULL, | |
1267 SEARCH_ENGINE_ASK, | |
1268 4, | |
1269 }; | |
1270 | |
1271 const PrepopulatedEngine bing_hr_HR = { | |
1272 L"Bing", | |
1273 L"bing.com", | |
1274 "http://www.bing.com/s/wlflag.ico", | |
1275 "http://www.bing.com/search?setmkt=hr-HR&q={searchTerms}", | |
1276 "UTF-8", | |
1277 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1278 NULL, | |
1279 NULL, | |
1280 SEARCH_ENGINE_BING, | |
1281 3, | |
1282 }; | |
1283 | |
1284 const PrepopulatedEngine seznam = { | |
1285 L"Seznam", | |
1286 L"seznam.cz", | |
1287 "http://1.im.cz/szn/img/favicon.ico", | |
1288 "http://search.seznam.cz/?q={searchTerms}", | |
1289 "UTF-8", | |
1290 "http:///suggest.fulltext.seznam.cz/?dict=fulltext_ff&phrase={searchTerms}&enc oding={inputEncoding}&response_encoding=utf-8", | |
1291 NULL, | |
1292 NULL, | |
1293 SEARCH_ENGINE_SEZNAM, | |
1294 25, | |
1295 }; | |
1296 | |
1297 const PrepopulatedEngine maktoob = { | |
1298 L"\u0645\u0643\u062a\u0648\x0628", | |
1299 L"maktoob.com", | |
1300 "http://www.maktoob.com/favicon.ico", | |
1301 "http://www.maktoob.com/searchResult.php?q={searchTerms}", | |
1302 "UTF-8", | |
1303 NULL, | |
1304 NULL, | |
1305 NULL, | |
1306 SEARCH_ENGINE_OTHER, | |
1307 13, | |
1308 }; | |
1309 | |
1310 const PrepopulatedEngine nigma = { | |
1311 L"Nigma", | |
1312 L"nigma.ru", | |
1313 NULL, | |
1314 "http://www.nigma.ru/?s={searchTerms}", | |
1315 "UTF-8", | |
1316 NULL, | |
1317 NULL, | |
1318 NULL, | |
1319 SEARCH_ENGINE_NIGMA, | |
1320 43, | |
1321 }; | |
1322 | |
1323 const PrepopulatedEngine najdi = { | |
1324 L"Najdi.si", | |
1325 L"najdi.si", | |
1326 "http://www.najdi.si/master/favicon.ico", | |
1327 "http://www.najdi.si/search.jsp?q={searchTerms}", | |
1328 "UTF-8", | |
1329 NULL, | |
1330 NULL, | |
1331 NULL, | |
1332 SEARCH_ENGINE_NAJDI, | |
1333 87, | |
1334 }; | |
1335 | |
1336 const PrepopulatedEngine centrum_cz = { | |
1337 L"Centrum.cz", | |
1338 L"centrum.cz", | |
1339 "http://img.centrum.cz/6/vy2/o/favicon.ico", | |
1340 "http://search.centrum.cz/index.php?charset={inputEncoding}&q={searchTerms}", | |
1341 "UTF-8", | |
1342 NULL, | |
1343 NULL, | |
1344 NULL, | |
1345 SEARCH_ENGINE_CENTRUM, | |
1346 26, | |
1347 }; | |
1348 | |
1349 const PrepopulatedEngine eniro_se = { | |
1350 L"Eniro", | |
1351 L"eniro.se", | |
1352 "http://eniro.se/favicon.ico", | |
1353 "http://eniro.se/query?search_word={searchTerms}&what=web_local", | |
1354 "ISO-8859-1", | |
1355 NULL, | |
1356 NULL, | |
1357 NULL, | |
1358 SEARCH_ENGINE_OTHER, | |
1359 29, | |
1360 }; | |
1361 | |
1362 const PrepopulatedEngine yahoo_fi = { | |
1363 L"Yahoo!-haku", | |
1364 L"fi.yahoo.com", | |
1365 "http://fi.search.yahoo.com/favicon.ico", | |
1366 "http://fi.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1367 "UTF-8", | |
1368 NULL, | |
1369 NULL, | |
1370 NULL, | |
1371 SEARCH_ENGINE_YAHOO, | |
1372 2, | |
1373 }; | |
1374 | |
1375 const PrepopulatedEngine conduit = { | |
1376 L"Conduit", | |
1377 L"conduit.com", | |
1378 NULL, | |
1379 "http://search.conduit.com/Results.aspx?q={searchTerms}", | |
1380 "UTF-8", | |
1381 NULL, | |
1382 NULL, | |
1383 NULL, | |
1384 SEARCH_ENGINE_CONDUIT, | |
1385 36, | |
1386 }; | |
1387 | |
1388 const PrepopulatedEngine yahoo_ve = { | |
1389 L"Yahoo! Venezuela", | |
1390 L"ve.yahoo.com", | |
1391 "http://ve.search.yahoo.com/favicon.ico", | |
1392 "http://ve.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1393 "UTF-8", | |
1394 "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fxjson&command={searc hTerms}", | |
1395 NULL, | |
1396 NULL, | |
1397 SEARCH_ENGINE_YAHOO, | |
1398 2, | |
1399 }; | |
1400 | |
1401 const PrepopulatedEngine kvasir = { | |
1402 L"Kvasir", | |
1403 L"kvasir.no", | |
1404 "http://www.kvasir.no/img/favicon.ico", | |
1405 "http://www.kvasir.no/nettsok/searchResult.html?searchExpr={searchTerms}", | |
1406 "ISO-8859-1", | |
1407 NULL, | |
1408 NULL, | |
1409 NULL, | |
1410 SEARCH_ENGINE_OTHER, | |
1411 73, | |
1412 }; | |
1413 | |
1414 const PrepopulatedEngine bing_ar_XA = { | |
1415 L"Bing", | |
1416 L"bing.com_", | |
1417 "http://www.bing.com/s/wlflag.ico", | |
1418 "http://www.bing.com/search?setmkt=ar-XA&q={searchTerms}", | |
1419 "UTF-8", | |
1420 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1421 NULL, | |
1422 NULL, | |
1423 SEARCH_ENGINE_BING, | |
1424 7, | |
1425 }; | |
1426 | |
1427 const PrepopulatedEngine yahoo = { | |
1428 L"Yahoo!", | |
1429 L"yahoo.com", | |
1430 "http://search.yahoo.com/favicon.ico", | |
1431 "http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}", | |
1432 "UTF-8", | |
1433 "http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}", | |
1434 NULL, | |
1435 NULL, | |
1436 SEARCH_ENGINE_YAHOO, | |
1437 2, | |
1438 }; | |
1439 | |
1440 const PrepopulatedEngine yahoo_vn = { | |
1441 L"Yahoo! Vi\x1ec7t Nam", | |
1442 L"vn.yahoo.com", | |
1443 "http://vn.search.yahoo.com/favicon.ico", | |
1444 "http://vn.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1445 "UTF-8", | |
1446 "http://vn-sayt.ff.search.yahoo.com/gossip-vn-sayt?output=fxjson&command={sear chTerms}", | |
1447 NULL, | |
1448 NULL, | |
1449 SEARCH_ENGINE_YAHOO, | |
1450 2, | |
1451 }; | |
1452 | |
1453 const PrepopulatedEngine bing_ro_RO = { | |
1454 L"Bing", | |
1455 L"bing.com", | |
1456 "http://www.bing.com/s/wlflag.ico", | |
1457 "http://www.bing.com/search?setmkt=ro-RO&q={searchTerms}", | |
1458 "UTF-8", | |
1459 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1460 NULL, | |
1461 NULL, | |
1462 SEARCH_ENGINE_BING, | |
1463 3, | |
1464 }; | |
1465 | |
1466 const PrepopulatedEngine bing_en_ID = { | |
1467 L"Bing", | |
1468 L"bing.com", | |
1469 "http://www.bing.com/s/wlflag.ico", | |
1470 "http://www.bing.com/search?setmkt=en-ID&q={searchTerms}", | |
1471 "UTF-8", | |
1472 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1473 NULL, | |
1474 NULL, | |
1475 SEARCH_ENGINE_BING, | |
1476 3, | |
1477 }; | |
1478 | |
1479 const PrepopulatedEngine bing_en_IE = { | |
1480 L"Bing", | |
1481 L"bing.com", | |
1482 "http://www.bing.com/s/wlflag.ico", | |
1483 "http://www.bing.com/search?setmkt=en-IE&q={searchTerms}", | |
1484 "UTF-8", | |
1485 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1486 NULL, | |
1487 NULL, | |
1488 SEARCH_ENGINE_BING, | |
1489 3, | |
1490 }; | |
1491 | |
1492 const PrepopulatedEngine rediff = { | |
1493 L"Rediff", | |
1494 L"rediff.com", | |
1495 "http://search1.rediff.com/favicon.ico", | |
1496 "http://search1.rediff.com/dirsrch/default.asp?MT={searchTerms}", | |
1497 "UTF-8", | |
1498 NULL, | |
1499 NULL, | |
1500 NULL, | |
1501 SEARCH_ENGINE_OTHER, | |
1502 37, | |
1503 }; | |
1504 | |
1505 const PrepopulatedEngine bing_fr_CA = { | |
1506 L"Bing", | |
1507 L"bing.com_", | |
1508 "http://www.bing.com/s/wlflag.ico", | |
1509 "http://www.bing.com/search?setmkt=fr-CA&q={searchTerms}", | |
1510 "UTF-8", | |
1511 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1512 NULL, | |
1513 NULL, | |
1514 SEARCH_ENGINE_BING, | |
1515 7, | |
1516 }; | |
1517 | |
1518 const PrepopulatedEngine bing_en_IN = { | |
1519 L"Bing", | |
1520 L"bing.com", | |
1521 "http://www.bing.com/s/wlflag.ico", | |
1522 "http://www.bing.com/search?setmkt=en-IN&q={searchTerms}", | |
1523 "UTF-8", | |
1524 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1525 NULL, | |
1526 NULL, | |
1527 SEARCH_ENGINE_BING, | |
1528 3, | |
1529 }; | |
1530 | |
1531 const PrepopulatedEngine bing_pt_PT = { | |
1532 L"Bing", | |
1533 L"bing.com", | |
1534 "http://www.bing.com/s/wlflag.ico", | |
1535 "http://www.bing.com/search?setmkt=pt-PT&q={searchTerms}", | |
1536 "UTF-8", | |
1537 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1538 NULL, | |
1539 NULL, | |
1540 SEARCH_ENGINE_BING, | |
1541 3, | |
1542 }; | |
1543 | |
1544 const PrepopulatedEngine bing_el_GR = { | |
1545 L"Bing", | |
1546 L"bing.com", | |
1547 "http://www.bing.com/s/wlflag.ico", | |
1548 "http://www.bing.com/search?setmkt=el-GR&q={searchTerms}", | |
1549 "UTF-8", | |
1550 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1551 NULL, | |
1552 NULL, | |
1553 SEARCH_ENGINE_BING, | |
1554 3, | |
1555 }; | |
1556 | |
1557 const PrepopulatedEngine masrawy = { | |
1558 L"\u0645\u0635\u0631\u0627\u0648\x064a", | |
1559 L"masrawy.com", | |
1560 "http://www.masrawy.com/new/images/masrawy.ico", | |
1561 "http://masrawy.com/new/search.aspx?sr={searchTerms}", | |
1562 "windows-1256", | |
1563 NULL, | |
1564 NULL, | |
1565 NULL, | |
1566 SEARCH_ENGINE_OTHER, | |
1567 14, | |
1568 }; | |
1569 | |
1570 const PrepopulatedEngine bing_nl_NL = { | |
1571 L"Bing", | |
1572 L"bing.com", | |
1573 "http://www.bing.com/s/wlflag.ico", | |
1574 "http://www.bing.com/search?setmkt=nl-NL&q={searchTerms}", | |
1575 "UTF-8", | |
1576 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1577 NULL, | |
1578 NULL, | |
1579 SEARCH_ENGINE_BING, | |
1580 3, | |
1581 }; | |
1582 | |
1583 const PrepopulatedEngine bing_fr_CH = { | |
1584 L"Bing", | |
1585 L"bing.com_", | |
1586 "http://www.bing.com/s/wlflag.ico", | |
1587 "http://www.bing.com/search?setmkt=fr-CH&q={searchTerms}", | |
1588 "UTF-8", | |
1589 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1590 NULL, | |
1591 NULL, | |
1592 SEARCH_ENGINE_BING, | |
1593 7, | |
1594 }; | |
1595 | |
1596 const PrepopulatedEngine bing_zh_TW = { | |
1597 L"Bing", | |
1598 L"bing.com", | |
1599 "http://www.bing.com/s/wlflag.ico", | |
1600 "http://www.bing.com/search?setmkt=zh-TW&q={searchTerms}", | |
1601 "UTF-8", | |
1602 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1603 NULL, | |
1604 NULL, | |
1605 SEARCH_ENGINE_BING, | |
1606 3, | |
1607 }; | |
1608 | |
1609 const PrepopulatedEngine bing_ru_RU = { | |
1610 L"Bing", | |
1611 L"bing.com", | |
1612 "http://www.bing.com/s/wlflag.ico", | |
1613 "http://www.bing.com/search?setmkt=ru-RU&q={searchTerms}", | |
1614 "UTF-8", | |
1615 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1616 NULL, | |
1617 NULL, | |
1618 SEARCH_ENGINE_BING, | |
1619 3, | |
1620 }; | |
1621 | |
1622 const PrepopulatedEngine bing_en_AU = { | |
1623 L"Bing", | |
1624 L"bing.com", | |
1625 "http://www.bing.com/s/wlflag.ico", | |
1626 "http://www.bing.com/search?setmkt=en-AU&q={searchTerms}", | |
1627 "UTF-8", | |
1628 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1629 NULL, | |
1630 NULL, | |
1631 SEARCH_ENGINE_BING, | |
1632 3, | |
1633 }; | |
1634 | |
1635 const PrepopulatedEngine bing_hu_HU = { | |
1636 L"Bing", | |
1637 L"bing.com", | |
1638 "http://www.bing.com/s/wlflag.ico", | |
1639 "http://www.bing.com/search?setmkt=hu-HU&q={searchTerms}", | |
1640 "UTF-8", | |
1641 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1642 NULL, | |
1643 NULL, | |
1644 SEARCH_ENGINE_BING, | |
1645 3, | |
1646 }; | |
1647 | |
1648 const PrepopulatedEngine bing_da_DK = { | |
1649 L"Bing", | |
1650 L"bing.com", | |
1651 "http://www.bing.com/s/wlflag.ico", | |
1652 "http://www.bing.com/search?setmkt=da-DK&q={searchTerms}", | |
1653 "UTF-8", | |
1654 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1655 NULL, | |
1656 NULL, | |
1657 SEARCH_ENGINE_BING, | |
1658 3, | |
1659 }; | |
1660 | |
1661 const PrepopulatedEngine ask_it = { | |
1662 L"Ask.com Italia", | |
1663 L"it.ask.com", | |
1664 "http://it.ask.com/favicon.ico", | |
1665 "http://it.ask.com/web?q={searchTerms}", | |
1666 "UTF-8", | |
1667 "http://ss.it.ask.com/query?q={searchTerms}&li=ff", | |
1668 NULL, | |
1669 NULL, | |
1670 SEARCH_ENGINE_ASK, | |
1671 4, | |
1672 }; | |
1673 | |
1674 const PrepopulatedEngine yandex_ru = { | |
1675 L"\u042f\u043d\u0434\u0435\u043a\x0441", | |
1676 L"yandex.ru", | |
1677 "http://yandex.ru/favicon.ico", | |
1678 "http://yandex.ru/yandsearch?text={searchTerms}", | |
1679 "UTF-8", | |
1680 "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms}", | |
1681 NULL, | |
1682 NULL, | |
1683 SEARCH_ENGINE_YANDEX, | |
1684 15, | |
1685 }; | |
1686 | |
1687 const PrepopulatedEngine bing_ja_JP = { | |
1688 L"Bing", | |
1689 L"bing.com", | |
1690 "http://www.bing.com/s/wlflag.ico", | |
1691 "http://www.bing.com/search?setmkt=ja-JP&q={searchTerms}", | |
1692 "UTF-8", | |
1693 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1694 NULL, | |
1695 NULL, | |
1696 SEARCH_ENGINE_BING, | |
1697 3, | |
1698 }; | |
1699 | |
1700 const PrepopulatedEngine araby = { | |
1701 L"\u0639\u0631\u0628\x064a", | |
1702 L"araby.com", | |
1703 "http://araby.com/favicon.ico", | |
1704 "http://araby.com/?q={searchTerms}", | |
1705 "UTF-8", | |
1706 NULL, | |
1707 NULL, | |
1708 NULL, | |
1709 SEARCH_ENGINE_OTHER, | |
1710 12, | |
1711 }; | |
1712 | |
1713 const PrepopulatedEngine walla = { | |
1714 L"\u05d5\u05d5\u05d0\u05dc\x05d4!", | |
1715 L"walla.co.il", | |
1716 "http://www.walla.co.il/favicon.ico", | |
1717 "http://search.walla.co.il/?e=hew&q={searchTerms}", | |
1718 "windows-1255", | |
1719 NULL, | |
1720 NULL, | |
1721 NULL, | |
1722 SEARCH_ENGINE_WALLA, | |
1723 55, | |
1724 }; | |
1725 | |
1726 const PrepopulatedEngine ask_de = { | |
1727 L"Ask.com Deutschland", | |
1728 L"de.ask.com", | |
1729 "http://de.ask.com/favicon.ico", | |
1730 "http://de.ask.com/web?q={searchTerms}", | |
1731 "UTF-8", | |
1732 "http://ss.de.ask.com/query?q={searchTerms}&li=ff", | |
1733 NULL, | |
1734 NULL, | |
1735 SEARCH_ENGINE_ASK, | |
1736 4, | |
1737 }; | |
1738 | |
1739 const PrepopulatedEngine yahoo_ch = { | |
1740 L"Yahoo! Suche", | |
1741 L"ch.yahoo.com", | |
1742 "http://ch.search.yahoo.com/favicon.ico", | |
1743 "http://ch.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1744 "UTF-8", | |
1745 NULL, | |
1746 NULL, | |
1747 NULL, | |
1748 SEARCH_ENGINE_YAHOO, | |
1749 2, | |
1750 }; | |
1751 | |
1752 const PrepopulatedEngine pogodak_rs = { | |
1753 L"Pogodak!", | |
1754 L"pogodak.rs", | |
1755 "http://www.pogodak.rs/favicon.ico", | |
1756 "http://www.pogodak.rs/search.jsp?q={searchTerms}", | |
1757 "UTF-8", | |
1758 NULL, | |
1759 NULL, | |
1760 NULL, | |
1761 SEARCH_ENGINE_POGODAK, | |
1762 24, | |
1763 }; | |
1764 | |
1765 const PrepopulatedEngine bing_en_MY = { | |
1766 L"Bing", | |
1767 L"bing.com", | |
1768 "http://www.bing.com/s/wlflag.ico", | |
1769 "http://www.bing.com/search?setmkt=en-MY&q={searchTerms}", | |
1770 "UTF-8", | |
1771 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1772 NULL, | |
1773 NULL, | |
1774 SEARCH_ENGINE_BING, | |
1775 3, | |
1776 }; | |
1777 | |
1778 const PrepopulatedEngine yahoo_hk = { | |
1779 L"Yahoo! Hong Kong", | |
1780 L"hk.yahoo.com", | |
1781 "http://hk.search.yahoo.com/favicon.ico", | |
1782 "http://hk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1783 "UTF-8", | |
1784 NULL, | |
1785 NULL, | |
1786 NULL, | |
1787 SEARCH_ENGINE_YAHOO, | |
1788 2, | |
1789 }; | |
1790 | |
1791 const PrepopulatedEngine bing_fr_FR = { | |
1792 L"Bing", | |
1793 L"bing.com", | |
1794 "http://www.bing.com/s/wlflag.ico", | |
1795 "http://www.bing.com/search?setmkt=fr-FR&q={searchTerms}", | |
1796 "UTF-8", | |
1797 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1798 NULL, | |
1799 NULL, | |
1800 SEARCH_ENGINE_BING, | |
1801 3, | |
1802 }; | |
1803 | |
1804 const PrepopulatedEngine in = { | |
1805 L"in.gr", | |
1806 L"in.gr", | |
1807 "http://www.in.gr/favicon.ico", | |
1808 "http://find.in.gr/?qs={searchTerms}", | |
1809 "ISO-8859-7", | |
1810 NULL, | |
1811 NULL, | |
1812 NULL, | |
1813 SEARCH_ENGINE_IN, | |
1814 54, | |
1815 }; | |
1816 | |
1817 const PrepopulatedEngine yahoo_cn = { | |
1818 L"\u4e2d\u56fd\u96c5\x864e", | |
1819 L"cn.yahoo.com", | |
1820 "http://search.cn.yahoo.com/favicon.ico", | |
1821 "http://search.cn.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1822 "GB2312", | |
1823 NULL, | |
1824 NULL, | |
1825 NULL, | |
1826 SEARCH_ENGINE_YAHOO, | |
1827 2, | |
1828 }; | |
1829 | |
1830 const PrepopulatedEngine bing_nb_NO = { | |
1831 L"Bing", | |
1832 L"bing.com", | |
1833 "http://www.bing.com/s/wlflag.ico", | |
1834 "http://www.bing.com/search?setmkt=nb-NO&q={searchTerms}", | |
1835 "UTF-8", | |
1836 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1837 NULL, | |
1838 NULL, | |
1839 SEARCH_ENGINE_BING, | |
1840 3, | |
1841 }; | |
1842 | |
1843 const PrepopulatedEngine yahoo_sg = { | |
1844 L"Yahoo! Singapore", | |
1845 L"sg.yahoo.com", | |
1846 "http://sg.search.yahoo.com/favicon.ico", | |
1847 "http://sg.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1848 "UTF-8", | |
1849 "http://sg-sayt.ff.search.yahoo.com/gossip-sg-sayt?output=fxjson&command={sear chTerms}", | |
1850 NULL, | |
1851 NULL, | |
1852 SEARCH_ENGINE_YAHOO, | |
1853 2, | |
1854 }; | |
1855 | |
1856 const PrepopulatedEngine yahoo_se = { | |
1857 L"Yahoo! Sverige", | |
1858 L"se.yahoo.com", | |
1859 "http://se.search.yahoo.com/favicon.ico", | |
1860 "http://se.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1861 "UTF-8", | |
1862 NULL, | |
1863 NULL, | |
1864 NULL, | |
1865 SEARCH_ENGINE_YAHOO, | |
1866 2, | |
1867 }; | |
1868 | |
1869 const PrepopulatedEngine bing_en_US = { | |
1870 L"Bing", | |
1871 L"bing.com", | |
1872 "http://www.bing.com/s/wlflag.ico", | |
1873 "http://www.bing.com/search?setmkt=en-US&q={searchTerms}", | |
1874 "UTF-8", | |
1875 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1876 NULL, | |
1877 NULL, | |
1878 SEARCH_ENGINE_BING, | |
1879 3, | |
1880 }; | |
1881 | |
1882 const PrepopulatedEngine avg = { | |
1883 L"AVG Secure Search", | |
1884 L"search.avg.com", | |
1885 NULL, | |
1886 "http://search.avg.com/route/?q={searchTerms}&lng={language}", | |
1887 "UTF-8", | |
1888 NULL, | |
1889 NULL, | |
1890 NULL, | |
1891 SEARCH_ENGINE_AVG, | |
1892 50, | |
1893 }; | |
1894 | |
1895 const PrepopulatedEngine bing_de_DE = { | |
1896 L"Bing", | |
1897 L"bing.com", | |
1898 "http://www.bing.com/s/wlflag.ico", | |
1899 "http://www.bing.com/search?setmkt=de-DE&q={searchTerms}", | |
1900 "UTF-8", | |
1901 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1902 NULL, | |
1903 NULL, | |
1904 SEARCH_ENGINE_BING, | |
1905 3, | |
1906 }; | |
1907 | |
1908 const PrepopulatedEngine search_de_CH = { | |
1909 L"search.ch", | |
1910 L"search.ch", | |
1911 "http://www.search.ch/favicon.ico", | |
1912 "http://www.search.ch/index.de.html?q={searchTerms}", | |
1913 "ISO-8859-1", | |
1914 NULL, | |
1915 NULL, | |
1916 NULL, | |
1917 SEARCH_ENGINE_OTHER, | |
1918 51, | |
1919 }; | |
1920 | |
1921 const PrepopulatedEngine qip = { | |
1922 L"QIP", | |
1923 L"qip.ru", | |
1924 NULL, | |
1925 "http://search.qip.ru/?query={searchTerms}", | |
1926 "UTF-8", | |
1927 NULL, | |
1928 NULL, | |
1929 NULL, | |
1930 SEARCH_ENGINE_QIP, | |
1931 47, | |
1932 }; | |
1933 | |
1934 const PrepopulatedEngine bing_es_AR = { | |
1935 L"Bing", | |
1936 L"bing.com", | |
1937 "http://www.bing.com/s/wlflag.ico", | |
1938 "http://www.bing.com/search?setmkt=es-AR&q={searchTerms}", | |
1939 "UTF-8", | |
1940 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
1941 NULL, | |
1942 NULL, | |
1943 SEARCH_ENGINE_BING, | |
1944 3, | |
1945 }; | |
1946 | |
1947 const PrepopulatedEngine mynet = { | |
1948 L"MYNET", | |
1949 L"mynet.com", | |
1950 "http://img.mynet.com/mynetfavori.ico", | |
1951 "http://arama.mynet.com/search.aspx?q={searchTerms}&pg=q", | |
1952 "windows-1254", | |
1953 NULL, | |
1954 NULL, | |
1955 NULL, | |
1956 SEARCH_ENGINE_OTHER, | |
1957 101, | |
1958 }; | |
1959 | |
1960 const PrepopulatedEngine search_fr_CH = { | |
1961 L"search.ch", | |
1962 L"search.ch_", | |
1963 "http://www.search.ch/favicon.ico", | |
1964 "http://www.search.ch/index.fr.html?q={searchTerms}", | |
1965 "UTF-8", | |
1966 NULL, | |
1967 NULL, | |
1968 NULL, | |
1969 SEARCH_ENGINE_OTHER, | |
1970 22, | |
1971 }; | |
1972 | |
1973 const PrepopulatedEngine yahoo_pe = { | |
1974 L"Yahoo! Per\x00fa", | |
1975 L"pe.yahoo.com", | |
1976 "http://pe.search.yahoo.com/favicon.ico", | |
1977 "http://pe.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
1978 "UTF-8", | |
1979 "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fxjson&command={searc hTerms}", | |
1980 NULL, | |
1981 NULL, | |
1982 SEARCH_ENGINE_YAHOO, | |
1983 2, | |
1984 }; | |
1985 | |
1986 const PrepopulatedEngine virgilio = { | |
1987 L"Virgilio", | |
1988 L"virgilio.it", | |
1989 "http://ricerca.alice.it/favicon.ico", | |
1990 "http://ricerca.alice.it/ricerca?qs={searchTerms}", | |
1991 "ISO-8859-1", | |
1992 NULL, | |
1993 NULL, | |
1994 NULL, | |
1995 SEARCH_ENGINE_VIRGILIO, | |
1996 62, | |
1997 }; | |
1998 | |
1999 const PrepopulatedEngine bing_en_SG = { | |
2000 L"Bing", | |
2001 L"bing.com", | |
2002 "http://www.bing.com/s/wlflag.ico", | |
2003 "http://www.bing.com/search?setmkt=en-SG&q={searchTerms}", | |
2004 "UTF-8", | |
2005 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2006 NULL, | |
2007 NULL, | |
2008 SEARCH_ENGINE_BING, | |
2009 3, | |
2010 }; | |
2011 | |
2012 const PrepopulatedEngine yahoo_it = { | |
2013 L"Yahoo! Italia", | |
2014 L"it.yahoo.com", | |
2015 "http://it.search.yahoo.com/favicon.ico", | |
2016 "http://it.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
2017 "UTF-8", | |
2018 "http://it-sayt.ff.search.yahoo.com/gossip-it-sayt?output=fxjson&command={sear chTerms}", | |
2019 NULL, | |
2020 NULL, | |
2021 SEARCH_ENGINE_YAHOO, | |
2022 2, | |
2023 }; | |
2024 | |
2025 const PrepopulatedEngine bing_th_TH = { | |
2026 L"Bing", | |
2027 L"bing.com", | |
2028 "http://www.bing.com/s/wlflag.ico", | |
2029 "http://www.bing.com/search?setmkt=th-TH&q={searchTerms}", | |
2030 "UTF-8", | |
2031 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2032 NULL, | |
2033 NULL, | |
2034 SEARCH_ENGINE_BING, | |
2035 3, | |
2036 }; | |
2037 | |
2038 const PrepopulatedEngine aol = { | |
2039 L"AOL", | |
2040 L"aol.com", | |
2041 "http://search.aol.com/favicon.ico", | |
2042 "http://search.aol.com/aol/search?query={searchTerms}", | |
2043 "UTF-8", | |
2044 NULL, | |
2045 NULL, | |
2046 NULL, | |
2047 SEARCH_ENGINE_OTHER, | |
2048 35, | |
2049 }; | |
2050 | |
2051 const PrepopulatedEngine bing_et_EE = { | |
2052 L"Bing", | |
2053 L"bing.com", | |
2054 "http://www.bing.com/s/wlflag.ico", | |
2055 "http://www.bing.com/search?setmkt=et-EE&q={searchTerms}", | |
2056 "UTF-8", | |
2057 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2058 NULL, | |
2059 NULL, | |
2060 SEARCH_ENGINE_BING, | |
2061 3, | |
2062 }; | |
2063 | |
2064 const PrepopulatedEngine delfi_lt = { | |
2065 L"DELFI", | |
2066 L"delfi.lt", | |
2067 "http://search.delfi.lt/img/favicon.png", | |
2068 "http://search.delfi.lt/search.php?q={searchTerms}", | |
2069 "UTF-8", | |
2070 NULL, | |
2071 NULL, | |
2072 NULL, | |
2073 SEARCH_ENGINE_DELFI, | |
2074 45, | |
2075 }; | |
2076 | |
2077 const PrepopulatedEngine bing_sl_SI = { | |
2078 L"Bing", | |
2079 L"bing.com", | |
2080 "http://www.bing.com/s/wlflag.ico", | |
2081 "http://www.bing.com/search?setmkt=sl-SI&q={searchTerms}", | |
2082 "UTF-8", | |
2083 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2084 NULL, | |
2085 NULL, | |
2086 SEARCH_ENGINE_BING, | |
2087 3, | |
2088 }; | |
2089 | |
2090 const PrepopulatedEngine bing_lv_LV = { | |
2091 L"Bing", | |
2092 L"bing.com", | |
2093 "http://www.bing.com/s/wlflag.ico", | |
2094 "http://www.bing.com/search?setmkt=lv-LV&q={searchTerms}", | |
2095 "UTF-8", | |
2096 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2097 NULL, | |
2098 NULL, | |
2099 SEARCH_ENGINE_BING, | |
2100 3, | |
2101 }; | |
2102 | |
2103 const PrepopulatedEngine altavista_ar = { | |
2104 L"AltaVista", | |
2105 L"ar.altavista.com", | |
2106 "http://ar.altavista.com/favicon.ico", | |
2107 "http://ar.altavista.com/web/results?q={searchTerms}", | |
2108 "UTF-8", | |
2109 NULL, | |
2110 NULL, | |
2111 NULL, | |
2112 SEARCH_ENGINE_ALTAVISTA, | |
2113 89, | |
2114 }; | |
2115 | |
2116 const PrepopulatedEngine yahoo_id = { | |
2117 L"Yahoo! Indonesia", | |
2118 L"id.yahoo.com", | |
2119 "http://id.search.yahoo.com/favicon.ico", | |
2120 "http://id.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
2121 "UTF-8", | |
2122 "http://id-sayt.ff.search.yahoo.com/gossip-id-sayt?output=fxjson&command={sear chTerms}", | |
2123 NULL, | |
2124 NULL, | |
2125 SEARCH_ENGINE_YAHOO, | |
2126 2, | |
2127 }; | |
2128 | |
2129 const PrepopulatedEngine yahoo_at = { | |
2130 L"Yahoo! Suche", | |
2131 L"at.yahoo.com", | |
2132 "http://at.search.yahoo.com/favicon.ico", | |
2133 "http://at.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
2134 "UTF-8", | |
2135 NULL, | |
2136 NULL, | |
2137 NULL, | |
2138 SEARCH_ENGINE_YAHOO, | |
2139 2, | |
2140 }; | |
2141 | |
2142 const PrepopulatedEngine yahoo_au = { | |
2143 L"Yahoo!7", | |
2144 L"au.yahoo.com", | |
2145 "http://au.search.yahoo.com/favicon.ico", | |
2146 "http://au.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
2147 "UTF-8", | |
2148 "http://aue-sayt.ff.search.yahoo.com/gossip-au-sayt?output=fxjson&command={sea rchTerms}", | |
2149 NULL, | |
2150 NULL, | |
2151 SEARCH_ENGINE_YAHOO, | |
2152 2, | |
2153 }; | |
2154 | |
2155 const PrepopulatedEngine bing_pt_BR = { | |
2156 L"Bing", | |
2157 L"bing.com", | |
2158 "http://www.bing.com/s/wlflag.ico", | |
2159 "http://www.bing.com/search?setmkt=pt-BR&q={searchTerms}", | |
2160 "UTF-8", | |
2161 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2162 NULL, | |
2163 NULL, | |
2164 SEARCH_ENGINE_BING, | |
2165 3, | |
2166 }; | |
2167 | |
2168 const PrepopulatedEngine yahoo_ar = { | |
2169 L"Yahoo! Argentina", | |
2170 L"ar.yahoo.com", | |
2171 "http://ar.search.yahoo.com/favicon.ico", | |
2172 "http://ar.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms} ", | |
2173 "UTF-8", | |
2174 "http://ar-sayt.ff.search.yahoo.com/gossip-ar-sayt?output=fxjson&command={sear chTerms}", | |
2175 NULL, | |
2176 NULL, | |
2177 SEARCH_ENGINE_YAHOO, | |
2178 2, | |
2179 }; | |
2180 | |
2181 const PrepopulatedEngine yahoo_malaysia = { | |
2182 L"Yahoo! Malaysia", | |
2183 L"malaysia.yahoo.com", | |
2184 "http://malaysia.search.yahoo.com/favicon.ico", | |
2185 "http://malaysia.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={search Terms}", | |
2186 "UTF-8", | |
2187 "http://my-sayt.ff.search.yahoo.com/gossip-my-sayt?output=fxjson&command={sear chTerms}", | |
2188 NULL, | |
2189 NULL, | |
2190 SEARCH_ENGINE_YAHOO, | |
2191 2, | |
2192 }; | |
2193 | |
2194 const PrepopulatedEngine avg_i = { | |
2195 L"AVG Secure Search", | |
2196 L"isearch.avg.com", | |
2197 NULL, | |
2198 "http://isearch.avg.com/search?q={searchTerms}&lng={language}", | |
2199 "UTF-8", | |
2200 NULL, | |
2201 NULL, | |
2202 NULL, | |
2203 SEARCH_ENGINE_AVG, | |
2204 52, | |
2205 }; | |
2206 | |
2207 const PrepopulatedEngine bing = { | |
2208 L"Bing", | |
2209 L"bing.com", | |
2210 "http://www.bing.com/s/wlflag.ico", | |
2211 "http://www.bing.com/search?q={searchTerms}", | |
2212 "UTF-8", | |
2213 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2214 NULL, | |
2215 NULL, | |
2216 SEARCH_ENGINE_BING, | |
2217 3, | |
2218 }; | |
2219 | |
2220 const PrepopulatedEngine netsprint = { | |
2221 L"NetSprint", | |
2222 L"netsprint.pl", | |
2223 "http://netsprint.pl/favicon.ico", | |
2224 "http://www.netsprint.pl/serwis/search?q={searchTerms}", | |
2225 "UTF-8", | |
2226 NULL, | |
2227 NULL, | |
2228 NULL, | |
2229 SEARCH_ENGINE_NETSPRINT, | |
2230 30, | |
2231 }; | |
2232 | |
2233 const PrepopulatedEngine bing_en_CA = { | |
2234 L"Bing", | |
2235 L"bing.com", | |
2236 "http://www.bing.com/s/wlflag.ico", | |
2237 "http://www.bing.com/search?setmkt=en-CA&q={searchTerms}", | |
2238 "UTF-8", | |
2239 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2240 NULL, | |
2241 NULL, | |
2242 SEARCH_ENGINE_BING, | |
2243 3, | |
2244 }; | |
2245 | |
2246 const PrepopulatedEngine bing_ko_KR = { | |
2247 L"Bing", | |
2248 L"bing.com", | |
2249 "http://www.bing.com/s/wlflag.ico", | |
2250 "http://www.bing.com/search?setmkt=ko-KR&q={searchTerms}", | |
2251 "UTF-8", | |
2252 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2253 NULL, | |
2254 NULL, | |
2255 SEARCH_ENGINE_BING, | |
2256 3, | |
2257 }; | |
2258 | |
2259 const PrepopulatedEngine naver = { | |
2260 L"\ub124\uc774\xbc84", | |
2261 L"naver.com", | |
2262 "http://search.naver.com/favicon.ico", | |
2263 "http://search.naver.com/search.naver?ie={inputEncoding}&query={searchTerms}", | |
2264 "UTF-8", | |
2265 "http://ac.search.naver.com/autocompl?m=s&ie={inputEncoding}&oe=utf-8&q={searc hTerms}", | |
2266 NULL, | |
2267 NULL, | |
2268 SEARCH_ENGINE_NAVER, | |
2269 67, | |
2270 }; | |
2271 | |
2272 const PrepopulatedEngine onet = { | |
2273 L"Onet.pl", | |
2274 L"onet.pl", | |
2275 "http://szukaj.onet.pl/favicon.ico", | |
2276 "http://szukaj.onet.pl/query.html?qt={searchTerms}", | |
2277 "ISO-8859-2", | |
2278 NULL, | |
2279 NULL, | |
2280 NULL, | |
2281 SEARCH_ENGINE_OTHER, | |
2282 75, | |
2283 }; | |
2284 | |
2285 const PrepopulatedEngine bing_en_ZA = { | |
2286 L"Bing", | |
2287 L"bing.com", | |
2288 "http://www.bing.com/s/wlflag.ico", | |
2289 "http://www.bing.com/search?setmkt=en-ZA&q={searchTerms}", | |
2290 "UTF-8", | |
2291 "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}", | |
2292 NULL, | |
2293 NULL, | |
2294 SEARCH_ENGINE_BING, | |
2295 3, | |
2296 }; | |
2297 | |
2298 } // namespace TemplateURLPrepopulateData | |
OLD | NEW |