CoolFace
Modelpublic

Qwen/Qwen3-VL-8B-Instruct

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

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