zoom_index.js 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  1. var AccentChars = [ "á", "à", "â", "ă", "ã", "à", "Á", "À", "Â", "Ă", "Ã", "À", "ç", "Ç", "č", "Č", "ð", "Đ", "ď", "Ď", "é", "è", "ę", "ê", "ě", "É", "È", "Ę", "Ê", "Ě", "í", "ì", "î", "Í", "Ì", "Î", "ń", "Ń", "ň", "Ň", "ó", "ò", "ô", "ő", "Ó", "Ò", "Ô", "Ő", "ř", "Ř", "š", "Š", "ť", "Ť", "ú", "ù", "û", "ů", "Ú", "Ù", "Û", "Ů", "ý", "Ý", "ž", "Ž", "ά", "έ", "ί", "ϊ", "ώ", "ό", "ύ", "ϋ", "Ά", "Έ", "Ί", "Ϊ", "Ώ", "Ό", "Ύ", "Ϋ", "ä", "Ä", "ë", "Ë", "ï", "Ï", "ö", "Ö", "ü", "Ü", "ÿ", "Ÿ", "å", "Å", "ø", "Ø", "æ", "Æ", "œ", "Œ", "ß"];
  2. var NormalChars = [ "a", "a", "a", "a", "a", "a", "A", "A", "A", "A", "A", "A", "c", "C", "c", "C", "d", "D", "d", "D", "e", "e", "e", "e", "e", "E", "E", "E", "E", "E", "i", "i", "i", "I", "I", "I", "n", "N", "n", "N", "o", "o", "o", "o", "O", "O", "O", "O", "r", "R", "s", "S", "t", "T", "u", "u", "u", "u", "U", "U", "U", "U", "y", "Y", "z", "Z", "α", "ε", "ι", "ι", "ω", "ο", "υ", "υ", "Α", "Ε", "Ι", "Ι", "Ω", "Ο", "Υ", "Υ", "a", "A", "e", "E", "i", "I", "o", "O", "u", "U", "y", "Y", "aa", "Aa", "oe", "Oe", "ae", "AE", "oe", "OE", "ss"];
  3. dictwords = ["software 0 9 128 1 10 32 2 66 55 3 40 11 4 78 227 5 55 96 6 150 255 7 170 255 8 131 253 9 122 255 10 65 243 11 59 229",
  4. "development 0 9 128 1 10 32 2 60 55 4 65 225 5 55 100 6 116 255 7 157 255 8 107 237 9 94 255 10 55 227 11 49 229",
  5. "kit 0 9 128 1 10 32 2 60 55 4 65 225 5 48 96 6 116 255 7 155 255 8 104 237 9 91 255 10 55 227 11 49 229",
  6. "installation 0 9 128 4 10 2 6 10 32 7 26 22 8 72 47 9 54 55 11 26 9",
  7. "configuration 0 9 128 3 18 2 4 30 114 6 10 32 7 18 9 8 18 9 9 10 4 10 10 4 11 10 1",
  8. "guide 0 9 128 4 26 3 5 18 32 6 33 39 7 33 48 8 18 9 9 10 4",
  9. "product 1 20 72 3 60 120 4 10 2 5 60 31 6 18 32 7 18 1 8 54 29 9 54 15 10 15 96 11 15 96",
  10. "information 1 20 72 3 104 127 4 26 3 5 20 48 6 47 43 8 26 26 9 18 20 11 10 2",
  11. "document 1 10 64 2 10 32 3 47 108 5 23 96",
  12. "applies 1 10 64",
  13. "ibm 1 60 56 3 120 125 4 58 99 5 82 122 6 112 127 7 142 127 8 124 127 9 112 127 10 72 125 11 78 116",
  14. "cognos 1 10 32 4 58 99 5 51 104 6 112 127 7 142 127 8 120 127 9 108 127 10 72 125 11 72 116",
  15. "version 1 10 32 3 10 64 6 55 118 7 18 12 8 10 32 9 10 16",
  16. "10.2.2 1 10 32",
  17. "may 1 10 32 3 108 126 5 26 5 6 26 37 9 10 8",
  18. "apply 1 10 32 3 18 16 8 10 8 9 10 8",
  19. "subsequent 1 10 32",
  20. "releases 1 10 32 6 10 16",
  21. "copyright 1 27 40 5 10 1",
  22. "licensed 1 10 32 3 18 8",
  23. "materials 1 10 32 3 18 8",
  24. "property 1 10 32 3 33 48",
  25. "2005 1 10 32",
  26. "2014 1 10 32",
  27. "us 1 10 32 3 10 4",
  28. "government 1 10 32",
  29. "users 1 10 32 3 18 6 4 10 4 5 10 8 6 10 4",
  30. "restricted 1 18 48 5 10 8",
  31. "rights 1 10 32",
  32. "use 1 10 32 3 40 11 4 30 99 5 44 105 6 18 40 7 18 17 8 26 11 9 26 13",
  33. "duplication 1 10 16 5 10 1",
  34. "disclosure 1 10 16",
  35. "gsa 1 10 16",
  36. "adp 1 10 16",
  37. "schedule 1 10 16",
  38. "contract 1 10 16",
  39. "logo 1 33 22",
  40. "ibm.com 1 10 16",
  41. "trademarks 1 84 31 5 10 1",
  42. "registered 1 54 23",
  43. "international 1 10 16 3 18 24",
  44. "business 1 10 16 3 26 18 4 10 2 5 10 2 6 10 2 8 10 16 9 10 16",
  45. "machines 1 10 16 3 10 16",
  46. "many 1 10 16",
  47. "jurisdictions 1 10 16",
  48. "worldwide 1 10 16 3 10 64",
  49. "service 1 10 8 3 33 32 4 18 1 7 18 48",
  50. "names 1 10 8 3 26 2 5 26 3",
  51. "might 1 10 8 8 10 8",
  52. "companies 1 18 12 3 10 2",
  53. "current 1 10 8 5 10 4",
  54. "list 1 10 8 8 10 32 9 10 16",
  55. "available 1 10 8 3 47 76 5 10 4 8 18 48 9 10 16",
  56. "web 1 10 8 3 40 25 5 30 120 7 18 40 8 10 16 9 10 16 11 10 2",
  57. "trademark 1 26 10",
  58. "www.ibm.com 1 10 8 3 26 1 5 18 24 8 10 16 9 10 8",
  59. "legal 1 10 8 3 18 17 5 10 4",
  60. "copytrade.shtml 1 10 8",
  61. "following 1 10 8 3 10 16 8 10 4 10 18 9 11 10 4",
  62. "terms 1 10 8 3 18 8",
  63. "adobe 1 26 4",
  64. "postscript 1 18 4",
  65. "either 1 10 4 3 10 16 6 10 8 9 10 1",
  66. "systems 1 10 4 3 18 4 8 18 48 9 18 16",
  67. "incorporated 1 10 4 3 10 16",
  68. "united 1 33 7 3 10 16",
  69. "states 1 33 7 3 10 16",
  70. "countries 1 33 7 3 10 64",
  71. "microsoft 1 18 6 4 10 16 7 18 3 9 26 194 11 26 176",
  72. "windows 1 26 6 2 18 9 4 10 16 5 10 32 7 18 3 9 26 194 11 36 240",
  73. "nt 1 10 2",
  74. "corporation 1 10 2 3 18 48",
  75. "both 1 18 2 8 10 32 9 10 16",
  76. "linux 1 10 2 2 10 8 5 10 16 7 18 5 8 33 208 10 31 240",
  77. "linus 1 10 2",
  78. "torvalds 1 10 2",
  79. "unix 1 10 2 2 18 12 5 10 32 7 18 5 8 38 194 10 36 240",
  80. "open 1 10 2",
  81. "group 1 10 2 3 10 8",
  82. "java 1 10 1 10 10 16",
  83. "java-based 1 10 1",
  84. "logos 1 10 1",
  85. "oracle 1 10 1",
  86. "affiliates 1 10 1",
  87. "parent 1 10 1 4 10 1 6 10 1 8 10 1 9 10 1 10 10 1 11 10 1",
  88. "topic 1 10 1 4 10 1 6 10 1 8 10 1 9 10 1 10 10 1 11 10 1",
  89. "notices 1 10 1 3 19 192",
  90. "audience 2 10 32 5 12 32",
  91. "configuring 2 18 40 4 36 193 6 10 1 7 26 193 8 10 1 9 10 1 10 10 1 11 10 1",
  92. "installing 2 33 29 4 10 1 5 10 32 6 10 1 7 26 208 8 36 77 9 18 5 10 10 1 11 10 1",
  93. "uninstalling 2 33 13 10 14 64 11 29 67",
  94. "upgrading 2 18 6 6 50 241 7 26 9 10 15 80 11 15 96",
  95. "index 2 9 128",
  96. "developed 3 10 64 7 18 6 8 10 32 9 10 32",
  97. "products 3 84 103 8 18 48 9 18 16",
  98. "services 3 33 96 5 10 32 7 10 32",
  99. "offered 3 10 64",
  100. "material 3 18 72 5 10 4",
  101. "languages 3 10 64",
  102. "however 3 18 96",
  103. "required 3 10 64 8 26 13 9 18 9",
  104. "own 3 26 73",
  105. "copy 3 10 64 8 18 3 9 10 1",
  106. "language 3 10 64 8 10 1 9 10 1",
  107. "order 3 10 64",
  108. "access 3 10 64 5 26 56 6 33 7 8 10 1",
  109. "offer 3 10 64",
  110. "features 3 18 96 5 41 12 6 18 24",
  111. "discussed 3 10 64",
  112. "consult 3 10 64",
  113. "local 3 18 80",
  114. "representative 3 10 64",
  115. "currently 3 10 64 5 18 12",
  116. "area 3 10 32",
  117. "reference 3 10 32",
  118. "program 3 66 56 6 10 16 11 18 24",
  119. "intended 3 10 32 5 15 64",
  120. "state 3 10 32",
  121. "imply 3 10 32",
  122. "used 3 33 34 5 18 3",
  123. "functionally 3 10 32",
  124. "equivalent 3 18 40",
  125. "does 3 26 48 5 10 8 9 10 2 10 10 16 11 10 1",
  126. "infringe 3 10 32",
  127. "intellectual 3 33 48",
  128. "right 3 10 32",
  129. "instead 3 10 32",
  130. "user's 3 18 34",
  131. "responsibility 3 10 32",
  132. "evaluate 3 10 32",
  133. "verify 3 18 36",
  134. "operation 3 10 32",
  135. "non-ibm 3 40 52",
  136. "describe 3 10 32",
  137. "included 3 10 32 5 10 4",
  138. "license 3 40 40",
  139. "entitlement 3 10 32",
  140. "purchased 3 10 32",
  141. "patents 3 18 32",
  142. "pending 3 10 32",
  143. "patent 3 10 32",
  144. "applications 3 10 32 5 18 3 6 54 39 7 26 38 8 10 32 9 10 32",
  145. "covering 3 10 32",
  146. "subject 3 26 44",
  147. "matter 3 10 32",
  148. "described 3 26 56",
  149. "furnishing 3 10 32",
  150. "grant 3 10 32",
  151. "these 3 47 55 5 10 2 6 18 8 7 18 6 8 10 32 9 10 32 11 10 1",
  152. "send 3 18 32",
  153. "inquiries 3 26 32",
  154. "writing 3 18 32",
  155. "director 3 10 32",
  156. "licensing 3 26 40",
  157. "north 3 10 32",
  158. "castle 3 10 32",
  159. "drive 3 10 32 8 18 2",
  160. "armonk 3 10 32",
  161. "ny 3 10 32",
  162. "10504-1785 3 10 32",
  163. "u.s.a 3 10 32",
  164. "regarding 3 18 36",
  165. "double-byte 3 10 32",
  166. "dbcs 3 10 32",
  167. "contact 3 18 40 5 10 1 6 10 1",
  168. "department 3 10 32",
  169. "country 3 18 48",
  170. "law 3 18 16",
  171. "japan 3 18 16",
  172. "ltd 3 10 16",
  173. "19-21 3 10 16",
  174. "nihonbashi-hakozakicho 3 10 16",
  175. "chuo-ku 3 10 16",
  176. "tokyo 3 10 16",
  177. "103-8510 3 10 16",
  178. "paragraph 3 10 16",
  179. "kingdom 3 10 16",
  180. "where 3 10 16 6 10 8 7 18 6 8 37 77 9 37 103",
  181. "provisions 3 10 16",
  182. "inconsistent 3 10 16",
  183. "provides 3 10 16 5 10 32",
  184. "publication 3 26 16",
  185. "without 3 33 28 6 10 32",
  186. "warranty 3 10 16",
  187. "kind 3 10 16",
  188. "express 3 18 16",
  189. "implied 3 26 16",
  190. "including 3 40 25 5 10 16 7 10 32 8 10 16 9 10 16",
  191. "limited 3 10 16 5 10 8",
  192. "warranties 3 18 16",
  193. "non-infringement 3 10 16",
  194. "merchantability 3 10 16",
  195. "fitness 3 10 16",
  196. "particular 3 10 16",
  197. "purpose 3 18 24",
  198. "do 3 18 24 6 18 3 8 10 4 10 10 4",
  199. "allow 3 10 16 4 18 12",
  200. "disclaimer 3 10 16 5 12 2",
  201. "certain 3 10 16",
  202. "transactions 3 10 16 5 10 2",
  203. "therefore 3 18 20",
  204. "statement 3 26 17",
  205. "include 3 18 18 5 26 26",
  206. "technical 3 10 16",
  207. "inaccuracies 3 10 16",
  208. "typographical 3 10 16",
  209. "errors 3 10 16",
  210. "changes 3 26 16 6 26 56",
  211. "periodically 3 10 16",
  212. "made 3 18 20",
  213. "herein 3 18 20",
  214. "new 3 10 16 6 40 14",
  215. "editions 3 10 16",
  216. "make 3 10 16 6 10 16",
  217. "improvements 3 10 16",
  218. "time 3 10 16",
  219. "notice 3 26 21",
  220. "references 3 10 16 5 18 4",
  221. "sites 3 33 24",
  222. "provided 3 18 24",
  223. "convenience 3 10 16",
  224. "manner 3 10 8",
  225. "serve 3 10 8",
  226. "endorsement 3 10 8",
  227. "those 3 47 12 6 10 2",
  228. "part 3 10 8",
  229. "risk 3 10 8",
  230. "distribute 3 10 8",
  231. "supply 3 10 8",
  232. "way 3 10 8",
  233. "believes 3 10 8",
  234. "appropriate 3 18 8 8 18 3 9 10 1 10 10 2",
  235. "incurring 3 10 8",
  236. "obligation 3 10 8 5 10 4",
  237. "licensees 3 10 8",
  238. "wish 3 10 8",
  239. "enabling 3 10 8",
  240. "exchange 3 10 8",
  241. "between 3 18 12",
  242. "independently 3 10 8",
  243. "created 3 10 8 6 10 4 11 10 8",
  244. "programs 3 18 8 11 10 16",
  245. "ii 3 10 8",
  246. "mutual 3 10 8",
  247. "exchanged 3 10 8",
  248. "should 3 33 13 5 18 36",
  249. "attention 3 10 8",
  250. "3755 3 10 8",
  251. "riverside 3 10 8",
  252. "dr 3 10 8",
  253. "ottawa 3 10 8",
  254. "k1v 3 10 8",
  255. "1b7 3 10 8",
  256. "canada 3 10 8",
  257. "conditions 3 10 8",
  258. "cases 3 10 8",
  259. "payment 3 10 8",
  260. "fee 3 10 8",
  261. "under 3 10 8",
  262. "customer 3 18 10",
  263. "agreement 3 26 8",
  264. "performance 3 18 4",
  265. "data 3 33 7 5 47 3 7 10 8 11 10 1",
  266. "contained 3 10 4",
  267. "determined 3 10 4",
  268. "controlled 3 10 4",
  269. "environment 3 18 4 4 18 16",
  270. "results 3 18 4 8 12 1",
  271. "obtained 3 18 4",
  272. "operating 3 10 4 4 10 16 8 33 26 9 33 26 11 10 16",
  273. "environments 3 10 4 7 10 32 8 10 16 9 10 16",
  274. "vary 3 18 4",
  275. "significantly 3 10 4",
  276. "measurements 3 26 4",
  277. "development-level 3 10 4",
  278. "guarantee 3 10 4",
  279. "same 3 10 4 6 15 64 7 33 22 8 26 33 9 26 49",
  280. "generally 3 10 4",
  281. "furthermore 3 10 4",
  282. "estimated 3 10 4",
  283. "through 3 10 4",
  284. "extrapolation 3 10 4",
  285. "actual 3 18 6 5 10 1",
  286. "applicable 3 18 5",
  287. "specific 3 10 4",
  288. "concerning 3 10 4",
  289. "suppliers 3 18 4",
  290. "published 3 10 4 5 10 16",
  291. "announcements 3 10 4",
  292. "publicly 3 10 4",
  293. "sources 3 10 4 5 10 1",
  294. "tested 3 10 4",
  295. "cannot 3 18 6 6 18 36",
  296. "confirm 3 10 4",
  297. "accuracy 3 10 4",
  298. "compatibility 3 10 4 6 18 40 8 10 16 9 10 8",
  299. "claims 3 10 4",
  300. "related 3 10 4 5 10 32 7 10 32",
  301. "questions 3 10 4",
  302. "capabilities 3 10 4 7 18 32",
  303. "addressed 3 10 4",
  304. "statements 3 10 4 5 12 4",
  305. "ibm's 3 26 5",
  306. "future 3 10 4 5 10 4 6 10 16",
  307. "direction 3 10 4",
  308. "intent 3 10 4",
  309. "change 3 10 4",
  310. "withdrawal 3 10 4",
  311. "represent 3 10 4",
  312. "goals 3 10 4",
  313. "objectives 3 10 4",
  314. "contains 3 10 2 7 10 32",
  315. "examples 3 18 2",
  316. "reports 3 10 2 6 18 10 8 10 16 9 10 8",
  317. "daily 3 10 2",
  318. "operations 3 10 2 5 10 2",
  319. "illustrate 3 10 2",
  320. "them 3 10 2 11 10 1",
  321. "completely 3 10 2",
  322. "possible 3 10 2",
  323. "individuals 3 10 2",
  324. "brands 3 10 2",
  325. "fictitious 3 10 2 5 18 2",
  326. "similarity 3 10 2",
  327. "addresses 3 10 2 5 10 1",
  328. "enterprise 3 10 2",
  329. "entirely 3 10 2",
  330. "coincidental 3 10 2 5 10 1",
  331. "viewing 3 10 2 7 10 8",
  332. "softcopy 3 10 2",
  333. "photographs 3 10 2",
  334. "color 3 10 2",
  335. "illustrations 3 10 2",
  336. "appear 3 10 2 9 10 2",
  337. "depending 3 10 2",
  338. "upon 3 10 2",
  339. "configurations 3 18 2",
  340. "deployed 3 18 2",
  341. "offering 3 18 2",
  342. "session 3 26 2",
  343. "persistent 3 10 2",
  344. "cookies 3 40 3",
  345. "collect 3 18 2",
  346. "each 3 10 2 5 10 16",
  347. "name 3 18 2 11 18 24",
  348. "user 3 26 2 4 10 4 6 10 2 7 26 16 8 10 2 10 10 16 11 10 1",
  349. "password 3 10 2",
  350. "purposes 3 26 3",
  351. "management 3 18 2",
  352. "authentication 3 18 2",
  353. "enhanced 3 18 2",
  354. "usability 3 18 2",
  355. "single 3 18 2",
  356. "sign-on 3 18 2",
  357. "usage 3 10 2",
  358. "tracking 3 10 2",
  359. "functional 3 10 2",
  360. "disabled 3 10 2",
  361. "provide 3 10 2",
  362. "ability 3 10 2",
  363. "personally 3 10 2",
  364. "identifiable 3 10 2",
  365. "end 3 10 2",
  366. "via 3 10 1",
  367. "technologies 3 26 1",
  368. "seek 3 10 1",
  369. "advice 3 10 1",
  370. "laws 3 10 1",
  371. "collection 3 10 1 5 15 64",
  372. "requirements 3 10 1",
  373. "consent 3 10 1",
  374. "various 3 10 1",
  375. "see 3 10 1 4 33 7 5 10 32 6 40 43 8 33 27 9 26 13 11 10 2",
  376. "privacy 3 40 1",
  377. "policy 3 10 1",
  378. "http 3 26 1 5 10 16",
  379. "online 3 10 1 5 10 16",
  380. "details 3 10 1",
  381. "section 3 10 1",
  382. "entitled 3 10 1",
  383. "beacons 3 10 1",
  384. "software-as-a-service 3 10 1",
  385. "info 3 10 1",
  386. "product-privacy 3 10 1",
  387. "must 4 23 112 6 18 18 7 18 17 8 18 10 9 18 10",
  388. "perform 4 15 96 7 10 1",
  389. "set-up 4 15 96 7 10 1",
  390. "tasks 4 15 96 7 10 1",
  391. "configure 4 18 48 7 41 72",
  392. "follow 4 10 32 8 10 1 9 10 1 10 10 2 11 10 8",
  393. "process 4 10 32 7 10 16 10 26 8",
  394. "want 4 10 32 8 18 1 9 18 1 10 10 1 11 10 8",
  395. "run 4 10 32 6 10 4 8 18 6 10 18 12",
  396. "framework 4 26 42 6 26 32 7 47 23 8 10 32 9 18 33",
  397. "manager 4 26 42 6 26 32 7 60 23 8 26 33 9 33 33",
  398. "script 4 10 32 7 10 16",
  399. "player 4 10 32 7 10 16",
  400. "outside 4 10 16",
  401. "bin 4 10 16",
  402. "directory 4 18 24 8 33 22 9 26 18 10 10 2 11 10 2",
  403. "fm_ini_file_path 4 10 16",
  404. "variable 4 26 16",
  405. "system 4 33 28 7 15 96 8 33 26 9 26 10 10 18 4 11 10 16",
  406. "point 4 10 16",
  407. "framework_manager_location 4 10 16",
  408. "fm.ini 4 18 12",
  409. "browsing 4 18 12",
  410. "import 4 26 12",
  411. "objects 4 18 12",
  412. "tables 4 18 12",
  413. "views 4 10 8",
  414. "synonyms 4 10 8",
  415. "stored 4 10 8",
  416. "procedures 4 10 8",
  417. "functions 4 10 8",
  418. "relational 4 10 8",
  419. "database 4 10 8 8 10 16 9 10 8",
  420. "edit 4 10 8",
  421. "entry 4 10 8",
  422. "importdatabasesystemobjects 4 18 12",
  423. "file 4 10 4 6 10 16 8 18 5 9 18 1 11 18 6",
  424. "default 4 10 4 11 10 16",
  425. "set 4 40 7 6 10 4",
  426. "false 4 10 4",
  427. "expression 4 10 4",
  428. "editor 4 10 4",
  429. "dialog 4 10 4",
  430. "boxes 4 10 4",
  431. "preference 4 10 4",
  432. "true 4 10 2",
  433. "samples 4 26 3 5 12 2 7 18 16",
  434. "intelligence 4 10 2 6 10 2 8 10 16 9 10 16",
  435. "code 4 10 1 5 10 4",
  436. "developer 4 18 1 5 10 32 6 26 21 7 26 48",
  437. "mashup 4 18 1 7 18 48",
  438. "introduction 5 19 192",
  439. "cross-platform 5 15 64",
  440. "libraries 5 10 32 7 10 32",
  441. "programming 5 10 32 7 10 32",
  442. "interfaces 5 10 32 7 10 32",
  443. "apis 5 10 32 7 10 32",
  444. "full 5 10 32",
  445. "functionality 5 33 38 7 10 8",
  446. "instructions 5 10 32 8 10 1 9 10 1",
  447. "package 5 10 32",
  448. "disc 5 10 32",
  449. "basic 5 10 32",
  450. "administration 5 10 16 6 10 2 7 10 8",
  451. "skills 5 10 16",
  452. "finding 5 12 16",
  453. "find 5 10 16 11 18 10",
  454. "documentation 5 40 28 6 10 16 8 10 1 11 10 1",
  455. "translated 5 10 16",
  456. "knowledge 5 18 16",
  457. "center 5 18 16",
  458. "support 5 26 24 8 10 16 9 10 8 10 10 16",
  459. "knowledgecenter 5 10 16",
  460. "release 5 18 20 6 18 40 8 18 1 9 18 1",
  461. "notes 5 10 16 6 10 32 8 18 1 9 18 1",
  462. "directly 5 10 16",
  463. "links 5 18 16",
  464. "latest 5 10 16",
  465. "technotes 5 10 16",
  466. "apars 5 10 16",
  467. "read 5 10 16",
  468. "pdf 5 26 24",
  469. "versions 5 10 16 7 10 16 8 10 8 9 10 8",
  470. "help 5 18 24",
  471. "files 5 18 17 7 47 7 8 51 103 9 44 99 10 10 1 11 40 3",
  472. "clicking 5 10 16",
  473. "top 5 10 16",
  474. "html 5 18 24",
  475. "page 5 18 8 8 26 17 9 26 11",
  476. "pdfs 5 10 8",
  477. "docview.wss 5 10 8 8 10 16 9 10 8",
  478. "uid 5 10 8 8 10 16 9 10 8",
  479. "swg27042003 5 10 8",
  480. "accessibility 5 34 12",
  481. "physical 5 10 8",
  482. "disability 5 10 8",
  483. "mobility 5 10 8",
  484. "vision 5 10 8",
  485. "documents 5 10 8",
  486. "supplemental 5 10 8",
  487. "added 5 10 4 6 10 4",
  488. "forward-looking 5 12 4",
  489. "describes 5 10 4",
  490. "items 5 10 4",
  491. "implication 5 10 4",
  492. "availability 5 10 4",
  493. "inferred 5 10 4",
  494. "commitment 5 10 4",
  495. "promise 5 10 4",
  496. "deliver 5 10 4",
  497. "timing 5 10 4",
  498. "remain 5 10 2",
  499. "sole 5 10 2",
  500. "discretion 5 10 2",
  501. "sample 5 66 3",
  502. "outdoors 5 33 2",
  503. "company 5 18 2",
  504. "great 5 18 2",
  505. "go 5 10 2 8 18 6 9 18 2 10 10 2 11 10 8",
  506. "sales 5 18 2",
  507. "variation 5 10 2",
  508. "planning 5 10 2",
  509. "depict 5 10 2",
  510. "develop 5 18 3",
  511. "customers 5 10 2",
  512. "records 5 10 2 11 10 4",
  513. "distribution 5 10 2 8 10 16",
  514. "finance 5 10 2",
  515. "human 5 10 1",
  516. "resources 5 10 1",
  517. "resemblance 5 10 1",
  518. "numbers 5 10 1",
  519. "transaction 5 10 1",
  520. "values 5 10 1 6 10 8",
  521. "contain 5 10 1",
  522. "fictional 5 10 1",
  523. "manually 5 10 1 11 10 1",
  524. "machine 5 10 1",
  525. "generated 5 10 1",
  526. "factual 5 10 1",
  527. "compiled 5 10 1",
  528. "academic 5 10 1",
  529. "public 5 10 1",
  530. "permission 5 10 1",
  531. "holder 5 10 1",
  532. "referenced 5 10 1",
  533. "respective 5 10 1",
  534. "owners 5 10 1",
  535. "unauthorized 5 10 1",
  536. "prohibited 5 10 1",
  537. "ser 5 6 64",
  538. ".. 5 6 64 6 6 64 7 6 64 8 6 64 9 6 64",
  539. "upgrade 6 68 127 7 18 8",
  540. "older 6 23 68 7 10 8",
  541. "ensure 6 15 64 7 10 8 8 26 56 9 18 20",
  542. "rely 6 10 32",
  543. "previous 6 18 36",
  544. "report 6 84 39 7 10 8",
  545. "specifications 6 72 39",
  546. "publish 6 10 32",
  547. "model 6 10 32",
  548. "losing 6 10 32",
  549. "backward 6 10 32",
  550. "affect 6 10 32",
  551. "during 6 18 40 11 10 8",
  552. "topics 6 10 32",
  553. "automatically 6 26 28 9 10 2",
  554. "upgrades 6 10 16",
  555. "content 6 10 16 7 18 6 8 18 33 9 18 33",
  556. "store 6 10 16",
  557. "reportnet 6 26 20",
  558. "function 6 18 16",
  559. "wsdl 6 10 16",
  560. "methods 6 26 24",
  561. "classes 6 26 24",
  562. "properties 6 33 24",
  563. "deprecated 6 26 24",
  564. "continue 6 10 16 10 10 1 11 10 4",
  565. "before 6 10 16 8 20 8 9 20 4",
  566. "removed 6 18 24",
  567. "obsolete 6 10 8",
  568. "xls 6 10 8",
  569. "singlexls 6 10 8",
  570. "output 6 10 8",
  571. "formats 6 18 8",
  572. "viewed 6 10 8",
  573. "backwards 6 10 8",
  574. "deployment 6 10 8",
  575. "outputformatenum 6 10 8",
  576. "specified 6 10 8",
  577. "checked 6 10 8",
  578. "changed 6 10 8 11 10 1",
  579. "xlwa 6 10 8",
  580. "enumeration 6 10 8",
  581. "sets 6 10 8",
  582. "appendixes 6 10 8",
  583. "upgraded 6 26 5",
  584. "format 6 26 4",
  585. "returned 6 10 4",
  586. "potential 6 10 4",
  587. "depend 6 10 4",
  588. "permissions 6 18 6",
  589. "limit 6 10 2",
  590. "setting 6 10 2",
  591. "security 6 10 2",
  592. "create 6 18 3",
  593. "modify 6 18 3",
  594. "save 6 18 3",
  595. "install 6 10 2 7 90 79 8 64 234 9 57 244",
  596. "first 6 10 2",
  597. "update 6 10 2",
  598. "comply 6 10 2",
  599. "schema 6 10 2",
  600. "otherwise 6 10 2 8 18 10 9 10 8",
  601. "able 6 10 1",
  602. "unsure 6 10 1",
  603. "whether 6 10 1",
  604. "administrator 6 10 1",
  605. "softw 6 6 64",
  606. "enable 7 23 72",
  607. "developers 7 15 96",
  608. "integrators 7 10 32",
  609. "extend 7 10 32",
  610. "value 7 10 32",
  611. "core 7 10 32",
  612. "solution 7 10 32",
  613. "achieved 7 10 32",
  614. "integration 7 18 40",
  615. "external 7 10 32",
  616. "custom 7 10 32",
  617. "unique 7 10 32",
  618. "disk 7 26 38 8 44 70 9 30 98",
  619. "interface 7 18 16 10 10 16",
  620. "error 7 18 16",
  621. "string 7 18 16",
  622. "customization 7 18 16",
  623. "toolkit 7 18 16",
  624. "includes 7 10 8",
  625. "successfully 7 10 8",
  626. "fully 7 10 8",
  627. "automate 7 10 8",
  628. "modeling 7 26 11 8 10 32 9 10 32",
  629. "execution 7 10 8",
  630. "authoring 7 10 8",
  631. "application 7 26 13 8 26 49 9 26 41",
  632. "location 7 33 6 8 30 97 9 30 97 11 10 1",
  633. "distributed 7 18 6 8 10 32 9 10 32",
  634. "least 7 18 6 8 10 32 9 10 32",
  635. "server 7 18 6 8 26 36 9 26 52",
  636. "components 7 33 7 8 47 45 9 47 53",
  637. "tier 7 18 5 8 18 33 9 18 33",
  638. "tool 7 18 3 8 10 32 9 10 32",
  639. "uninstall 7 33 1 10 51 231 11 64 246",
  640. "longer 7 18 1 10 15 96 11 15 96",
  641. "require 7 18 1 10 15 96 11 15 96",
  642. "64-bit 8 18 32 9 18 16",
  643. "32-bit 8 10 32 9 10 16",
  644. "review 8 10 32 9 10 16",
  645. "up-to-date 8 10 32 9 10 16",
  646. "supported 8 26 24 9 18 24",
  647. "patches 8 18 24 9 18 24",
  648. "browsers 8 10 16 9 10 16",
  649. "servers 8 33 16 9 33 24",
  650. "swg27042164 8 10 16 9 10 8",
  651. "important 8 26 28 9 10 8",
  652. "note 8 10 16",
  653. "number 8 18 16",
  654. "distributions 8 10 16",
  655. "supports 8 10 16",
  656. "hardware 8 18 16",
  657. "platforms 8 10 16",
  658. "combination 8 18 16",
  659. "using 8 26 19",
  660. "third-party 8 10 8 9 10 8",
  661. "work 8 10 8 9 10 8",
  662. "properly 8 10 8 9 10 8",
  663. "installed 8 33 13 9 40 7",
  664. "computer 8 10 8 9 10 4 10 10 16 11 10 1",
  665. "already 8 10 8 9 10 4",
  666. "begin 8 12 8 9 12 4 10 10 2 11 10 8",
  667. "procedure 8 12 4 9 12 2 10 12 16 11 12 32",
  668. "mount 8 26 6",
  669. "downloaded 8 10 4 9 10 2",
  670. "extracted 8 10 4 9 10 2",
  671. "hp-ux 8 10 4",
  672. "rock 8 10 4",
  673. "ridge 8 10 4",
  674. "extensions 8 10 4",
  675. "add 8 10 4",
  676. "pfs_mount 8 26 6",
  677. "path 8 33 4",
  678. "example 8 18 6",
  679. "usr 8 10 4",
  680. "sbin 8 10 4",
  681. "export 8 10 4",
  682. "start 8 26 7 10 10 4 11 10 32",
  683. "nfs 8 10 4",
  684. "daemons 8 26 6",
  685. "background 8 10 4",
  686. "type 8 40 6 10 18 6",
  687. "bg 8 18 4",
  688. "pfs_mountd 8 18 6",
  689. "then 8 10 4 10 10 1 11 10 4",
  690. "pfsd 8 18 6",
  691. "-t 8 10 2",
  692. "rrip 8 10 2",
  693. "device 8 10 2",
  694. "mount_dir 8 10 2",
  695. "-o 8 18 2",
  696. "xlat 8 18 2",
  697. "dev 8 10 2",
  698. "dsk 8 10 2",
  699. "c0t2d0 8 10 2",
  700. "cdrom 8 18 2",
  701. "now 8 10 2",
  702. "non-root 8 10 2",
  703. "complete 8 10 2 10 10 1 11 10 4",
  704. "pfs_umount 8 10 2",
  705. "kill 8 10 2 10 10 4",
  706. "unmount 8 10 2",
  707. "window 8 10 2 10 18 12",
  708. "issetup 8 10 2",
  709. "unattended 8 10 2",
  710. "welcome 8 10 1 9 10 2",
  711. "select 8 18 1 9 18 1 10 10 1 11 10 8",
  712. "click 8 26 1 9 26 1 10 26 5 11 26 20",
  713. "next 8 10 1 9 10 1 10 10 1 11 10 4",
  714. "finish 8 18 1 9 18 1",
  715. "wizard 8 10 1 9 18 3 11 18 18",
  716. "view 8 26 1 9 26 1",
  717. "transfer 8 10 1 9 10 1",
  718. "log 8 18 1 9 18 1 11 10 2",
  719. "summary-error 8 10 1 9 10 1",
  720. "button 8 10 1 9 10 1",
  721. "check 8 10 1 10 10 1 11 10 4",
  722. "box 8 10 1 10 10 1 11 10 4",
  723. "shortcut 8 10 1",
  724. "menu 8 10 1 10 10 4 11 10 16",
  725. "plan 9 10 4",
  726. "excel 9 10 4",
  727. "plug-in 9 10 2",
  728. "demo 9 10 2",
  729. "msinet.ocx 9 10 2",
  730. "system32 9 10 2",
  731. "sub-folder 9 10 2",
  732. "folder 9 10 2 11 18 24",
  733. "insert 9 10 2",
  734. "starts 9 10 2",
  735. "double-click 9 10 1",
  736. "issetup.exe 9 10 1",
  737. "checkbox 9 10 1",
  738. "console 10 10 16",
  739. "attached 10 10 16",
  740. "tm 10 10 16",
  741. "-based 10 10 16",
  742. "graphical 10 10 16",
  743. "determine 10 10 16",
  744. "identification 10 10 8",
  745. "pid 10 18 12",
  746. "typing 10 10 8",
  747. "command 10 18 10",
  748. "ps 10 10 8",
  749. "-ef 10 10 8",
  750. "grep 10 10 8",
  751. "cogbootstrapservice 10 10 8",
  752. "stop 10 18 12",
  753. "actions 10 10 4",
  754. "-term 10 10 4",
  755. "c10_location 10 10 2",
  756. "uninst 10 10 2",
  757. "-u 10 10 2",
  758. "prompts 10 18 3 11 18 12",
  759. "uninstallation 10 18 3 11 18 12",
  760. "prompted 10 10 1 11 10 8",
  761. "packages 10 10 1 11 10 8",
  762. "delete 10 10 1 11 18 3",
  763. "temporary 10 10 1 11 10 2",
  764. "internet 10 10 1 11 10 2",
  765. "10 11 18 16",
  766. "appears 11 10 16",
  767. "tip 11 18 18",
  768. "chose 11 10 8",
  769. "another 11 10 8",
  770. "cognos_uninst_log.htm 11 10 4",
  771. "activities 11 10 2",
  772. "performs 11 10 2",
  773. "while 11 10 2",
  774. "look 11 10 2",
  775. "temp 11 10 2",
  776. "browser 11 10 2",
  777. "remove 11 10 1",
  778. "since 11 10 1",
  779. "remains 11 10 1",
  780. "retain 11 10 1",
  781. "until 11 10 1"];
  782. skipwords = ["a",
  783. "about",
  784. "after",
  785. "all",
  786. "also",
  787. "an",
  788. "any",
  789. "and",
  790. "are",
  791. "as",
  792. "at",
  793. "be",
  794. "because",
  795. "been",
  796. "but",
  797. "by",
  798. "can",
  799. "co",
  800. "corp",
  801. "could",
  802. "for",
  803. "from",
  804. "had",
  805. "has",
  806. "have",
  807. "he",
  808. "her",
  809. "his",
  810. "if",
  811. "in",
  812. "inc",
  813. "into",
  814. "is",
  815. "it",
  816. "its",
  817. "last",
  818. "more",
  819. "most",
  820. "mr",
  821. "mrs",
  822. "ms",
  823. "mz",
  824. "no",
  825. "not",
  826. "only",
  827. "of",
  828. "on",
  829. "one",
  830. "or",
  831. "other",
  832. "out",
  833. "over",
  834. "s",
  835. "so",
  836. "says",
  837. "she",
  838. "some",
  839. "such",
  840. "than",
  841. "that",
  842. "the",
  843. "their",
  844. "there",
  845. "they",
  846. "this",
  847. "to",
  848. "was",
  849. "we",
  850. "were",
  851. "when",
  852. "which",
  853. "who",
  854. "will",
  855. "with",
  856. "would",
  857. "up",
  858. "you",
  859. "your",
  860. "you're"];
  861. var STR_FORM_SEARCHFOR = "Search for:";
  862. var STR_FORM_SUBMIT_BUTTON = "Submit";
  863. var STR_FORM_RESULTS_PER_PAGE = "Results per page:";
  864. var STR_FORM_CATEGORY = "Category:";
  865. var STR_FORM_CATEGORY_ALL = "All";
  866. var STR_FORM_MATCH = "Match:";
  867. var STR_FORM_ANY_SEARCH_WORDS = "any search words";
  868. var STR_FORM_ALL_SEARCH_WORDS = "all search words";
  869. var STR_NO_QUERY = "No search query entered.";
  870. var STR_RESULTS_FOR = "Search results for:";
  871. var STR_RESULTS_IN_ALL_CATEGORIES = "in all categories";
  872. var STR_RESULTS_IN_CATEGORY = "in category";
  873. var STR_POWEREDBY = "Search powered by";
  874. var STR_NO_RESULTS = "No results";
  875. var STR_RESULT = "result";
  876. var STR_RESULTS = "results";
  877. var STR_PHRASE_CONTAINS_COMMON_WORDS = "Your search query contained too many common words to return the entire set of results available. Please try again with a more specific query for better results.";
  878. var STR_SKIPPED_FOLLOWING_WORDS = "The following word(s) are in the skip word list and have been omitted from your search:";
  879. var STR_SKIPPED_PHRASE = "Note that you can not search for exact phrases beginning with a skipped word";
  880. var STR_SUMMARY_NO_RESULTS_FOUND = "No results found.";
  881. var STR_SUMMARY_FOUND_CONTAINING_ALL_TERMS = "found containing all search terms.";
  882. var STR_SUMMARY_FOUND_CONTAINING_SOME_TERMS = "found containing some search terms.";
  883. var STR_SUMMARY_FOUND = "found.";
  884. var STR_PAGES_OF_RESULTS = "pages of results.";
  885. var STR_MORETHAN = "More than";
  886. var STR_POSSIBLY_GET_MORE_RESULTS = "You can possibly get more results searching for";
  887. var STR_ANY_OF_TERMS = "any of the terms";
  888. var STR_ALL_CATS = "all categories";
  889. var STR_CAT_SUMMARY = "Refine your search by category:";
  890. var STR_DIDYOUMEAN = "Did you mean:";
  891. var STR_OR = "or";
  892. var STR_RECOMMENDED = "Recommended links";
  893. var STR_SORTEDBY_RELEVANCE = "Sorted by relevance";
  894. var STR_SORTBY_RELEVANCE = "Sort by relevance";
  895. var STR_SORTBY_DATE = "Sort by date";
  896. var STR_SORTEDBY_DATE = "Sorted by date";
  897. var STR_RESULT_TERMS_MATCHED = "Terms matched: ";
  898. var STR_RESULT_SCORE = "Score: ";
  899. var STR_RESULT_URL = "URL:";
  900. var STR_RESULT_PAGES = "Result Pages:";
  901. var STR_RESULT_PAGES_PREVIOUS = "Previous";
  902. var STR_RESULT_PAGES_NEXT = "Next";
  903. var STR_SEARCH_TOOK = "Search took";
  904. var STR_SECONDS = "seconds";
  905. var STR_MAX_RESULTS = "You have requested more results than served per query. Please try again with a more precise query.";