|
1 | 1 | ### Globals
|
2 | 2 |
|
3 |
| -* [dofileopt](dofileopt.md) |
4 |
| -* [include](include.md) |
5 |
| -* [includeexternal](includeexternal.md) |
6 |
| -* [require](require.md) |
| 3 | +* [dofileopt](globals/dofileopt.md) |
| 4 | +* [include](globals/include.md) |
| 5 | +* [includeexternal](globals/includeexternal.md) |
| 6 | +* [require](globals/require.md) |
7 | 7 |
|
8 | 8 | ### Debugging
|
9 | 9 |
|
10 | 10 | * [debug.prompt](debug.prompt.md)
|
11 | 11 |
|
12 | 12 | ### HTTP/S
|
13 | 13 |
|
14 |
| -* [http.download](http.download.md) |
15 |
| -* [http.get](http.get.md) |
16 |
| -* [http.post](http.post.md) |
| 14 | +* [http.download](http/http.download.md) |
| 15 | +* [http.get](http/http.get.md) |
| 16 | +* [http.post](http/http.post.md) |
17 | 17 |
|
18 | 18 | ### I/O
|
19 | 19 |
|
|
22 | 22 |
|
23 | 23 | ### JSON
|
24 | 24 |
|
25 |
| -* [json.decode](json.decode.md) |
26 |
| -* [json.encode](json.encode.md) |
| 25 | +* [json.decode](json/json.decode.md) |
| 26 | +* [json.encode](json/json.encode.md) |
27 | 27 |
|
28 | 28 | ### OS
|
29 | 29 |
|
30 |
| -* [os.chdir](os.chdir.md) |
31 |
| -* [os.chmod](os.chmod.md) |
32 |
| -* [os.comparefiles](os.comparefiles.md) |
33 |
| -* [os.copyfile](os.copyfile.md) |
34 |
| -* [os.executef](os.executef.md) |
35 |
| -* [os.findheader](os.findheader.md) |
36 |
| -* [os.findlib](os.findlib.md) |
37 |
| -* [os.get](os.get.md) |
38 |
| -* [os.getcwd](os.getcwd.md) |
39 |
| -* [os.getpass](os.getpass.md) |
40 |
| -* [os.getversion](os.getversion.md) |
41 |
| -* [os.host](os.host.md) |
42 |
| -* [os.hostarch](os.hostarch.md) |
43 |
| -* [os.is](os.is.md) |
44 |
| -* [os.is64bit](os.is64bit.md) |
45 |
| -* [os.isdir](os.isdir.md) |
46 |
| -* [os.isfile](os.isfile.md) |
47 |
| -* [os.islink](os.islink.md) |
48 |
| -* [os.locate](os.locate.md) |
49 |
| -* [os.matchdirs](os.matchdirs.md) |
50 |
| -* [os.matchfiles](os.matchfiles.md) |
51 |
| -* [os.mkdir](os.mkdir.md) |
52 |
| -* [os.outputof](os.outputof.md) |
53 |
| -* [os.pathsearch](os.pathsearch.md) |
54 |
| -* [os.realpath](os.realpath.md) |
55 |
| -* [os.remove](os.remove.md) |
56 |
| -* [os.rmdir](os.rmdir.md) |
57 |
| -* [os.stat](os.stat.md) |
58 |
| -* [os.target](os.target.md) |
59 |
| -* [os.touchfile](os.touchfile.md) |
60 |
| -* [os.translateCommands](os.translateCommands.md) |
61 |
| -* [os.uuid](os.uuid.md) |
62 |
| -* [os.writefile_ifnotequal](os.writefile_ifnotequal.md) |
| 30 | +* [os.chdir](os/os.chdir.md) |
| 31 | +* [os.chmod](os/os.chmod.md) |
| 32 | +* [os.comparefiles](os/os.comparefiles.md) |
| 33 | +* [os.copyfile](os/os.copyfile.md) |
| 34 | +* [os.executef](os/os.executef.md) |
| 35 | +* [os.findheader](os/os.findheader.md) |
| 36 | +* [os.findlib](os/os.findlib.md) |
| 37 | +* [os.get](os/os.get.md) |
| 38 | +* [os.getcwd](os/os.getcwd.md) |
| 39 | +* [os.getpass](os/os.getpass.md) |
| 40 | +* [os.getversion](os/os.getversion.md) |
| 41 | +* [os.host](os/os.host.md) |
| 42 | +* [os.hostarch](os/os.hostarch.md) |
| 43 | +* [os.is](os/os.is.md) |
| 44 | +* [os.is64bit](os/os.is64bit.md) |
| 45 | +* [os.isdir](os/os.isdir.md) |
| 46 | +* [os.isfile](os/os.isfile.md) |
| 47 | +* [os.islink](os/os.islink.md) |
| 48 | +* [os.locate](os/os.locate.md) |
| 49 | +* [os.matchdirs](os/os.matchdirs.md) |
| 50 | +* [os.matchfiles](os/os.matchfiles.md) |
| 51 | +* [os.mkdir](os/os.mkdir.md) |
| 52 | +* [os.outputof](os/os.outputof.md) |
| 53 | +* [os.pathsearch](os/os.pathsearch.md) |
| 54 | +* [os.realpath](os/os.realpath.md) |
| 55 | +* [os.remove](os/os.remove.md) |
| 56 | +* [os.rmdir](os/os.rmdir.md) |
| 57 | +* [os.stat](os/os.stat.md) |
| 58 | +* [os.target](os/os.target.md) |
| 59 | +* [os.touchfile](os/os.touchfile.md) |
| 60 | +* [os.translateCommands](os/os.translateCommands.md) |
| 61 | +* [os.uuid](os/os.uuid.md) |
| 62 | +* [os.writefile_ifnotequal](os/os.writefile_ifnotequal.md) |
63 | 63 |
|
64 | 64 | ### Path
|
65 | 65 |
|
66 |
| -* [path.appendExtension](path.appendExtension.md) |
67 |
| -* [path.getabsolute](path.getabsolute.md) |
68 |
| -* [path.getbasename](path.getbasename.md) |
69 |
| -* [path.getdirectory](path.getdirectory.md) |
70 |
| -* [path.getdrive](path.getdrive.md) |
71 |
| -* [path.getextension](path.getextension.md) |
72 |
| -* [path.getname](path.getname.md) |
73 |
| -* [path.getrelative](path.getrelative.md) |
74 |
| -* [path.hasextension](path.hasextension.md) |
75 |
| -* [path.isabsolute](path.isabsolute.md) |
76 |
| -* [path.iscfile](path.iscfile.md) |
77 |
| -* [path.iscppfile](path.iscppfile.md) |
78 |
| -* [path.iscppheader](path.iscppheader.md) |
79 |
| -* [path.isframework](path.isframework.md) |
80 |
| -* [path.islinkable](path.islinkable.md) |
81 |
| -* [path.isobjectfile](path.isobjectfile.md) |
82 |
| -* [path.isresourcefile](path.isresourcefile.md) |
83 |
| -* [path.join](path.join.md) |
84 |
| -* [path.normalize](path.normalize.md) |
85 |
| -* [path.rebase](path.rebase.md) |
86 |
| -* [path.replaceextension](path.replaceextension.md) |
87 |
| -* [path.translate](path.translate.md) |
88 |
| -* [path.wildcards](path.wildcards.md) |
| 66 | +* [path.appendExtension](path/path.appendExtension.md) |
| 67 | +* [path.getabsolute](path/path.getabsolute.md) |
| 68 | +* [path.getbasename](path/path.getbasename.md) |
| 69 | +* [path.getdirectory](path/path.getdirectory.md) |
| 70 | +* [path.getdrive](path/path.getdrive.md) |
| 71 | +* [path.getextension](path/path.getextension.md) |
| 72 | +* [path.getname](path/path.getname.md) |
| 73 | +* [path.getrelative](path/path.getrelative.md) |
| 74 | +* [path.hasextension](path/path.hasextension.md) |
| 75 | +* [path.isabsolute](path/path.isabsolute.md) |
| 76 | +* [path.iscfile](path/path.iscfile.md) |
| 77 | +* [path.iscppfile](path/path.iscppfile.md) |
| 78 | +* [path.iscppheader](path/path.iscppheader.md) |
| 79 | +* [path.isframework](path/path.isframework.md) |
| 80 | +* [path.islinkable](path/path.islinkable.md) |
| 81 | +* [path.isobjectfile](path/path.isobjectfile.md) |
| 82 | +* [path.isresourcefile](path/path.isresourcefile.md) |
| 83 | +* [path.join](path/path.join.md) |
| 84 | +* [path.normalize](path/path.normalize.md) |
| 85 | +* [path.rebase](path/path.rebase.md) |
| 86 | +* [path.replaceextension](path/path.replaceextension.md) |
| 87 | +* [path.translate](path/path.translate.md) |
| 88 | +* [path.wildcards](path/path.wildcards.md) |
89 | 89 |
|
90 | 90 | ### String
|
91 | 91 |
|
92 |
| -* [string.capitalized](string.capitalized.md) |
93 |
| -* [string.contains](string.contains.md) |
94 |
| -* [string.endswith](string.endswith.md) |
95 |
| -* [string.escapepattern](string.escapepattern.md) |
96 |
| -* [string.explode](string.explode.md) |
97 |
| -* [string.findlast](string.findlast.md) |
98 |
| -* [string.hash](string.hash.md) |
99 |
| -* [string.lines](string.lines.md) |
100 |
| -* [string.plural](string.plural.md) |
101 |
| -* [string.sha1](string.sha1.md) |
102 |
| -* [string.startswith](string.startswith.md) |
| 92 | +* [string.capitalized](string/string.capitalized.md) |
| 93 | +* [string.contains](string/string.contains.md) |
| 94 | +* [string.endswith](string/string.endswith.md) |
| 95 | +* [string.escapepattern](string/string.escapepattern.md) |
| 96 | +* [string.explode](string/string.explode.md) |
| 97 | +* [string.findlast](string/string.findlast.md) |
| 98 | +* [string.hash](string/string.hash.md) |
| 99 | +* [string.lines](string/string.lines.md) |
| 100 | +* [string.plural](string/string.plural.md) |
| 101 | +* [string.sha1](string/string.sha1.md) |
| 102 | +* [string.startswith](string/string.startswith.md) |
103 | 103 |
|
104 | 104 | ### Table
|
105 | 105 |
|
106 |
| -* [table.arraycopy](table.arraycopy.md) |
107 |
| -* [table.contains](table.contains.md) |
108 |
| -* [table.deepcopy](table.deepcopy.md) |
109 |
| -* [table.extract](table.extract.md) |
110 |
| -* [table.filterempty](table.filterempty.md) |
111 |
| -* [table.flatten](table.flatten.md) |
112 |
| -* [table.fold](table.fold.md) |
113 |
| -* [table.foreachi](table.foreachi.md) |
114 |
| -* [table.implode](table.implode.md) |
115 |
| -* [table.indexof](table.indexof.md) |
116 |
| -* [table.insertafter](table.insertafter.md) |
117 |
| -* [table.insertflat](table.insertflat.md) |
118 |
| -* [table.isempty](table.isempty.md) |
119 |
| -* [table.join](table.join.md) |
120 |
| -* [table.keys](table.keys.md) |
121 |
| -* [table.merge](table.merge.md) |
122 |
| -* [table.replace](table.replace.md) |
123 |
| -* [table.tostring](table.tostring.md) |
124 |
| -* [table.translate](table.translate.md) |
| 106 | +* [table.arraycopy](table/table.arraycopy.md) |
| 107 | +* [table.contains](table/table.contains.md) |
| 108 | +* [table.deepcopy](table/table.deepcopy.md) |
| 109 | +* [table.extract](table/table.extract.md) |
| 110 | +* [table.filterempty](table/table.filterempty.md) |
| 111 | +* [table.flatten](table/table.flatten.md) |
| 112 | +* [table.fold](table/table.fold.md) |
| 113 | +* [table.foreachi](table/table.foreachi.md) |
| 114 | +* [table.implode](table/table.implode.md) |
| 115 | +* [table.indexof](table/table.indexof.md) |
| 116 | +* [table.insertafter](table/table.insertafter.md) |
| 117 | +* [table.insertflat](table/table.insertflat.md) |
| 118 | +* [table.isempty](table/table.isempty.md) |
| 119 | +* [table.join](table/table.join.md) |
| 120 | +* [table.keys](table/table.keys.md) |
| 121 | +* [table.merge](table/table.merge.md) |
| 122 | +* [table.replace](table/table.replace.md) |
| 123 | +* [table.tostring](table/table.tostring.md) |
| 124 | +* [table.translate](table/table.translate.md) |
125 | 125 |
|
126 | 126 | ### Term
|
127 | 127 |
|
128 |
| -* [term.getTextColor](term.getTextColor.md) |
129 |
| -* [term.setTextColor](term.setTextColor.md) |
130 |
| -* [term.pushColor](term.pushColor.md) |
131 |
| -* [term.popColor](term.popColor.md) |
132 |
| -* [term.clearToEndOfLine](term.clearToEndOfLine.md) |
133 |
| -* [term.moveLeft](term.moveLeft.md) |
| 128 | +* [term.getTextColor](term/term.getTextColor.md) |
| 129 | +* [term.setTextColor](term/term.setTextColor.md) |
| 130 | +* [term.pushColor](term/term.pushColor.md) |
| 131 | +* [term.popColor](term/term.popColor.md) |
| 132 | +* [term.clearToEndOfLine](term/term.clearToEndOfLine.md) |
| 133 | +* [term.moveLeft](term/term.moveLeft.md) |
134 | 134 |
|
135 | 135 | ### Zip
|
136 | 136 |
|
137 |
| -* [zip.extract](zip.extract.md) |
| 137 | +* [zip.extract](zip/zip.extract.md) |
138 | 138 |
|
0 commit comments