Mytho0610/LargeLanguageModelMachineTranslation
03
1{2 "version": "1.0",3 "truncation": {4 "direction": "Right",5 "max_length": 256,6 "strategy": "LongestFirst",7 "stride": 08 },9 "padding": null,10 "added_tokens": [11 {12 "id": 151643,13 "content": "<|endoftext|>",14 "single_word": false,15 "lstrip": false,16 "rstrip": false,17 "normalized": false,18 "special": true19 },20 {21 "id": 151644,22 "content": "<|im_start|>",23 "single_word": false,24 "lstrip": false,25 "rstrip": false,26 "normalized": false,27 "special": true28 },29 {30 "id": 151645,31 "content": "<|im_end|>",32 "single_word": false,33 "lstrip": false,34 "rstrip": false,35 "normalized": false,36 "special": true37 },38 {39 "id": 151646,40 "content": "<|object_ref_start|>",41 "single_word": false,42 "lstrip": false,43 "rstrip": false,44 "normalized": false,45 "special": true46 },47 {48 "id": 151647,49 "content": "<|object_ref_end|>",50 "single_word": false,51 "lstrip": false,52 "rstrip": false,53 "normalized": false,54 "special": true55 },56 {57 "id": 151648,58 "content": "<|box_start|>",59 "single_word": false,60 "lstrip": false,61 "rstrip": false,62 "normalized": false,63 "special": true64 },65 {66 "id": 151649,67 "content": "<|box_end|>",68 "single_word": false,69 "lstrip": false,70 "rstrip": false,71 "normalized": false,72 "special": true73 },74 {75 "id": 151650,76 "content": "<|quad_start|>",77 "single_word": false,78 "lstrip": false,79 "rstrip": false,80 "normalized": false,81 "special": true82 },83 {84 "id": 151651,85 "content": "<|quad_end|>",86 "single_word": false,87 "lstrip": false,88 "rstrip": false,89 "normalized": false,90 "special": true91 },92 {93 "id": 151652,94 "content": "<|vision_start|>",95 "single_word": false,96 "lstrip": false,97 "rstrip": false,98 "normalized": false,99 "special": true100 },101 {102 "id": 151653,103 "content": "<|vision_end|>",104 "single_word": false,105 "lstrip": false,106 "rstrip": false,107 "normalized": false,108 "special": true109 },110 {111 "id": 151654,112 "content": "<|vision_pad|>",113 "single_word": false,114 "lstrip": false,115 "rstrip": false,116 "normalized": false,117 "special": true118 },119 {120 "id": 151655,121 "content": "<|image_pad|>",122 "single_word": false,123 "lstrip": false,124 "rstrip": false,125 "normalized": false,126 "special": true127 },128 {129 "id": 151656,130 "content": "<|video_pad|>",131 "single_word": false,132 "lstrip": false,133 "rstrip": false,134 "normalized": false,135 "special": true136 },137 {138 "id": 151657,139 "content": "<tool_call>",140 "single_word": false,141 "lstrip": false,142 "rstrip": false,143 "normalized": false,144 "special": false145 },146 {147 "id": 151658,148 "content": "</tool_call>",149 "single_word": false,150 "lstrip": false,151 "rstrip": false,152 "normalized": false,153 "special": false154 },155 {156 "id": 151659,157 "content": "<|fim_prefix|>",158 "single_word": false,159 "lstrip": false,160 "rstrip": false,161 "normalized": false,162 "special": false163 },164 {165 "id": 151660,166 "content": "<|fim_middle|>",167 "single_word": false,168 "lstrip": false,169 "rstrip": false,170 "normalized": false,171 "special": false172 },173 {174 "id": 151661,175 "content": "<|fim_suffix|>",176 "single_word": false,177 "lstrip": false,178 "rstrip": false,179 "normalized": false,180 "special": false181 },182 {183 "id": 151662,184 "content": "<|fim_pad|>",185 "single_word": false,186 "lstrip": false,187 "rstrip": false,188 "normalized": false,189 "special": false190 },191 {192 "id": 151663,193 "content": "<|repo_name|>",194 "single_word": false,195 "lstrip": false,196 "rstrip": false,197 "normalized": false,198 "special": false199 },200 {201 "id": 151664,202 "content": "<|file_sep|>",203 "single_word": false,204 "lstrip": false,205 "rstrip": false,206 "normalized": false,207 "special": false208 }209 ],210 "normalizer": {211 "type": "NFC"212 },213 "pre_tokenizer": {214 "type": "Sequence",215 "pretokenizers": [216 {217 "type": "Split",218 "pattern": {219 "Regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}| ?[^\\s\\p{L}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+"220 },221 "behavior": "Isolated",222 "invert": false223 },224 {225 "type": "ByteLevel",226 "add_prefix_space": false,227 "trim_offsets": false,228 "use_regex": false229 }230 ]231 },232 "post_processor": {233 "type": "ByteLevel",234 "add_prefix_space": false,235 "trim_offsets": false,236 "use_regex": false237 },238 "decoder": {239 "type": "ByteLevel",240 "add_prefix_space": false,241 "trim_offsets": false,242 "use_regex": false243 },244 "model": {245 "type": "BPE",246 "dropout": null,247 "unk_token": null,248 "continuing_subword_prefix": "",249 "end_of_word_suffix": "",250 "fuse_unk": false,251 "byte_fallback": false,252 "ignore_merges": false,253 "vocab": {254 "!": 0,255 "\"": 1,256 "#": 2,257 "$": 3,258 "%": 4,259 "&": 5,260 "'": 6,261 "(": 7,262 ")": 8,263 "*": 9,264 "+": 10,265 ",": 11,266 "-": 12,267 ".": 13,268 "/": 14,269 "0": 15,270 "1": 16,271 "2": 17,272 "3": 18,273 "4": 19,274 "5": 20,275 "6": 21,276 "7": 22,277 "8": 23,278 "9": 24,279 ":": 25,280 ";": 26,281 "<": 27,282 "=": 28,283 ">": 29,284 "?": 30,285 "@": 31,286 "A": 32,287 "B": 33,288 "C": 34,289 "D": 35,290 "E": 36,291 "F": 37,292 "G": 38,293 "H": 39,294 "I": 40,295 "J": 41,296 "K": 42,297 "L": 43,298 "M": 44,299 "N": 45,300 "O": 46,301 "P": 47,302 "Q": 48,303 "R": 49,304 "S": 50,305 "T": 51,306 "U": 52,307 "V": 53,308 "W": 54,309 "X": 55,310 "Y": 56,311 "Z": 57,312 "[": 58,313 "\\": 59,314 "]": 60,315 "^": 61,316 "_": 62,317 "`": 63,318 "a": 64,319 "b": 65,320 "c": 66,321 "d": 67,322 "e": 68,323 "f": 69,324 "g": 70,325 "h": 71,326 "i": 72,327 "j": 73,328 "k": 74,329 "l": 75,330 "m": 76,331 "n": 77,332 "o": 78,333 "p": 79,334 "q": 80,335 "r": 81,336 "s": 82,337 "t": 83,338 "u": 84,339 "v": 85,340 "w": 86,341 "x": 87,342 "y": 88,343 "z": 89,344 "{": 90,345 "|": 91,346 "}": 92,347 "~": 93,348 "¡": 94,349 "¢": 95,350 "£": 96,351 "¤": 97,352 "¥": 98,353 "¦": 99,354 "§": 100,355 "¨": 101,356 "©": 102,357 "ª": 103,358 "«": 104,359 "¬": 105,360 "®": 106,361 "¯": 107,362 "°": 108,363 "±": 109,364 "²": 110,365 "³": 111,366 "´": 112,367 "µ": 113,368 "¶": 114,369 "·": 115,370 "¸": 116,371 "¹": 117,372 "º": 118,373 "»": 119,374 "¼": 120,375 "½": 121,376 "¾": 122,377 "¿": 123,378 "À": 124,379 "Á": 125,380 "Â": 126,381 "Ã": 127,382 "Ä": 128,383 "Å": 129,384 "Æ": 130,385 "Ç": 131,386 "È": 132,387 "É": 133,388 "Ê": 134,389 "Ë": 135,390 "Ì": 136,391 "Í": 137,392 "Î": 138,393 "Ï": 139,394 "Ð": 140,395 "Ñ": 141,396 "Ò": 142,397 "Ó": 143,398 "Ô": 144,399 "Õ": 145,400 "Ö": 146,401 "×": 147,402 "Ø": 148,403 "Ù": 149,404 "Ú": 150,405 "Û": 151,406 "Ü": 152,407 "Ý": 153,408 "Þ": 154,409 "ß": 155,410 "à": 156,411 "á": 157,412 "â": 158,413 "ã": 159,414 "ä": 160,415 "å": 161,416 "æ": 162,417 "ç": 163,418 "è": 164,419 "é": 165,420 "ê": 166,421 "ë": 167,422 "ì": 168,423 "í": 169,424 "î": 170,425 "ï": 171,426 "ð": 172,427 "ñ": 173,428 "ò": 174,429 "ó": 175,430 "ô": 176,431 "õ": 177,432 "ö": 178,433 "÷": 179,434 "ø": 180,435 "ù": 181,436 "ú": 182,437 "û": 183,438 "ü": 184,439 "ý": 185,440 "þ": 186,441 "ÿ": 187,442 "Ā": 188,443 "ā": 189,444 "Ă": 190,445 "ă": 191,446 "Ą": 192,447 "ą": 193,448 "Ć": 194,449 "ć": 195,450 "Ĉ": 196,451 "ĉ": 197,452 "Ċ": 198,453 "ċ": 199,454 "Č": 200,455 "č": 201,456 "Ď": 202,457 "ď": 203,458 "Đ": 204,459 "đ": 205,460 "Ē": 206,461 "ē": 207,462 "Ĕ": 208,463 "ĕ": 209,464 "Ė": 210,465 "ė": 211,466 "Ę": 212,467 "ę": 213,468 "Ě": 214,469 "ě": 215,470 "Ĝ": 216,471 "ĝ": 217,472 "Ğ": 218,473 "ğ": 219,474 "Ġ": 220,475 "ġ": 221,476 "Ģ": 222,477 "ģ": 223,478 "Ĥ": 224,479 "ĥ": 225,480 "Ħ": 226,481 "ħ": 227,482 "Ĩ": 228,483 "ĩ": 229,484 "Ī": 230,485 "ī": 231,486 "Ĭ": 232,487 "ĭ": 233,488 "Į": 234,489 "į": 235,490 "İ": 236,491 "ı": 237,492 "IJ": 238,493 "ij": 239,494 "Ĵ": 240,495 "ĵ": 241,496 "Ķ": 242,497 "ķ": 243,498 "ĸ": 244,499 "Ĺ": 245,500 "ĺ": 246,501 "Ļ": 247,502 "ļ": 248,503 "Ľ": 249,504 "ľ": 250,505 "Ŀ": 251,506 "ŀ": 252,507 "Ł": 253,508 "ł": 254,509 "Ń": 255,510 "ĠĠ": 256,511 "ĠĠĠĠ": 257,512 "in": 258,513 "Ġt": 259,514 "ĠĠĠĠĠĠĠĠ": 260,515 "er": 261,516 "ĠĠĠ": 262,517 "on": 263,518 "Ġa": 264,519 "re": 265,520 "at": 266,521 "st": 267,522 "en": 268,523 "or": 269,524 "Ġth": 270,525 "ĊĊ": 271,526 "Ġc": 272,527 "le": 273,528 "Ġs": 274,529 "it": 275,530 "an": 276,531 "ar": 277,532 "al": 278,533 "Ġthe": 279,534 ";Ċ": 280,535 "Ġp": 281,536 "Ġf": 282,537 "ou": 283,538 "Ġ=": 284,539 "is": 285,540 "ĠĠĠĠĠĠĠ": 286,541 "ing": 287,542 "es": 288,543 "Ġw": 289,544 "ion": 290,545 "ed": 291,546 "ic": 292,547 "Ġb": 293,548 "Ġd": 294,549 "et": 295,550 "Ġm": 296,551 "Ġo": 297,552 "ĉĉ": 298,553 "ro": 299,554 "as": 300,555 "el": 301,556 "ct": 302,557 "nd": 303,558 "Ġin": 304,559 "Ġh": 305,560 "ent": 306,561 "id": 307,562 "Ġn": 308,563 "am": 309,564 "ĠĠĠĠĠĠĠĠĠĠĠ": 310,565 "Ġto": 311,566 "Ġre": 312,567 "--": 313,568 "Ġ{": 314,569 "Ġof": 315,570 "om": 316,571 ");Ċ": 317,572 "im": 318,573 "čĊ": 319,574 "Ġ(": 320,575 "il": 321,576 "//": 322,577 "Ġand": 323,578 "ur": 324,579 "se": 325,580 "Ġl": 326,581 "ex": 327,582 "ĠS": 328,583 "ad": 329,584 "Ġ\"": 330,585 "ch": 331,586 "ut": 332,587 "if": 333,588 "**": 334,589 "Ġ}": 335,590 "em": 336,591 "ol": 337,592 "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 338,593 "th": 339,594 ")Ċ": 340,595 "Ġ{Ċ": 341,596 "Ġg": 342,597 "ig": 343,598 "iv": 344,599 ",Ċ": 345,600 "ce": 346,601 "od": 347,602 "Ġv": 348,603 "ate": 349,604 "ĠT": 350,605 "ag": 351,606 "ay": 352,607 "Ġ*": 353,608 "ot": 354,609 "us": 355,610 "ĠC": 356,611 "Ġst": 357,612 "ĠI": 358,613 "un": 359,614 "ul": 360,615 "ue": 361,616 "ĠA": 362,617 "ow": 363,618 "Ġ'": 364,619 "ew": 365,620 "Ġ<": 366,621 "ation": 367,622 "()": 368,623 "Ġfor": 369,624 "ab": 370,625 "ort": 371,626 "um": 372,627 "ame": 373,628 "Ġis": 374,629 "pe": 375,630 "tr": 376,631 "ck": 377,632 "âĢ": 378,633 "Ġy": 379,634 "ist": 380,635 "----": 381,636 ".ĊĊ": 382,637 "he": 383,638 "Ġe": 384,639 "lo": 385,640 "ĠM": 386,641 "Ġbe": 387,642 "ers": 388,643 "Ġon": 389,644 "Ġcon": 390,645 "ap": 391,646 "ub": 392,647 "ĠP": 393,648 "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 394,649 "ass": 395,650 "int": 396,651 ">Ċ": 397,652 "ly": 398,653 "urn": 399,654 "Ġ$": 400,655 ";ĊĊ": 401,656 "av": 402,657 "port": 403,658 "ir": 404,659 "->": 405,660 "nt": 406,661 "ction": 407,662 "end": 408,663 "Ġde": 409,664 "ith": 410,665 "out": 411,666 "turn": 412,667 "our": 413,668 "ĠĠĠĠĠ": 414,669 "lic": 415,670 "res": 416,671 "pt": 417,672 "==": 418,673 "Ġthis": 419,674 "Ġwh": 420,675 "Ġif": 421,676 "ĠD": 422,677 "ver": 423,678 "age": 424,679 "ĠB": 425,680 "ht": 426,681 "ext": 427,682 "=\"": 428,683 "Ġthat": 429,684 "****": 430,685 "ĠR": 431,686 "Ġit": 432,687 "ess": 433,688 "ĠF": 434,689 "Ġr": 435,690 "os": 436,691 "and": 437,692 "Ġas": 438,693 "ect": 439,694 "ke": 440,695 "rom": 441,696 "Ġ//": 442,697 "con": 443,698 "ĠL": 444,699 "(\"": 445,700 "qu": 446,701 "lass": 447,702 "Ġwith": 448,703 "iz": 449,704 "de": 450,705 "ĠN": 451,706 "Ġal": 452,707 "op": 453,708 "up": 454,709 "get": 455,710 "Ġ}Ċ": 456,711 "ile": 457,712 "Ġan": 458,713 "ata": 459,714 "ore": 460,715 "ri": 461,716 "Ġpro": 462,717 ";čĊ": 463,718 "ĉĉĉĉ": 464,719 "ter": 465,720 "ain": 466,721 "ĠW": 467,722 "ĠE": 468,723 "Ġcom": 469,724 "Ġreturn": 470,725 "art": 471,726 "ĠH": 472,727 "ack": 473,728 "import": 474,729 "ublic": 475,730 "Ġor": 476,731 "est": 477,732 "ment": 478,733 "ĠG": 479,734 "able": 480,735 "Ġ-": 481,736 "ine": 482,737 "ill": 483,738 "ind": 484,739 "ere": 485,740 "::": 486,741 "ity": 487,742 "Ġ+": 488,743 "Ġtr": 489,744 "elf": 490,745 "ight": 491,746 "('": 492,747 "orm": 493,748 "ult": 494,749 "str": 495,750 "..": 496,751 "\",": 497,752 "Ġyou": 498,753 "ype": 499,754 "pl": 500,755 "Ġnew": 501,756 "Ġj": 502,757 "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 503,758 "Ġfrom": 504,759 "Ġex": 505,760 "ĠO": 506,761 "ld": 507,762 "Ġ[": 508,763 "oc": 509,764 ":Ċ": 510,765 "Ġse": 511,766 "Ġle": 512,767 "--------": 513,768 ".s": 514,769 "{Ċ": 515,770 "',": 516,771 "ant": 517,772 "Ġat": 518,773 "ase": 519,774 ".c": 520,775 "Ġch": 521,776 "</": 522,777 "ave": 523,778 "ang": 524,779 "Ġare": 525,780 "Ġint": 526,781 "âĢĻ": 527,782 "_t": 528,783 "ert": 529,784 "ial": 530,785 "act": 531,786 "}Ċ": 532,787 "ive": 533,788 "ode": 534,789 "ost": 535,790 "Ġclass": 536,791 "Ġnot": 537,792 "og": 538,793 "ord": 539,794 "alue": 540,795 "all": 541,796 "ff": 542,797 "();Ċ": 543,798 "ont": 544,799 "ime": 545,800 "are": 546,801 "ĠU": 547,802 "Ġpr": 548,803 "Ġ:": 549,804 "ies": 550,805 "ize": 551,806 "ure": 552,807 "Ġby": 553,808 "ire": 554,809 "Ġ}ĊĊ": 555,810 ".p": 556,811 "Ġsh": 557,812 "ice": 558,813 "ast": 559,814 "ption": 560,815 "tring": 561,816 "ok": 562,817 "__": 563,818 "cl": 564,819 "##": 565,820 "Ġhe": 566,821 "ard": 567,822 ").": 568,823 "Ġ@": 569,824 "iew": 570,825 "ĉĉĉ": 571,826 "Ġwas": 572,827 "ip": 573,828 "this": 574,829 "Ġu": 575,830 "ĠThe": 576,831 "ide": 577,832 "ace": 578,833 "ib": 579,834 "ac": 580,835 "rou": 581,836 "Ġwe": 582,837 "ject": 583,838 "Ġpublic": 584,839 "ak": 585,840 "ve": 586,841 "ath": 587,842 "oid": 588,843 "Ġ=>": 589,844 "ust": 590,845 "que": 591,846 "Ġres": 592,847 "))": 593,848 "'s": 594,849 "Ġk": 595,850 "ans": 596,851 "yst": 597,852 "unction": 598,853 "********": 599,854 "Ġi": 600,855 "Ġus": 601,856 "pp": 602,857 "one": 603,858 "ail": 604,859 "====": 605,860 "name": 606,861 "Ġstr": 607,862 "Ġ/": 608,863 "Ġ&": 609,864 "ach": 610,865 "div": 611,866 "ystem": 612,867 "ell": 613,868 "Ġhave": 614,869 "err": 615,870 "ould": 616,871 "ull": 617,872 "pon": 618,873 "ĠJ": 619,874 "_p": 620,875 "Ġ==": 621,876 "ign": 622,877 "St": 623,878 ".Ċ": 624,879 "Ġpl": 625,880 ");ĊĊ": 626,881 "form": 627,882 "put": 628,883 "ount": 629,884 "}ĊĊ": 630,885 "dd": 631,886 "ite": 632,887 "Ġget": 633,888 "rr": 634,889 "ome": 635,890 "ĠâĢ": 636,891 "aram": 637,892 "cc": 638,893 "Ġ*/": 639,894 "ER": 640,895 "In": 641,896 "les": 642,897 "_s": 643,898 "ong": 644,899 "ie": 645,900 "Ġcan": 646,901 "ĠV": 647,902 "erv": 648,903 "pr": 649,904 "Ġun": 650,905 "row": 651,906 "ber": 652,907 "Ġdo": 653,908 "ll": 654,909 "Ġel": 655,910 "Ġself": 656,911 "ated": 657,912 "ary": 658,913 "Ġ.": 659,914 "']": 660,915 "ud": 661,916 "Ġen": 662,917 "ĠTh": 663,918 "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 664,919 "te": 665,920 "_c": 666,921 "uct": 667,922 "Ġab": 668,923 "ork": 669,924 ".get": 670,925 "Ġ#": 671,926 "aw": 672,927 "ress": 673,928 "ob": 674,929 "Name": 675,930 "app": 676,931 "['": 677,932 "Ġall": 678,933 "ory": 679,934 "ition": 680,935 "ance": 681,936 "ear": 682,937 "Ġcont": 683,938 "vent": 684,939 "ia": 685,940 "Ġwill": 686,941 "IN": 687,942 "ĠĠĠĠĠĠĠĠĠ": 688,943 "return": 689,944 "Ġ</": 690,945 "data": 691,946 ")ĊĊ": 692,947 "Re": 693,948 "ple": 694,949 "ild": 695,950 "ther": 696,951 "Ġyour": 697,952 "\"Ċ": 698,953 "($": 699,954 "Ġout": 700,955 "),": 701,956 "Ġhas": 702,957 "String": 703,958 "so": 704,959 "Ġup": 705,960 "ax": 706,961 "Ġdef": 707,962 "Ġbo": 708,963 "ge": 709,964 "alse": 710,965 "ON": 711,966 "per": 712,967 "ich": 713,968 "Ġbut": 714,969 "ĠĊ": 715,970 "Ġ_": 716,971 "_m": 717,972 "add": 718,973 "quest": 719,974 "odel": 720,975 "self": 721,976 "ery": 722,977 "ft": 723,978 "ens": 724,979 "////": 725,980 "ake": 726,981 ".C": 727,982 "Ġgo": 728,983 "Ġfunction": 729,984 "ĠK": 730,985 "ivate": 731,986 "Ġim": 732,987 "Ġconst": 733,988 ".t": 734,989 "Ġ*/Ċ": 735,990 ");čĊ": 736,991 "Ġvoid": 737,992 "Ġset": 738,993 "ĠSystem": 739,994 "cri": 740,995 "()Ċ": 741,996 "li": 742,997 "ĉif": 743,998 ".m": 744,999 "ally": 745,1000 "set": 746,1001 "ep": 747,1002 "âĢĻs": 748,1003 "bo": 749,1004 "def": 750,1005 "',Ċ": 751,1006 "Ġme": 752,1007 "Ġ!": 753,1008 "atch": 754,1009 "\">": 755,1010 "\",Ċ": 756,1011 "ec": 757,1012 "ĠIn": 758,1013 "ph": 759,1014 "Ġ|": 760,1015 "_f": 761,1016 "Ġvar": 762,1017 "ence": 763,1018 "Id": 764,1019 "ree": 765,1020 "ink": 766,1021 "lect": 767,1022 "ug": 768,1023 "eth": 769,1024 "Ġelse": 770,1025 "----------------": 771,1026 "cont": 772,1027 "Ġso": 773,1028 "atic": 774,1029 "Ġlo": 775,1030 "pro": 776,1031 "ton": 777,1032 "ss": 778,1033 "own": 779,1034 "abel": 780,1035 "oint": 781,1036 "ous": 782,1037 "eld": 783,1038 "ST": 784,1039 "The": 785,1040 "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 786,1041 "RE": 787,1042 "\":": 788,1043 "olor": 789,1044 "tp": 790,1045 "eg": 791,1046 "key": 792,1047 "ude": 793,1048 "ĠSt": 794,1049 "ound": 795,1050 "Ġar": 796,1051 "\");Ċ": 797,1052 "ener": 798,1053 "ser": 799,1054 "bject": 800,1055 "essage": 801,1056 "fer": 802,1057 "Ġmore": 803,1058 "ations": 804,1059 "ents": 805,1060 "Ġhis": 806,1061 "Ġthey": 807,1062 ".S": 808,1063 "ĠY": 809,1064 "use": 810,1065 "ne": 811,1066 "ish": 812,1067 "old": 813,1068 "_d": 814,1069 "io": 815,1070 "ield": 816,1071 "Ġper": 817,1072 "Cont": 818,1073 "ings": 819,1074 "####": 820,1075 "Ġdata": 821,1076 "Ġsa": 822,1077 "ef": 823,1078 "fo": 824,1079 "Ġone": 825,1080 "eng": 826,1081 "Ġdis": 827,1082 "AT": 828,1083 "Ġname": 829,1084 "Ġtrue": 830,1085 "val": 831,1086 "led": 832,1087 ".f": 833,1088 "Ġne": 834,1089 "Ġend": 835,1090 ".T": 836,1091 "cre": 837,1092 "ark": 838,1093 "log": 839,1094 "Ex": 840,1095 "error": 841,1096 "_id": 842,1097 "urre": 843,1098 "ange": 844,1099 "Ġnull": 845,1100 "rray": 846,1101 "Ġmy": 847,1102 "pan": 848,1103 "ict": 849,1104 "ator": 850,1105 "View": 851,1106 "List": 852,1107 "ĉreturn": 853,1108 "âĢĿ": 854,1109 "Ġpre": 855,1110 "Ġx": 856,1111 "clude": 857,1112 "arg": 858,1113 "ov": 859,1114 ".h": 860,1115 "Ġ>": 861,1116 "Ġtheir": 862,1117 "')": 863,1118 "irst": 864,1119 "ick": 865,1120 "gh": 866,1121 "LE": 867,1122 "OR": 868,1123 "Ġprivate": 869,1124 "tem": 870,1125 "čĊčĊ": 871,1126 "user": 872,1127 "Ġ)": 873,1128 "com": 874,1129 ".A": 875,1130 "\";Ċ": 876,1131 "Ġid": 877,1132 "read": 878,1133 "Ġwho": 879,1134 "_b": 880,1135 "\">Ċ": 881,1136 "Ġtime": 882,1137 "Ġman": 883,1138 "ry": 884,1139 "========": 885,1140 "roup": 886,1141 "rop": 887,1142 "public": 888,1143 "vel": 889,1144 "umber": 890,1145 "ble": 891,1146 "Ġwhich": 892,1147 "****************": 893,1148 "Ġany": 894,1149 "Ġfalse": 895,1150 "we": 896,1151 "Ġvalue": 897,1152 "Ġli": 898,1153 "\")": 899,1154 "nder": 900,1155 "gr": 901,1156 "Ġno": 902,1157 "param": 903,1158 "fig": 904,1159 ".com": 905,1160 "Ġapp": 906,1161 "_l": 907,1162 "ions": 908,1163 ".D": 909,1164 "ĠCh": 910,1165 "Ġabout": 911,1166 "Ġadd": 912,1167 "Ġsu": 913,1168 "Ġstring": 914,1169 "ID": 915,1170 "Ġover": 916,1171 "string": 917,1172 ".l": 918,1173 "ource": 919,1174 "_C": 920,1175 "]Ċ": 921,1176 "Ġqu": 922,1177 "ĠString": 923,1178 "ca": 924,1179 "SE": 925,1180 "Ġro": 926,1181 "sh": 927,1182 "ual": 928,1183 "Type": 929,1184 "son": 930,1185 "new": 931,1186 "ern": 932,1187 "Ġag": 933,1188 "AR": 934,1189 "];Ċ": 935,1190 "].": 936,1191 "Ġ?": 937,1192 "ical": 938,1193 "Ġdes": 939,1194 "uth": 940,1195 "ix": 941,1196 "ays": 942,1197 "Ġtype": 943,1198 "'t": 944,1199 "ault": 945,1200 "Ġinter": 946,