fable 3.1.53 → 3.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +50 -0
- package/README.md +15 -0
- package/dist/fable.js +103 -87
- package/dist/fable.js.map +1 -1
- package/dist/fable.min.js +2 -2
- package/dist/fable.min.js.map +1 -1
- package/dist/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.json +10514 -0
- package/docs/css/docuserve.css +73 -0
- package/docs/index.html +36 -48
- package/docs/retold-catalog.json +287 -0
- package/docs/retold-keyword-index.json +43244 -0
- package/package.json +8 -8
- package/source/services/Fable-Service-ExpressionParser/Fable-Service-ExpressionParser-FunctionMap.json +5 -0
- package/source/services/Fable-Service-Utility.js +12 -0
- package/test/ExpressionParser_tests.js +4 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* ============================================================================
|
|
2
|
+
Pict Docuserve - Base Styles
|
|
3
|
+
============================================================================ */
|
|
4
|
+
|
|
5
|
+
/* Reset and base */
|
|
6
|
+
*, *::before, *::after {
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
html, body {
|
|
11
|
+
margin: 0;
|
|
12
|
+
padding: 0;
|
|
13
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
14
|
+
font-size: 16px;
|
|
15
|
+
line-height: 1.5;
|
|
16
|
+
color: #423D37;
|
|
17
|
+
background-color: #fff;
|
|
18
|
+
-webkit-font-smoothing: antialiased;
|
|
19
|
+
-moz-osx-font-smoothing: grayscale;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* Typography */
|
|
23
|
+
h1, h2, h3, h4, h5, h6 {
|
|
24
|
+
margin-top: 0;
|
|
25
|
+
line-height: 1.3;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
a {
|
|
29
|
+
color: #2E7D74;
|
|
30
|
+
text-decoration: none;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
a:hover {
|
|
34
|
+
color: #256861;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* Application container */
|
|
38
|
+
#Docuserve-Application-Container {
|
|
39
|
+
min-height: 100vh;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/* Utility: scrollbar styling */
|
|
43
|
+
::-webkit-scrollbar {
|
|
44
|
+
width: 8px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
::-webkit-scrollbar-track {
|
|
48
|
+
background: #F5F0E8;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
::-webkit-scrollbar-thumb {
|
|
52
|
+
background: #D4CCBE;
|
|
53
|
+
border-radius: 4px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
::-webkit-scrollbar-thumb:hover {
|
|
57
|
+
background: #B5AA9A;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* Responsive adjustments */
|
|
61
|
+
@media (max-width: 768px) {
|
|
62
|
+
html {
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
#Docuserve-Sidebar-Container {
|
|
67
|
+
display: none;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.docuserve-body {
|
|
71
|
+
flex-direction: column;
|
|
72
|
+
}
|
|
73
|
+
}
|
package/docs/index.html
CHANGED
|
@@ -1,51 +1,39 @@
|
|
|
1
1
|
<!doctype html>
|
|
2
2
|
<html lang="en">
|
|
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
|
-
<!-- Docsify v4 -->
|
|
40
|
-
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
41
|
-
<!-- Syntax highlighting -->
|
|
42
|
-
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-javascript.min.js"></script>
|
|
43
|
-
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-json.min.js"></script>
|
|
44
|
-
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
|
|
45
|
-
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js"></script>
|
|
46
|
-
<!-- Search plugin -->
|
|
47
|
-
<script src="//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.min.js"></script>
|
|
48
|
-
<!-- Copy code plugin -->
|
|
49
|
-
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
|
|
50
|
-
</body>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
7
|
+
<meta name="description" content="Documentation powered by pict-docuserve">
|
|
8
|
+
|
|
9
|
+
<title>Documentation</title>
|
|
10
|
+
|
|
11
|
+
<!-- Application Stylesheet -->
|
|
12
|
+
<link href="css/docuserve.css" rel="stylesheet">
|
|
13
|
+
<!-- KaTeX stylesheet for LaTeX equation rendering -->
|
|
14
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
|
|
15
|
+
<!-- PICT Dynamic View CSS Container -->
|
|
16
|
+
<style id="PICT-CSS"></style>
|
|
17
|
+
|
|
18
|
+
<!-- Load the PICT library from jsDelivr CDN -->
|
|
19
|
+
<script src="https://cdn.jsdelivr.net/npm/pict@1/dist/pict.min.js" type="text/javascript"></script>
|
|
20
|
+
<!-- Bootstrap the Application -->
|
|
21
|
+
<script type="text/javascript">
|
|
22
|
+
//<![CDATA[
|
|
23
|
+
Pict.safeOnDocumentReady(() => { Pict.safeLoadPictApplication(PictDocuserve, 2)});
|
|
24
|
+
//]]>
|
|
25
|
+
</script>
|
|
26
|
+
</head>
|
|
27
|
+
<body>
|
|
28
|
+
<!-- The root container for the Pict application -->
|
|
29
|
+
<div id="Docuserve-Application-Container"></div>
|
|
30
|
+
|
|
31
|
+
<!-- Mermaid diagram rendering -->
|
|
32
|
+
<script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
|
|
33
|
+
<script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
|
|
34
|
+
<!-- KaTeX for LaTeX equation rendering -->
|
|
35
|
+
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
|
|
36
|
+
<!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
|
|
37
|
+
<script src="https://cdn.jsdelivr.net/npm/pict-docuserve@0/dist/pict-docuserve.min.js" type="text/javascript"></script>
|
|
38
|
+
</body>
|
|
51
39
|
</html>
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generated": "2026-02-18T03:53:26.559Z",
|
|
3
|
+
"GitHubOrg": "stevenvelozo",
|
|
4
|
+
"DefaultBranch": "master",
|
|
5
|
+
"Groups": [
|
|
6
|
+
{
|
|
7
|
+
"Name": ".config",
|
|
8
|
+
"Key": ".config",
|
|
9
|
+
"Description": "",
|
|
10
|
+
"Modules": [
|
|
11
|
+
{
|
|
12
|
+
"Name": "code-server",
|
|
13
|
+
"Repo": "code-server",
|
|
14
|
+
"Group": ".config",
|
|
15
|
+
"Branch": "master",
|
|
16
|
+
"HasDocs": false,
|
|
17
|
+
"HasCover": false,
|
|
18
|
+
"Sidebar": [],
|
|
19
|
+
"DocFiles": []
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"Name": "configstore",
|
|
23
|
+
"Repo": "configstore",
|
|
24
|
+
"Group": ".config",
|
|
25
|
+
"Branch": "master",
|
|
26
|
+
"HasDocs": false,
|
|
27
|
+
"HasCover": false,
|
|
28
|
+
"Sidebar": [],
|
|
29
|
+
"DocFiles": []
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"Name": "vscode-sqltools",
|
|
33
|
+
"Repo": "vscode-sqltools",
|
|
34
|
+
"Group": ".config",
|
|
35
|
+
"Branch": "master",
|
|
36
|
+
"HasDocs": false,
|
|
37
|
+
"HasCover": false,
|
|
38
|
+
"Sidebar": [],
|
|
39
|
+
"DocFiles": []
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"Name": "Coverage",
|
|
45
|
+
"Key": "coverage",
|
|
46
|
+
"Description": "",
|
|
47
|
+
"Modules": [
|
|
48
|
+
{
|
|
49
|
+
"Name": "lcov-report",
|
|
50
|
+
"Repo": "lcov-report",
|
|
51
|
+
"Group": "coverage",
|
|
52
|
+
"Branch": "master",
|
|
53
|
+
"HasDocs": false,
|
|
54
|
+
"HasCover": false,
|
|
55
|
+
"Sidebar": [],
|
|
56
|
+
"DocFiles": []
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"Name": "Dist",
|
|
62
|
+
"Key": "dist",
|
|
63
|
+
"Description": "",
|
|
64
|
+
"Modules": [
|
|
65
|
+
{
|
|
66
|
+
"Name": "indoctrinate_content_staging",
|
|
67
|
+
"Repo": "indoctrinate_content_staging",
|
|
68
|
+
"Group": "dist",
|
|
69
|
+
"Branch": "master",
|
|
70
|
+
"HasDocs": false,
|
|
71
|
+
"HasCover": false,
|
|
72
|
+
"Sidebar": [],
|
|
73
|
+
"DocFiles": []
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"Name": "Docs",
|
|
79
|
+
"Key": "docs",
|
|
80
|
+
"Description": "",
|
|
81
|
+
"Modules": [
|
|
82
|
+
{
|
|
83
|
+
"Name": "services",
|
|
84
|
+
"Repo": "services",
|
|
85
|
+
"Group": "docs",
|
|
86
|
+
"Branch": "master",
|
|
87
|
+
"HasDocs": true,
|
|
88
|
+
"HasCover": false,
|
|
89
|
+
"Sidebar": [],
|
|
90
|
+
"DocFiles": [
|
|
91
|
+
"services/README.md",
|
|
92
|
+
"services/anticipate.md",
|
|
93
|
+
"services/csv-parser.md",
|
|
94
|
+
"services/data-format.md",
|
|
95
|
+
"services/data-generation.md",
|
|
96
|
+
"services/dates.md",
|
|
97
|
+
"services/environment-data.md",
|
|
98
|
+
"services/expression-parser-functions/README.md",
|
|
99
|
+
"services/expression-parser-functions/abs.md",
|
|
100
|
+
"services/expression-parser-functions/aggregationhistogram.md",
|
|
101
|
+
"services/expression-parser-functions/aggregationhistogrambyobject.md",
|
|
102
|
+
"services/expression-parser-functions/arrayconcat.md",
|
|
103
|
+
"services/expression-parser-functions/avg.md",
|
|
104
|
+
"services/expression-parser-functions/bucketset.md",
|
|
105
|
+
"services/expression-parser-functions/ceil.md",
|
|
106
|
+
"services/expression-parser-functions/cleanvaluearray.md",
|
|
107
|
+
"services/expression-parser-functions/cleanvalueobject.md",
|
|
108
|
+
"services/expression-parser-functions/compare.md",
|
|
109
|
+
"services/expression-parser-functions/concat.md",
|
|
110
|
+
"services/expression-parser-functions/concatraw.md",
|
|
111
|
+
"services/expression-parser-functions/cos.md",
|
|
112
|
+
"services/expression-parser-functions/count.md",
|
|
113
|
+
"services/expression-parser-functions/countset.md",
|
|
114
|
+
"services/expression-parser-functions/countsetelements.md",
|
|
115
|
+
"services/expression-parser-functions/createarrayfromabsolutevalues.md",
|
|
116
|
+
"services/expression-parser-functions/createvalueobjectbyhashes.md",
|
|
117
|
+
"services/expression-parser-functions/cumulativesummation.md",
|
|
118
|
+
"services/expression-parser-functions/dateadddays.md",
|
|
119
|
+
"services/expression-parser-functions/dateaddhours.md",
|
|
120
|
+
"services/expression-parser-functions/dateaddmilliseconds.md",
|
|
121
|
+
"services/expression-parser-functions/dateaddminutes.md",
|
|
122
|
+
"services/expression-parser-functions/dateaddmonths.md",
|
|
123
|
+
"services/expression-parser-functions/dateaddseconds.md",
|
|
124
|
+
"services/expression-parser-functions/dateaddweeks.md",
|
|
125
|
+
"services/expression-parser-functions/dateaddyears.md",
|
|
126
|
+
"services/expression-parser-functions/datedaydifference.md",
|
|
127
|
+
"services/expression-parser-functions/datefromparts.md",
|
|
128
|
+
"services/expression-parser-functions/datehourdifference.md",
|
|
129
|
+
"services/expression-parser-functions/datemathadd.md",
|
|
130
|
+
"services/expression-parser-functions/datemilliseconddifference.md",
|
|
131
|
+
"services/expression-parser-functions/dateminutedifference.md",
|
|
132
|
+
"services/expression-parser-functions/datemonthdifference.md",
|
|
133
|
+
"services/expression-parser-functions/dateseconddifference.md",
|
|
134
|
+
"services/expression-parser-functions/dateweekdifference.md",
|
|
135
|
+
"services/expression-parser-functions/dateyeardifference.md",
|
|
136
|
+
"services/expression-parser-functions/distributionhistogram.md",
|
|
137
|
+
"services/expression-parser-functions/distributionhistogrambyobject.md",
|
|
138
|
+
"services/expression-parser-functions/entryinset.md",
|
|
139
|
+
"services/expression-parser-functions/euler.md",
|
|
140
|
+
"services/expression-parser-functions/exp.md",
|
|
141
|
+
"services/expression-parser-functions/findfirstvaluebyexactmatch.md",
|
|
142
|
+
"services/expression-parser-functions/findfirstvaluebystringincludes.md",
|
|
143
|
+
"services/expression-parser-functions/flatten.md",
|
|
144
|
+
"services/expression-parser-functions/floor.md",
|
|
145
|
+
"services/expression-parser-functions/gaussianelimination.md",
|
|
146
|
+
"services/expression-parser-functions/generatearrayofobjectsfromsets.md",
|
|
147
|
+
"services/expression-parser-functions/getvalue.md",
|
|
148
|
+
"services/expression-parser-functions/getvaluearray.md",
|
|
149
|
+
"services/expression-parser-functions/getvalueobject.md",
|
|
150
|
+
"services/expression-parser-functions/if.md",
|
|
151
|
+
"services/expression-parser-functions/iterativeseries.md",
|
|
152
|
+
"services/expression-parser-functions/join.md",
|
|
153
|
+
"services/expression-parser-functions/joinraw.md",
|
|
154
|
+
"services/expression-parser-functions/largestinset.md",
|
|
155
|
+
"services/expression-parser-functions/leastsquares.md",
|
|
156
|
+
"services/expression-parser-functions/linest.md",
|
|
157
|
+
"services/expression-parser-functions/log.md",
|
|
158
|
+
"services/expression-parser-functions/match.md",
|
|
159
|
+
"services/expression-parser-functions/matrixinverse.md",
|
|
160
|
+
"services/expression-parser-functions/matrixmultiply.md",
|
|
161
|
+
"services/expression-parser-functions/matrixtranspose.md",
|
|
162
|
+
"services/expression-parser-functions/matrixvectormultiply.md",
|
|
163
|
+
"services/expression-parser-functions/max.md",
|
|
164
|
+
"services/expression-parser-functions/mean.md",
|
|
165
|
+
"services/expression-parser-functions/median.md",
|
|
166
|
+
"services/expression-parser-functions/min.md",
|
|
167
|
+
"services/expression-parser-functions/mode.md",
|
|
168
|
+
"services/expression-parser-functions/objectkeystoarray.md",
|
|
169
|
+
"services/expression-parser-functions/objectvaluessortbyexternalobjectarray.md",
|
|
170
|
+
"services/expression-parser-functions/objectvaluestoarray.md",
|
|
171
|
+
"services/expression-parser-functions/percent.md",
|
|
172
|
+
"services/expression-parser-functions/pi.md",
|
|
173
|
+
"services/expression-parser-functions/polynomialregression.md",
|
|
174
|
+
"services/expression-parser-functions/predict.md",
|
|
175
|
+
"services/expression-parser-functions/rad.md",
|
|
176
|
+
"services/expression-parser-functions/randomfloat.md",
|
|
177
|
+
"services/expression-parser-functions/randomfloatbetween.md",
|
|
178
|
+
"services/expression-parser-functions/randomfloatupto.md",
|
|
179
|
+
"services/expression-parser-functions/randominteger.md",
|
|
180
|
+
"services/expression-parser-functions/randomintegerbetween.md",
|
|
181
|
+
"services/expression-parser-functions/randomintegerupto.md",
|
|
182
|
+
"services/expression-parser-functions/resolvehtmlentities.md",
|
|
183
|
+
"services/expression-parser-functions/round.md",
|
|
184
|
+
"services/expression-parser-functions/setconcatenate.md",
|
|
185
|
+
"services/expression-parser-functions/sin.md",
|
|
186
|
+
"services/expression-parser-functions/slice.md",
|
|
187
|
+
"services/expression-parser-functions/smallestinset.md",
|
|
188
|
+
"services/expression-parser-functions/sorthistogram.md",
|
|
189
|
+
"services/expression-parser-functions/sorthistogrambykeys.md",
|
|
190
|
+
"services/expression-parser-functions/sortset.md",
|
|
191
|
+
"services/expression-parser-functions/sqrt.md",
|
|
192
|
+
"services/expression-parser-functions/stdev.md",
|
|
193
|
+
"services/expression-parser-functions/stdeva.md",
|
|
194
|
+
"services/expression-parser-functions/stdevp.md",
|
|
195
|
+
"services/expression-parser-functions/stringcountsegments.md",
|
|
196
|
+
"services/expression-parser-functions/stringgetsegments.md",
|
|
197
|
+
"services/expression-parser-functions/subtractingsummation.md",
|
|
198
|
+
"services/expression-parser-functions/sum.md",
|
|
199
|
+
"services/expression-parser-functions/tan.md",
|
|
200
|
+
"services/expression-parser-functions/tofixed.md",
|
|
201
|
+
"services/expression-parser-functions/var.md",
|
|
202
|
+
"services/expression-parser-functions/vara.md",
|
|
203
|
+
"services/expression-parser-functions/varp.md",
|
|
204
|
+
"services/expression-parser-functions/when.md",
|
|
205
|
+
"services/expression-parser.md",
|
|
206
|
+
"services/file-persistence.md",
|
|
207
|
+
"services/logging.md",
|
|
208
|
+
"services/logic.md",
|
|
209
|
+
"services/manifest.md",
|
|
210
|
+
"services/math.md",
|
|
211
|
+
"services/meta-template.md",
|
|
212
|
+
"services/object-cache.md",
|
|
213
|
+
"services/operation.md",
|
|
214
|
+
"services/progress-time.md",
|
|
215
|
+
"services/progress-tracker-set.md",
|
|
216
|
+
"services/rest-client.md",
|
|
217
|
+
"services/settings-manager.md",
|
|
218
|
+
"services/template.md",
|
|
219
|
+
"services/utility.md",
|
|
220
|
+
"services/uuid.md"
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"Name": "Example_applications",
|
|
227
|
+
"Key": "example_applications",
|
|
228
|
+
"Description": "",
|
|
229
|
+
"Modules": [
|
|
230
|
+
{
|
|
231
|
+
"Name": "data",
|
|
232
|
+
"Repo": "data",
|
|
233
|
+
"Group": "example_applications",
|
|
234
|
+
"Branch": "master",
|
|
235
|
+
"HasDocs": false,
|
|
236
|
+
"HasCover": false,
|
|
237
|
+
"Sidebar": [],
|
|
238
|
+
"DocFiles": []
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"Name": "mathematical_playground",
|
|
242
|
+
"Repo": "mathematical_playground",
|
|
243
|
+
"Group": "example_applications",
|
|
244
|
+
"Branch": "master",
|
|
245
|
+
"HasDocs": false,
|
|
246
|
+
"HasCover": false,
|
|
247
|
+
"Sidebar": [],
|
|
248
|
+
"DocFiles": []
|
|
249
|
+
}
|
|
250
|
+
]
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"Name": "Source",
|
|
254
|
+
"Key": "source",
|
|
255
|
+
"Description": "",
|
|
256
|
+
"Modules": [
|
|
257
|
+
{
|
|
258
|
+
"Name": "services",
|
|
259
|
+
"Repo": "services",
|
|
260
|
+
"Group": "source",
|
|
261
|
+
"Branch": "master",
|
|
262
|
+
"HasDocs": false,
|
|
263
|
+
"HasCover": false,
|
|
264
|
+
"Sidebar": [],
|
|
265
|
+
"DocFiles": []
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"Name": "Test",
|
|
271
|
+
"Key": "test",
|
|
272
|
+
"Description": "",
|
|
273
|
+
"Modules": [
|
|
274
|
+
{
|
|
275
|
+
"Name": "data",
|
|
276
|
+
"Repo": "data",
|
|
277
|
+
"Group": "test",
|
|
278
|
+
"Branch": "master",
|
|
279
|
+
"HasDocs": false,
|
|
280
|
+
"HasCover": false,
|
|
281
|
+
"Sidebar": [],
|
|
282
|
+
"DocFiles": []
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
}
|