tasks/data/doc-snippets.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
{
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"q": "quot",
"q1": "quot1",
"q2": "quot2",
"q3": "quot3",
"q4": "quot4",
"e": "dict:error",
"tinfo": "dict:timeinfo",
"dstore": "dict:datastore",
"d": "dict",
"d1": "dict1",
"d2": "dict2",
"d0p": "dict*",
"flt": "float",
"i": "int",
"i1": "int1",
"i2": "int2",
"i3": "int3",
"n": "num",
"n1": "num1",
"n2": "num2",
"n3": "num3",
"any": "a",
"a1": "a1",
"a2": "a2",
"a3": "a3",
"a0p": "a*",
"s0p": "string*",
"s": "string",
"s1": "string1",
"s2": "string2",
"s3": "string3",
"s4": "string4",
"b": "bool",
"b1": "bool1",
"b2": "bool2",
"b3": "bool3",
"01": "?",
"0p": "*",
"1p": "+",
"sl": "'sym",
"sl1": "'sym1",
"sl2": "'sym2",
"f": "false ",
"t": "true",
"null": "null",
"none": "",
"help": "dict:help",
"sock": "dict:socket",
"url": "url",
"req": "request",
"res": "response",
"sock1": "dict:socket1",
"sock2": "dict:socket2",
"m": "min",
"no-win": "(not supported on Windows systems)",
"sgregex": "sgregex"
}
|