-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json
More file actions
71 lines (69 loc) · 2.07 KB
/
conf.json
File metadata and controls
71 lines (69 loc) · 2.07 KB
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
63
64
65
66
67
68
69
70
71
{
"version": 1.0,
"scopes" : {
},
"langs" : {
"en": "English"
},
"regHide": "^(_.*|.+\\._.*|(Create|Install)Wallpaper|Create(Object|ListView|NxtRemote|SmartWatch)|GetLast.*|(Set|Is)DebugEnabled|Odroid|Draw|Destroy|Release|Explode|Detailed|IsEngine|SetOn(Touch|Connect)Ex|id|S?Obj|ctx\\.(un)?loadTexture)$",
"regControl": "^(Create(?!Debug).*|OpenDatabase|Odroid)$",
"tname": {
"all":"all types",
"bin":"boolean",
"dso":"app object",
"gvo":"game object",
"fnc":"function",
"lst":"list",
"num":"number",
"obj":"object",
"str":"string",
"?":"unknown"
},
"tdesc": {
"lst_obj":"of objects",
"num_byt":"Bytes",
"num_col":"hexadecimal 0xrrggbb",
"num_dat":"Datetime in milliseconds (from JS Date object)",
"num_deg":"angle in degrees (0..360)",
"num_dhx":"0-255",
"num_fac":"factor",
"num_flt":"float",
"num_fps":"frames per second",
"num_frc":"fraction (0..1)",
"num_gbt":"Gigabytes",
"num_hrz":"hertz",
"num_int":"integer",
"num_met":"meters",
"num_mls":"milliseconds",
"num_mtu":"maximum transmission unit",
"num_prc":"percent",
"num_pxl":"pixel",
"num_rad":"angle in radient (0..2*π)",
"num_sec":"seconds",
"str_acc":"account Email",
"str_b64":"base64 encoded",
"str_col":"<br> hexadecimal: “#rrggbb”, “#aarrggbb”<br> colourName: “red”, “green”, ...",
"str_com":"comma “,” separated",
"str_eml":"comma separated email addresses or names",
"str_flt":"float",
"str_fmt":"format",
"str_htm":"html code",
"str_hex":"hexadecimal “00”..“FF”",
"str_int":"integer",
"str_jsc":"javascript code",
"str_lst":"separated",
"str_mim":"mimetype",
"str_mod":"mode",
"str_num":"number",
"str_oid":"object id “#id”",
"str_ort":"“Default”, “Portrait”, “Landscape”",
"str_pip":"pipe “|” separated",
"str_pth":"path to file or folder ( “/absolute/...” or “relative/...” )",
"str_pxl":"integer in pixels",
"str_smc":"semicolon “;” separated",
"str_sql":"sql code",
"str_sty":"style",
"str_uri":"URI encoded",
"str_url":"url path"
}
}