├── .github
├── dependabot.yml
└── workflows
│ └── update.yml
├── .gitignore
├── 404.html
├── 5.15-series
├── 5.15.11-for-android
│ └── index.html
├── 5.15.11-for-macos
│ └── index.html
├── 5.15.11-for-webassembly
│ └── index.html
├── 5.15.11-for-windows
│ └── index.html
└── index.html
├── 6.2-series
├── 6.2.6-for-android
│ └── index.html
├── 6.2.6-for-macos
│ └── index.html
├── 6.2.6-for-webassembly
│ └── index.html
├── 6.2.6-for-windows
│ └── index.html
└── index.html
├── 6.5-series
├── 6.5.3-for-android
│ └── index.html
├── 6.5.3-for-macos
│ └── index.html
├── 6.5.3-for-webassembly
│ └── index.html
├── 6.5.3-for-windows
│ └── index.html
└── index.html
├── 6.7-series
├── 6.7.0-for-android
│ └── index.html
├── 6.7.0-for-macos
│ └── index.html
├── 6.7.0-for-webassembly
│ └── index.html
├── 6.7.0-for-windows
│ └── index.html
└── index.html
├── CNAME
├── categories
└── index.html
├── css
├── auto-complete.css
├── chroma-learn.css
├── chroma-neon.css
├── chroma-relearn-dark.css
├── chroma-relearn-light.css
├── fontawesome-all.min.css
├── fonts.css
├── format-print.css
├── nucleus.css
├── perfect-scrollbar.min.css
├── print.css
├── swagger-dark.css
├── swagger-light.css
├── swagger.css
├── tags.css
├── theme-blue.css
├── theme-green.css
├── theme-learn.css
├── theme-neon.css
├── theme-red.css
├── theme-relearn-bright.css
├── theme-relearn-dark.css
├── theme-relearn-light.css
├── theme-zen-dark.css
├── theme-zen-light.css
├── theme.css
├── variant-internal.css
└── variant.css
├── en
└── index.html
├── fonts
├── WorkSans-Bold.woff
├── WorkSans-Bold.woff2
├── WorkSans-ExtraLight.woff
├── WorkSans-ExtraLight.woff2
├── WorkSans-Light.woff
├── WorkSans-Light.woff2
├── WorkSans-Medium.woff
├── WorkSans-Medium.woff2
├── WorkSans-Regular.woff
└── WorkSans-Regular.woff2
├── index.html
├── js
├── auto-complete.js
├── clipboard.min.js
├── d3
│ ├── d3-color.min.js
│ ├── d3-dispatch.min.js
│ ├── d3-drag.min.js
│ ├── d3-ease.min.js
│ ├── d3-interpolate.min.js
│ ├── d3-selection.min.js
│ ├── d3-timer.min.js
│ ├── d3-transition.min.js
│ └── d3-zoom.min.js
├── js-yaml.min.js
├── lunr
│ ├── lunr.ar.min.js
│ ├── lunr.da.min.js
│ ├── lunr.de.min.js
│ ├── lunr.du.min.js
│ ├── lunr.en.min.js
│ ├── lunr.es.min.js
│ ├── lunr.fi.min.js
│ ├── lunr.fr.min.js
│ ├── lunr.hi.min.js
│ ├── lunr.hu.min.js
│ ├── lunr.it.min.js
│ ├── lunr.ja.min.js
│ ├── lunr.jp.min.js
│ ├── lunr.ko.min.js
│ ├── lunr.min.js
│ ├── lunr.multi.min.js
│ ├── lunr.nl.min.js
│ ├── lunr.no.min.js
│ ├── lunr.pt.min.js
│ ├── lunr.ro.min.js
│ ├── lunr.ru.min.js
│ ├── lunr.stemmer.support.min.js
│ ├── lunr.sv.min.js
│ ├── lunr.ta.min.js
│ ├── lunr.th.min.js
│ ├── lunr.tr.min.js
│ ├── lunr.vi.min.js
│ ├── lunr.zh.min.js
│ ├── tinyseg.js
│ └── wordcut.js
├── mathjax
│ ├── a11y
│ │ ├── assistive-mml.js
│ │ ├── complexity.js
│ │ ├── explorer.js
│ │ └── semantic-enrich.js
│ ├── adaptors
│ │ └── liteDOM.js
│ ├── core.js
│ ├── input
│ │ ├── asciimath.js
│ │ ├── mml.js
│ │ ├── mml
│ │ │ ├── entities.js
│ │ │ └── extensions
│ │ │ │ ├── mml3.js
│ │ │ │ └── mml3.sef.json
│ │ ├── tex-base.js
│ │ ├── tex-full.js
│ │ ├── tex.js
│ │ └── tex
│ │ │ └── extensions
│ │ │ ├── action.js
│ │ │ ├── all-packages.js
│ │ │ ├── ams.js
│ │ │ ├── amscd.js
│ │ │ ├── autoload.js
│ │ │ ├── bbox.js
│ │ │ ├── boldsymbol.js
│ │ │ ├── braket.js
│ │ │ ├── bussproofs.js
│ │ │ ├── cancel.js
│ │ │ ├── centernot.js
│ │ │ ├── color.js
│ │ │ ├── colortbl.js
│ │ │ ├── colorv2.js
│ │ │ ├── configmacros.js
│ │ │ ├── enclose.js
│ │ │ ├── extpfeil.js
│ │ │ ├── gensymb.js
│ │ │ ├── html.js
│ │ │ ├── mathtools.js
│ │ │ ├── mhchem.js
│ │ │ ├── newcommand.js
│ │ │ ├── noerrors.js
│ │ │ ├── noundefined.js
│ │ │ ├── physics.js
│ │ │ ├── require.js
│ │ │ ├── setoptions.js
│ │ │ ├── tagformat.js
│ │ │ ├── textcomp.js
│ │ │ ├── textmacros.js
│ │ │ ├── unicode.js
│ │ │ ├── upgreek.js
│ │ │ └── verb.js
│ ├── latest.js
│ ├── loader.js
│ ├── mml-chtml.js
│ ├── mml-svg.js
│ ├── node-main.js
│ ├── output
│ │ ├── chtml.js
│ │ ├── chtml
│ │ │ └── fonts
│ │ │ │ ├── tex.js
│ │ │ │ └── woff-v2
│ │ │ │ ├── MathJax_AMS-Regular.woff
│ │ │ │ ├── MathJax_Calligraphic-Bold.woff
│ │ │ │ ├── MathJax_Calligraphic-Regular.woff
│ │ │ │ ├── MathJax_Fraktur-Bold.woff
│ │ │ │ ├── MathJax_Fraktur-Regular.woff
│ │ │ │ ├── MathJax_Main-Bold.woff
│ │ │ │ ├── MathJax_Main-Italic.woff
│ │ │ │ ├── MathJax_Main-Regular.woff
│ │ │ │ ├── MathJax_Math-BoldItalic.woff
│ │ │ │ ├── MathJax_Math-Italic.woff
│ │ │ │ ├── MathJax_Math-Regular.woff
│ │ │ │ ├── MathJax_SansSerif-Bold.woff
│ │ │ │ ├── MathJax_SansSerif-Italic.woff
│ │ │ │ ├── MathJax_SansSerif-Regular.woff
│ │ │ │ ├── MathJax_Script-Regular.woff
│ │ │ │ ├── MathJax_Size1-Regular.woff
│ │ │ │ ├── MathJax_Size2-Regular.woff
│ │ │ │ ├── MathJax_Size3-Regular.woff
│ │ │ │ ├── MathJax_Size4-Regular.woff
│ │ │ │ ├── MathJax_Typewriter-Regular.woff
│ │ │ │ ├── MathJax_Vector-Bold.woff
│ │ │ │ ├── MathJax_Vector-Regular.woff
│ │ │ │ └── MathJax_Zero.woff
│ │ ├── svg.js
│ │ └── svg
│ │ │ └── fonts
│ │ │ └── tex.js
│ ├── sre
│ │ ├── mathmaps
│ │ │ ├── de.js
│ │ │ ├── en.js
│ │ │ ├── es.js
│ │ │ ├── fr.js
│ │ │ ├── hi.js
│ │ │ ├── it.js
│ │ │ └── nemeth.js
│ │ ├── sre-node.js
│ │ └── sre_browser.js
│ ├── startup.js
│ ├── tex-chtml-full.js
│ ├── tex-chtml.js
│ ├── tex-mml-chtml.js
│ ├── tex-mml-svg.js
│ ├── tex-svg-full.js
│ ├── tex-svg.js
│ └── ui
│ │ ├── lazy.js
│ │ ├── menu.js
│ │ └── safe.js
├── mermaid.min.js
├── perfect-scrollbar.min.js
├── search.js
├── swagger-ui
│ ├── swagger-ui-bundle.js
│ ├── swagger-ui-standalone-preset.js
│ └── swagger-ui.css
├── theme.js
└── variant.js
├── legacy-lts-series
├── 4.8-series
│ ├── 4.8.7-for-macos
│ │ └── index.html
│ ├── 4.8.7-for-windows
│ │ └── index.html
│ └── index.html
├── 5.12-series
│ ├── 5.12.12-for-android
│ │ └── index.html
│ ├── 5.12.12-for-macos
│ │ └── index.html
│ ├── 5.12.12-for-webassembly
│ │ └── index.html
│ ├── 5.12.12-for-windows
│ │ └── index.html
│ └── index.html
├── 5.6-series
│ ├── 5.6.3-for-android
│ │ └── index.html
│ ├── 5.6.3-for-macos
│ │ └── index.html
│ ├── 5.6.3-for-windows
│ │ └── index.html
│ └── index.html
├── 5.9-series
│ ├── 5.9.9-for-android
│ │ └── index.html
│ ├── 5.9.9-for-macos
│ │ └── index.html
│ ├── 5.9.9-for-windows
│ │ └── index.html
│ └── index.html
└── index.html
├── miscellaneous
├── current-build-status
│ └── index.html
├── current-failures
│ └── index.html
├── histories
│ └── index.html
├── index.html
└── notesforthisrepo
│ └── index.html
├── tags
└── index.html
├── webfonts
├── fa-brands-400.ttf
├── fa-brands-400.woff2
├── fa-regular-400.ttf
├── fa-regular-400.woff2
├── fa-solid-900.ttf
├── fa-solid-900.woff2
├── fa-v4compatibility.ttf
└── fa-v4compatibility.woff2
└── zh-cn
├── 404.html
├── 5.15-series
├── 5.15.11-for-android
│ └── index.html
├── 5.15.11-for-macos
│ └── index.html
├── 5.15.11-for-webassembly
│ └── index.html
├── 5.15.11-for-windows
│ └── index.html
└── index.html
├── 6.2-series
├── 6.2.6-for-android
│ └── index.html
├── 6.2.6-for-macos
│ └── index.html
├── 6.2.6-for-webassembly
│ └── index.html
├── 6.2.6-for-windows
│ └── index.html
└── index.html
├── 6.5-series
├── 6.5.3-for-android
│ └── index.html
├── 6.5.3-for-macos
│ └── index.html
├── 6.5.3-for-webassembly
│ └── index.html
├── 6.5.3-for-windows
│ └── index.html
└── index.html
├── 6.7-series
├── 6.7.0-for-android
│ └── index.html
├── 6.7.0-for-macos
│ └── index.html
├── 6.7.0-for-webassembly
│ └── index.html
├── 6.7.0-for-windows
│ └── index.html
└── index.html
├── categories
└── index.html
├── index.html
├── legacy-lts-series
├── 4.8-series
│ ├── 4.8.7-for-macos
│ │ └── index.html
│ ├── 4.8.7-for-windows
│ │ └── index.html
│ └── index.html
├── 5.12-series
│ ├── 5.12.12-for-android
│ │ └── index.html
│ ├── 5.12.12-for-macos
│ │ └── index.html
│ ├── 5.12.12-for-webassembly
│ │ └── index.html
│ ├── 5.12.12-for-windows
│ │ └── index.html
│ └── index.html
├── 5.6-series
│ ├── 5.6.3-for-android
│ │ └── index.html
│ ├── 5.6.3-for-macos
│ │ └── index.html
│ ├── 5.6.3-for-windows
│ │ └── index.html
│ └── index.html
├── 5.9-series
│ ├── 5.9.9-for-android
│ │ └── index.html
│ ├── 5.9.9-for-macos
│ │ └── index.html
│ ├── 5.9.9-for-windows
│ │ └── index.html
│ └── index.html
└── index.html
├── miscellaneous
├── current-build-status
│ └── index.html
├── current-failures
│ └── index.html
├── histories
│ └── index.html
├── index.html
└── notesforthisrepo
│ └── index.html
└── tags
└── index.html
/.github/dependabot.yml:
--------------------------------------------------------------------------------
1 | version: 2
2 | updates:
3 | - package-ecosystem: "github-actions"
4 | directory: "/"
5 | schedule:
6 | interval: "daily"
7 | target-branch: "gh-pages"
8 | - package-ecosystem: "github-actions"
9 | directory: "/"
10 | schedule:
11 | interval: "daily"
12 | target-branch: "ge-pages"
13 | - package-ecosystem: "github-actions"
14 | directory: "/"
15 | schedule:
16 | interval: "daily"
17 | target-branch: "build"
18 |
--------------------------------------------------------------------------------
/.github/workflows/update.yml:
--------------------------------------------------------------------------------
1 | name: update
2 |
3 | on: [push]
4 |
5 | jobs:
6 | sync:
7 | if: ${{ github.ref == 'refs/heads/gh-pages' }}
8 | strategy:
9 | matrix:
10 | remote:
11 | - name: coding
12 | url: git@e.coding.net:Fsu0413/QtCompile.git
13 | - name: osdn
14 | url: fsu0413@git.osdn.net:/gitroot/fsu0413-qtbuilds/QtBuilds.git
15 | - name: gitcode
16 | url: git@gitcode.net:Fsu0413/QtCompile.git
17 | - name: sourceforge
18 | url: ssh://fsu0413@git.code.sf.net/p/fsu0413-qtbuilds/QtCompile
19 | - name: gitee
20 | url: git@gitee.com:Fsu0413/QtCompile.git
21 | name: ${{ matrix.remote.name }}
22 | runs-on: ubuntu-latest
23 | steps:
24 | - uses: codions/git-sync@v1.0.2
25 | with:
26 | SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
27 | SOURCE_REPO: git@github.com:${{ github.repository }}.git
28 | SOURCE_BRANCH: gh-pages
29 | DESTINATION_REPO: ${{ matrix.remote.url }}
30 | DESTINATION_BRANCH: gh-pages
31 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /archive/
2 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | build-qt.fsu0413.me
--------------------------------------------------------------------------------
/css/auto-complete.css:
--------------------------------------------------------------------------------
1 | .autocomplete-suggestions {
2 | text-align: start;
3 | color-scheme: only light; /* set browser scrollbar color */
4 | cursor: default;
5 | border: 1px solid rgba( 204, 204, 204, 1 );
6 | border-top: 0;
7 | background: rgba( 255, 255, 255, 1 );
8 | box-shadow: -1px 1px 3px rgba( 0, 0, 0, .1 );
9 | width: calc( 100% - 2rem );
10 |
11 | /* core styles should not be changed */
12 | position: absolute;
13 | display: none;
14 | z-index: 9999;
15 | max-height: 10em;
16 | max-height: calc( 100vh - 10em );
17 | overflow: hidden;
18 | overflow-y: auto;
19 | box-sizing: border-box;
20 | }
21 | .autocomplete-suggestion {
22 | position: relative;
23 | cursor: pointer;
24 | padding: .46em;
25 | line-height: 1.5em;
26 | white-space: nowrap;
27 | overflow: hidden;
28 | text-overflow: ellipsis;
29 | color: rgba( 40, 40, 40, 1 );
30 | }
31 |
32 | .autocomplete-suggestion b {
33 | font-weight: normal;
34 | color: rgba( 31, 141, 214, 1 );
35 | }
36 |
37 | .autocomplete-suggestion.selected {
38 | background: rgba( 40, 40, 40, 1 );
39 | color: rgba( 255, 255, 255, 1 );
40 | }
41 |
42 | .autocomplete-suggestion:hover,
43 | .autocomplete-suggestion:focus,
44 | .autocomplete-suggestion:active,
45 | .autocomplete-suggestion:hover > .context,
46 | .autocomplete-suggestion:focus > .context,
47 | .autocomplete-suggestion:active > .context,
48 | #R-searchresults .autocomplete-suggestion:hover > .context,
49 | #R-searchresults .autocomplete-suggestion:focus > .context,
50 | #R-searchresults .autocomplete-suggestion:active > .context {
51 | background: rgba( 56, 56, 56, 1 );
52 | color: rgba( 255, 255, 255, 1 );
53 | }
54 |
55 | .autocomplete-suggestion > .breadcrumbs {
56 | font-size: .7869em;
57 | margin-inline-start: 1em;
58 | overflow: hidden;
59 | text-overflow: ellipsis;
60 | }
61 |
62 | .autocomplete-suggestion > .context {
63 | font-size: .7869em;
64 | margin-inline-start: 1em;
65 | overflow: hidden;
66 | text-overflow: ellipsis;
67 | }
68 |
--------------------------------------------------------------------------------
/css/chroma-learn.css:
--------------------------------------------------------------------------------
1 | /* based on base16-snazzy */
2 | /* Background */ .bg { color: #e2e4e5; background-color: #282a36; }
3 | /* PreWrapper */ .chroma { color: #e2e4e5; background-color: #282a36; }
4 | /* Other */ .chroma .x { }
5 | /* Error */ .chroma .err { color: #ff5c57 }
6 | /* CodeLine */ .chroma .cl { }
7 | /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
8 | /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
9 | /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
10 | /* LineHighlight */ .chroma .hl { background-color: #505050 }
11 | /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
12 | /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
13 | /* Line */ .chroma .line { display: flex; }
14 | /* Keyword */ .chroma .k { color: #ff6ac1 }
15 | /* KeywordConstant */ .chroma .kc { color: #ff6ac1 }
16 | /* KeywordDeclaration */ .chroma .kd { color: #ff5c57 }
17 | /* KeywordNamespace */ .chroma .kn { color: #ff6ac1 }
18 | /* KeywordPseudo */ .chroma .kp { color: #ff6ac1 }
19 | /* KeywordReserved */ .chroma .kr { color: #ff6ac1 }
20 | /* KeywordType */ .chroma .kt { color: #9aedfe }
21 | /* Name */ .chroma .n { }
22 | /* NameAttribute */ .chroma .na { color: #57c7ff }
23 | /* NameBuiltin */ .chroma .nb { color: #ff5c57 }
24 | /* NameBuiltinPseudo */ .chroma .bp { }
25 | /* NameClass */ .chroma .nc { color: #f3f99d }
26 | /* NameConstant */ .chroma .no { color: #ff9f43 }
27 | /* NameDecorator */ .chroma .nd { color: #ff9f43 }
28 | /* NameEntity */ .chroma .ni { }
29 | /* NameException */ .chroma .ne { }
30 | /* NameFunction */ .chroma .nf { color: #57c7ff }
31 | /* NameFunctionMagic */ .chroma .fm { }
32 | /* NameLabel */ .chroma .nl { color: #ff5c57 }
33 | /* NameNamespace */ .chroma .nn { }
34 | /* NameOther */ .chroma .nx { }
35 | /* NameProperty */ .chroma .py { }
36 | /* NameTag */ .chroma .nt { color: #ff6ac1 }
37 | /* NameVariable */ .chroma .nv { color: #ff5c57 }
38 | /* NameVariableClass */ .chroma .vc { color: #ff5c57 }
39 | /* NameVariableGlobal */ .chroma .vg { color: #ff5c57 }
40 | /* NameVariableInstance */ .chroma .vi { color: #ff5c57 }
41 | /* NameVariableMagic */ .chroma .vm { }
42 | /* Literal */ .chroma .l { }
43 | /* LiteralDate */ .chroma .ld { }
44 | /* LiteralString */ .chroma .s { color: #5af78e }
45 | /* LiteralStringAffix */ .chroma .sa { color: #5af78e }
46 | /* LiteralStringBacktick */ .chroma .sb { color: #5af78e }
47 | /* LiteralStringChar */ .chroma .sc { color: #5af78e }
48 | /* LiteralStringDelimiter */ .chroma .dl { color: #5af78e }
49 | /* LiteralStringDoc */ .chroma .sd { color: #5af78e }
50 | /* LiteralStringDouble */ .chroma .s2 { color: #5af78e }
51 | /* LiteralStringEscape */ .chroma .se { color: #5af78e }
52 | /* LiteralStringHeredoc */ .chroma .sh { color: #5af78e }
53 | /* LiteralStringInterpol */ .chroma .si { color: #5af78e }
54 | /* LiteralStringOther */ .chroma .sx { color: #5af78e }
55 | /* LiteralStringRegex */ .chroma .sr { color: #5af78e }
56 | /* LiteralStringSingle */ .chroma .s1 { color: #5af78e }
57 | /* LiteralStringSymbol */ .chroma .ss { color: #5af78e }
58 | /* LiteralNumber */ .chroma .m { color: #ff9f43 }
59 | /* LiteralNumberBin */ .chroma .mb { color: #ff9f43 }
60 | /* LiteralNumberFloat */ .chroma .mf { color: #ff9f43 }
61 | /* LiteralNumberHex */ .chroma .mh { color: #ff9f43 }
62 | /* LiteralNumberInteger */ .chroma .mi { color: #ff9f43 }
63 | /* LiteralNumberIntegerLong */ .chroma .il { color: #ff9f43 }
64 | /* LiteralNumberOct */ .chroma .mo { color: #ff9f43 }
65 | /* Operator */ .chroma .o { color: #ff6ac1 }
66 | /* OperatorWord */ .chroma .ow { color: #ff6ac1 }
67 | /* Punctuation */ .chroma .p { }
68 | /* Comment */ .chroma .c { color: #78787e }
69 | /* CommentHashbang */ .chroma .ch { color: #78787e }
70 | /* CommentMultiline */ .chroma .cm { color: #78787e }
71 | /* CommentSingle */ .chroma .c1 { color: #78787e }
72 | /* CommentSpecial */ .chroma .cs { color: #78787e }
73 | /* CommentPreproc */ .chroma .cp { color: #78787e }
74 | /* CommentPreprocFile */ .chroma .cpf { color: #78787e }
75 | /* Generic */ .chroma .g { }
76 | /* GenericDeleted */ .chroma .gd { color: #ff5c57 }
77 | /* GenericEmph */ .chroma .ge { text-decoration: underline }
78 | /* GenericError */ .chroma .gr { color: #ff5c57 }
79 | /* GenericHeading */ .chroma .gh { font-weight: bold }
80 | /* GenericInserted */ .chroma .gi { font-weight: bold }
81 | /* GenericOutput */ .chroma .go { color: #43454f }
82 | /* GenericPrompt */ .chroma .gp { }
83 | /* GenericStrong */ .chroma .gs { font-style: italic }
84 | /* GenericSubheading */ .chroma .gu { font-weight: bold }
85 | /* GenericTraceback */ .chroma .gt { }
86 | /* GenericUnderline */ .chroma .gl { text-decoration: underline }
87 | /* TextWhitespace */ .chroma .w { }
88 |
--------------------------------------------------------------------------------
/css/chroma-neon.css:
--------------------------------------------------------------------------------
1 | /* based on rrt */
2 | /* Background */ .bg { color: #f8f8f2; background-color: #000000; }
3 | /* PreWrapper */ .chroma { color: #f8f8f2; background-color: #000000; }
4 | /* Other */ .chroma .x { }
5 | /* Error */ .chroma .err { }
6 | /* CodeLine */ .chroma .cl { }
7 | /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
8 | /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
9 | /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
10 | /* LineHighlight */ .chroma .hl { background-color: #363638 }
11 | /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7c7c79 }
12 | /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7c7c79 }
13 | /* Line */ .chroma .line { display: flex; }
14 | /* Keyword */ .chroma .k { color: #ff0000 }
15 | /* KeywordConstant */ .chroma .kc { color: #ff0000 }
16 | /* KeywordDeclaration */ .chroma .kd { color: #ff0000 }
17 | /* KeywordNamespace */ .chroma .kn { color: #ff0000 }
18 | /* KeywordPseudo */ .chroma .kp { color: #ff0000 }
19 | /* KeywordReserved */ .chroma .kr { color: #ff0000 }
20 | /* KeywordType */ .chroma .kt { color: #ee82ee }
21 | /* Name */ .chroma .n { }
22 | /* NameAttribute */ .chroma .na { }
23 | /* NameBuiltin */ .chroma .nb { }
24 | /* NameBuiltinPseudo */ .chroma .bp { }
25 | /* NameClass */ .chroma .nc { }
26 | /* NameConstant */ .chroma .no { color: #7fffd4 }
27 | /* NameDecorator */ .chroma .nd { }
28 | /* NameEntity */ .chroma .ni { }
29 | /* NameException */ .chroma .ne { }
30 | /* NameFunction */ .chroma .nf { color: #ffff00 }
31 | /* NameFunctionMagic */ .chroma .fm { }
32 | /* NameLabel */ .chroma .nl { }
33 | /* NameNamespace */ .chroma .nn { }
34 | /* NameOther */ .chroma .nx { }
35 | /* NameProperty */ .chroma .py { }
36 | /* NameTag */ .chroma .nt { }
37 | /* NameVariable */ .chroma .nv { color: #eedd82 }
38 | /* NameVariableClass */ .chroma .vc { }
39 | /* NameVariableGlobal */ .chroma .vg { }
40 | /* NameVariableInstance */ .chroma .vi { }
41 | /* NameVariableMagic */ .chroma .vm { }
42 | /* Literal */ .chroma .l { }
43 | /* LiteralDate */ .chroma .ld { }
44 | /* LiteralString */ .chroma .s { color: #87ceeb }
45 | /* LiteralStringAffix */ .chroma .sa { color: #87ceeb }
46 | /* LiteralStringBacktick */ .chroma .sb { color: #87ceeb }
47 | /* LiteralStringChar */ .chroma .sc { color: #87ceeb }
48 | /* LiteralStringDelimiter */ .chroma .dl { color: #87ceeb }
49 | /* LiteralStringDoc */ .chroma .sd { color: #87ceeb }
50 | /* LiteralStringDouble */ .chroma .s2 { color: #87ceeb }
51 | /* LiteralStringEscape */ .chroma .se { color: #87ceeb }
52 | /* LiteralStringHeredoc */ .chroma .sh { color: #87ceeb }
53 | /* LiteralStringInterpol */ .chroma .si { color: #87ceeb }
54 | /* LiteralStringOther */ .chroma .sx { color: #87ceeb }
55 | /* LiteralStringRegex */ .chroma .sr { color: #87ceeb }
56 | /* LiteralStringSingle */ .chroma .s1 { color: #87ceeb }
57 | /* LiteralStringSymbol */ .chroma .ss { color: #ff6600 }
58 | /* LiteralNumber */ .chroma .m { color: #ff6600 }
59 | /* LiteralNumberBin */ .chroma .mb { color: #ff6600 }
60 | /* LiteralNumberFloat */ .chroma .mf { color: #ff6600 }
61 | /* LiteralNumberHex */ .chroma .mh { color: #ff6600 }
62 | /* LiteralNumberInteger */ .chroma .mi { color: #ff6600 }
63 | /* LiteralNumberIntegerLong */ .chroma .il { color: #ff6600 }
64 | /* LiteralNumberOct */ .chroma .mo { color: #ff6600 }
65 | /* Operator */ .chroma .o { }
66 | /* OperatorWord */ .chroma .ow { }
67 | /* Punctuation */ .chroma .p { }
68 | /* Comment */ .chroma .c { color: #00ff00 }
69 | /* CommentHashbang */ .chroma .ch { color: #00ff00 }
70 | /* CommentMultiline */ .chroma .cm { color: #00ff00 }
71 | /* CommentSingle */ .chroma .c1 { color: #00ff00 }
72 | /* CommentSpecial */ .chroma .cs { color: #00ff00 }
73 | /* CommentPreproc */ .chroma .cp { color: #e5e5e5 }
74 | /* CommentPreprocFile */ .chroma .cpf { color: #e5e5e5 }
75 | /* Generic */ .chroma .g { }
76 | /* GenericDeleted */ .chroma .gd { }
77 | /* GenericEmph */ .chroma .ge { }
78 | /* GenericError */ .chroma .gr { }
79 | /* GenericHeading */ .chroma .gh { }
80 | /* GenericInserted */ .chroma .gi { }
81 | /* GenericOutput */ .chroma .go { }
82 | /* GenericPrompt */ .chroma .gp { }
83 | /* GenericStrong */ .chroma .gs { }
84 | /* GenericSubheading */ .chroma .gu { }
85 | /* GenericTraceback */ .chroma .gt { }
86 | /* GenericUnderline */ .chroma .gl { }
87 | /* TextWhitespace */ .chroma .w { }
88 |
89 | }
90 |
--------------------------------------------------------------------------------
/css/chroma-relearn-dark.css:
--------------------------------------------------------------------------------
1 | /* based on monokai */
2 | /* Background */ .bg { color: #f8f8f2; background-color: #2b2b2b; }
3 | /* PreWrapper */ .chroma { color: #f8f8f2; background-color: #2b2b2b; }
4 | /* Other */ .chroma .x { }
5 | /* Error */ .chroma .err { color: #cc66cc; }
6 | /* CodeLine */ .chroma .cl { }
7 | /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
8 | /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
9 | /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
10 | /* LineHighlight */ .chroma .hl { background-color: #404042 }
11 | /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
12 | /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
13 | /* Line */ .chroma .line { display: flex; }
14 | /* Keyword */ .chroma .k { color: #66d9ef }
15 | /* KeywordConstant */ .chroma .kc { color: #66d9ef }
16 | /* KeywordDeclaration */ .chroma .kd { color: #66d9ef }
17 | /* KeywordNamespace */ .chroma .kn { color: #f92672 }
18 | /* KeywordPseudo */ .chroma .kp { color: #66d9ef }
19 | /* KeywordReserved */ .chroma .kr { color: #66d9ef }
20 | /* KeywordType */ .chroma .kt { color: #66d9ef }
21 | /* Name */ .chroma .n { }
22 | /* NameAttribute */ .chroma .na { color: #a6e22e }
23 | /* NameBuiltin */ .chroma .nb { }
24 | /* NameBuiltinPseudo */ .chroma .bp { }
25 | /* NameClass */ .chroma .nc { color: #a6e22e }
26 | /* NameConstant */ .chroma .no { color: #66d9ef }
27 | /* NameDecorator */ .chroma .nd { color: #a6e22e }
28 | /* NameEntity */ .chroma .ni { }
29 | /* NameException */ .chroma .ne { color: #a6e22e }
30 | /* NameFunction */ .chroma .nf { color: #a6e22e }
31 | /* NameFunctionMagic */ .chroma .fm { }
32 | /* NameLabel */ .chroma .nl { }
33 | /* NameNamespace */ .chroma .nn { }
34 | /* NameOther */ .chroma .nx { color: #a6e22e }
35 | /* NameProperty */ .chroma .py { }
36 | /* NameTag */ .chroma .nt { color: #f92672 }
37 | /* NameVariable */ .chroma .nv { }
38 | /* NameVariableClass */ .chroma .vc { }
39 | /* NameVariableGlobal */ .chroma .vg { }
40 | /* NameVariableInstance */ .chroma .vi { }
41 | /* NameVariableMagic */ .chroma .vm { }
42 | /* Literal */ .chroma .l { color: #ae81ff }
43 | /* LiteralDate */ .chroma .ld { color: #e6db74 }
44 | /* LiteralString */ .chroma .s { color: #e6db74 }
45 | /* LiteralStringAffix */ .chroma .sa { color: #e6db74 }
46 | /* LiteralStringBacktick */ .chroma .sb { color: #e6db74 }
47 | /* LiteralStringChar */ .chroma .sc { color: #e6db74 }
48 | /* LiteralStringDelimiter */ .chroma .dl { color: #e6db74 }
49 | /* LiteralStringDoc */ .chroma .sd { color: #e6db74 }
50 | /* LiteralStringDouble */ .chroma .s2 { color: #e6db74 }
51 | /* LiteralStringEscape */ .chroma .se { color: #ae81ff }
52 | /* LiteralStringHeredoc */ .chroma .sh { color: #e6db74 }
53 | /* LiteralStringInterpol */ .chroma .si { color: #e6db74 }
54 | /* LiteralStringOther */ .chroma .sx { color: #e6db74 }
55 | /* LiteralStringRegex */ .chroma .sr { color: #e6db74 }
56 | /* LiteralStringSingle */ .chroma .s1 { color: #e6db74 }
57 | /* LiteralStringSymbol */ .chroma .ss { color: #e6db74 }
58 | /* LiteralNumber */ .chroma .m { color: #ae81ff }
59 | /* LiteralNumberBin */ .chroma .mb { color: #ae81ff }
60 | /* LiteralNumberFloat */ .chroma .mf { color: #ae81ff }
61 | /* LiteralNumberHex */ .chroma .mh { color: #ae81ff }
62 | /* LiteralNumberInteger */ .chroma .mi { color: #ae81ff }
63 | /* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff }
64 | /* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
65 | /* Operator */ .chroma .o { color: #f92672 }
66 | /* OperatorWord */ .chroma .ow { color: #f92672 }
67 | /* Punctuation */ .chroma .p { }
68 | /* Comment */ .chroma .c { color: #75715e }
69 | /* CommentHashbang */ .chroma .ch { color: #75715e }
70 | /* CommentMultiline */ .chroma .cm { color: #75715e }
71 | /* CommentSingle */ .chroma .c1 { color: #75715e }
72 | /* CommentSpecial */ .chroma .cs { color: #75715e }
73 | /* CommentPreproc */ .chroma .cp { color: #75715e }
74 | /* CommentPreprocFile */ .chroma .cpf { color: #75715e }
75 | /* Generic */ .chroma .g { }
76 | /* GenericDeleted */ .chroma .gd { color: #f92672 }
77 | /* GenericEmph */ .chroma .ge { font-style: italic }
78 | /* GenericError */ .chroma .gr { }
79 | /* GenericHeading */ .chroma .gh { }
80 | /* GenericInserted */ .chroma .gi { color: #a6e22e }
81 | /* GenericOutput */ .chroma .go { }
82 | /* GenericPrompt */ .chroma .gp { }
83 | /* GenericStrong */ .chroma .gs { font-weight: bold }
84 | /* GenericSubheading */ .chroma .gu { color: #75715e }
85 | /* GenericTraceback */ .chroma .gt { }
86 | /* GenericUnderline */ .chroma .gl { }
87 | /* TextWhitespace */ .chroma .w { }
88 |
--------------------------------------------------------------------------------
/css/chroma-relearn-light.css:
--------------------------------------------------------------------------------
1 | /* based on monokailight */
2 | /* Background */ .bg { color: #272822; background-color: #fafafa; }
3 | /* PreWrapper */ .chroma { color: #272822; background-color: #fafafa; }
4 | /* Other */ .chroma .x { }
5 | /* Error */ .chroma .err { color: #960050; }
6 | /* CodeLine */ .chroma .cl { }
7 | /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
8 | /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
9 | /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
10 | /* LineHighlight */ .chroma .hl { background-color: #e1e1e1 }
11 | /* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
12 | /* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
13 | /* Line */ .chroma .line { display: flex; }
14 | /* Keyword */ .chroma .k { color: #00a8c8 }
15 | /* KeywordConstant */ .chroma .kc { color: #00a8c8 }
16 | /* KeywordDeclaration */ .chroma .kd { color: #00a8c8 }
17 | /* KeywordNamespace */ .chroma .kn { color: #f92672 }
18 | /* KeywordPseudo */ .chroma .kp { color: #00a8c8 }
19 | /* KeywordReserved */ .chroma .kr { color: #00a8c8 }
20 | /* KeywordType */ .chroma .kt { color: #00a8c8 }
21 | /* Name */ .chroma .n { color: #111111 }
22 | /* NameAttribute */ .chroma .na { color: #75af00 }
23 | /* NameBuiltin */ .chroma .nb { color: #111111 }
24 | /* NameBuiltinPseudo */ .chroma .bp { color: #111111 }
25 | /* NameClass */ .chroma .nc { color: #75af00 }
26 | /* NameConstant */ .chroma .no { color: #00a8c8 }
27 | /* NameDecorator */ .chroma .nd { color: #75af00 }
28 | /* NameEntity */ .chroma .ni { color: #111111 }
29 | /* NameException */ .chroma .ne { color: #75af00 }
30 | /* NameFunction */ .chroma .nf { color: #75af00 }
31 | /* NameFunctionMagic */ .chroma .fm { color: #111111 }
32 | /* NameLabel */ .chroma .nl { color: #111111 }
33 | /* NameNamespace */ .chroma .nn { color: #111111 }
34 | /* NameOther */ .chroma .nx { color: #75af00 }
35 | /* NameProperty */ .chroma .py { color: #111111 }
36 | /* NameTag */ .chroma .nt { color: #f92672 }
37 | /* NameVariable */ .chroma .nv { color: #111111 }
38 | /* NameVariableClass */ .chroma .vc { color: #111111 }
39 | /* NameVariableGlobal */ .chroma .vg { color: #111111 }
40 | /* NameVariableInstance */ .chroma .vi { color: #111111 }
41 | /* NameVariableMagic */ .chroma .vm { color: #111111 }
42 | /* Literal */ .chroma .l { color: #ae81ff }
43 | /* LiteralDate */ .chroma .ld { color: #d88200 }
44 | /* LiteralString */ .chroma .s { color: #d88200 }
45 | /* LiteralStringAffix */ .chroma .sa { color: #d88200 }
46 | /* LiteralStringBacktick */ .chroma .sb { color: #d88200 }
47 | /* LiteralStringChar */ .chroma .sc { color: #d88200 }
48 | /* LiteralStringDelimiter */ .chroma .dl { color: #d88200 }
49 | /* LiteralStringDoc */ .chroma .sd { color: #d88200 }
50 | /* LiteralStringDouble */ .chroma .s2 { color: #d88200 }
51 | /* LiteralStringEscape */ .chroma .se { color: #8045ff }
52 | /* LiteralStringHeredoc */ .chroma .sh { color: #d88200 }
53 | /* LiteralStringInterpol */ .chroma .si { color: #d88200 }
54 | /* LiteralStringOther */ .chroma .sx { color: #d88200 }
55 | /* LiteralStringRegex */ .chroma .sr { color: #d88200 }
56 | /* LiteralStringSingle */ .chroma .s1 { color: #d88200 }
57 | /* LiteralStringSymbol */ .chroma .ss { color: #d88200 }
58 | /* LiteralNumber */ .chroma .m { color: #ae81ff }
59 | /* LiteralNumberBin */ .chroma .mb { color: #ae81ff }
60 | /* LiteralNumberFloat */ .chroma .mf { color: #ae81ff }
61 | /* LiteralNumberHex */ .chroma .mh { color: #ae81ff }
62 | /* LiteralNumberInteger */ .chroma .mi { color: #ae81ff }
63 | /* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff }
64 | /* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
65 | /* Operator */ .chroma .o { color: #f92672 }
66 | /* OperatorWord */ .chroma .ow { color: #f92672 }
67 | /* Punctuation */ .chroma .p { color: #111111 }
68 | /* Comment */ .chroma .c { color: #a7a187 }
69 | /* CommentHashbang */ .chroma .ch { color: #a7a187 }
70 | /* CommentMultiline */ .chroma .cm { color: #a7a187 }
71 | /* CommentSingle */ .chroma .c1 { color: #a7a187 }
72 | /* CommentSpecial */ .chroma .cs { color: #a7a187 }
73 | /* CommentPreproc */ .chroma .cp { color: #a7a187 }
74 | /* CommentPreprocFile */ .chroma .cpf { color: #a7a187 }
75 | /* Generic */ .chroma .g { }
76 | /* GenericDeleted */ .chroma .gd { }
77 | /* GenericEmph */ .chroma .ge { font-style: italic }
78 | /* GenericError */ .chroma .gr { }
79 | /* GenericHeading */ .chroma .gh { }
80 | /* GenericInserted */ .chroma .gi { }
81 | /* GenericOutput */ .chroma .go { }
82 | /* GenericPrompt */ .chroma .gp { }
83 | /* GenericStrong */ .chroma .gs { font-weight: bold }
84 | /* GenericSubheading */ .chroma .gu { }
85 | /* GenericTraceback */ .chroma .gt { }
86 | /* GenericUnderline */ .chroma .gl { }
87 | /* TextWhitespace */ .chroma .w { }
88 |
--------------------------------------------------------------------------------
/css/fonts.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Work Sans';
3 | font-style: normal;
4 | font-weight: 200;
5 | src: url("../fonts/WorkSans-ExtraLight.woff2") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
6 | font-display: swap;
7 | }
8 |
9 | @font-face {
10 | font-family: 'Work Sans';
11 | font-style: normal;
12 | font-weight: 300;
13 | src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
14 | font-display: swap;
15 | }
16 |
17 | @font-face {
18 | font-family: 'Work Sans';
19 | font-style: normal;
20 | font-weight: 400;
21 | src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
22 | font-display: swap;
23 | }
24 |
25 | @font-face {
26 | font-family: 'Work Sans';
27 | font-style: normal;
28 | font-weight: 500;
29 | src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
30 | font-display: swap;
31 | }
32 |
33 | @font-face {
34 | font-family: 'Work Sans';
35 | font-style: normal;
36 | font-weight: 600;
37 | src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
38 | font-display: swap;
39 | }
40 |
--------------------------------------------------------------------------------
/css/format-print.css:
--------------------------------------------------------------------------------
1 | @import "theme-relearn-light.css";
2 | @import "chroma-relearn-light.css";
3 |
4 | #R-sidebar {
5 | display: none;
6 | }
7 | #R-body {
8 | margin-left: 0 !important;
9 | margin-right: 0 !important;
10 | min-width: 100% !important;
11 | max-width: 100% !important;
12 | width: 100% !important;
13 | }
14 | #R-body #navigation {
15 | display: none;
16 | }
17 | html{
18 | font-size: 8.763pt;
19 | }
20 | body {
21 | background-color: rgba( 255, 255, 255, 1 );
22 | }
23 | code.copy-to-clipboard-code {
24 | border-start-end-radius: 2px;
25 | border-end-end-radius: 2px;
26 | border-inline-end-width: 1px;
27 | }
28 | pre:not(.mermaid) {
29 | border: 1px solid rgba( 204, 204, 204, 1 );
30 | }
31 | #R-body #R-topbar{
32 | background-color: rgba( 255, 255, 255, 1 ); /* avoid background bleeding*/
33 | border-bottom: 1px solid rgba( 221, 221, 221, 1 );
34 | border-radius: 0;
35 | color: rgba( 119, 119, 119, 1 );
36 | padding-left: 0; /* for print, we want to align with the footer to ease the layout */
37 | padding-right: 0;
38 | }
39 | #R-body .topbar-button {
40 | /* we don't need the buttons while printing */
41 | /* we need !important to turn off JS topbar button handling setting element styles */
42 | display: none !important;
43 | }
44 | @media screen and (max-width: 47.999rem) {
45 | #R-body .topbar-breadcrumbs {
46 | visibility: visible;
47 | }
48 | }
49 | #R-body .copy-to-clipboard-button {
50 | display: none;
51 | }
52 |
53 | #R-body .svg-reset-button {
54 | display: none;
55 | }
56 |
57 | #R-body h1, #R-body h2, #R-body h3, #R-body .article-subheading, #R-body h4, #R-body h5, #R-body h6 {
58 | /* better contrast for colored elements */
59 | color: rgba( 0, 0, 0, 1 );
60 | }
61 | #R-body th, #R-body td,
62 | #R-body code, #R-body strong, #R-body b,
63 | #R-body li, #R-body dd, #R-body dt,
64 | #R-body p,
65 | #R-body a, #R-body button, #R-body .badge .badge-content {
66 | /* better contrast for colored elements */
67 | color: rgba( 0, 0, 0, 1 );
68 | }
69 | #R-body .anchor{
70 | display: none;
71 | }
72 | #R-body pre:not(.mermaid),
73 | #R-body code {
74 | background-color: rgba( 255, 255, 255, 1 );
75 | border-color: rgba( 221, 221, 221, 1 );
76 | }
77 |
78 | hr{
79 | border-bottom: 1px solid rgba( 221, 221, 221, 1 );
80 | }
81 | #R-body #R-body-inner {
82 | overflow: visible; /* turn off limitations for perfect scrollbar */
83 | /* reset paddings for chapters in screen */
84 | padding: 0 3.25rem 4rem 3.25rem;
85 | }
86 |
87 | #R-body #R-body-inner h1 {
88 | border-bottom: 1px solid rgba( 221, 221, 221, 1 );
89 | margin-bottom: 2rem;
90 | padding-bottom: .75rem;
91 | }
92 | #R-body-inner .chapter h3:first-of-type {
93 | margin-top: 2rem;
94 | }
95 |
96 | /* Children shortcode */
97 | .children p,
98 | .children-li p,
99 | .children-h2 p,
100 | .children-h3 p {
101 | font-size: 1rem;
102 | }
103 |
104 | .footline {
105 | /* in print mode show footer line to signal reader the end of document */
106 | border-top: 1px solid rgba( 221, 221, 221, 1 );
107 | color: rgba( 119, 119, 119, 1 );
108 | margin-top: 1.5rem;
109 | padding-top: .75rem;
110 | }
111 |
112 | h1 + .footline{
113 | /* if we have no content in the page we remove the footer as it is of no real value in print */
114 | display: none;
115 | }
116 |
117 | #R-body #R-body-inner .headline a,
118 | #R-body #R-body-inner .footline a,
119 | #R-body #R-body-inner .btn a {
120 | text-decoration: none;
121 | }
122 | #R-body #R-body-inner a {
123 | /* in print we want to distinguish links in our content from
124 | normal text even if printed black/white;
125 | don't use a.highlight in selector to also get links that are
126 | put as HTML into markdown */
127 | text-decoration-line: underline;
128 | }
129 | #R-topbar{
130 | /* the header is sticky which is not suitable for print; */
131 | position: initial;
132 | }
133 | #R-topbar > .topbar-wrapper {
134 | background-color: initial;
135 | }
136 | #R-body .topbar-sidebar-divider {
137 | border-width: 0;
138 | }
139 | .term-list {
140 | display: none;
141 | }
142 | mark.search {
143 | background: inherit;
144 | color: inherit;
145 | }
146 | .mermaid.zoom:hover {
147 | border-color: transparent;
148 | }
149 | div.box > .box-content {
150 | background-color: rgba( 255, 255, 255, 1 );
151 | }
152 |
153 | .btn,
154 | #R-body .tab-nav-button {
155 | color: rgba( 0, 0, 0, 1 );
156 | }
157 | #R-body .tab-nav-button.active {
158 | border-bottom-color: rgba( 255, 255, 255, 1 );
159 | color: rgba( 0, 0, 0, 1 );
160 | }
161 | #R-body .tab-nav-button.active > .tab-nav-text {
162 | background-color: rgba( 255, 255, 255, 1 );
163 | }
164 | #R-body .tab-content-text {
165 | background-color: rgba( 255, 255, 255, 1 ) ;
166 | color: rgba( 0, 0, 0, 1 );
167 | }
168 |
169 | article {
170 | break-before: page;
171 | }
172 | #R-body-inner > * > article:first-of-type {
173 | break-before: avoid;
174 | }
175 |
--------------------------------------------------------------------------------
/css/nucleus.css:
--------------------------------------------------------------------------------
1 | *, *::before, *::after {
2 | -webkit-box-sizing: border-box;
3 | -moz-box-sizing: border-box;
4 | box-sizing: border-box; }
5 |
6 | @-webkit-viewport {
7 | width: device-width; }
8 | @-moz-viewport {
9 | width: device-width; }
10 | @-o-viewport {
11 | width: device-width; }
12 | @viewport {
13 | width: device-width; }
14 | html {
15 | font-size: 16px;
16 | -webkit-text-size-adjust: 100%;
17 | text-size-adjust: 100%; }
18 |
19 | body {
20 | margin: 0; }
21 |
22 | article,
23 | aside,
24 | details,
25 | figcaption,
26 | figure,
27 | footer,
28 | header,
29 | hgroup,
30 | main,
31 | nav,
32 | section,
33 | summary {
34 | display: block; }
35 |
36 | audio,
37 | canvas,
38 | progress,
39 | video {
40 | display: inline-block;
41 | vertical-align: baseline; }
42 |
43 | audio:not([controls]) {
44 | display: none;
45 | height: 0; }
46 |
47 | [hidden],
48 | template {
49 | display: none; }
50 |
51 | a {
52 | background: transparent;
53 | text-decoration: none; }
54 |
55 | abbr[title] {
56 | border-bottom: 1px dotted; }
57 |
58 | b,
59 | strong {
60 | font-weight: bold; }
61 |
62 | dfn {
63 | font-style: italic; }
64 |
65 | sub,
66 | sup {
67 | font-size: 0.8rem;
68 | line-height: 0;
69 | position: relative;
70 | vertical-align: baseline; }
71 |
72 | sup {
73 | top: -0.5em; }
74 |
75 | sub {
76 | bottom: -0.25em; }
77 |
78 | iframe {
79 | border: 0; }
80 |
81 | img {
82 | border: 0;
83 | max-width: 100%; }
84 |
85 | svg:not(:root) {
86 | overflow: hidden; }
87 |
88 | figure {
89 | margin: 1rem 2.5rem; }
90 |
91 | hr {
92 | height: 0; }
93 |
94 | pre:not(.mermaid) {
95 | overflow: auto; }
96 |
97 | button,
98 | input,
99 | optgroup,
100 | select,
101 | textarea {
102 | color: inherit;
103 | font: inherit;
104 | margin: 0; }
105 |
106 | button {
107 | overflow: visible;
108 | padding: 0; }
109 |
110 | button,
111 | select {
112 | text-transform: none; }
113 |
114 | button,
115 | html input[type="button"],
116 | input[type="reset"],
117 | input[type="submit"] {
118 | -webkit-appearance: button;
119 | cursor: pointer; }
120 |
121 | button[disabled],
122 | html input[disabled] {
123 | cursor: default; }
124 |
125 | button::-moz-focus-inner,
126 | input::-moz-focus-inner {
127 | border: 0;
128 | padding: 0; }
129 |
130 | input {
131 | line-height: normal; }
132 |
133 | input[type="checkbox"],
134 | input[type="radio"] {
135 | padding: 0; }
136 |
137 | input[type="number"]::-webkit-inner-spin-button,
138 | input[type="number"]::-webkit-outer-spin-button {
139 | height: auto; }
140 |
141 | input[type="search"] {
142 | -webkit-appearance: textfield; }
143 |
144 | input[type="search"]::-webkit-search-cancel-button,
145 | input[type="search"]::-webkit-search-decoration {
146 | -webkit-appearance: none; }
147 |
148 | legend {
149 | border: 0;
150 | padding: 0; }
151 |
152 | textarea {
153 | overflow: auto; }
154 |
155 | optgroup {
156 | font-weight: bold; }
157 |
158 | table {
159 | border-collapse: collapse;
160 | border-spacing: 0;
161 | table-layout: fixed;
162 | width: 100%; }
163 |
164 | tr, td, th {
165 | vertical-align: middle; }
166 |
167 | th, td {
168 | padding: 0.425rem 0; }
169 |
170 | th {
171 | text-align: start; }
172 |
173 | p {
174 | margin: 1rem 0; }
175 |
176 | ul, ol {
177 | margin-top: 1rem;
178 | margin-bottom: 1rem; }
179 | ul ul, ul ol, ol ul, ol ol {
180 | margin-top: 0;
181 | margin-bottom: 0; }
182 |
183 | blockquote {
184 | margin: 1.5rem 0;
185 | padding-inline-start: 0.85rem; }
186 |
187 | cite {
188 | display: block;
189 | font-size: 0.925rem; }
190 | cite:before {
191 | content: "\2014 \0020"; }
192 |
193 | pre:not(.mermaid) {
194 | margin: 1.5rem 0;
195 | padding: 0.938rem; }
196 |
197 | code {
198 | vertical-align: bottom; }
199 |
200 | small {
201 | font-size: 0.925rem; }
202 |
203 | hr {
204 | border-left: none;
205 | border-right: none;
206 | border-top: none;
207 | margin: 1.5rem 0; }
208 |
209 | fieldset {
210 | border: 0;
211 | padding: 0.938rem;
212 | margin: 0 0 1rem 0; }
213 |
214 | input,
215 | label,
216 | select {
217 | display: block; }
218 |
219 | label {
220 | margin-bottom: 0.425rem; }
221 | label.required:after {
222 | content: "*"; }
223 | label abbr {
224 | display: none; }
225 |
226 | textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
227 | -webkit-transition: border-color;
228 | -moz-transition: border-color;
229 | transition: border-color;
230 | border-radius: 0.1875rem;
231 | margin-bottom: 0.85rem;
232 | padding: 0.425rem 0.425rem;
233 | width: 100%; }
234 | textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
235 | outline: none; }
236 |
237 | textarea {
238 | resize: vertical; }
239 |
240 | input[type="checkbox"], input[type="radio"] {
241 | display: inline;
242 | margin-inline-end: 0.425rem; }
243 |
244 | input[type="file"] {
245 | width: 100%; }
246 |
247 | select {
248 | width: auto;
249 | max-width: 100%;
250 | margin-bottom: 1rem; }
251 |
252 | button,
253 | input[type="submit"] {
254 | cursor: pointer;
255 | -webkit-user-select: none;
256 | user-select: none;
257 | white-space: nowrap;
258 | border: inherit; }
259 |
--------------------------------------------------------------------------------
/css/perfect-scrollbar.min.css:
--------------------------------------------------------------------------------
1 | :root{--ps-thumb-color:#aaa;--ps-thumb-hover-color:#999;--ps-rail-hover-color:#eee}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}@media (hover:hover){.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}@media (hover:hover){.ps .ps__rail-x:hover,.ps .ps__rail-y:hover{background-color:#eee;background-color:var(--ps-rail-hover-color);opacity:.9}}.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;background-color:var(--ps-rail-hover-color);opacity:.9}.ps__thumb-x{background-color:#aaa;background-color:var(--ps-thumb-color);border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;background-color:var(--ps-thumb-color);border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}@media (hover:hover){.ps__rail-x:hover>.ps__thumb-x{background-color:#999;background-color:var(--ps-thumb-hover-color);height:11px}}.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;background-color:var(--ps-thumb-hover-color);height:11px}@media (hover:hover){.ps__rail-y:hover>.ps__thumb-y{background-color:#999;background-color:var(--ps-thumb-hover-color);width:11px}}.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;background-color:var(--ps-thumb-hover-color);width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}
--------------------------------------------------------------------------------
/css/print.css:
--------------------------------------------------------------------------------
1 | @import "format-print.css";
2 |
--------------------------------------------------------------------------------
/css/swagger-light.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/css/swagger-light.css
--------------------------------------------------------------------------------
/css/tags.css:
--------------------------------------------------------------------------------
1 | /* Tags */
2 |
3 | .tags{
4 | margin-left: 1rem;
5 | margin-top: 1rem;
6 | }
7 |
8 | .tags.term-list ul > li ~ li:before {
9 | content: " "
10 | }
11 |
12 | #R-body .tags a.term-link {
13 | border-bottom-right-radius: 3px;
14 | border-top-right-radius: 3px;
15 | box-shadow: 0 1px 2px rgba( 0, 0, 0, .2 );
16 | display: inline-block;
17 | font-size: 0.8em;
18 | font-weight: 400;
19 | line-height: 2em;
20 | margin: 0 0 8px -1px;
21 | margin-inline-end: 16px;
22 | padding: 0 10px 0 12px;
23 | position: relative;
24 | }
25 |
26 | #R-body .tags a.term-link:before {
27 | border-color: transparent;
28 | border-style: solid;
29 | border-width: 1em 1em 1em 0;
30 | content: "";
31 | left: -1em;
32 | height: 0;
33 | position: absolute;
34 | top:0;
35 | width: 0;
36 | }
37 |
38 | #R-body .tags a.term-link:after {
39 | border-radius: 100%;
40 | content: "";
41 | left: 1px;
42 | height: 5px;
43 | position: absolute;
44 | top: 10px;
45 | width: 5px;
46 | }
47 |
48 | #R-body .tags a.term-link:hover:after {
49 | width: 5px;
50 | }
51 |
--------------------------------------------------------------------------------
/css/theme-blue.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --MAIN-TEXT-color: rgba( 50, 50, 50, 1 ); /* Color of text by default */
3 | --MAIN-TITLES-TEXT-color: rgba( 94, 94, 94, 1 ); /* Color of titles h2-h3-h4-h5-h6 */
4 | --MAIN-TITLES-H1-color: rgba( 34, 34, 34, 1 ); /* text color of h1 titles */
5 | --MAIN-LINK-color: rgba( 28, 144, 243, 1 ); /* Color of links */
6 | --MAIN-LINK-HOVER-color: rgba( 22, 122, 208, 1 ); /* Color of hovered links */
7 | --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* color of text by default */
8 |
9 | --CODE-theme: learn; /* name of the chroma stylesheet file */
10 | --CODE-BLOCK-color: rgba( 226, 228, 229, 1 ); /* fallback color for code text */
11 | --CODE-BLOCK-BG-color: rgba( 40, 42, 54, 1 ); /* fallback color for code background */
12 | --CODE-BLOCK-BORDER-color: rgba( 40, 42, 54, 1 ); /* color of block code border */
13 | --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* color for inline code text */
14 | --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* color for inline code background */
15 | --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* color of inline code border */
16 |
17 | --MENU-HOME-LINK-color: rgba( 45, 54, 63, 1 ); /* Color of the home button text */
18 | --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* Color of the hovered home button text */
19 |
20 | --MENU-HEADER-BG-color: rgba( 28, 144, 243, 1 ); /* Background color of menu header */
21 | --MENU-HEADER-BORDER-color: rgba( 51, 161, 255, 1 ); /*Color of menu header border */
22 |
23 | --MENU-SEARCH-color: rgba( 255, 255, 255, 1 ); /* Color of search field text */
24 | --MENU-SEARCH-BG-color: rgba( 22, 122, 208, 1 ); /* Search field background color (by default borders + icons) */
25 | --MENU-SEARCH-BORDER-color: rgba( 51, 161, 255, 1 ); /* Override search field border color */
26 |
27 | --MENU-SECTIONS-ACTIVE-BG-color: rgba( 32, 39, 43, 1 ); /* Background color of the active section and its children */
28 | --MENU-SECTIONS-BG-color: rgba( 37, 44, 49, 1 ); /* Background color of other sections */
29 | --MENU-SECTIONS-LINK-color: rgba( 204, 204, 204, 1 ); /* Color of links in menu */
30 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 230, 230, 230, 1 ); /* Color of links in menu, when hovered */
31 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 119, 119, 119, 1 ); /* Color of active category text */
32 | --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* Color of background for the active category (only) */
33 |
34 | --MENU-VISITED-color: rgba( 28, 144, 243, 1 ); /* Color of 'page visited' icons in menu */
35 | --MENU-SECTION-SEPARATOR-color: rgba( 32, 39, 43, 1 ); /* Color of
separator in menu */
36 |
37 | /* base styling for boxes */
38 | --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* color of the title text */
39 | --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
40 | --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
41 | }
42 |
--------------------------------------------------------------------------------
/css/theme-green.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --MAIN-TEXT-color: rgba( 50, 50, 50, 1 ); /* Color of text by default */
3 | --MAIN-TITLES-TEXT-color: rgba( 94, 94, 94, 1 ); /* Color of titles h2-h3-h4-h5-h6 */
4 | --MAIN-TITLES-H1-color: rgba( 34, 34, 34, 1 ); /* text color of h1 titles */
5 | --MAIN-LINK-color: rgba( 89, 154, 62, 1 ); /* Color of links */
6 | --MAIN-LINK-HOVER-color: rgba( 63, 109, 44, 1 ); /* Color of hovered links */
7 | --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* color of text by default */
8 |
9 | --CODE-theme: learn; /* name of the chroma stylesheet file */
10 | --CODE-BLOCK-color: rgba( 226, 228, 229, 1 ); /* fallback color for code text */
11 | --CODE-BLOCK-BG-color: rgba( 40, 42, 54, 1 ); /* fallback color for code background */
12 | --CODE-BLOCK-BORDER-color: rgba( 40, 42, 54, 1 ); /* color of block code border */
13 | --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* color for inline code text */
14 | --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* color for inline code background */
15 | --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* color of inline code border */
16 |
17 | --MENU-HOME-LINK-color: rgba( 46, 59, 46, 1 ); /* Color of the home button text */
18 | --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* Color of the hovered home button text */
19 |
20 | --MENU-HEADER-BG-color: rgba( 116, 181, 89, 1 ); /* Background color of menu header */
21 | --MENU-HEADER-BORDER-color: rgba( 156, 212, 132, 1 ); /*Color of menu header border */
22 |
23 | --MENU-SEARCH-color: rgba( 255, 255, 255, 1 ); /* Color of search field text */
24 | --MENU-SEARCH-BG-color: rgba( 89, 154, 62, 1 ); /* Search field background color (by default borders + icons) */
25 | --MENU-SEARCH-BORDER-color: rgba( 132, 199, 103, 1 ); /* Override search field border color */
26 |
27 | --MENU-SECTIONS-ACTIVE-BG-color: rgba( 27, 33, 28, 1 ); /* Background color of the active section and its children */
28 | --MENU-SECTIONS-BG-color: rgba( 34, 39, 35, 1 ); /* Background color of other sections */
29 | --MENU-SECTIONS-LINK-color: rgba( 204, 204, 204, 1 ); /* Color of links in menu */
30 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 230, 230, 230, 1 ); /* Color of links in menu, when hovered */
31 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 119, 119, 119, 1 ); /* Color of active category text */
32 | --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* Color of background for the active category (only) */
33 |
34 | --MENU-VISITED-color: rgba( 89, 154, 62, 1 ); /* Color of 'page visited' icons in menu */
35 | --MENU-SECTION-SEPARATOR-color: rgba( 24, 33, 28, 1 ); /* Color of
separator in menu */
36 |
37 | /* base styling for boxes */
38 | --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* color of the title text */
39 | --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
40 | --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
41 | }
42 |
--------------------------------------------------------------------------------
/css/theme-learn.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --MAIN-TEXT-color: rgba( 50, 50, 50, 1 ); /* Color of text by default */
3 | --MAIN-TITLES-TEXT-color: rgba( 94, 94, 94, 1 ); /* Color of titles h2-h3-h4-h5-h6 */
4 | --MAIN-TITLES-H1-color: rgba( 34, 34, 34, 1 ); /* text color of h1 titles */
5 | --MAIN-LINK-color: rgba( 0, 189, 243, 1 ); /* Color of links */
6 | --MAIN-LINK-HOVER-color: rgba( 0, 130, 167, 1 ); /* Color of hovered links */
7 | --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* color of text by default */
8 |
9 | --CODE-theme: learn; /* name of the chroma stylesheet file */
10 | --CODE-BLOCK-color: rgba( 226, 228, 229, 1 ); /* fallback color for code text */
11 | --CODE-BLOCK-BG-color: rgba( 40, 42, 54, 1 ); /* fallback color for code background */
12 | --CODE-BLOCK-BORDER-color: rgba( 40, 42, 54, 1 ); /* color of block code border */
13 | --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* color for inline code text */
14 | --CODE-INLINE-BG-color: rgba( 255, 247, 221, 1 ); /* color for inline code background */
15 | --CODE-INLINE-BORDER-color: rgba( 251, 240, 203, 1 ); /* color of inline code border */
16 |
17 | --MENU-HOME-LINK-color: rgba( 224, 224, 224, 1 ); /* Color of the home button text */
18 | --MENU-HOME-LINK-HOVER-color: rgba( 240, 240, 240, 1 ); /* Color of the hovered home button text */
19 |
20 | --MENU-HEADER-BG-color: rgba( 132, 81, 161, 1 ); /* Background color of menu header */
21 | --MENU-HEADER-BORDER-color: rgba( 156, 111, 182, 1 ); /*Color of menu header border */
22 |
23 | --MENU-SEARCH-color: rgba( 255, 255, 255, 1 ); /* Color of search field text */
24 | --MENU-SEARCH-BG-color: rgba( 118, 72, 144, 1 ); /* Search field background color (by default borders + icons) */
25 | --MENU-SEARCH-BORDER-color: rgba( 145, 94, 174, 1 ); /* Override search field border color */
26 |
27 | --MENU-SECTIONS-ACTIVE-BG-color: rgba( 37, 31, 41, 1 ); /* Background color of the active section and its children */
28 | --MENU-SECTIONS-BG-color: rgba( 50, 42, 56, 1 ); /* Background color of other sections */
29 | --MENU-SECTIONS-LINK-color: rgba( 204, 204, 204, 1 ); /* Color of links in menu */
30 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 230, 230, 230, 1 ); /* Color of links in menu, when hovered */
31 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 119, 119, 119, 1 ); /* Color of active category text */
32 | --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* Color of background for the active category (only) */
33 |
34 | --MENU-VISITED-color: rgba( 0, 189, 243, 1 ); /* Color of 'page visited' icons in menu */
35 | --MENU-SECTION-SEPARATOR-color: rgba( 42, 35, 47, 1 ); /* Color of
separator in menu */
36 |
37 | /* base styling for boxes */
38 | --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* color of the title text */
39 | --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
40 | --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
41 | }
42 |
43 | body a#R-logo,
44 | body a#R-logo:hover,
45 | body #R-logo svg,
46 | body #R-logo svg * {
47 | color: var(--INTERNAL-MENU-SEARCH-color);
48 | fill: var(--INTERNAL-MENU-SEARCH-color) !important;
49 | }
50 |
--------------------------------------------------------------------------------
/css/theme-red.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --MAIN-TEXT-color: rgba( 50, 50, 50, 1 ); /* Color of text by default */
3 | --MAIN-TITLES-TEXT-color: rgba( 94, 94, 94, 1 ); /* Color of titles h2-h3-h4-h5-h6 */
4 | --MAIN-TITLES-H1-color: rgba( 34, 34, 34, 1 ); /* text color of h1 titles */
5 | --MAIN-LINK-color: rgba( 243, 28, 28, 1 ); /* Color of links */
6 | --MAIN-LINK-HOVER-color: rgba( 208, 22, 22, 1 ); /* Color of hovered links */
7 | --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* color of text by default */
8 |
9 | --CODE-theme: learn; /* name of the chroma stylesheet file */
10 | --CODE-BLOCK-color: rgba( 226, 228, 229, 1 ); /* fallback color for code text */
11 | --CODE-BLOCK-BG-color: rgba( 40, 42, 54, 1 ); /* fallback color for code background */
12 | --CODE-BLOCK-BORDER-color: rgba( 40, 42, 54, 1 ); /* color of block code border */
13 | --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* color for inline code text */
14 | --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* color for inline code background */
15 | --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* color of inline code border */
16 |
17 | --MENU-HOME-LINK-color: rgba( 56, 43, 43, 1 ); /* Color of the home button text */
18 | --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* Color of the hovered home button text */
19 |
20 | --MENU-HEADER-BG-color: rgba( 220, 16, 16, 1 ); /* Background color of menu header */
21 | --MENU-HEADER-BORDER-color: rgba( 226, 49, 49, 1 ); /*Color of menu header border */
22 |
23 | --MENU-SEARCH-color: rgba( 255, 255, 255, 1 ); /* Color of search field text */
24 | --MENU-SEARCH-BG-color: rgba( 185, 0, 0, 1 ); /* Search field background color (by default borders + icons) */
25 | --MENU-SEARCH-BORDER-color: rgba( 239, 32, 32, 1 ); /* Override search field border color */
26 |
27 | --MENU-SECTIONS-ACTIVE-BG-color: rgba( 43, 32, 32, 1 ); /* Background color of the active section and its children */
28 | --MENU-SECTIONS-BG-color: rgba( 49, 37, 37, 1 ); /* Background color of other sections */
29 | --MENU-SECTIONS-LINK-color: rgba( 204, 204, 204, 1 ); /* Color of links in menu */
30 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 230, 230, 230, 1 ); /* Color of links in menu, when hovered */
31 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 119, 119, 119, 1 ); /* Color of active category text */
32 | --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* Color of background for the active category (only) */
33 |
34 | --MENU-VISITED-color: rgba( 243, 28, 28, 1 ); /* Color of 'page visited' icons in menu */
35 | --MENU-SECTION-SEPARATOR-color: rgba( 43, 32, 32, 1 ); /* Color of
separator in menu */
36 |
37 | /* base styling for boxes */
38 | --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* color of the title text */
39 | --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
40 | --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
41 | }
42 |
--------------------------------------------------------------------------------
/css/theme-relearn-bright.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --PRIMARY-color: rgba( 131, 201, 50, 1 ); /* brand primary color */
3 | --SECONDARY-color: rgba( 99, 128, 208, 1 ); /* brand secondary color */
4 | --ACCENT-color: rgb( 255, 102, 78, 1 ); /* brand accent color, used for search highlights */
5 |
6 | --MAIN-TEXT-color: rgba( 0, 0, 0, 1 ); /* text color of content and h1 titles */
7 | --MAIN-LINK-HOVER-color: rgba( 32, 40, 145, 1 ); /* hovered link color of content */
8 | --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* background color of content */
9 | --MAIN-TITLES-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of h2-h6 titles and transparent box titles */
10 |
11 | --CODE-theme: relearn-light; /* name of the chroma stylesheet file */
12 | --CODE-BLOCK-color: rgba( 39, 40, 34, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
13 | --CODE-BLOCK-BG-color: rgba( 250, 250, 250, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
14 | --CODE-BLOCK-BORDER-color: rgba( 216, 216, 216, 1 ); /* border color of block code */
15 | --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* text color of inline code */
16 | --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* background color of inline code */
17 | --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* border color of inline code */
18 |
19 | --BROWSER-theme: light; /* name of the theme for browser scrollbars of the main section */
20 | --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
21 | --OPENAPI-theme: light; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
22 | --OPENAPI-CODE-theme: idea; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
23 |
24 | --MENU-HEADER-BG-color: rgba( 0, 0, 0, 0 ); /* background color of menu header */
25 | --MENU-HEADER-SEPARATOR-color: rgba( 96, 96, 96, 1 ); /* separator color between menu header and menu */
26 |
27 | --MENU-HOME-LINK-color: rgba( 64, 64, 64, 1 ); /* home button color if configured */
28 | --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* hovered home button color if configured */
29 |
30 | --MENU-SEARCH-color: rgba( 64, 64, 64, 1 ); /* text and icon color of search box */
31 | --MENU-SEARCH-BG-color: rgba( 255, 255, 255, .2 ); /* background color of search box */
32 | --MENU-SEARCH-BORDER-color: transparent; /* border color of search box */
33 |
34 | --MENU-SECTIONS-BG-color: rgba( 131, 201, 50, 1 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
35 | --MENU-SECTIONS-ACTIVE-BG-color: transparent; /* background color of the active menu section */
36 | --MENU-SECTIONS-LINK-color: rgba( 50, 50, 50, 1 ); /* link color of menu topics */
37 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 255, 255, 255, 1 ); /* hovered link color of menu topics */
38 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 50, 50, 50, 1 ); /* text color of the displayed menu topic */
39 | --MENU-SECTION-SEPARATOR-color: rgba( 96, 96, 96, 1 ); /* separator color between menu sections and menu footer */
40 |
41 | --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */
42 | --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */
43 | --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */
44 | }
45 |
46 | body a#R-logo,
47 | body a#R-logo:hover,
48 | body #R-logo svg,
49 | body #R-logo svg * {
50 | color: var(--MENU-SEARCH-color);
51 | fill: var(--MENU-SEARCH-color) !important;
52 | }
53 |
--------------------------------------------------------------------------------
/css/theme-relearn-dark.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --PRIMARY-color: rgba( 125, 201, 3, 1 ); /* brand primary color */
3 | --SECONDARY-color: rgba( 108, 140, 227, 1 ); /* brand secondary color */
4 | --ACCENT-color: rgb( 255, 102, 78, 1 ); /* brand accent color, used for search highlights */
5 |
6 | --MAIN-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of content and h1 titles */
7 | --MAIN-LINK-HOVER-color: rgba( 147, 176, 255, 1 ); /* hovered link color of content */
8 | --MAIN-BG-color: rgba( 32, 32, 32, 1 ); /* background color of content */
9 | --MAIN-TITLES-TEXT-color: rgba( 255, 255, 255, 1 ); /* text color of h2-h6 titles and transparent box titles */
10 |
11 | --CODE-theme: relearn-dark; /* name of the chroma stylesheet file */
12 | --CODE-BLOCK-color: rgba( 248, 248, 242, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
13 | --CODE-BLOCK-BG-color: rgba( 43, 43, 43, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
14 | --CODE-BLOCK-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color of block code */
15 | --CODE-INLINE-color: rgba( 130, 229, 80, 1 ); /* text color of inline code */
16 | --CODE-INLINE-BG-color: rgba( 45, 45, 45, 1 ); /* background color of inline code */
17 | --CODE-INLINE-BORDER-color: rgba( 70, 70, 70, 1 ); /* border color of inline code */
18 |
19 | --BROWSER-theme: dark; /* name of the theme for browser scrollbars of the main section */
20 | --MERMAID-theme: dark; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
21 | --OPENAPI-theme: dark; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
22 | --OPENAPI-CODE-theme: obsidian; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
23 |
24 | --MENU-HOME-LINK-color: rgba( 64, 64, 64, 1 ); /* home button color if configured */
25 | --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* hovered home button color if configured */
26 |
27 | --MENU-SEARCH-color: rgba( 224, 224, 224, 1 ); /* text and icon color of search box */
28 | --MENU-SEARCH-BG-color: rgba( 50, 50, 50, 1 ); /* background color of search box */
29 | --MENU-SEARCH-BORDER-color: rgba( 224, 224, 224, 1 ); /* border color of search box */
30 |
31 | --MENU-SECTIONS-BG-color: rgba( 43, 43, 43, 1 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
32 | --MENU-SECTIONS-LINK-color: rgba( 186, 186, 186, 1 ); /* link color of menu topics */
33 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 255, 255, 255, 1 ); /* hovered link color of menu topics */
34 | --MENU-SECTIONS-ACTIVE-BG-color: rgba( 50, 50, 50, 1 ); /* background color of the active menu section */
35 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 130, 229, 80, 1 ); /* text color of the displayed menu topic */
36 | --MENU-SECTION-SEPARATOR-color: rgba( 96, 96, 96, 1 ); /* separator color between menu sections and menu footer */
37 |
38 | --MENU-VISITED-color: rgba( 72, 106, 201, 1 ); /* icon color of visited menu topics if configured */
39 |
40 | --BOX-CAPTION-color: rgba( 240, 240, 240, 1 ); /* text color of colored box titles */
41 | --BOX-BG-color: rgba( 20, 20, 20, 1 ); /* background color of colored boxes */
42 | --BOX-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of colored box content */
43 | }
44 |
--------------------------------------------------------------------------------
/css/theme-relearn-light.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --PRIMARY-color: rgba( 125, 201, 3, 1 ); /* brand primary color */
3 | --SECONDARY-color: rgba( 72, 106, 201, 1 ); /* brand secondary color */
4 | --ACCENT-color: rgb( 255, 102, 78 ); /* brand accent color, used for search highlights */
5 |
6 | --MAIN-TEXT-color: rgba( 0, 0, 0, 1 ); /* text color of content and h1 titles */
7 | --MAIN-LINK-HOVER-color: rgba( 32, 40, 145, 1 ); /* hovered link color of content */
8 | --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* background color of content */
9 | --MAIN-TITLES-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of h2-h6 titles and transparent box titles */
10 |
11 | --CODE-theme: relearn-light; /* name of the chroma stylesheet file */
12 | --CODE-BLOCK-color: rgba( 39, 40, 34, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
13 | --CODE-BLOCK-BG-color: rgba( 250, 250, 250, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
14 | --CODE-BLOCK-BORDER-color: rgba( 216, 216, 216, 1 ); /* border color of block code */
15 | --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* text color of inline code */
16 | --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* background color of inline code */
17 | --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* border color of inline code */
18 |
19 | --BROWSER-theme: light; /* name of the theme for browser scrollbars of the main section */
20 | --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
21 | --OPENAPI-theme: light; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
22 | --OPENAPI-CODE-theme: idea; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
23 |
24 | --MENU-HOME-LINK-color: rgba( 64, 64, 64, 1 ); /* home button color if configured */
25 | --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* hovered home button color if configured */
26 |
27 | --MENU-SEARCH-color: rgba( 224, 224, 224, 1 ); /* text and icon color of search box */
28 | --MENU-SEARCH-BG-color: rgba( 50, 50, 50, 1 ); /* background color of search box */
29 | --MENU-SEARCH-BORDER-color: rgba( 224, 224, 224, 1 ); /* border color of search box */
30 |
31 | --MENU-SECTIONS-BG-color: rgba( 40, 40, 40, 1 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
32 | --MENU-SECTIONS-ACTIVE-BG-color: rgba( 0, 0, 0, .166 ); /* background color of the active menu section */
33 | --MENU-SECTIONS-LINK-color: rgba( 186, 186, 186, 1 ); /* link color of menu topics */
34 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 255, 255, 255, 1 ); /* hovered link color of menu topics */
35 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 68, 68, 68, 1 ); /* text color of the displayed menu topic */
36 | --MENU-SECTION-SEPARATOR-color: rgba( 96, 96, 96, 1 ); /* separator color between menu sections and menu footer */
37 |
38 | --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */
39 | --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */
40 | --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */
41 | }
42 |
--------------------------------------------------------------------------------
/css/theme-zen-dark.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --PRIMARY-color: rgba( 47, 129, 235, 1 ); /* brand primary color */
3 | --SECONDARY-color: rgba( 47, 129, 235, 1 ); /* brand secondary color */
4 |
5 | --MAIN-TOPBAR-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color between topbar and content */
6 | --MAIN-LINK-HOVER-color: rgb(112, 174, 245); /* hovered link color of content */
7 | --MAIN-BG-color: rgba( 32, 32, 32, 1 ); /* background color of content */
8 | --MAIN-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of content and h1 titles */
9 | --MAIN-TITLES-TEXT-color: rgba( 255, 255, 255, 1 ); /* text color of h2-h6 titles and transparent box titles */
10 |
11 | --CODE-theme: relearn-dark; /* name of the chroma stylesheet file */
12 | --CODE-BLOCK-color: rgba( 248, 248, 242, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
13 | --CODE-BLOCK-BG-color: rgba( 43, 43, 43, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
14 | --CODE-BLOCK-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color of block code */
15 | --CODE-INLINE-color: rgba( 130, 229, 80, 1 ); /* text color of inline code */
16 | --CODE-INLINE-BG-color: rgba( 45, 45, 45, 1 ); /* background color of inline code */
17 | --CODE-INLINE-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color of inline code */
18 |
19 | --BROWSER-theme: dark; /* name of the theme for browser scrollbars of the main section */
20 | --MERMAID-theme: dark; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
21 | --OPENAPI-theme: dark; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
22 | --OPENAPI-CODE-theme: obsidian; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
23 |
24 | --MENU-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color between menu and content */
25 | --MENU-TOPBAR-BORDER-color: rgba( 39, 39, 39, 1 ); /* separator color of vertical line between menu and topbar */
26 | --MENU-TOPBAR-SEPARATOR-color: rgba( 71, 71, 71, 1 ); /* separator color of vertical line between menu and topbar */
27 | --MENU-HEADER-BG-color: transparent; /* background color of menu header */
28 | --MENU-HEADER-BORDER-color: transparent; /* border color between menu header and menu */
29 | --MENU-HEADER-SEPARATOR-color: rgba( 71, 71, 71, .66 ); /* separator color between menu header and menu */
30 |
31 | --MENU-HOME-LINK-color: rgba( 224, 224, 224, 1 ); /* home button color if configured */
32 | --MENU-HOME-LINK-HOVER-color: rgba( 47, 129, 235, 1 ); /* hovered home button color if configured */
33 |
34 | --MENU-SEARCH-color: rgba( 47, 129, 235, 1 ); /* text and icon color of search box */
35 | --MENU-SEARCH-BG-color: rgba( 32, 32, 32, 1 ); /* background color of search box */
36 | --MENU-SEARCH-BORDER-color: rgba( 71, 71, 71, .66 ); /* border color of search box */
37 |
38 | --MENU-SECTIONS-BG-color: rgba( 39, 39, 39, 1 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
39 | --MENU-SECTIONS-ACTIVE-BG-color: transparent; /* background color of the active menu section */
40 | --MENU-SECTIONS-LINK-color: rgba( 224, 224, 224, .75 ); /* link color of menu topics */
41 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 47, 129, 235, 1 ); /* hoverd link color of menu topics */
42 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 47, 129, 235, 1 ); /* text color of the displayed menu topic */
43 | --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 32, 32, 32, 1 ); /* background color of the displayed menu topic */
44 | --MENU-SECTION-SEPARATOR-color: rgba( 71, 71, 71, .66 ); /* separator color between menu sections and menu footer */
45 |
46 | --BOX-CAPTION-color: rgba( 240, 240, 240, 1 ); /* text color of colored box titles */
47 | --BOX-BG-color: rgba( 20, 20, 20, 1 ); /* background color of colored boxes */
48 | --BOX-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of colored box content */
49 |
50 | --BOX-GREY-color: rgba( 71, 71, 71, 1 ); /* background color of grey boxes */
51 | }
52 |
53 | body a#R-logo,
54 | body a#R-logo:hover,
55 | body #R-logo svg,
56 | body #R-logo svg * {
57 | color: var(--MENU-HOME-LINK-color);
58 | fill: var(--MENU-HOME-LINK-color) !important;
59 | }
60 |
--------------------------------------------------------------------------------
/css/theme-zen-light.css:
--------------------------------------------------------------------------------
1 | :root {
2 | --PRIMARY-color: rgba( 26, 115, 232, 1 ); /* brand primary color */
3 | --SECONDARY-color: rgba( 26, 115, 232, 1 ); /* brand secondary color */
4 |
5 | --MAIN-TOPBAR-BORDER-color: rgba( 210, 210, 210, 1 ); /* border color between topbar and content */
6 | --MAIN-LINK-HOVER-color: rgba( 32, 40, 145, 1 ); /* hoverd link color of content */
7 | --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* background color of content */
8 | --MAIN-TEXT-color: rgba( 0, 0, 0, 1 ); /* text color of content and h1 titles */
9 | --MAIN-TITLES-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of h2-h6 titles and transparent box titles */
10 |
11 | --CODE-theme: relearn-light; /* name of the chroma stylesheet file */
12 | --CODE-BLOCK-color: rgba( 39, 40, 34, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
13 | --CODE-BLOCK-BG-color: rgba( 250, 250, 250, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
14 | --CODE-BLOCK-BORDER-color: rgba( 210, 210, 210, 1 ); /* border color of block code */
15 | --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* text color of inline code */
16 | --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* background color of inline code */
17 | --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* border color of inline code */
18 |
19 | --BROWSER-theme: light; /* name of the theme for browser scrollbars of the main section */
20 | --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
21 | --OPENAPI-theme: light; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
22 | --OPENAPI-CODE-theme: idea; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
23 |
24 | --MENU-BORDER-color: rgba( 210, 210, 210, 1 ); /* border color between menu and content */
25 | --MENU-TOPBAR-BORDER-color: rgba( 247, 247, 247, 1 ); /* border color of vertical line between menu and topbar */
26 | --MENU-TOPBAR-SEPARATOR-color: rgba( 210, 210, 210, 1 ); /* separator color of vertical line between menu and topbar */
27 | --MENU-HEADER-BG-color: transparent; /* background color of menu header */
28 | --MENU-HEADER-BORDER-color: transparent; /* border color between menu header and menu */
29 | --MENU-HEADER-SEPARATOR-color: rgba( 210, 210, 210, .66 ); /* separator color between menu header and menu */
30 |
31 | --MENU-HOME-LINK-color: rgba( 64, 64, 64, 1 ); /* home button color if configured */
32 | --MENU-HOME-LINK-HOVER-color: rgba( 26, 115, 232, 1 ); /* hoverd home button color if configured */
33 |
34 | --MENU-SEARCH-color: rgba( 26, 115, 232, 1 ); /* text and icon color of search box */
35 | --MENU-SEARCH-BG-color: rgba( 255, 255, 255, 1 ); /* background color of search box */
36 | --MENU-SEARCH-BORDER-color: rgba( 210, 210, 210, .66 ); /* border color of search box */
37 |
38 | --MENU-SECTIONS-BG-color: rgba( 134, 134, 134, .066 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
39 | --MENU-SECTIONS-ACTIVE-BG-color: transparent; /* background color of the active menu section */
40 | --MENU-SECTIONS-LINK-color: rgba( 16, 16, 16, 1 ); /* link color of menu topics */
41 | --MENU-SECTIONS-LINK-HOVER-color: rgba( 26, 115, 232, 1 ); /* hoverd link color of menu topics */
42 | --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 26, 115, 232, 1 ); /* text color of the displayed menu topic */
43 | --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* background color of the displayed menu topic */
44 | --MENU-SECTION-SEPARATOR-color: rgba( 210, 210, 210, .66 ); /* separator color between menu sections and menu footer */
45 |
46 | --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */
47 | --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */
48 | --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */
49 |
50 | --BOX-GREY-color: rgba( 210, 210, 210, 1 ); /* background color of grey boxes */
51 | }
52 |
53 | body a#R-logo,
54 | body a#R-logo:hover,
55 | body #R-logo svg,
56 | body #R-logo svg * {
57 | color: var(--MENU-HOME-LINK-color);
58 | fill: var(--MENU-HOME-LINK-color) !important;
59 | }
60 |
--------------------------------------------------------------------------------
/en/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | /index.html
9 |
10 | %!(EXTRA string=/index.html)
11 |
12 |
13 |
--------------------------------------------------------------------------------
/fonts/WorkSans-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Bold.woff
--------------------------------------------------------------------------------
/fonts/WorkSans-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Bold.woff2
--------------------------------------------------------------------------------
/fonts/WorkSans-ExtraLight.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-ExtraLight.woff
--------------------------------------------------------------------------------
/fonts/WorkSans-ExtraLight.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-ExtraLight.woff2
--------------------------------------------------------------------------------
/fonts/WorkSans-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Light.woff
--------------------------------------------------------------------------------
/fonts/WorkSans-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Light.woff2
--------------------------------------------------------------------------------
/fonts/WorkSans-Medium.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Medium.woff
--------------------------------------------------------------------------------
/fonts/WorkSans-Medium.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Medium.woff2
--------------------------------------------------------------------------------
/fonts/WorkSans-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Regular.woff
--------------------------------------------------------------------------------
/fonts/WorkSans-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/fonts/WorkSans-Regular.woff2
--------------------------------------------------------------------------------
/js/d3/d3-dispatch.min.js:
--------------------------------------------------------------------------------
1 | // https://d3js.org/d3-dispatch/ v3.0.1 Copyright 2010-2021 Mike Bostock
2 | !function(n,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((n="undefined"!=typeof globalThis?globalThis:n||self).d3=n.d3||{})}(this,(function(n){"use strict";var e={value:()=>{}};function t(){for(var n,e=0,t=arguments.length,o={};e=0&&(t=n.slice(r+1),n=n.slice(0,r)),n&&!e.hasOwnProperty(n))throw new Error("unknown type: "+n);return{type:n,name:t}}))}function i(n,e){for(var t,r=0,o=n.length;r0)for(var t,r,o=new Array(t),i=0;i()=>e;function s(e,{sourceEvent:t,subject:n,target:o,identifier:r,active:i,x:a,y:u,dx:c,dy:l,dispatch:s}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},subject:{value:n,enumerable:!0,configurable:!0},target:{value:o,enumerable:!0,configurable:!0},identifier:{value:r,enumerable:!0,configurable:!0},active:{value:i,enumerable:!0,configurable:!0},x:{value:a,enumerable:!0,configurable:!0},y:{value:u,enumerable:!0,configurable:!0},dx:{value:c,enumerable:!0,configurable:!0},dy:{value:l,enumerable:!0,configurable:!0},_:{value:s}})}function d(e){return!e.ctrlKey&&!e.button}function f(){return this.parentNode}function g(e,t){return null==t?{x:e.x,y:e.y}:t}function h(){return navigator.maxTouchPoints||"ontouchstart"in this}s.prototype.on=function(){var e=this._.on.apply(this._,arguments);return e===this._?this:e},e.drag=function(){var e,v,p,b,m=d,y=f,x=g,_=h,w={},T=t.dispatch("start","drag","end"),j=0,E=0;function k(e){e.on("mousedown.drag",M).filter(_).on("touchstart.drag",z).on("touchmove.drag",D,o).on("touchend.drag touchcancel.drag",S).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function M(t,o){if(!b&&m.call(this,t,o)){var a=U(this,y.call(this,t,o),t,o,"mouse");a&&(n.select(t.view).on("mousemove.drag",P,r).on("mouseup.drag",q,r),u(t.view),i(t),p=!1,e=t.clientX,v=t.clientY,a("start",t))}}function P(t){if(a(t),!p){var n=t.clientX-e,o=t.clientY-v;p=n*n+o*o>E}w.mouse("drag",t)}function q(e){n.select(e.view).on("mousemove.drag mouseup.drag",null),c(e.view,p),a(e),w.mouse("end",e)}function z(e,t){if(m.call(this,e,t)){var n,o,r=e.changedTouches,a=y.call(this,e,t),u=r.length;for(n=0;n+n,n.easePoly=a,n.easePolyIn=u,n.easePolyInOut=a,n.easePolyOut=r,n.easeQuad=e,n.easeQuadIn=function(n){return n*n},n.easeQuadInOut=e,n.easeQuadOut=function(n){return n*(2-n)},n.easeSin=c,n.easeSinIn=function(n){return 1==+n?1:1-Math.cos(n*i)},n.easeSinInOut=c,n.easeSinOut=function(n){return Math.sin(n*i)},Object.defineProperty(n,"__esModule",{value:!0})}));
3 |
--------------------------------------------------------------------------------
/js/d3/d3-timer.min.js:
--------------------------------------------------------------------------------
1 | // https://d3js.org/d3-timer/ v3.0.1 Copyright 2010-2021 Mike Bostock
2 | !function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).d3=t.d3||{})}(this,(function(t){"use strict";var n,e,o=0,i=0,r=0,l=0,u=0,a=0,s="object"==typeof performance&&performance.now?performance:Date,c="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function f(){return u||(c(_),u=s.now()+a)}function _(){u=0}function m(){this._call=this._time=this._next=null}function p(t,n,e){var o=new m;return o.restart(t,n,e),o}function w(){f(),++o;for(var t,e=n;e;)(t=u-e._time)>=0&&e._call.call(void 0,t),e=e._next;--o}function d(){u=(l=s.now())+a,o=i=0;try{w()}finally{o=0,function(){var t,o,i=n,r=1/0;for(;i;)i._call?(r>i._time&&(r=i._time),t=i,i=i._next):(o=i._next,i._next=null,i=t?t._next=o:n=o);e=t,y(r)}(),u=0}}function h(){var t=s.now(),n=t-l;n>1e3&&(a-=n,l=t)}function y(t){o||(i&&(i=clearTimeout(i)),t-u>24?(t<1/0&&(i=setTimeout(d,t-s.now()-a)),r&&(r=clearInterval(r))):(r||(l=s.now(),r=setInterval(h,1e3)),o=1,c(d)))}m.prototype=p.prototype={constructor:m,restart:function(t,o,i){if("function"!=typeof t)throw new TypeError("callback is not a function");i=(null==i?f():+i)+(null==o?0:+o),this._next||e===this||(e?e._next=this:n=this,e=this),this._call=t,this._time=i,y()},stop:function(){this._call&&(this._call=null,this._time=1/0,y())}},t.interval=function(t,n,e){var o=new m,i=n;return null==n?(o.restart(t,n,e),o):(o._restart=o.restart,o.restart=function(t,n,e){n=+n,e=null==e?f():+e,o._restart((function r(l){l+=i,o._restart(r,i+=n,e),t(l)}),n,e)},o.restart(t,n,e),o)},t.now=f,t.timeout=function(t,n,e){var o=new m;return n=null==n?0:+n,o.restart((e=>{o.stop(),t(e+n)}),n,e),o},t.timer=p,t.timerFlush=w,Object.defineProperty(t,"__esModule",{value:!0})}));
3 |
--------------------------------------------------------------------------------
/js/lunr/lunr.da.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * Lunr languages, `Danish` language
3 | * https://github.com/MihaiValentin/lunr-languages
4 | *
5 | * Copyright 2014, Mihai Valentin
6 | * http://www.mozilla.org/MPL/
7 | */
8 | /*!
9 | * based on
10 | * Snowball JavaScript Library v0.3
11 | * http://code.google.com/p/urim/
12 | * http://snowball.tartarus.org/
13 | *
14 | * Copyright 2010, Oleg Mazko
15 | * http://www.mozilla.org/MPL/
16 | */
17 |
18 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.da=function(){this.pipeline.reset(),this.pipeline.add(e.da.trimmer,e.da.stopWordFilter,e.da.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.da.stemmer))},e.da.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.da.trimmer=e.trimmerSupport.generateTrimmer(e.da.wordCharacters),e.Pipeline.registerFunction(e.da.trimmer,"trimmer-da"),e.da.stemmer=function(){var r=e.stemmerSupport.Among,i=e.stemmerSupport.SnowballProgram,n=new function(){function e(){var e,r=f.cursor+3;if(d=f.limit,0<=r&&r<=f.limit){for(a=r;;){if(e=f.cursor,f.in_grouping(w,97,248)){f.cursor=e;break}if(f.cursor=e,e>=f.limit)return;f.cursor++}for(;!f.out_grouping(w,97,248);){if(f.cursor>=f.limit)return;f.cursor++}d=f.cursor,d=d&&(r=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,e=f.find_among_b(c,32),f.limit_backward=r,e))switch(f.bra=f.cursor,e){case 1:f.slice_del();break;case 2:f.in_grouping_b(p,97,229)&&f.slice_del()}}function t(){var e,r=f.limit-f.cursor;f.cursor>=d&&(e=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,f.find_among_b(l,4)?(f.bra=f.cursor,f.limit_backward=e,f.cursor=f.limit-r,f.cursor>f.limit_backward&&(f.cursor--,f.bra=f.cursor,f.slice_del())):f.limit_backward=e)}function s(){var e,r,i,n=f.limit-f.cursor;if(f.ket=f.cursor,f.eq_s_b(2,"st")&&(f.bra=f.cursor,f.eq_s_b(2,"ig")&&f.slice_del()),f.cursor=f.limit-n,f.cursor>=d&&(r=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,e=f.find_among_b(m,5),f.limit_backward=r,e))switch(f.bra=f.cursor,e){case 1:f.slice_del(),i=f.limit-f.cursor,t(),f.cursor=f.limit-i;break;case 2:f.slice_from("løs")}}function o(){var e;f.cursor>=d&&(e=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,f.out_grouping_b(w,97,248)?(f.bra=f.cursor,u=f.slice_to(u),f.limit_backward=e,f.eq_v_b(u)&&f.slice_del()):f.limit_backward=e)}var a,d,u,c=[new r("hed",-1,1),new r("ethed",0,1),new r("ered",-1,1),new r("e",-1,1),new r("erede",3,1),new r("ende",3,1),new r("erende",5,1),new r("ene",3,1),new r("erne",3,1),new r("ere",3,1),new r("en",-1,1),new r("heden",10,1),new r("eren",10,1),new r("er",-1,1),new r("heder",13,1),new r("erer",13,1),new r("s",-1,2),new r("heds",16,1),new r("es",16,1),new r("endes",18,1),new r("erendes",19,1),new r("enes",18,1),new r("ernes",18,1),new r("eres",18,1),new r("ens",16,1),new r("hedens",24,1),new r("erens",24,1),new r("ers",16,1),new r("ets",16,1),new r("erets",28,1),new r("et",-1,1),new r("eret",30,1)],l=[new r("gd",-1,-1),new r("dt",-1,-1),new r("gt",-1,-1),new r("kt",-1,-1)],m=[new r("ig",-1,1),new r("lig",0,1),new r("elig",1,1),new r("els",-1,1),new r("løst",-1,2)],w=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],p=[239,254,42,3,0,0,0,0,0,0,0,0,0,0,0,0,16],f=new i;this.setCurrent=function(e){f.setCurrent(e)},this.getCurrent=function(){return f.getCurrent()},this.stem=function(){var r=f.cursor;return e(),f.limit_backward=r,f.cursor=f.limit,n(),f.cursor=f.limit,t(),f.cursor=f.limit,s(),f.cursor=f.limit,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.da.stemmer,"stemmer-da"),e.da.stopWordFilter=e.generateStopWordFilter("ad af alle alt anden at blev blive bliver da de dem den denne der deres det dette dig din disse dog du efter eller en end er et for fra ham han hans har havde have hende hendes her hos hun hvad hvis hvor i ikke ind jeg jer jo kunne man mange med meget men mig min mine mit mod ned noget nogle nu når og også om op os over på selv sig sin sine sit skal skulle som sådan thi til ud under var vi vil ville vor være været".split(" ")),e.Pipeline.registerFunction(e.da.stopWordFilter,"stopWordFilter-da")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.de.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * Lunr languages, `German` language
3 | * https://github.com/MihaiValentin/lunr-languages
4 | *
5 | * Copyright 2014, Mihai Valentin
6 | * http://www.mozilla.org/MPL/
7 | */
8 | /*!
9 | * based on
10 | * Snowball JavaScript Library v0.3
11 | * http://code.google.com/p/urim/
12 | * http://snowball.tartarus.org/
13 | *
14 | * Copyright 2010, Oleg Mazko
15 | * http://www.mozilla.org/MPL/
16 | */
17 |
18 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.de=function(){this.pipeline.reset(),this.pipeline.add(e.de.trimmer,e.de.stopWordFilter,e.de.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.de.stemmer))},e.de.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.de.trimmer=e.trimmerSupport.generateTrimmer(e.de.wordCharacters),e.Pipeline.registerFunction(e.de.trimmer,"trimmer-de"),e.de.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,i=new function(){function e(e,r,n){return!(!v.eq_s(1,e)||(v.ket=v.cursor,!v.in_grouping(p,97,252)))&&(v.slice_from(r),v.cursor=n,!0)}function i(){for(var r,n,i,s,t=v.cursor;;)if(r=v.cursor,v.bra=r,v.eq_s(1,"ß"))v.ket=v.cursor,v.slice_from("ss");else{if(r>=v.limit)break;v.cursor=r+1}for(v.cursor=t;;)for(n=v.cursor;;){if(i=v.cursor,v.in_grouping(p,97,252)){if(s=v.cursor,v.bra=s,e("u","U",i))break;if(v.cursor=s,e("y","Y",i))break}if(i>=v.limit)return void(v.cursor=n);v.cursor=i+1}}function s(){for(;!v.in_grouping(p,97,252);){if(v.cursor>=v.limit)return!0;v.cursor++}for(;!v.out_grouping(p,97,252);){if(v.cursor>=v.limit)return!0;v.cursor++}return!1}function t(){m=v.limit,l=m;var e=v.cursor+3;0<=e&&e<=v.limit&&(d=e,s()||(m=v.cursor,m=v.limit)return;v.cursor++}}}function c(){return m<=v.cursor}function u(){return l<=v.cursor}function a(){var e,r,n,i,s=v.limit-v.cursor;if(v.ket=v.cursor,(e=v.find_among_b(w,7))&&(v.bra=v.cursor,c()))switch(e){case 1:v.slice_del();break;case 2:v.slice_del(),v.ket=v.cursor,v.eq_s_b(1,"s")&&(v.bra=v.cursor,v.eq_s_b(3,"nis")&&v.slice_del());break;case 3:v.in_grouping_b(g,98,116)&&v.slice_del()}if(v.cursor=v.limit-s,v.ket=v.cursor,(e=v.find_among_b(f,4))&&(v.bra=v.cursor,c()))switch(e){case 1:v.slice_del();break;case 2:if(v.in_grouping_b(k,98,116)){var t=v.cursor-3;v.limit_backward<=t&&t<=v.limit&&(v.cursor=t,v.slice_del())}}if(v.cursor=v.limit-s,v.ket=v.cursor,(e=v.find_among_b(_,8))&&(v.bra=v.cursor,u()))switch(e){case 1:v.slice_del(),v.ket=v.cursor,v.eq_s_b(2,"ig")&&(v.bra=v.cursor,r=v.limit-v.cursor,v.eq_s_b(1,"e")||(v.cursor=v.limit-r,u()&&v.slice_del()));break;case 2:n=v.limit-v.cursor,v.eq_s_b(1,"e")||(v.cursor=v.limit-n,v.slice_del());break;case 3:if(v.slice_del(),v.ket=v.cursor,i=v.limit-v.cursor,!v.eq_s_b(2,"er")&&(v.cursor=v.limit-i,!v.eq_s_b(2,"en")))break;v.bra=v.cursor,c()&&v.slice_del();break;case 4:v.slice_del(),v.ket=v.cursor,e=v.find_among_b(b,2),e&&(v.bra=v.cursor,u()&&1==e&&v.slice_del())}}var d,l,m,h=[new r("",-1,6),new r("U",0,2),new r("Y",0,1),new r("ä",0,3),new r("ö",0,4),new r("ü",0,5)],w=[new r("e",-1,2),new r("em",-1,1),new r("en",-1,2),new r("ern",-1,1),new r("er",-1,1),new r("s",-1,3),new r("es",5,2)],f=[new r("en",-1,1),new r("er",-1,1),new r("st",-1,2),new r("est",2,1)],b=[new r("ig",-1,1),new r("lich",-1,1)],_=[new r("end",-1,1),new r("ig",-1,2),new r("ung",-1,1),new r("lich",-1,3),new r("isch",-1,2),new r("ik",-1,2),new r("heit",-1,3),new r("keit",-1,4)],p=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32,8],g=[117,30,5],k=[117,30,4],v=new n;this.setCurrent=function(e){v.setCurrent(e)},this.getCurrent=function(){return v.getCurrent()},this.stem=function(){var e=v.cursor;return i(),v.cursor=e,t(),v.limit_backward=e,v.cursor=v.limit,a(),v.cursor=v.limit_backward,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.de.stemmer,"stemmer-de"),e.de.stopWordFilter=e.generateStopWordFilter("aber alle allem allen aller alles als also am an ander andere anderem anderen anderer anderes anderm andern anderr anders auch auf aus bei bin bis bist da damit dann das dasselbe dazu daß dein deine deinem deinen deiner deines dem demselben den denn denselben der derer derselbe derselben des desselben dessen dich die dies diese dieselbe dieselben diesem diesen dieser dieses dir doch dort du durch ein eine einem einen einer eines einig einige einigem einigen einiger einiges einmal er es etwas euch euer eure eurem euren eurer eures für gegen gewesen hab habe haben hat hatte hatten hier hin hinter ich ihm ihn ihnen ihr ihre ihrem ihren ihrer ihres im in indem ins ist jede jedem jeden jeder jedes jene jenem jenen jener jenes jetzt kann kein keine keinem keinen keiner keines können könnte machen man manche manchem manchen mancher manches mein meine meinem meinen meiner meines mich mir mit muss musste nach nicht nichts noch nun nur ob oder ohne sehr sein seine seinem seinen seiner seines selbst sich sie sind so solche solchem solchen solcher solches soll sollte sondern sonst um und uns unse unsem unsen unser unses unter viel vom von vor war waren warst was weg weil weiter welche welchem welchen welcher welches wenn werde werden wie wieder will wir wird wirst wo wollen wollte während würde würden zu zum zur zwar zwischen über".split(" ")),e.Pipeline.registerFunction(e.de.stopWordFilter,"stopWordFilter-de")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.du.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * Lunr languages, `Dutch` language
3 | * https://github.com/MihaiValentin/lunr-languages
4 | *
5 | * Copyright 2014, Mihai Valentin
6 | * http://www.mozilla.org/MPL/
7 | */
8 | /*!
9 | * based on
10 | * Snowball JavaScript Library v0.3
11 | * http://code.google.com/p/urim/
12 | * http://snowball.tartarus.org/
13 | *
14 | * Copyright 2010, Oleg Mazko
15 | * http://www.mozilla.org/MPL/
16 | */
17 |
18 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");console.warn('[Lunr Languages] Please use the "nl" instead of the "du". The "nl" code is the standard code for Dutch language, and "du" will be removed in the next major versions.'),e.du=function(){this.pipeline.reset(),this.pipeline.add(e.du.trimmer,e.du.stopWordFilter,e.du.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.du.stemmer))},e.du.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.du.trimmer=e.trimmerSupport.generateTrimmer(e.du.wordCharacters),e.Pipeline.registerFunction(e.du.trimmer,"trimmer-du"),e.du.stemmer=function(){var r=e.stemmerSupport.Among,i=e.stemmerSupport.SnowballProgram,n=new function(){function e(){for(var e,r,i,o=C.cursor;;){if(C.bra=C.cursor,e=C.find_among(b,11))switch(C.ket=C.cursor,e){case 1:C.slice_from("a");continue;case 2:C.slice_from("e");continue;case 3:C.slice_from("i");continue;case 4:C.slice_from("o");continue;case 5:C.slice_from("u");continue;case 6:if(C.cursor>=C.limit)break;C.cursor++;continue}break}for(C.cursor=o,C.bra=o,C.eq_s(1,"y")?(C.ket=C.cursor,C.slice_from("Y")):C.cursor=o;;)if(r=C.cursor,C.in_grouping(q,97,232)){if(i=C.cursor,C.bra=i,C.eq_s(1,"i"))C.ket=C.cursor,C.in_grouping(q,97,232)&&(C.slice_from("I"),C.cursor=r);else if(C.cursor=i,C.eq_s(1,"y"))C.ket=C.cursor,C.slice_from("Y"),C.cursor=r;else if(n(r))break}else if(n(r))break}function n(e){return C.cursor=e,e>=C.limit||(C.cursor++,!1)}function o(){_=C.limit,f=_,t()||(_=C.cursor,_<3&&(_=3),t()||(f=C.cursor))}function t(){for(;!C.in_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}for(;!C.out_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}return!1}function s(){for(var e;;)if(C.bra=C.cursor,e=C.find_among(p,3))switch(C.ket=C.cursor,e){case 1:C.slice_from("y");break;case 2:C.slice_from("i");break;case 3:if(C.cursor>=C.limit)return;C.cursor++}}function u(){return _<=C.cursor}function c(){return f<=C.cursor}function a(){var e=C.limit-C.cursor;C.find_among_b(g,3)&&(C.cursor=C.limit-e,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del()))}function l(){var e;w=!1,C.ket=C.cursor,C.eq_s_b(1,"e")&&(C.bra=C.cursor,u()&&(e=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-e,C.slice_del(),w=!0,a())))}function m(){var e;u()&&(e=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-e,C.eq_s_b(3,"gem")||(C.cursor=C.limit-e,C.slice_del(),a())))}function d(){var e,r,i,n,o,t,s=C.limit-C.cursor;if(C.ket=C.cursor,e=C.find_among_b(h,5))switch(C.bra=C.cursor,e){case 1:u()&&C.slice_from("heid");break;case 2:m();break;case 3:u()&&C.out_grouping_b(z,97,232)&&C.slice_del()}if(C.cursor=C.limit-s,l(),C.cursor=C.limit-s,C.ket=C.cursor,C.eq_s_b(4,"heid")&&(C.bra=C.cursor,c()&&(r=C.limit-C.cursor,C.eq_s_b(1,"c")||(C.cursor=C.limit-r,C.slice_del(),C.ket=C.cursor,C.eq_s_b(2,"en")&&(C.bra=C.cursor,m())))),C.cursor=C.limit-s,C.ket=C.cursor,e=C.find_among_b(k,6))switch(C.bra=C.cursor,e){case 1:if(c()){if(C.slice_del(),i=C.limit-C.cursor,C.ket=C.cursor,C.eq_s_b(2,"ig")&&(C.bra=C.cursor,c()&&(n=C.limit-C.cursor,!C.eq_s_b(1,"e")))){C.cursor=C.limit-n,C.slice_del();break}C.cursor=C.limit-i,a()}break;case 2:c()&&(o=C.limit-C.cursor,C.eq_s_b(1,"e")||(C.cursor=C.limit-o,C.slice_del()));break;case 3:c()&&(C.slice_del(),l());break;case 4:c()&&C.slice_del();break;case 5:c()&&w&&C.slice_del()}C.cursor=C.limit-s,C.out_grouping_b(j,73,232)&&(t=C.limit-C.cursor,C.find_among_b(v,4)&&C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-t,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del())))}var f,_,w,b=[new r("",-1,6),new r("á",0,1),new r("ä",0,1),new r("é",0,2),new r("ë",0,2),new r("í",0,3),new r("ï",0,3),new r("ó",0,4),new r("ö",0,4),new r("ú",0,5),new r("ü",0,5)],p=[new r("",-1,3),new r("I",0,2),new r("Y",0,1)],g=[new r("dd",-1,-1),new r("kk",-1,-1),new r("tt",-1,-1)],h=[new r("ene",-1,2),new r("se",-1,3),new r("en",-1,2),new r("heden",2,1),new r("s",-1,3)],k=[new r("end",-1,1),new r("ig",-1,2),new r("ing",-1,1),new r("lijk",-1,3),new r("baar",-1,4),new r("bar",-1,5)],v=[new r("aa",-1,-1),new r("ee",-1,-1),new r("oo",-1,-1),new r("uu",-1,-1)],q=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],j=[1,0,0,17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],z=[17,67,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],C=new i;this.setCurrent=function(e){C.setCurrent(e)},this.getCurrent=function(){return C.getCurrent()},this.stem=function(){var r=C.cursor;return e(),C.cursor=r,o(),C.limit_backward=r,C.cursor=C.limit,d(),C.cursor=C.limit_backward,s(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.du.stemmer,"stemmer-du"),e.du.stopWordFilter=e.generateStopWordFilter(" aan al alles als altijd andere ben bij daar dan dat de der deze die dit doch doen door dus een eens en er ge geen geweest haar had heb hebben heeft hem het hier hij hoe hun iemand iets ik in is ja je kan kon kunnen maar me meer men met mij mijn moet na naar niet niets nog nu of om omdat onder ons ook op over reeds te tegen toch toen tot u uit uw van veel voor want waren was wat werd wezen wie wil worden wordt zal ze zelf zich zij zijn zo zonder zou".split(" ")),e.Pipeline.registerFunction(e.du.stopWordFilter,"stopWordFilter-du")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.en.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * Lunr languages, `English` language
3 | * This is build in into lunr and theirfore needs no other configuration
4 | *
5 | * Copyright 2022, Sören Weber
6 | * http://www.mozilla.org/MPL/
7 | */
8 |
--------------------------------------------------------------------------------
/js/lunr/lunr.hi.min.js:
--------------------------------------------------------------------------------
1 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.hi=function(){this.pipeline.reset(),this.pipeline.add(e.hi.trimmer,e.hi.stopWordFilter,e.hi.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.hi.stemmer))},e.hi.wordCharacters="ऀ-ःऄ-एऐ-टठ-यर-िी-ॏॐ-य़ॠ-९॰-ॿa-zA-Za-zA-Z0-90-9",e.hi.trimmer=e.trimmerSupport.generateTrimmer(e.hi.wordCharacters),e.Pipeline.registerFunction(e.hi.trimmer,"trimmer-hi"),e.hi.stopWordFilter=e.generateStopWordFilter("अत अपना अपनी अपने अभी अंदर आदि आप इत्यादि इन इनका इन्हीं इन्हें इन्हों इस इसका इसकी इसके इसमें इसी इसे उन उनका उनकी उनके उनको उन्हीं उन्हें उन्हों उस उसके उसी उसे एक एवं एस ऐसे और कई कर करता करते करना करने करें कहते कहा का काफ़ी कि कितना किन्हें किन्हों किया किर किस किसी किसे की कुछ कुल के को कोई कौन कौनसा गया घर जब जहाँ जा जितना जिन जिन्हें जिन्हों जिस जिसे जीधर जैसा जैसे जो तक तब तरह तिन तिन्हें तिन्हों तिस तिसे तो था थी थे दबारा दिया दुसरा दूसरे दो द्वारा न नके नहीं ना निहायत नीचे ने पर पहले पूरा पे फिर बनी बही बहुत बाद बाला बिलकुल भी भीतर मगर मानो मे में यदि यह यहाँ यही या यिह ये रखें रहा रहे ऱ्वासा लिए लिये लेकिन व वग़ैरह वर्ग वह वहाँ वहीं वाले वुह वे वो सकता सकते सबसे सभी साथ साबुत साभ सारा से सो संग ही हुआ हुई हुए है हैं हो होता होती होते होना होने".split(" ")),e.hi.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}();var r=e.wordcut;r.init(),e.hi.tokenizer=function(i){if(!arguments.length||null==i||void 0==i)return[];if(Array.isArray(i))return i.map(function(r){return isLunr2?new e.Token(r.toLowerCase()):r.toLowerCase()});var t=i.toString().toLowerCase().replace(/^\s+/,"");return r.cut(t).split("|")},e.Pipeline.registerFunction(e.hi.stemmer,"stemmer-hi"),e.Pipeline.registerFunction(e.hi.stopWordFilter,"stopWordFilter-hi")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.ja.min.js:
--------------------------------------------------------------------------------
1 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var r="2"==e.version[0];e.ja=function(){this.pipeline.reset(),this.pipeline.add(e.ja.trimmer,e.ja.stopWordFilter,e.ja.stemmer),r?this.tokenizer=e.ja.tokenizer:(e.tokenizer&&(e.tokenizer=e.ja.tokenizer),this.tokenizerFn&&(this.tokenizerFn=e.ja.tokenizer))};var t=new e.TinySegmenter;e.ja.tokenizer=function(i){var n,o,s,p,a,u,m,l,c,f;if(!arguments.length||null==i||void 0==i)return[];if(Array.isArray(i))return i.map(function(t){return r?new e.Token(t.toLowerCase()):t.toLowerCase()});for(o=i.toString().toLowerCase().replace(/^\s+/,""),n=o.length-1;n>=0;n--)if(/\S/.test(o.charAt(n))){o=o.substring(0,n+1);break}for(a=[],s=o.length,c=0,l=0;c<=s;c++)if(u=o.charAt(c),m=c-l,u.match(/\s/)||c==s){if(m>0)for(p=t.segment(o.slice(l,c)).filter(function(e){return!!e}),f=l,n=0;n=C.limit)break;C.cursor++;continue}break}for(C.cursor=o,C.bra=o,C.eq_s(1,"y")?(C.ket=C.cursor,C.slice_from("Y")):C.cursor=o;;)if(e=C.cursor,C.in_grouping(q,97,232)){if(i=C.cursor,C.bra=i,C.eq_s(1,"i"))C.ket=C.cursor,C.in_grouping(q,97,232)&&(C.slice_from("I"),C.cursor=e);else if(C.cursor=i,C.eq_s(1,"y"))C.ket=C.cursor,C.slice_from("Y"),C.cursor=e;else if(n(e))break}else if(n(e))break}function n(r){return C.cursor=r,r>=C.limit||(C.cursor++,!1)}function o(){_=C.limit,d=_,t()||(_=C.cursor,_<3&&(_=3),t()||(d=C.cursor))}function t(){for(;!C.in_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}for(;!C.out_grouping(q,97,232);){if(C.cursor>=C.limit)return!0;C.cursor++}return!1}function s(){for(var r;;)if(C.bra=C.cursor,r=C.find_among(p,3))switch(C.ket=C.cursor,r){case 1:C.slice_from("y");break;case 2:C.slice_from("i");break;case 3:if(C.cursor>=C.limit)return;C.cursor++}}function u(){return _<=C.cursor}function c(){return d<=C.cursor}function a(){var r=C.limit-C.cursor;C.find_among_b(g,3)&&(C.cursor=C.limit-r,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del()))}function l(){var r;w=!1,C.ket=C.cursor,C.eq_s_b(1,"e")&&(C.bra=C.cursor,u()&&(r=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-r,C.slice_del(),w=!0,a())))}function m(){var r;u()&&(r=C.limit-C.cursor,C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-r,C.eq_s_b(3,"gem")||(C.cursor=C.limit-r,C.slice_del(),a())))}function f(){var r,e,i,n,o,t,s=C.limit-C.cursor;if(C.ket=C.cursor,r=C.find_among_b(h,5))switch(C.bra=C.cursor,r){case 1:u()&&C.slice_from("heid");break;case 2:m();break;case 3:u()&&C.out_grouping_b(j,97,232)&&C.slice_del()}if(C.cursor=C.limit-s,l(),C.cursor=C.limit-s,C.ket=C.cursor,C.eq_s_b(4,"heid")&&(C.bra=C.cursor,c()&&(e=C.limit-C.cursor,C.eq_s_b(1,"c")||(C.cursor=C.limit-e,C.slice_del(),C.ket=C.cursor,C.eq_s_b(2,"en")&&(C.bra=C.cursor,m())))),C.cursor=C.limit-s,C.ket=C.cursor,r=C.find_among_b(k,6))switch(C.bra=C.cursor,r){case 1:if(c()){if(C.slice_del(),i=C.limit-C.cursor,C.ket=C.cursor,C.eq_s_b(2,"ig")&&(C.bra=C.cursor,c()&&(n=C.limit-C.cursor,!C.eq_s_b(1,"e")))){C.cursor=C.limit-n,C.slice_del();break}C.cursor=C.limit-i,a()}break;case 2:c()&&(o=C.limit-C.cursor,C.eq_s_b(1,"e")||(C.cursor=C.limit-o,C.slice_del()));break;case 3:c()&&(C.slice_del(),l());break;case 4:c()&&C.slice_del();break;case 5:c()&&w&&C.slice_del()}C.cursor=C.limit-s,C.out_grouping_b(z,73,232)&&(t=C.limit-C.cursor,C.find_among_b(v,4)&&C.out_grouping_b(q,97,232)&&(C.cursor=C.limit-t,C.ket=C.cursor,C.cursor>C.limit_backward&&(C.cursor--,C.bra=C.cursor,C.slice_del())))}var d,_,w,b=[new e("",-1,6),new e("á",0,1),new e("ä",0,1),new e("é",0,2),new e("ë",0,2),new e("í",0,3),new e("ï",0,3),new e("ó",0,4),new e("ö",0,4),new e("ú",0,5),new e("ü",0,5)],p=[new e("",-1,3),new e("I",0,2),new e("Y",0,1)],g=[new e("dd",-1,-1),new e("kk",-1,-1),new e("tt",-1,-1)],h=[new e("ene",-1,2),new e("se",-1,3),new e("en",-1,2),new e("heden",2,1),new e("s",-1,3)],k=[new e("end",-1,1),new e("ig",-1,2),new e("ing",-1,1),new e("lijk",-1,3),new e("baar",-1,4),new e("bar",-1,5)],v=[new e("aa",-1,-1),new e("ee",-1,-1),new e("oo",-1,-1),new e("uu",-1,-1)],q=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],z=[1,0,0,17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],j=[17,67,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],C=new i;this.setCurrent=function(r){C.setCurrent(r)},this.getCurrent=function(){return C.getCurrent()},this.stem=function(){var e=C.cursor;return r(),C.cursor=e,o(),C.limit_backward=e,C.cursor=C.limit,f(),C.cursor=C.limit_backward,s(),!0}};return function(r){return"function"==typeof r.update?r.update(function(r){return n.setCurrent(r),n.stem(),n.getCurrent()}):(n.setCurrent(r),n.stem(),n.getCurrent())}}(),r.Pipeline.registerFunction(r.nl.stemmer,"stemmer-nl"),r.nl.stopWordFilter=r.generateStopWordFilter(" aan al alles als altijd andere ben bij daar dan dat de der deze die dit doch doen door dus een eens en er ge geen geweest haar had heb hebben heeft hem het hier hij hoe hun iemand iets ik in is ja je kan kon kunnen maar me meer men met mij mijn moet na naar niet niets nog nu of om omdat onder ons ook op over reeds te tegen toch toen tot u uit uw van veel voor want waren was wat werd wezen wie wil worden wordt zal ze zelf zich zij zijn zo zonder zou".split(" ")),r.Pipeline.registerFunction(r.nl.stopWordFilter,"stopWordFilter-nl")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.no.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * Lunr languages, `Norwegian` language
3 | * https://github.com/MihaiValentin/lunr-languages
4 | *
5 | * Copyright 2014, Mihai Valentin
6 | * http://www.mozilla.org/MPL/
7 | */
8 | /*!
9 | * based on
10 | * Snowball JavaScript Library v0.3
11 | * http://code.google.com/p/urim/
12 | * http://snowball.tartarus.org/
13 | *
14 | * Copyright 2010, Oleg Mazko
15 | * http://www.mozilla.org/MPL/
16 | */
17 |
18 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.no=function(){this.pipeline.reset(),this.pipeline.add(e.no.trimmer,e.no.stopWordFilter,e.no.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.no.stemmer))},e.no.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.no.trimmer=e.trimmerSupport.generateTrimmer(e.no.wordCharacters),e.Pipeline.registerFunction(e.no.trimmer,"trimmer-no"),e.no.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,i=new function(){function e(){var e,r=w.cursor+3;if(a=w.limit,0<=r||r<=w.limit){for(s=r;;){if(e=w.cursor,w.in_grouping(d,97,248)){w.cursor=e;break}if(e>=w.limit)return;w.cursor=e+1}for(;!w.out_grouping(d,97,248);){if(w.cursor>=w.limit)return;w.cursor++}a=w.cursor,a=a&&(r=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,e=w.find_among_b(m,29),w.limit_backward=r,e))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:n=w.limit-w.cursor,w.in_grouping_b(c,98,122)?w.slice_del():(w.cursor=w.limit-n,w.eq_s_b(1,"k")&&w.out_grouping_b(d,97,248)&&w.slice_del());break;case 3:w.slice_from("er")}}function t(){var e,r=w.limit-w.cursor;w.cursor>=a&&(e=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,w.find_among_b(u,2)?(w.bra=w.cursor,w.limit_backward=e,w.cursor=w.limit-r,w.cursor>w.limit_backward&&(w.cursor--,w.bra=w.cursor,w.slice_del())):w.limit_backward=e)}function o(){var e,r;w.cursor>=a&&(r=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,e=w.find_among_b(l,11),e?(w.bra=w.cursor,w.limit_backward=r,1==e&&w.slice_del()):w.limit_backward=r)}var s,a,m=[new r("a",-1,1),new r("e",-1,1),new r("ede",1,1),new r("ande",1,1),new r("ende",1,1),new r("ane",1,1),new r("ene",1,1),new r("hetene",6,1),new r("erte",1,3),new r("en",-1,1),new r("heten",9,1),new r("ar",-1,1),new r("er",-1,1),new r("heter",12,1),new r("s",-1,2),new r("as",14,1),new r("es",14,1),new r("edes",16,1),new r("endes",16,1),new r("enes",16,1),new r("hetenes",19,1),new r("ens",14,1),new r("hetens",21,1),new r("ers",14,1),new r("ets",14,1),new r("et",-1,1),new r("het",25,1),new r("ert",-1,3),new r("ast",-1,1)],u=[new r("dt",-1,-1),new r("vt",-1,-1)],l=[new r("leg",-1,1),new r("eleg",0,1),new r("ig",-1,1),new r("eig",2,1),new r("lig",2,1),new r("elig",4,1),new r("els",-1,1),new r("lov",-1,1),new r("elov",7,1),new r("slov",7,1),new r("hetslov",9,1)],d=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],c=[119,125,149,1],w=new n;this.setCurrent=function(e){w.setCurrent(e)},this.getCurrent=function(){return w.getCurrent()},this.stem=function(){var r=w.cursor;return e(),w.limit_backward=r,w.cursor=w.limit,i(),w.cursor=w.limit,t(),w.cursor=w.limit,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.no.stemmer,"stemmer-no"),e.no.stopWordFilter=e.generateStopWordFilter("alle at av bare begge ble blei bli blir blitt både båe da de deg dei deim deira deires dem den denne der dere deres det dette di din disse ditt du dykk dykkar då eg ein eit eitt eller elles en enn er et ett etter for fordi fra før ha hadde han hans har hennar henne hennes her hjå ho hoe honom hoss hossen hun hva hvem hver hvilke hvilken hvis hvor hvordan hvorfor i ikke ikkje ikkje ingen ingi inkje inn inni ja jeg kan kom korleis korso kun kunne kva kvar kvarhelst kven kvi kvifor man mange me med medan meg meget mellom men mi min mine mitt mot mykje ned no noe noen noka noko nokon nokor nokre nå når og også om opp oss over på samme seg selv si si sia sidan siden sin sine sitt sjøl skal skulle slik so som som somme somt så sånn til um upp ut uten var vart varte ved vere verte vi vil ville vore vors vort vår være være vært å".split(" ")),e.Pipeline.registerFunction(e.no.stopWordFilter,"stopWordFilter-no")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.stemmer.support.min.js:
--------------------------------------------------------------------------------
1 | !function(r,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(r.lunr)}(this,function(){return function(r){r.stemmerSupport={Among:function(r,t,i,s){if(this.toCharArray=function(r){for(var t=r.length,i=new Array(t),s=0;s=i&&(e-=i,t[e>>3]&1<<(7&e)))return this.cursor++,!0}return!1},in_grouping_b:function(t,i,s){if(this.cursor>this.limit_backward){var e=r.charCodeAt(this.cursor-1);if(e<=s&&e>=i&&(e-=i,t[e>>3]&1<<(7&e)))return this.cursor--,!0}return!1},out_grouping:function(t,i,s){if(this.cursors||e>3]&1<<(7&e)))return this.cursor++,!0}return!1},out_grouping_b:function(t,i,s){if(this.cursor>this.limit_backward){var e=r.charCodeAt(this.cursor-1);if(e>s||e>3]&1<<(7&e)))return this.cursor--,!0}return!1},eq_s:function(t,i){if(this.limit-this.cursor>1),f=0,l=o0||e==s||c)break;c=!0}}for(;;){var _=t[s];if(o>=_.s_size){if(this.cursor=n+_.s_size,!_.method)return _.result;var b=_.method();if(this.cursor=n+_.s_size,b)return _.result}if((s=_.substring_i)<0)return 0}},find_among_b:function(t,i){for(var s=0,e=i,n=this.cursor,u=this.limit_backward,o=0,h=0,c=!1;;){for(var a=s+(e-s>>1),f=0,l=o=0;m--){if(n-l==u){f=-1;break}if(f=r.charCodeAt(n-1-l)-_.s[m])break;l++}if(f<0?(e=a,h=l):(s=a,o=l),e-s<=1){if(s>0||e==s||c)break;c=!0}}for(;;){var _=t[s];if(o>=_.s_size){if(this.cursor=n-_.s_size,!_.method)return _.result;var b=_.method();if(this.cursor=n-_.s_size,b)return _.result}if((s=_.substring_i)<0)return 0}},replace_s:function(t,i,s){var e=s.length-(i-t),n=r.substring(0,t),u=r.substring(i);return r=n+s+u,this.limit+=e,this.cursor>=i?this.cursor+=e:this.cursor>t&&(this.cursor=t),e},slice_check:function(){if(this.bra<0||this.bra>this.ket||this.ket>this.limit||this.limit>r.length)throw"faulty slice operation"},slice_from:function(r){this.slice_check(),this.replace_s(this.bra,this.ket,r)},slice_del:function(){this.slice_from("")},insert:function(r,t,i){var s=this.replace_s(r,t,i);r<=this.bra&&(this.bra+=s),r<=this.ket&&(this.ket+=s)},slice_to:function(){return this.slice_check(),r.substring(this.bra,this.ket)},eq_v_b:function(r){return this.eq_s_b(r.length,r)}}}},r.trimmerSupport={generateTrimmer:function(r){var t=new RegExp("^[^"+r+"]+"),i=new RegExp("[^"+r+"]+$");return function(r){return"function"==typeof r.update?r.update(function(r){return r.replace(t,"").replace(i,"")}):r.replace(t,"").replace(i,"")}}}}});
--------------------------------------------------------------------------------
/js/lunr/lunr.sv.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * Lunr languages, `Swedish` language
3 | * https://github.com/MihaiValentin/lunr-languages
4 | *
5 | * Copyright 2014, Mihai Valentin
6 | * http://www.mozilla.org/MPL/
7 | */
8 | /*!
9 | * based on
10 | * Snowball JavaScript Library v0.3
11 | * http://code.google.com/p/urim/
12 | * http://snowball.tartarus.org/
13 | *
14 | * Copyright 2010, Oleg Mazko
15 | * http://www.mozilla.org/MPL/
16 | */
17 |
18 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.sv=function(){this.pipeline.reset(),this.pipeline.add(e.sv.trimmer,e.sv.stopWordFilter,e.sv.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.sv.stemmer))},e.sv.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.sv.trimmer=e.trimmerSupport.generateTrimmer(e.sv.wordCharacters),e.Pipeline.registerFunction(e.sv.trimmer,"trimmer-sv"),e.sv.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,t=new function(){function e(){var e,r=w.cursor+3;if(o=w.limit,0<=r||r<=w.limit){for(a=r;;){if(e=w.cursor,w.in_grouping(l,97,246)){w.cursor=e;break}if(w.cursor=e,w.cursor>=w.limit)return;w.cursor++}for(;!w.out_grouping(l,97,246);){if(w.cursor>=w.limit)return;w.cursor++}o=w.cursor,o=o&&(w.limit_backward=o,w.cursor=w.limit,w.ket=w.cursor,e=w.find_among_b(u,37),w.limit_backward=r,e))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:w.in_grouping_b(d,98,121)&&w.slice_del()}}function i(){var e=w.limit_backward;w.cursor>=o&&(w.limit_backward=o,w.cursor=w.limit,w.find_among_b(c,7)&&(w.cursor=w.limit,w.ket=w.cursor,w.cursor>w.limit_backward&&(w.bra=--w.cursor,w.slice_del())),w.limit_backward=e)}function s(){var e,r;if(w.cursor>=o){if(r=w.limit_backward,w.limit_backward=o,w.cursor=w.limit,w.ket=w.cursor,e=w.find_among_b(m,5))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:w.slice_from("lös");break;case 3:w.slice_from("full")}w.limit_backward=r}}var a,o,u=[new r("a",-1,1),new r("arna",0,1),new r("erna",0,1),new r("heterna",2,1),new r("orna",0,1),new r("ad",-1,1),new r("e",-1,1),new r("ade",6,1),new r("ande",6,1),new r("arne",6,1),new r("are",6,1),new r("aste",6,1),new r("en",-1,1),new r("anden",12,1),new r("aren",12,1),new r("heten",12,1),new r("ern",-1,1),new r("ar",-1,1),new r("er",-1,1),new r("heter",18,1),new r("or",-1,1),new r("s",-1,2),new r("as",21,1),new r("arnas",22,1),new r("ernas",22,1),new r("ornas",22,1),new r("es",21,1),new r("ades",26,1),new r("andes",26,1),new r("ens",21,1),new r("arens",29,1),new r("hetens",29,1),new r("erns",21,1),new r("at",-1,1),new r("andet",-1,1),new r("het",-1,1),new r("ast",-1,1)],c=[new r("dd",-1,-1),new r("gd",-1,-1),new r("nn",-1,-1),new r("dt",-1,-1),new r("gt",-1,-1),new r("kt",-1,-1),new r("tt",-1,-1)],m=[new r("ig",-1,1),new r("lig",0,1),new r("els",-1,1),new r("fullt",-1,3),new r("löst",-1,2)],l=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,24,0,32],d=[119,127,149],w=new n;this.setCurrent=function(e){w.setCurrent(e)},this.getCurrent=function(){return w.getCurrent()},this.stem=function(){var r=w.cursor;return e(),w.limit_backward=r,w.cursor=w.limit,t(),w.cursor=w.limit,i(),w.cursor=w.limit,s(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return t.setCurrent(e),t.stem(),t.getCurrent()}):(t.setCurrent(e),t.stem(),t.getCurrent())}}(),e.Pipeline.registerFunction(e.sv.stemmer,"stemmer-sv"),e.sv.stopWordFilter=e.generateStopWordFilter("alla allt att av blev bli blir blivit de dem den denna deras dess dessa det detta dig din dina ditt du där då efter ej eller en er era ert ett från för ha hade han hans har henne hennes hon honom hur här i icke ingen inom inte jag ju kan kunde man med mellan men mig min mina mitt mot mycket ni nu när någon något några och om oss på samma sedan sig sin sina sitta själv skulle som så sådan sådana sådant till under upp ut utan vad var vara varför varit varje vars vart vem vi vid vilka vilkas vilken vilket vår våra vårt än är åt över".split(" ")),e.Pipeline.registerFunction(e.sv.stopWordFilter,"stopWordFilter-sv")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.ta.min.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.ta=function(){this.pipeline.reset(),this.pipeline.add(e.ta.trimmer,e.ta.stopWordFilter,e.ta.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.ta.stemmer))},e.ta.wordCharacters="-உஊ-ஏஐ-ஙச-ட-னப-யர-ஹ-ிீ-ொ-ௐ---௩௪-௯௰-௹௺-a-zA-Za-zA-Z0-90-9",e.ta.trimmer=e.trimmerSupport.generateTrimmer(e.ta.wordCharacters),e.Pipeline.registerFunction(e.ta.trimmer,"trimmer-ta"),e.ta.stopWordFilter=e.generateStopWordFilter("அங்கு அங்கே அது அதை அந்த அவர் அவர்கள் அவள் அவன் அவை ஆக ஆகவே ஆகையால் ஆதலால் ஆதலினால் ஆனாலும் ஆனால் இங்கு இங்கே இது இதை இந்த இப்படி இவர் இவர்கள் இவள் இவன் இவை இவ்வளவு உனக்கு உனது உன் உன்னால் எங்கு எங்கே எது எதை எந்த எப்படி எவர் எவர்கள் எவள் எவன் எவை எவ்வளவு எனக்கு எனது எனவே என் என்ன என்னால் ஏது ஏன் தனது தன்னால் தானே தான் நாங்கள் நாம் நான் நீ நீங்கள்".split(" ")),e.ta.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}();var t=e.wordcut;t.init(),e.ta.tokenizer=function(r){if(!arguments.length||null==r||void 0==r)return[];if(Array.isArray(r))return r.map(function(t){return isLunr2?new e.Token(t.toLowerCase()):t.toLowerCase()});var i=r.toString().toLowerCase().replace(/^\s+/,"");return t.cut(i).split("|")},e.Pipeline.registerFunction(e.ta.stemmer,"stemmer-ta"),e.Pipeline.registerFunction(e.ta.stopWordFilter,"stopWordFilter-ta")}});
--------------------------------------------------------------------------------
/js/lunr/lunr.th.min.js:
--------------------------------------------------------------------------------
1 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var r="2"==e.version[0];e.th=function(){this.pipeline.reset(),this.pipeline.add(e.th.trimmer),r?this.tokenizer=e.th.tokenizer:(e.tokenizer&&(e.tokenizer=e.th.tokenizer),this.tokenizerFn&&(this.tokenizerFn=e.th.tokenizer))},e.th.wordCharacters="[-]",e.th.trimmer=e.trimmerSupport.generateTrimmer(e.th.wordCharacters),e.Pipeline.registerFunction(e.th.trimmer,"trimmer-th");var t=e.wordcut;t.init(),e.th.tokenizer=function(i){if(!arguments.length||null==i||void 0==i)return[];if(Array.isArray(i))return i.map(function(t){return r?new e.Token(t):t});var n=i.toString().replace(/^\s+/,"");return t.cut(n).split("|")}}});
--------------------------------------------------------------------------------
/js/lunr/lunr.vi.min.js:
--------------------------------------------------------------------------------
1 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.vi=function(){this.pipeline.reset(),this.pipeline.add(e.vi.stopWordFilter,e.vi.trimmer)},e.vi.wordCharacters="[A-Za-ẓ̀͐́͑̉̃̓ÂâÊêÔôĂ-ăĐ-đƠ-ơƯ-ư]",e.vi.trimmer=e.trimmerSupport.generateTrimmer(e.vi.wordCharacters),e.Pipeline.registerFunction(e.vi.trimmer,"trimmer-vi"),e.vi.stopWordFilter=e.generateStopWordFilter("là cái nhưng mà".split(" "))}});
--------------------------------------------------------------------------------
/js/lunr/lunr.zh.min.js:
--------------------------------------------------------------------------------
1 | !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r(require("@node-rs/jieba")):r()(e.lunr)}(this,function(e){return function(r,t){if(void 0===r)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===r.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var i="2"==r.version[0];r.zh=function(){this.pipeline.reset(),this.pipeline.add(r.zh.trimmer,r.zh.stopWordFilter,r.zh.stemmer),i?this.tokenizer=r.zh.tokenizer:(r.tokenizer&&(r.tokenizer=r.zh.tokenizer),this.tokenizerFn&&(this.tokenizerFn=r.zh.tokenizer))},r.zh.tokenizer=function(n){if(!arguments.length||null==n||void 0==n)return[];if(Array.isArray(n))return n.map(function(e){return i?new r.Token(e.toLowerCase()):e.toLowerCase()});t&&e.load(t);var o=n.toString().trim().toLowerCase(),s=[];e.cut(o,!0).forEach(function(e){s=s.concat(e.split(" "))}),s=s.filter(function(e){return!!e});var u=0;return s.map(function(e,t){if(i){var n=o.indexOf(e,u),s={};return s.position=[n,e.length],s.index=t,u=n,new r.Token(e,s)}return e})},r.zh.wordCharacters="\\w一-龥",r.zh.trimmer=r.trimmerSupport.generateTrimmer(r.zh.wordCharacters),r.Pipeline.registerFunction(r.zh.trimmer,"trimmer-zh"),r.zh.stemmer=function(){return function(e){return e}}(),r.Pipeline.registerFunction(r.zh.stemmer,"stemmer-zh"),r.zh.stopWordFilter=r.generateStopWordFilter("的 一 不 在 人 有 是 为 以 于 上 他 而 后 之 来 及 了 因 下 可 到 由 这 与 也 此 但 并 个 其 已 无 小 我 们 起 最 再 今 去 好 只 又 或 很 亦 某 把 那 你 乃 它 吧 被 比 别 趁 当 从 到 得 打 凡 儿 尔 该 各 给 跟 和 何 还 即 几 既 看 据 距 靠 啦 了 另 么 每 们 嘛 拿 哪 那 您 凭 且 却 让 仍 啥 如 若 使 谁 虽 随 同 所 她 哇 嗡 往 哪 些 向 沿 哟 用 于 咱 则 怎 曾 至 致 着 诸 自".split(" ")),r.Pipeline.registerFunction(r.zh.stopWordFilter,"stopWordFilter-zh")}});
--------------------------------------------------------------------------------
/js/mathjax/a11y/assistive-mml.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,e,i={62:function(t,e,i){var o,s=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function i(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}),n=this&&this.__assign||function(){return(n=Object.assign||function(t){for(var e,i=1,o=arguments.length;i0)&&!(o=n.next()).done;)r.push(o.value)}catch(t){s={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(s)throw s.error}}return r},a=this&&this.__spreadArray||function(t,e){for(var i=0,o=e.length,s=t.length;i=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.AssistiveMmlHandler=e.AssistiveMmlMathDocumentMixin=e.AssistiveMmlMathItemMixin=e.LimitedMmlVisitor=void 0;var p=i(769),u=i(433),c=i(77),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.getAttributes=function(e){return t.prototype.getAttributes.call(this,e).replace(/ ?id=".*?"/,"")},e}(u.SerializedMmlVisitor);function m(t){return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.assistiveMml=function(t,e){if(void 0===e&&(e=!1),!(this.state()>=p.STATE.ASSISTIVEMML)){if(!this.isEscaped&&(t.options.enableAssistiveMml||e)){var i=t.adaptor,o=t.toMML(this.root).replace(/\n */g,"").replace(//g,""),s=i.firstChild(i.body(i.parse(o,"text/html"))),n=i.node("mjx-assistive-mml",{unselectable:"on",display:this.display?"block":"inline"},[s]);i.setAttribute(i.firstChild(this.typesetRoot),"aria-hidden","true"),i.setStyle(this.typesetRoot,"position","relative"),i.append(this.typesetRoot,n)}this.state(p.STATE.ASSISTIVEMML)}},e}(t)}function M(t){var e;return(e=function(t){function e(){for(var e=[],i=0;i":"\u2192","<":"\u2190",V:"\u2193",A:"\u2191"}[a],h=e.GetUpTo(t+a,a),_=e.GetUpTo(t+a,a);if(">"===a||"<"===a){if(s=e.create("token","mo",p,f),h||(h="\\kern "+m.getProperty("minw")),h||_){var x={width:".67em",lspace:".33em"};if(s=e.create("node","munderover",[s]),h){var b=new o.default(h,e.stack.env,e.configuration).mml(),C=e.create("node","mpadded",[b],x);i.default.setAttribute(C,"voffset",".1em"),i.default.setChild(s,s.over,C)}if(_){var g=new o.default(_,e.stack.env,e.configuration).mml();i.default.setChild(s,s.under,e.create("node","mpadded",[g],x))}e.configuration.options.amscd.hideHorizontalLabels&&(s=e.create("node","mpadded",s,{depth:0,height:".67em"}))}}else{var v=e.create("token","mo",M,f);s=v,(h||_)&&(s=e.create("node","mrow"),h&&i.default.appendChildren(s,[new o.default("\\scriptstyle\\llap{"+h+"}",e.stack.env,e.configuration).mml()]),v.texClass=r.TEXCLASS.ORD,i.default.appendChildren(s,[v]),_&&i.default.appendChildren(s,[new o.default("\\scriptstyle\\rlap{"+_+"}",e.stack.env,e.configuration).mml()]))}}s&&e.Push(s),l.cell(e,t)},cell:function(e,t){var a=e.stack.Top();(a.table||[]).length%2==0&&0===(a.row||[]).length&&e.Push(e.create("node","mpadded",[],{height:"8.5pt",depth:"2pt"})),e.Push(e.itemFactory.create("cell").setProperties({isEntry:!0,name:t}))},minCDarrowwidth:function(e,t){e.stack.env.CD_minw=e.GetDimen(t)},minCDarrowheight:function(e,t){e.stack.env.CD_minh=e.GetDimen(t)}};t.default=l},955:function(e,t){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,t.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},801:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.TEXCLASS=MathJax._.core.MmlTree.MmlNode.TEXCLASS,t.TEXCLASSNAMES=MathJax._.core.MmlTree.MmlNode.TEXCLASSNAMES,t.indentAttributes=MathJax._.core.MmlTree.MmlNode.indentAttributes,t.AbstractMmlNode=MathJax._.core.MmlTree.MmlNode.AbstractMmlNode,t.AbstractMmlTokenNode=MathJax._.core.MmlTree.MmlNode.AbstractMmlTokenNode,t.AbstractMmlLayoutNode=MathJax._.core.MmlTree.MmlNode.AbstractMmlLayoutNode,t.AbstractMmlBaseNode=MathJax._.core.MmlTree.MmlNode.AbstractMmlBaseNode,t.AbstractMmlEmptyNode=MathJax._.core.MmlTree.MmlNode.AbstractMmlEmptyNode,t.TextNode=MathJax._.core.MmlTree.MmlNode.TextNode,t.XMLNode=MathJax._.core.MmlTree.MmlNode.XMLNode},251:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Configuration=MathJax._.input.tex.Configuration.Configuration,t.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,t.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},748:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=MathJax._.input.tex.NodeUtil.default},945:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=MathJax._.input.tex.ParseMethods.default},871:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,t.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,t.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,t.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,t.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,t.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,t.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,t.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},193:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=MathJax._.input.tex.TexParser.default},379:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Other=MathJax._.input.tex.base.BaseConfiguration.Other,t.BaseTags=MathJax._.input.tex.base.BaseConfiguration.BaseTags,t.BaseConfiguration=MathJax._.input.tex.base.BaseConfiguration.BaseConfiguration}},n={};function r(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={exports:{}};return o[e](a,a.exports,r),a.exports}e=r(955),t=r(769),a=r(834),(0,e.r8)({_:{input:{tex:{amscd:{AmsCdConfiguration:t,AmsCdMethods:a}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/autoload.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,e,a={275:function(t,e,a){var o=this&&this.__read||function(t,e){var a="function"==typeof Symbol&&t[Symbol.iterator];if(!a)return t;var o,r,n=a.call(t),i=[];try{for(;(void 0===e||e-- >0)&&!(o=n.next()).done;)i.push(o.value)}catch(t){r={error:t}}finally{try{o&&!o.done&&(a=n.return)&&a.call(n)}finally{if(r)throw r.error}}return i},r=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,a=e&&t[e],o=0;if(a)return a.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.AutoloadConfiguration=void 0;var n=a(251),i=a(871),l=a(924),u=a(96),p=a(629),c=a(74);function s(t,e,a,n){var i,l,c,s;if(p.Package.packages.has(t.options.require.prefix+a)){var d=t.options.autoload[a],M=o(2===d.length&&Array.isArray(d[0])?d:[d,[]],2),h=M[0],m=M[1];try{for(var y=r(h),b=y.next();!b.done;b=y.next()){var _=b.value;x.remove(_)}}catch(t){i={error:t}}finally{try{b&&!b.done&&(l=y.return)&&l.call(y)}finally{if(i)throw i.error}}try{for(var g=r(m),v=g.next();!v.done;v=g.next()){var O=v.value;f.remove(O)}}catch(t){c={error:t}}finally{try{v&&!v.done&&(s=g.return)&&s.call(g)}finally{if(c)throw c.error}}t.string=(n?e+" ":"\\begin{"+e.slice(1)+"}")+t.string.slice(t.i),t.i=0}u.RequireLoad(t,a)}var x=new i.CommandMap("autoload-macros",{},{}),f=new i.CommandMap("autoload-environments",{},{});e.AutoloadConfiguration=n.Configuration.create("autoload",{handler:{macro:["autoload-macros"],environment:["autoload-environments"]},options:{autoload:c.expandable({action:["toggle","mathtip","texttip"],amscd:[[],["CD"]],bbox:["bbox"],boldsymbol:["boldsymbol"],braket:["bra","ket","braket","set","Bra","Ket","Braket","Set","ketbra","Ketbra"],bussproofs:[[],["prooftree"]],cancel:["cancel","bcancel","xcancel","cancelto"],color:["color","definecolor","textcolor","colorbox","fcolorbox"],enclose:["enclose"],extpfeil:["xtwoheadrightarrow","xtwoheadleftarrow","xmapsto","xlongequal","xtofrom","Newextarrow"],html:["href","class","style","cssId"],mhchem:["ce","pu"],newcommand:["newcommand","renewcommand","newenvironment","renewenvironment","def","let"],unicode:["unicode"],verb:["verb"]})},config:function(t,e){var a,n,i,p,c,d,M=e.parseOptions,h=M.handlers.get("macro"),m=M.handlers.get("environment"),y=M.options.autoload;M.packageData.set("autoload",{Autoload:s});try{for(var b=r(Object.keys(y)),_=b.next();!_.done;_=b.next()){var g=_.value,v=y[g],O=o(2===v.length&&Array.isArray(v[0])?v:[v,[]],2),J=O[0],C=O[1];try{for(var k=(i=void 0,r(J)),w=k.next();!w.done;w=k.next()){var P=w.value;h.lookup(P)&&"color"!==P||x.add(P,new l.Macro(P,s,[g,!0]))}}catch(t){i={error:t}}finally{try{w&&!w.done&&(p=k.return)&&p.call(k)}finally{if(i)throw i.error}}try{for(var S=(c=void 0,r(C)),q=S.next();!q.done;q=S.next()){var R=q.value;m.lookup(R)||f.add(R,new l.Macro(R,s,[g,!1]))}}catch(t){c={error:t}}finally{try{q&&!q.done&&(d=S.return)&&d.call(S)}finally{if(c)throw c.error}}}}catch(t){a={error:t}}finally{try{_&&!_.done&&(n=b.return)&&n.call(b)}finally{if(a)throw a.error}}M.packageData.get("require")||u.RequireConfiguration.config(t,e)},init:function(t){t.options.require||c.defaultOptions(t.options,u.RequireConfiguration.options)},priority:10})},955:function(t,e){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,e.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},74:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=MathJax._.util.Options.isObject,e.APPEND=MathJax._.util.Options.APPEND,e.REMOVE=MathJax._.util.Options.REMOVE,e.OPTIONS=MathJax._.util.Options.OPTIONS,e.Expandable=MathJax._.util.Options.Expandable,e.expandable=MathJax._.util.Options.expandable,e.makeArray=MathJax._.util.Options.makeArray,e.keys=MathJax._.util.Options.keys,e.copy=MathJax._.util.Options.copy,e.insert=MathJax._.util.Options.insert,e.defaultOptions=MathJax._.util.Options.defaultOptions,e.userOptions=MathJax._.util.Options.userOptions,e.selectOptions=MathJax._.util.Options.selectOptions,e.selectOptionsFromKeys=MathJax._.util.Options.selectOptionsFromKeys,e.separateOptions=MathJax._.util.Options.separateOptions,e.lookup=MathJax._.util.Options.lookup},251:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Configuration=MathJax._.input.tex.Configuration.Configuration,e.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,e.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},924:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Symbol=MathJax._.input.tex.Symbol.Symbol,e.Macro=MathJax._.input.tex.Symbol.Macro},871:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,e.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,e.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,e.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,e.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,e.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,e.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,e.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},96:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.RequireLoad=MathJax._.input.tex.require.RequireConfiguration.RequireLoad,e.RequireMethods=MathJax._.input.tex.require.RequireConfiguration.RequireMethods,e.options=MathJax._.input.tex.require.RequireConfiguration.options,e.RequireConfiguration=MathJax._.input.tex.require.RequireConfiguration.RequireConfiguration},629:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.PackageError=MathJax._.components.package.PackageError,e.Package=MathJax._.components.package.Package}},o={};function r(t){var e=o[t];if(void 0!==e)return e.exports;var n=o[t]={exports:{}};return a[t].call(n.exports,n,n.exports,r),n.exports}t=r(955),e=r(275),(0,t.r8)({_:{input:{tex:{autoload:{AutoloadConfiguration:e}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/bbox.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,a,e={133:function(t,a,e){Object.defineProperty(a,"__esModule",{value:!0}),a.BboxConfiguration=a.BboxMethods=void 0;var o=e(251),n=e(871),i=e(402);a.BboxMethods={},a.BboxMethods.BBox=function(t,a){for(var e,o,n,u=t.GetBrackets(a,""),l=t.ParseArg(a),x=u.split(/,/),M=0,c=x.length;M=t.length&&(t=void 0),{value:t&&t[e++],done:!t}}};throw new TypeError(a?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(a,"__esModule",{value:!0}),a.BoldsymbolConfiguration=a.rewriteBoldTokens=a.createBoldToken=a.BoldsymbolMethods=void 0;var n=o(251),r=o(748),i=o(108),l=o(871),s=o(348),u={};function d(t,a,o,e){var n=s.NodeFactory.createToken(t,a,o,e);return"mtext"!==a&&t.configuration.parser.stack.env.boldsymbol&&(r.default.setProperty(n,"fixBold",!0),t.configuration.addNode("fixBold",n)),n}function x(t){var a,o;try{for(var n=e(t.data.getList("fixBold")),l=n.next();!l.done;l=n.next()){var s=l.value;if(r.default.getProperty(s,"fixBold")){var d=r.default.getAttribute(s,"mathvariant");null==d?r.default.setAttribute(s,"mathvariant",i.TexConstant.Variant.BOLD):r.default.setAttribute(s,"mathvariant",u[d]||d),r.default.removeProperties(s,"fixBold")}}}catch(t){a={error:t}}finally{try{l&&!l.done&&(o=n.return)&&o.call(n)}finally{if(a)throw a.error}}}u[i.TexConstant.Variant.NORMAL]=i.TexConstant.Variant.BOLD,u[i.TexConstant.Variant.ITALIC]=i.TexConstant.Variant.BOLDITALIC,u[i.TexConstant.Variant.FRAKTUR]=i.TexConstant.Variant.BOLDFRAKTUR,u[i.TexConstant.Variant.SCRIPT]=i.TexConstant.Variant.BOLDSCRIPT,u[i.TexConstant.Variant.SANSSERIF]=i.TexConstant.Variant.BOLDSANSSERIF,u["-tex-calligraphic"]="-tex-bold-calligraphic",u["-tex-oldstyle"]="-tex-bold-oldstyle",u["-tex-mathit"]=i.TexConstant.Variant.BOLDITALIC,a.BoldsymbolMethods={},a.BoldsymbolMethods.Boldsymbol=function(t,a){var o=t.stack.env.boldsymbol;t.stack.env.boldsymbol=!0;var e=t.ParseArg(a);t.stack.env.boldsymbol=o,t.Push(e)},new l.CommandMap("boldsymbol",{boldsymbol:"Boldsymbol"},a.BoldsymbolMethods),a.createBoldToken=d,a.rewriteBoldTokens=x,a.BoldsymbolConfiguration=n.Configuration.create("boldsymbol",{handler:{macro:["boldsymbol"]},nodes:{token:d},postprocessors:[x]})},955:function(t,a){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,a.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.Configuration=MathJax._.input.tex.Configuration.Configuration,a.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,a.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},348:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.NodeFactory=MathJax._.input.tex.NodeFactory.NodeFactory},748:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.default=MathJax._.input.tex.NodeUtil.default},871:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,a.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,a.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,a.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,a.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,a.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,a.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,a.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},108:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.TexConstant=MathJax._.input.tex.TexConstants.TexConstant}},e={};function n(t){var a=e[t];if(void 0!==a)return a.exports;var r=e[t]={exports:{}};return o[t].call(r.exports,r,r.exports,n),r.exports}t=n(955),a=n(986),(0,t.r8)({_:{input:{tex:{boldsymbol:{BoldsymbolConfiguration:a}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/cancel.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,a,e={774:function(t,a,e){Object.defineProperty(a,"__esModule",{value:!0}),a.CancelConfiguration=a.CancelMethods=void 0;var n=e(251),o=e(108),i=e(871),c=e(398),r=e(975);a.CancelMethods={},a.CancelMethods.Cancel=function(t,a,e){var n=t.GetBrackets(a,""),o=t.ParseArg(a),i=c.default.keyvalOptions(n,r.ENCLOSE_OPTIONS);i.notation=e,t.Push(t.create("node","menclose",[o],i))},a.CancelMethods.CancelTo=function(t,a){var e=t.GetBrackets(a,""),n=t.ParseArg(a),i=t.ParseArg(a),l=c.default.keyvalOptions(e,r.ENCLOSE_OPTIONS);l.notation=[o.TexConstant.Notation.UPDIAGONALSTRIKE,o.TexConstant.Notation.UPDIAGONALARROW,o.TexConstant.Notation.NORTHEASTARROW].join(" "),n=t.create("node","mpadded",[n],{depth:"-.1em",height:"+.1em",voffset:".1em"}),t.Push(t.create("node","msup",[t.create("node","menclose",[i],l),n]))},new i.CommandMap("cancel",{cancel:["Cancel",o.TexConstant.Notation.UPDIAGONALSTRIKE],bcancel:["Cancel",o.TexConstant.Notation.DOWNDIAGONALSTRIKE],xcancel:["Cancel",o.TexConstant.Notation.UPDIAGONALSTRIKE+" "+o.TexConstant.Notation.DOWNDIAGONALSTRIKE],cancelto:"CancelTo"},a.CancelMethods),a.CancelConfiguration=n.Configuration.create("cancel",{handler:{macro:["cancel"]}})},955:function(t,a){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,a.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.Configuration=MathJax._.input.tex.Configuration.Configuration,a.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,a.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},398:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.default=MathJax._.input.tex.ParseUtil.default},871:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,a.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,a.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,a.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,a.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,a.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,a.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,a.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},108:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.TexConstant=MathJax._.input.tex.TexConstants.TexConstant},975:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.ENCLOSE_OPTIONS=MathJax._.input.tex.enclose.EncloseConfiguration.ENCLOSE_OPTIONS,a.EncloseMethods=MathJax._.input.tex.enclose.EncloseConfiguration.EncloseMethods,a.EncloseConfiguration=MathJax._.input.tex.enclose.EncloseConfiguration.EncloseConfiguration}},n={};function o(t){var a=n[t];if(void 0!==a)return a.exports;var i=n[t]={exports:{}};return e[t](i,i.exports,o),i.exports}t=o(955),a=o(774),(0,t.r8)({_:{input:{tex:{cancel:{CancelConfiguration:a}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/centernot.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var e,t,a={286:function(e,t,a){var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],n=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.CenternotConfiguration=t.filterCenterOver=void 0;var r=a(251),o=a(193),i=a(748),u=a(871),l=a(360);function p(e){var t,a,r=e.data;try{for(var o=n(r.getList("centerOver")),u=o.next();!u.done;u=o.next()){var l=u.value,p=i.default.getTexClass(l.childNodes[0].childNodes[0]);null!==p&&i.default.setProperties(l.parent.parent.parent.parent.parent.parent,{texClass:p})}}catch(e){t={error:e}}finally{try{u&&!u.done&&(a=o.return)&&a.call(o)}finally{if(t)throw t.error}}}new u.CommandMap("centernot",{centerOver:"CenterOver",centernot:["Macro","\\centerOver{#1}{{\u29f8}}",1]},{CenterOver:function(e,t){var a="{"+e.GetArgument(t)+"}",n=e.ParseArg(t),r=new o.default(a,e.stack.env,e.configuration).mml(),i=e.create("node","TeXAtom",[new o.default(a,e.stack.env,e.configuration).mml(),e.create("node","mpadded",[e.create("node","mpadded",[n],{width:0,lspace:"-.5width"}),e.create("node","mphantom",[r])],{width:0,lspace:"-.5width"})]);e.configuration.addNode("centerOver",r),e.Push(i)},Macro:l.default.Macro}),t.filterCenterOver=p,t.CenternotConfiguration=r.Configuration.create("centernot",{handler:{macro:["centernot"]},postprocessors:[p]})},955:function(e,t){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,t.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Configuration=MathJax._.input.tex.Configuration.Configuration,t.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,t.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},748:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=MathJax._.input.tex.NodeUtil.default},871:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,t.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,t.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,t.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,t.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,t.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,t.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,t.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},193:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=MathJax._.input.tex.TexParser.default},360:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=MathJax._.input.tex.base.BaseMethods.default}},n={};function r(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return a[e].call(o.exports,o,o.exports,r),o.exports}e=r(955),t=r(286),(0,e.r8)({_:{input:{tex:{centernot:{CenternotConfiguration:t}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/colortbl.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,e,a={558:function(t,e,a){var o,n=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function a(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(a.prototype=e.prototype,new a)});Object.defineProperty(e,"__esModule",{value:!0}),e.ColortblConfiguration=e.ColorArrayItem=void 0;var r=a(935),i=a(251),s=a(871),l=a(402),p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.color={cell:"",row:"",col:[]},e.hasColor=!1,e}return n(e,t),e.prototype.EndEntry=function(){t.prototype.EndEntry.call(this);var e=this.row[this.row.length-1],a=this.color.cell||this.color.row||this.color.col[this.row.length-1];a&&(e.attributes.set("mathbackground",a),this.color.cell="",this.hasColor=!0)},e.prototype.EndRow=function(){t.prototype.EndRow.call(this),this.color.row=""},e.prototype.createMml=function(){var e=t.prototype.createMml.call(this),a=e.isKind("mrow")?e.childNodes[1]:e;return a.isKind("menclose")&&(a=a.childNodes[0].childNodes[0]),this.hasColor&&"none"===a.attributes.get("frame")&&a.attributes.set("frame",""),e},e}(r.ArrayItem);e.ColorArrayItem=p,new s.CommandMap("colortbl",{cellcolor:["TableColor","cell"],rowcolor:["TableColor","row"],columncolor:["TableColor","col"]},{TableColor:function(t,e,a){var o=t.configuration.packageData.get("color").model,n=t.GetBrackets(e,""),r=o.getColor(n,t.GetArgument(e)),i=t.stack.Top();if(!(i instanceof p))throw new l.default("UnsupportedTableColor","Unsupported use of %1",t.currentCS);if("col"===a){if(i.table.length)throw new l.default("ColumnColorNotTop","%1 must be in the top row",e);i.color.col[i.row.length]=r,t.GetBrackets(e,"")&&t.GetBrackets(e,"")}else if(i.color[a]=r,"row"===a&&(i.Size()||i.row.length))throw new l.default("RowColorNotFirst","%1 must be at the beginning of a row",e)}});e.ColortblConfiguration=i.Configuration.create("colortbl",{handler:{macro:["colortbl"]},items:{array:p},priority:10,config:[function(t,e){e.parseOptions.packageData.has("color")||i.ConfigurationHandler.get("color").config(t,e)},10]})},955:function(t,e){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,e.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Configuration=MathJax._.input.tex.Configuration.Configuration,e.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,e.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},871:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,e.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,e.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,e.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,e.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,e.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,e.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,e.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},402:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.TexError.default},935:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.StartItem=MathJax._.input.tex.base.BaseItems.StartItem,e.StopItem=MathJax._.input.tex.base.BaseItems.StopItem,e.OpenItem=MathJax._.input.tex.base.BaseItems.OpenItem,e.CloseItem=MathJax._.input.tex.base.BaseItems.CloseItem,e.PrimeItem=MathJax._.input.tex.base.BaseItems.PrimeItem,e.SubsupItem=MathJax._.input.tex.base.BaseItems.SubsupItem,e.OverItem=MathJax._.input.tex.base.BaseItems.OverItem,e.LeftItem=MathJax._.input.tex.base.BaseItems.LeftItem,e.Middle=MathJax._.input.tex.base.BaseItems.Middle,e.RightItem=MathJax._.input.tex.base.BaseItems.RightItem,e.BeginItem=MathJax._.input.tex.base.BaseItems.BeginItem,e.EndItem=MathJax._.input.tex.base.BaseItems.EndItem,e.StyleItem=MathJax._.input.tex.base.BaseItems.StyleItem,e.PositionItem=MathJax._.input.tex.base.BaseItems.PositionItem,e.CellItem=MathJax._.input.tex.base.BaseItems.CellItem,e.MmlItem=MathJax._.input.tex.base.BaseItems.MmlItem,e.FnItem=MathJax._.input.tex.base.BaseItems.FnItem,e.NotItem=MathJax._.input.tex.base.BaseItems.NotItem,e.NonscriptItem=MathJax._.input.tex.base.BaseItems.NonscriptItem,e.DotsItem=MathJax._.input.tex.base.BaseItems.DotsItem,e.ArrayItem=MathJax._.input.tex.base.BaseItems.ArrayItem,e.EqnArrayItem=MathJax._.input.tex.base.BaseItems.EqnArrayItem,e.EquationItem=MathJax._.input.tex.base.BaseItems.EquationItem}},o={};function n(t){var e=o[t];if(void 0!==e)return e.exports;var r=o[t]={exports:{}};return a[t].call(r.exports,r,r.exports,n),r.exports}t=n(955),e=n(558),(0,t.r8)({_:{input:{tex:{colortbl:{ColortblConfiguration:e}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/colorv2.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var o,a,t={888:function(o,a,t){Object.defineProperty(a,"__esModule",{value:!0}),a.ColorConfiguration=a.ColorV2Methods=void 0;var n=t(871),e=t(251);a.ColorV2Methods={Color:function(o,a){var t=o.GetArgument(a),n=o.stack.env.color;o.stack.env.color=t;var e=o.ParseArg(a);n?o.stack.env.color=n:delete o.stack.env.color;var r=o.create("node","mstyle",[e],{mathcolor:t});o.Push(r)}},new n.CommandMap("colorv2",{color:"Color"},a.ColorV2Methods),a.ColorConfiguration=e.Configuration.create("colorv2",{handler:{macro:["colorv2"]}})},955:function(o,a){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,a.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(o,a){Object.defineProperty(a,"__esModule",{value:!0}),a.Configuration=MathJax._.input.tex.Configuration.Configuration,a.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,a.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},871:function(o,a){Object.defineProperty(a,"__esModule",{value:!0}),a.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,a.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,a.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,a.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,a.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,a.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,a.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,a.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap}},n={};function e(o){var a=n[o];if(void 0!==a)return a.exports;var r=n[o]={exports:{}};return t[o](r,r.exports,e),r.exports}o=e(955),a=e(888),(0,o.r8)({_:{input:{tex:{colorv2:{ColorV2Configuration:a}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/configmacros.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,a,e={359:function(t,a,e){var n,o=this&&this.__values||function(t){var a="function"==typeof Symbol&&Symbol.iterator,e=a&&t[a],n=0;if(e)return e.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(a?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(a,"__esModule",{value:!0}),a.ConfigMacrosConfiguration=void 0;var i=e(251),r=e(74),p=e(871),l=e(945),s=e(924),u=e(432),c=e(975),M="configmacros-map",f="configmacros-env-map";a.ConfigMacrosConfiguration=i.Configuration.create("configmacros",{init:function(t){new p.CommandMap(M,{},{}),new p.EnvironmentMap(f,l.default.environment,{},{}),t.append(i.Configuration.local({handler:{macro:[M],environment:[f]},priority:3}))},config:function(t,a){!function(t){var a,e,n=t.parseOptions.handlers.retrieve(M),i=t.parseOptions.options.macros;try{for(var r=o(Object.keys(i)),p=r.next();!p.done;p=r.next()){var l=p.value,c="string"==typeof i[l]?[i[l]]:i[l],f=Array.isArray(c[2])?new s.Macro(l,u.default.MacroWithTemplate,c.slice(0,2).concat(c[2])):new s.Macro(l,u.default.Macro,c);n.add(l,f)}}catch(t){a={error:t}}finally{try{p&&!p.done&&(e=r.return)&&e.call(r)}finally{if(a)throw a.error}}}(a),function(t){var a,e,n=t.parseOptions.handlers.retrieve(f),i=t.parseOptions.options.environments;try{for(var r=o(Object.keys(i)),p=r.next();!p.done;p=r.next()){var l=p.value;n.add(l,new s.Macro(l,u.default.BeginEnv,[!0].concat(i[l])))}}catch(t){a={error:t}}finally{try{p&&!p.done&&(e=r.return)&&e.call(r)}finally{if(a)throw a.error}}}(a)},items:(n={},n[c.BeginEnvItem.prototype.kind]=c.BeginEnvItem,n),options:{macros:r.expandable({}),environments:r.expandable({})}})},955:function(t,a){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,a.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},74:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.isObject=MathJax._.util.Options.isObject,a.APPEND=MathJax._.util.Options.APPEND,a.REMOVE=MathJax._.util.Options.REMOVE,a.OPTIONS=MathJax._.util.Options.OPTIONS,a.Expandable=MathJax._.util.Options.Expandable,a.expandable=MathJax._.util.Options.expandable,a.makeArray=MathJax._.util.Options.makeArray,a.keys=MathJax._.util.Options.keys,a.copy=MathJax._.util.Options.copy,a.insert=MathJax._.util.Options.insert,a.defaultOptions=MathJax._.util.Options.defaultOptions,a.userOptions=MathJax._.util.Options.userOptions,a.selectOptions=MathJax._.util.Options.selectOptions,a.selectOptionsFromKeys=MathJax._.util.Options.selectOptionsFromKeys,a.separateOptions=MathJax._.util.Options.separateOptions,a.lookup=MathJax._.util.Options.lookup},251:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.Configuration=MathJax._.input.tex.Configuration.Configuration,a.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,a.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},945:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.default=MathJax._.input.tex.ParseMethods.default},924:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.Symbol=MathJax._.input.tex.Symbol.Symbol,a.Macro=MathJax._.input.tex.Symbol.Macro},871:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,a.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,a.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,a.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,a.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,a.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,a.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,a.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},975:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.BeginEnvItem=MathJax._.input.tex.newcommand.NewcommandItems.BeginEnvItem},432:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.default=MathJax._.input.tex.newcommand.NewcommandMethods.default}},n={};function o(t){var a=n[t];if(void 0!==a)return a.exports;var i=n[t]={exports:{}};return e[t].call(i.exports,i,i.exports,o),i.exports}t=o(955),a=o(359),(0,t.r8)({_:{input:{tex:{configmacros:{ConfigMacrosConfiguration:a}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/enclose.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var a,t,e={272:function(a,t,e){Object.defineProperty(t,"__esModule",{value:!0}),t.EncloseConfiguration=t.EncloseMethods=t.ENCLOSE_OPTIONS=void 0;var o=e(251),n=e(871),r=e(398);t.ENCLOSE_OPTIONS={"data-arrowhead":1,color:1,mathcolor:1,background:1,mathbackground:1,"data-padding":1,"data-thickness":1},t.EncloseMethods={},t.EncloseMethods.Enclose=function(a,e){var o=a.GetArgument(e).replace(/,/g," "),n=a.GetBrackets(e,""),i=a.ParseArg(e),l=r.default.keyvalOptions(n,t.ENCLOSE_OPTIONS);l.notation=o,a.Push(a.create("node","menclose",[i],l))},new n.CommandMap("enclose",{enclose:"Enclose"},t.EncloseMethods),t.EncloseConfiguration=o.Configuration.create("enclose",{handler:{macro:["enclose"]}})},955:function(a,t){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,t.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Configuration=MathJax._.input.tex.Configuration.Configuration,t.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,t.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},398:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=MathJax._.input.tex.ParseUtil.default},871:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,t.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,t.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,t.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,t.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,t.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,t.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,t.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap}},o={};function n(a){var t=o[a];if(void 0!==t)return t.exports;var r=o[a]={exports:{}};return e[a](r,r.exports,n),r.exports}a=n(955),t=n(272),(0,a.r8)({_:{input:{tex:{enclose:{EncloseConfiguration:t}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/extpfeil.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,e,a={646:function(t,e,a){Object.defineProperty(e,"__esModule",{value:!0}),e.ExtpfeilConfiguration=e.ExtpfeilMethods=void 0;var o=a(251),n=a(871),r=a(939),i=a(892),u=a(417),x=a(402);e.ExtpfeilMethods={},e.ExtpfeilMethods.xArrow=r.AmsMethods.xArrow,e.ExtpfeilMethods.NewExtArrow=function(t,a){var o=t.GetArgument(a),n=t.GetArgument(a),r=t.GetArgument(a);if(!o.match(/^\\([a-z]+|.)$/i))throw new x.default("NewextarrowArg1","First argument to %1 must be a control sequence name",a);if(!n.match(/^(\d+),(\d+)$/))throw new x.default("NewextarrowArg2","Second argument to %1 must be two integers separated by a comma",a);if(!r.match(/^(\d+|0x[0-9A-F]+)$/i))throw new x.default("NewextarrowArg3","Third argument to %1 must be a unicode character number",a);o=o.substr(1);var u=n.split(",");i.default.addMacro(t,o,e.ExtpfeilMethods.xArrow,[parseInt(r),parseInt(u[0]),parseInt(u[1])])},new n.CommandMap("extpfeil",{xtwoheadrightarrow:["xArrow",8608,12,16],xtwoheadleftarrow:["xArrow",8606,17,13],xmapsto:["xArrow",8614,6,7],xlongequal:["xArrow",61,7,7],xtofrom:["xArrow",8644,12,12],Newextarrow:"NewExtArrow"},e.ExtpfeilMethods);e.ExtpfeilConfiguration=o.Configuration.create("extpfeil",{handler:{macro:["extpfeil"]},init:function(t){u.NewcommandConfiguration.init(t)}})},955:function(t,e){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,e.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Configuration=MathJax._.input.tex.Configuration.Configuration,e.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,e.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},871:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,e.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,e.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,e.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,e.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,e.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,e.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,e.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},402:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.TexError.default},939:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.AmsMethods=MathJax._.input.tex.ams.AmsMethods.AmsMethods,e.NEW_OPS=MathJax._.input.tex.ams.AmsMethods.NEW_OPS},417:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.NewcommandConfiguration=MathJax._.input.tex.newcommand.NewcommandConfiguration.NewcommandConfiguration},892:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.newcommand.NewcommandUtil.default}},o={};function n(t){var e=o[t];if(void 0!==e)return e.exports;var r=o[t]={exports:{}};return a[t](r,r.exports,n),r.exports}t=n(955),e=n(646),(0,t.r8)({_:{input:{tex:{extpfeil:{ExtpfeilConfiguration:e}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/gensymb.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var a,t,n={82:function(a,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.GensymbConfiguration=void 0;var e=n(251),o=n(108);new(n(871).CharacterMap)("gensymb-symbols",(function(a,t){var n=t.attributes||{};n.mathvariant=o.TexConstant.Variant.NORMAL,n.class="MathML-Unit";var e=a.create("token","mi",n,t.char);a.Push(e)}),{ohm:"\u2126",degree:"\xb0",celsius:"\u2103",perthousand:"\u2030",micro:"\xb5"}),t.GensymbConfiguration=e.Configuration.create("gensymb",{handler:{macro:["gensymb-symbols"]}})},955:function(a,t){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,t.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Configuration=MathJax._.input.tex.Configuration.Configuration,t.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,t.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},871:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,t.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,t.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,t.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,t.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,t.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,t.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,t.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},108:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.TexConstant=MathJax._.input.tex.TexConstants.TexConstant}},e={};function o(a){var t=e[a];if(void 0!==t)return t.exports;var i=e[a]={exports:{}};return n[a](i,i.exports,o),i.exports}a=o(955),t=o(82),(0,a.r8)({_:{input:{tex:{gensymb:{GensymbConfiguration:t}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/html.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,a,e,n={738:function(t,a,e){Object.defineProperty(a,"__esModule",{value:!0}),a.HtmlConfiguration=void 0;var n=e(251),r=e(871),o=e(248);new r.CommandMap("html_macros",{href:"Href",class:"Class",style:"Style",cssId:"Id"},o.default),a.HtmlConfiguration=n.Configuration.create("html",{handler:{macro:["html_macros"]}})},248:function(t,a,e){Object.defineProperty(a,"__esModule",{value:!0});var n=e(748),r={Href:function(t,a){var e=t.GetArgument(a),r=o(t,a);n.default.setAttribute(r,"href",e),t.Push(r)},Class:function(t,a){var e=t.GetArgument(a),r=o(t,a),i=n.default.getAttribute(r,"class");i&&(e=i+" "+e),n.default.setAttribute(r,"class",e),t.Push(r)},Style:function(t,a){var e=t.GetArgument(a),r=o(t,a),i=n.default.getAttribute(r,"style");i&&(";"!==e.charAt(e.length-1)&&(e+=";"),e=i+" "+e),n.default.setAttribute(r,"style",e),t.Push(r)},Id:function(t,a){var e=t.GetArgument(a),r=o(t,a);n.default.setAttribute(r,"id",e),t.Push(r)}},o=function(t,a){var e=t.ParseArg(a);if(!n.default.isInferred(e))return e;var r=n.default.getChildren(e);if(1===r.length)return r[0];var o=t.create("node","mrow");return n.default.copyChildren(e,o),n.default.copyAttributes(e,o),o};a.default=r},955:function(t,a){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,a.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.Configuration=MathJax._.input.tex.Configuration.Configuration,a.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,a.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},748:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.default=MathJax._.input.tex.NodeUtil.default},871:function(t,a){Object.defineProperty(a,"__esModule",{value:!0}),a.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,a.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,a.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,a.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,a.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,a.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,a.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,a.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap}},r={};function o(t){var a=r[t];if(void 0!==a)return a.exports;var e=r[t]={exports:{}};return n[t](e,e.exports,o),e.exports}t=o(955),a=o(738),e=o(248),(0,t.r8)({_:{input:{tex:{html:{HtmlConfiguration:a,HtmlMethods:e}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/noerrors.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var o,n,r={634:function(o,n,r){Object.defineProperty(n,"__esModule",{value:!0}),n.NoErrorsConfiguration=void 0;var t=r(251);n.NoErrorsConfiguration=t.Configuration.create("noerrors",{nodes:{error:function(o,n,r,t){var e=o.create("token","mtext",{},t.replace(/\n/g," "));return o.create("node","merror",[e],{"data-mjx-error":n,title:n})}}})},955:function(o,n){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,n.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(o,n){Object.defineProperty(n,"__esModule",{value:!0}),n.Configuration=MathJax._.input.tex.Configuration.Configuration,n.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,n.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration}},t={};function e(o){var n=t[o];if(void 0!==n)return n.exports;var a=t[o]={exports:{}};return r[o](a,a.exports,e),a.exports}o=e(955),n=e(634),(0,o.r8)({_:{input:{tex:{noerrors:{NoErrorsConfiguration:n}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/noundefined.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var n,o,t={999:function(n,o,t){var e=this&&this.__values||function(n){var o="function"==typeof Symbol&&Symbol.iterator,t=o&&n[o],e=0;if(t)return t.call(n);if(n&&"number"==typeof n.length)return{next:function(){return n&&e>=n.length&&(n=void 0),{value:n&&n[e++],done:!n}}};throw new TypeError(o?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(o,"__esModule",{value:!0}),o.NoUndefinedConfiguration=void 0;var r=t(251);o.NoUndefinedConfiguration=r.Configuration.create("noundefined",{fallback:{macro:function(n,o){var t,r,i=n.create("text","\\"+o),a=n.options.noundefined||{},u={};try{for(var f=e(["color","background","size"]),l=f.next();!l.done;l=f.next()){var c=l.value;a[c]&&(u["math"+c]=a[c])}}catch(n){t={error:n}}finally{try{l&&!l.done&&(r=f.return)&&r.call(f)}finally{if(t)throw t.error}}n.Push(n.create("node","mtext",[],u,i))}},options:{noundefined:{color:"red",background:"",size:""}},priority:3})},955:function(n,o){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,o.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(n,o){Object.defineProperty(o,"__esModule",{value:!0}),o.Configuration=MathJax._.input.tex.Configuration.Configuration,o.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,o.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration}},e={};function r(n){var o=e[n];if(void 0!==o)return o.exports;var i=e[n]={exports:{}};return t[n].call(i.exports,i,i.exports,r),i.exports}n=r(955),o=r(999),(0,n.r8)({_:{input:{tex:{noundefined:{NoUndefinedConfiguration:o}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/require.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var e,t,a={778:function(e,t,a){var o=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],o=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},r=this&&this.__read||function(e,t){var a="function"==typeof Symbol&&e[Symbol.iterator];if(!a)return e;var o,r,n=a.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=n.next()).done;)i.push(o.value)}catch(e){r={error:e}}finally{try{o&&!o.done&&(a=n.return)&&a.call(n)}finally{if(r)throw r.error}}return i},n=this&&this.__spreadArray||function(e,t){for(var a=0,o=t.length,r=e.length;a=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.SetOptionsConfiguration=e.SetOptionsUtil=void 0;var n=a(251),i=a(871),r=a(402),l=a(398),p=a(924),s=a(360),u=a(74);e.SetOptionsUtil={filterPackage:function(t,e){if("tex"!==e&&!n.ConfigurationHandler.get(e))throw new r.default("NotAPackage","Not a defined package: %1",e);var a=t.options.setoptions,o=a.allowOptions[e];if(void 0===o&&!a.allowPackageDefault||!1===o)throw new r.default("PackageNotSettable",'Options can\'t be set for package "%1"',e);return!0},filterOption:function(t,e,a){var o,n=t.options.setoptions,i=n.allowOptions[e]||{},l=i.hasOwnProperty(a)&&!u.isObject(i[a])?i[a]:null;if(!1===l||null===l&&!n.allowOptionsDefault)throw new r.default("OptionNotSettable",'Option "%1" is not allowed to be set',a);if(!(null===(o="tex"===e?t.options:t.options[e])||void 0===o?void 0:o.hasOwnProperty(a)))throw"tex"===e?new r.default("InvalidTexOption",'Invalid TeX option "%1"',a):new r.default("InvalidOptionKey",'Invalid option "%1" for package "%2"',a,e);return!0},filterValue:function(t,e,a,o){return o}};var f=new i.CommandMap("setoptions",{setOptions:"SetOptions"},{SetOptions:function(t,e){var a,n,i=t.GetBrackets(e)||"tex",r=l.default.keyvalOptions(t.GetArgument(e)),p=t.options.setoptions;if(p.filterPackage(t,i))try{for(var s=o(Object.keys(r)),u=s.next();!u.done;u=s.next()){var f=u.value;p.filterOption(t,i,f)&&(("tex"===i?t.options:t.options[i])[f]=p.filterValue(t,i,f,r[f]))}}catch(t){a={error:t}}finally{try{u&&!u.done&&(n=s.return)&&n.call(s)}finally{if(a)throw a.error}}}});e.SetOptionsConfiguration=n.Configuration.create("setoptions",{handler:{macro:["setoptions"]},config:function(t,e){var a=e.parseOptions.handlers.get("macro").lookup("require");a&&(f.add("Require",new p.Macro("Require",a._func)),f.add("require",new p.Macro("require",s.default.Macro,["\\Require{#2}\\setOptions[#2]{#1}",2,""])))},priority:3,options:{setoptions:{filterPackage:e.SetOptionsUtil.filterPackage,filterOption:e.SetOptionsUtil.filterOption,filterValue:e.SetOptionsUtil.filterValue,allowPackageDefault:!0,allowOptionsDefault:!0,allowOptions:u.expandable({tex:{FindTeX:!1,formatError:!1,package:!1,baseURL:!1,tags:!1,maxBuffer:!1,maxMaxros:!1,macros:!1,environments:!1},setoptions:!1,autoload:!1,require:!1,configmacros:!1,tagformat:!1})}}})},955:function(t,e){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,e.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},74:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=MathJax._.util.Options.isObject,e.APPEND=MathJax._.util.Options.APPEND,e.REMOVE=MathJax._.util.Options.REMOVE,e.OPTIONS=MathJax._.util.Options.OPTIONS,e.Expandable=MathJax._.util.Options.Expandable,e.expandable=MathJax._.util.Options.expandable,e.makeArray=MathJax._.util.Options.makeArray,e.keys=MathJax._.util.Options.keys,e.copy=MathJax._.util.Options.copy,e.insert=MathJax._.util.Options.insert,e.defaultOptions=MathJax._.util.Options.defaultOptions,e.userOptions=MathJax._.util.Options.userOptions,e.selectOptions=MathJax._.util.Options.selectOptions,e.selectOptionsFromKeys=MathJax._.util.Options.selectOptionsFromKeys,e.separateOptions=MathJax._.util.Options.separateOptions,e.lookup=MathJax._.util.Options.lookup},251:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Configuration=MathJax._.input.tex.Configuration.Configuration,e.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,e.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},398:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.ParseUtil.default},924:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Symbol=MathJax._.input.tex.Symbol.Symbol,e.Macro=MathJax._.input.tex.Symbol.Macro},871:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,e.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,e.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,e.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,e.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,e.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,e.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,e.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},402:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.TexError.default},360:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.base.BaseMethods.default}},o={};function n(t){var e=o[t];if(void 0!==e)return e.exports;var i=o[t]={exports:{}};return a[t].call(i.exports,i,i.exports,n),i.exports}t=n(955),e=n(596),(0,t.r8)({_:{input:{tex:{setoptions:{SetOptionsConfiguration:e}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/tagformat.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,o,n={941:function(t,o,n){var a,r=this&&this.__extends||(a=function(t,o){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(t[n]=o[n])})(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=t}a(t,o),t.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)});Object.defineProperty(o,"__esModule",{value:!0}),o.TagFormatConfiguration=o.tagformatConfig=void 0;var e=n(251),i=n(680),s=0;function u(t,o){var n=o.parseOptions.options.tags;"base"!==n&&t.tags.hasOwnProperty(n)&&i.TagsFactory.add(n,t.tags[n]);var a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return r(n,t),n.prototype.formatNumber=function(t){return o.parseOptions.options.tagformat.number(t)},n.prototype.formatTag=function(t){return o.parseOptions.options.tagformat.tag(t)},n.prototype.formatId=function(t){return o.parseOptions.options.tagformat.id(t)},n.prototype.formatUrl=function(t,n){return o.parseOptions.options.tagformat.url(t,n)},n}(i.TagsFactory.create(o.parseOptions.options.tags).constructor),e="configTags-"+ ++s;i.TagsFactory.add(e,a),o.parseOptions.options.tags=e}o.tagformatConfig=u,o.TagFormatConfiguration=e.Configuration.create("tagformat",{config:[u,10],options:{tagformat:{number:function(t){return t.toString()},tag:function(t){return"("+t+")"},id:function(t){return"mjx-eqn:"+t.replace(/\s/g,"_")},url:function(t,o){return o+"#"+encodeURIComponent(t)}}}})},955:function(t,o){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,o.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(t,o){Object.defineProperty(o,"__esModule",{value:!0}),o.Configuration=MathJax._.input.tex.Configuration.Configuration,o.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,o.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},680:function(t,o){Object.defineProperty(o,"__esModule",{value:!0}),o.Label=MathJax._.input.tex.Tags.Label,o.TagInfo=MathJax._.input.tex.Tags.TagInfo,o.AbstractTags=MathJax._.input.tex.Tags.AbstractTags,o.NoTags=MathJax._.input.tex.Tags.NoTags,o.AllTags=MathJax._.input.tex.Tags.AllTags,o.TagsFactory=MathJax._.input.tex.Tags.TagsFactory}},a={};function r(t){var o=a[t];if(void 0!==o)return o.exports;var e=a[t]={exports:{}};return n[t].call(e.exports,e,e.exports,r),e.exports}t=r(955),o=r(941),(0,t.r8)({_:{input:{tex:{tagformat:{TagFormatConfiguration:o}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/unicode.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,e,a={376:function(t,e,a){Object.defineProperty(e,"__esModule",{value:!0}),e.UnicodeConfiguration=e.UnicodeMethods=void 0;var n=a(251),o=a(402),i=a(871),r=a(398),u=a(748),l=a(992);e.UnicodeMethods={};var c={};e.UnicodeMethods.Unicode=function(t,e){var a=t.GetBrackets(e),n=null,i=null;a&&(a.replace(/ /g,"").match(/^(\d+(\.\d*)?|\.\d+),(\d+(\.\d*)?|\.\d+)$/)?(n=a.replace(/ /g,"").split(/,/),i=t.GetBrackets(e)):i=a);var p=r.default.trimSpaces(t.GetArgument(e)).replace(/^0x/,"x");if(!p.match(/^(x[0-9A-Fa-f]+|[0-9]+)$/))throw new o.default("BadUnicode","Argument to \\unicode must be a number");var M=parseInt(p.match(/^x/)?"0"+p:p);c[M]?i||(i=c[M][2]):c[M]=[800,200,i,M],n&&(c[M][0]=Math.floor(1e3*parseFloat(n[0])),c[M][1]=Math.floor(1e3*parseFloat(n[1])));var d=t.stack.env.font,s={};i?(c[M][2]=s.fontfamily=i.replace(/'/g,"'"),d&&(d.match(/bold/)&&(s.fontweight="bold"),d.match(/italic|-mathit/)&&(s.fontstyle="italic"))):d&&(s.mathvariant=d);var x=t.create("token","mtext",s,l.numeric(p));u.default.setProperty(x,"unicode",!0),t.Push(x)},new i.CommandMap("unicode",{unicode:"Unicode"},e.UnicodeMethods),e.UnicodeConfiguration=n.Configuration.create("unicode",{handler:{macro:["unicode"]}})},955:function(t,e){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,e.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},992:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.options=MathJax._.util.Entities.options,e.entities=MathJax._.util.Entities.entities,e.add=MathJax._.util.Entities.add,e.remove=MathJax._.util.Entities.remove,e.translate=MathJax._.util.Entities.translate,e.numeric=MathJax._.util.Entities.numeric},251:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Configuration=MathJax._.input.tex.Configuration.Configuration,e.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,e.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},748:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.NodeUtil.default},398:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.ParseUtil.default},871:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,e.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,e.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,e.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,e.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,e.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,e.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,e.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},402:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=MathJax._.input.tex.TexError.default}},n={};function o(t){var e=n[t];if(void 0!==e)return e.exports;var i=n[t]={exports:{}};return a[t](i,i.exports,o),i.exports}t=o(955),e=o(376),(0,t.r8)({_:{input:{tex:{unicode:{UnicodeConfiguration:e}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/upgreek.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var a,t,p={927:function(a,t,p){Object.defineProperty(t,"__esModule",{value:!0}),t.UpgreekConfiguration=void 0;var e=p(251),n=p(871),o=p(108);new n.CharacterMap("upgreek",(function(a,t){var p=t.attributes||{};p.mathvariant=o.TexConstant.Variant.NORMAL;var e=a.create("token","mi",p,t.char);a.Push(e)}),{upalpha:"\u03b1",upbeta:"\u03b2",upgamma:"\u03b3",updelta:"\u03b4",upepsilon:"\u03f5",upzeta:"\u03b6",upeta:"\u03b7",uptheta:"\u03b8",upiota:"\u03b9",upkappa:"\u03ba",uplambda:"\u03bb",upmu:"\u03bc",upnu:"\u03bd",upxi:"\u03be",upomicron:"\u03bf",uppi:"\u03c0",uprho:"\u03c1",upsigma:"\u03c3",uptau:"\u03c4",upupsilon:"\u03c5",upphi:"\u03d5",upchi:"\u03c7",uppsi:"\u03c8",upomega:"\u03c9",upvarepsilon:"\u03b5",upvartheta:"\u03d1",upvarpi:"\u03d6",upvarrho:"\u03f1",upvarsigma:"\u03c2",upvarphi:"\u03c6",Upgamma:"\u0393",Updelta:"\u0394",Uptheta:"\u0398",Uplambda:"\u039b",Upxi:"\u039e",Uppi:"\u03a0",Upsigma:"\u03a3",Upupsilon:"\u03a5",Upphi:"\u03a6",Uppsi:"\u03a8",Upomega:"\u03a9"}),t.UpgreekConfiguration=e.Configuration.create("upgreek",{handler:{macro:["upgreek"]}})},955:function(a,t){MathJax._.components.global.isObject,MathJax._.components.global.combineConfig,MathJax._.components.global.combineDefaults,t.r8=MathJax._.components.global.combineWithMathJax,MathJax._.components.global.MathJax},251:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Configuration=MathJax._.input.tex.Configuration.Configuration,t.ConfigurationHandler=MathJax._.input.tex.Configuration.ConfigurationHandler,t.ParserConfiguration=MathJax._.input.tex.Configuration.ParserConfiguration},871:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractSymbolMap=MathJax._.input.tex.SymbolMap.AbstractSymbolMap,t.RegExpMap=MathJax._.input.tex.SymbolMap.RegExpMap,t.AbstractParseMap=MathJax._.input.tex.SymbolMap.AbstractParseMap,t.CharacterMap=MathJax._.input.tex.SymbolMap.CharacterMap,t.DelimiterMap=MathJax._.input.tex.SymbolMap.DelimiterMap,t.MacroMap=MathJax._.input.tex.SymbolMap.MacroMap,t.CommandMap=MathJax._.input.tex.SymbolMap.CommandMap,t.EnvironmentMap=MathJax._.input.tex.SymbolMap.EnvironmentMap},108:function(a,t){Object.defineProperty(t,"__esModule",{value:!0}),t.TexConstant=MathJax._.input.tex.TexConstants.TexConstant}},e={};function n(a){var t=e[a];if(void 0!==t)return t.exports;var o=e[a]={exports:{}};return p[a](o,o.exports,n),o.exports}a=n(955),t=n(927),(0,a.r8)({_:{input:{tex:{upgreek:{UpgreekConfiguration:t}}}}})}();
--------------------------------------------------------------------------------
/js/mathjax/input/tex/extensions/verb.js:
--------------------------------------------------------------------------------
1 | !function(){"use strict";var t,a,e={768:function(t,a,e){Object.defineProperty(a,"__esModule",{value:!0}),a.VerbConfiguration=a.VerbMethods=void 0;var n=e(251),o=e(108),r=e(871),i=e(402);a.VerbMethods={},a.VerbMethods.Verb=function(t,a){var e=t.GetNext(),n=++t.i;if(""===e)throw new i.default("MissingArgFor","Missing argument for %1",a);for(;t.i=t.length&&(t=void 0),{value:t&&t[a++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},a=this&&this.__read||function(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var a,n,o=r.call(t),i=[];try{for(;(void 0===e||e-- >0)&&!(a=o.next()).done;)i.push(a.value)}catch(t){n={error:t}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i};Object.defineProperty(e,"__esModule",{value:!0}),e.loadLatest=void 0;var n=new Map([["cdnjs.cloudflare.com",{api:"https://api.cdnjs.com/libraries/mathjax?fields=version",key:"version",base:"https://cdnjs.cloudflare.com/ajax/libs/mathjax/"}],["rawcdn.githack.com",{api:"https://api.github.com/repos/mathjax/mathjax/releases/latest",key:"tag_name",base:"https://rawcdn.githack.com/mathjax/MathJax/"}],["gitcdn.xyz",{api:"https://api.github.com/repos/mathjax/mathjax/releases/latest",key:"tag_name",base:"https://gitcdn.xyz/mathjax/MathJax/"}],["cdn.statically.io",{api:"https://api.github.com/repos/mathjax/mathjax/releases/latest",key:"tag_name",base:"https://cdn.statically.io/gh/mathjax/MathJax/"}],["unpkg.com",{api:"https://api.github.com/repos/mathjax/mathjax/releases/latest",key:"tag_name",base:"https://unpkg.com/mathjax@"}],["cdn.jsdelivr.net",{api:"https://api.github.com/repos/mathjax/mathjax/releases/latest",key:"tag_name",base:"https://cdn.jsdelivr.net/npm/mathjax@"}]]),o={api:"https://api.github.com/repos/mathjax/mathjax/releases",key:"tag_name"},i="mjx-latest-version",c=null;function s(t){console&&console.error&&console.error("MathJax(latest.js): "+t)}function l(t,e){void 0===e&&(e=null),t.parentNode.removeChild(t);var r=t.src,a=r.replace(/.*?\/latest\.js(\?|$)/,"");""===a&&(a="startup.js",r=r.replace(/\?$/,"")+"?"+a);var n=(r.match(/(\d+\.\d+\.\d+)(\/es\d+)?\/latest.js\?/)||["",""])[1],o=(r.match(/(\/es\d+)\/latest.js\?/)||["",""])[1]||"";return{tag:t,src:r,id:t.id,version:n,dir:o,file:a,cdn:e}}function u(t){var e,a;try{for(var o=r(n.keys()),i=o.next();!i.done;i=o.next()){var c=i.value,s=n.get(c),u=s.base,d=t.src;if(d&&d.substr(0,u.length)===u&&d.match(/\/latest\.js(\?|$)/))return l(t,s)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(a=o.return)&&a.call(o)}finally{if(e)throw e.error}}return null}function d(t,e){var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src=t,e&&(r.id=e);var a=document.head||document.getElementsByTagName("head")[0]||document.body;a?a.appendChild(r):s("Can't find the document element")}function h(){c?d(c.src.replace(/\/latest\.js\?/,"/"),c.id):s("Can't determine the URL for loading MathJax")}function f(t){c.version&&c.version!==t&&(c.file="latest.js?"+c.file),d(c.cdn.base+t+c.dir+"/"+c.file,c.id)}function p(t){return 3===parseInt(t.split(/\./)[0])&&!t.match(/-(beta|rc)/)&&(function(t){try{var e=t+" "+Date.now();localStorage.setItem(i,e)}catch(t){}}(t),f(t),!0)}function m(t,e,r){var a=function(){if(window.XMLHttpRequest)return new XMLHttpRequest;if(window.ActiveXObject){try{return new window.ActiveXObject("Msxml2.XMLHTTP")}catch(t){}try{return new window.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}return null}();a?(a.onreadystatechange=function(){4===a.readyState&&(200===a.status?!e(JSON.parse(a.responseText))&&r():(s("Problem acquiring MathJax version: status = "+a.status),r()))},a.open("GET",t.api,!0),a.send(null)):(s("Can't create XMLHttpRequest object"),r())}function y(){m(c.cdn,(function(t){return t instanceof Array&&(t=t[0]),p(t[c.cdn.key])||m(o,(function(t){var e,a;if(!(t instanceof Array))return!1;try{for(var n=r(t),i=n.next();!i.done;i=n.next())if(p(i.value[o.key]))return!0}catch(t){e={error:t}}finally{try{i&&!i.done&&(a=n.return)&&a.call(n)}finally{if(e)throw e.error}}return!1}),h),!0}),h)}e.loadLatest=function(){if((c=function(){var t,e;if(document.currentScript)return l(document.currentScript);var a=document.getElementById("MathJax-script");if(a&&"script"===a.nodeName.toLowerCase())return u(a);var n=document.getElementsByTagName("script");try{for(var o=r(Array.from(n)),i=o.next();!i.done;i=o.next()){var c=u(i.value);if(c)return c}}catch(e){t={error:e}}finally{try{i&&!i.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}return null}())&&c.cdn){var t=function(){try{var t=a(localStorage.getItem(i).split(/ /),2),e=t[0],r=t[1];if(r&&Date.now()-parseInt(r)<6048e5)return e}catch(t){}return null}();t?f(t):y()}else h()}}},e={};function r(a){var n=e[a];if(void 0!==n)return n.exports;var o=e[a]={exports:{}};return t[a].call(o.exports,o,o.exports,r),o.exports}r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,{a:e}),e},r.d=function(t,e){for(var a in e)r.o(e,a)&&!r.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:e[a]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},(0,r(907).loadLatest)()}();
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff
--------------------------------------------------------------------------------
/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Zero.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/js/mathjax/output/chtml/fonts/woff-v2/MathJax_Zero.woff
--------------------------------------------------------------------------------
/js/mathjax/sre/sre-node.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | var SRE = require("speech-rule-engine");
4 | global.SRE = SRE;
5 | global.sre = Object.create(SRE);
6 | global.sre.Engine = {
7 | isReady: function () {
8 | return SRE.engineReady();
9 | }
10 | };
11 | //# sourceMappingURL=sre-node.js.map
--------------------------------------------------------------------------------
/webfonts/fa-brands-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-brands-400.ttf
--------------------------------------------------------------------------------
/webfonts/fa-brands-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-brands-400.woff2
--------------------------------------------------------------------------------
/webfonts/fa-regular-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-regular-400.ttf
--------------------------------------------------------------------------------
/webfonts/fa-regular-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-regular-400.woff2
--------------------------------------------------------------------------------
/webfonts/fa-solid-900.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-solid-900.ttf
--------------------------------------------------------------------------------
/webfonts/fa-solid-900.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-solid-900.woff2
--------------------------------------------------------------------------------
/webfonts/fa-v4compatibility.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-v4compatibility.ttf
--------------------------------------------------------------------------------
/webfonts/fa-v4compatibility.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Fsu0413/QtCompile/c20b5c406e4ea9ec3b68e1adf25eae3078db02f1/webfonts/fa-v4compatibility.woff2
--------------------------------------------------------------------------------