3 | {{/items}}
4 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/footer.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 |
15 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/item.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 | {{>partials/class.header}}
--------------------------------------------------------------------------------
/docs/molten-template/partials/logo.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/namespace.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 |
{{>partials/title}}
4 |
{{{summary}}}
5 |
{{{conceptual}}}
6 |
{{{remarks}}}
7 | {{#children}}
8 |
{{>partials/namespaceSubtitle}}
9 | {{#children}}
10 |
11 | {{{summary}}}
12 | {{/children}}
13 | {{/children}}
14 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/namespaceSubtitle.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 | {{#inNamespace}}
4 | {{__global.namespacesInSubtitle}}
5 | {{/inNamespace}}
6 | {{#inClass}}
7 | {{__global.classesInSubtitle}}
8 | {{/inClass}}
9 | {{#inStruct}}
10 | {{__global.structsInSubtitle}}
11 | {{/inStruct}}
12 | {{#inInterface}}
13 | {{__global.interfacesInSubtitle}}
14 | {{/inInterface}}
15 | {{#inEnum}}
16 | {{__global.enumsInSubtitle}}
17 | {{/inEnum}}
18 | {{#inDelegate}}
19 | {{__global.delegatesInSubtitle}}
20 | {{/inDelegate}}
21 | {{#inFunction}}
22 | {{__global.functionsInSubtitle}}
23 | {{/inFunction}}
24 | {{#inVariable}}
25 | {{__global.variablesInSubtitle}}
26 | {{/inVariable}}
27 | {{#inTypeAlias}}
28 | {{__global.typeAliasesInSubtitle}}
29 | {{/inTypeAlias}}
30 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/scripts.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/searchResults.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 |
4 |
{{__global.searchResults}}
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/toc.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 |
5 |
--------------------------------------------------------------------------------
/docs/molten-template/partials/uref/parameters.tmpl.partial:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 | {{#properties.0}}
4 |
28 | {{/properties.0}}
--------------------------------------------------------------------------------
/docs/molten-template/styles/glyphicons-halflings-regular-ACNUA6UY.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Syncaidius/MoltenEngine/b81decc013b3bbed27afaa674c3fc32aa38d664e/docs/molten-template/styles/glyphicons-halflings-regular-ACNUA6UY.ttf
--------------------------------------------------------------------------------
/docs/molten-template/styles/glyphicons-halflings-regular-JOUF32XT.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Syncaidius/MoltenEngine/b81decc013b3bbed27afaa674c3fc32aa38d664e/docs/molten-template/styles/glyphicons-halflings-regular-JOUF32XT.woff
--------------------------------------------------------------------------------
/docs/molten-template/styles/glyphicons-halflings-regular-PIHUWCJO.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Syncaidius/MoltenEngine/b81decc013b3bbed27afaa674c3fc32aa38d664e/docs/molten-template/styles/glyphicons-halflings-regular-PIHUWCJO.eot
--------------------------------------------------------------------------------
/docs/molten-template/styles/glyphicons-halflings-regular-W4DYDFZM.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Syncaidius/MoltenEngine/b81decc013b3bbed27afaa674c3fc32aa38d664e/docs/molten-template/styles/glyphicons-halflings-regular-W4DYDFZM.woff2
--------------------------------------------------------------------------------
/docs/molten-template/styles/main.js:
--------------------------------------------------------------------------------
1 | // Licensed to the .NET Foundation under one or more agreements.
2 | // The .NET Foundation licenses this file to you under the MIT license.
3 |
--------------------------------------------------------------------------------
/docs/molten-template/toc.extension.js:
--------------------------------------------------------------------------------
1 | // Licensed to the .NET Foundation under one or more agreements.
2 | // The .NET Foundation licenses this file to you under the MIT license.
3 |
4 | /**
5 | * This method will be called at the start of exports.transform in toc.html.js
6 | */
7 | exports.preTransform = function (model) {
8 | return model;
9 | }
10 |
11 | /**
12 | * This method will be called at the end of exports.transform in toc.html.js
13 | */
14 | exports.postTransform = function (model) {
15 | return model;
16 | }
--------------------------------------------------------------------------------
/docs/molten-template/toc.html.tmpl:
--------------------------------------------------------------------------------
1 | {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
2 |
3 |