-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashing.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathdashing.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "Phaser-CE",
"package": "phaser-ce",
"index": "index.html",
"selectors": {
"h1": {
"requiretext": "Namespace: (.*)",
"type": "Namespace",
"regexp": "Namespace: ",
"replacement": ""
},
"h1.page-title": {
"requiretext": "Class: (.*)",
"type": "Class",
"regexp": "Class: ",
"replacement": ""
},
".container-overview dt h4": {
"type": "Constructor"
},
"article dl:nth-child(0) dt h4": {
"requiretext": "<(.*)constant(.*)> ([A-Z_]\\+) *\\: *(.+)",
"type": "Constant",
"attr": "data-name"
},
"article dl:nth-child(0) dt h4": {
"requiretext": "([a-zA-Z]+) *\\: *(.+)",
"type": "Property",
"attr": "data-name"
},
"article dl:nth-child(0) dt h4": {
"requiretext": "<readonly> ([A-Z_]\\+) *\\: *(.+)",
"type": "Property",
"attr": "data-name"
},
"article dl:nth-child(0) dt h4": {
"requiretext": "<protected> ([A-Z_]\\+) *\\: *(.+)",
"type": "Property",
"attr": "data-name"
},
"article dl:nth-child(1) dt h4[class='name']": {
"type": "Method",
"attr": "data-name"
}
},
"ignore": ["ABOUT"],
"icon32x32": "icon.png",
"allowJS": false,
"ExternalURL": "https://phaserjs.github.io/phaser-ce/index.html"
}