CoolFace
Modelpublic

tiny-random/bagel

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

Showing the first 1,200 of 303282 lines. Download the file for the rest.