From 72d8b4e6bee0ffac79e96dd649a9da2adb86b507 Mon Sep 17 00:00:00 2001 From: name Date: Wed, 27 Sep 2023 11:34:23 +0000 Subject: 2023-09-26 --- docusaurus/static/.htaccess | 1 + .../chunks/pages/examples-26aec7eb12db3258.js | 0 .../static/images/blueLaptopLarge_2mT4E7sC.png | 0 .../static/images/blueLaptopSmall_2HE8DlL-.png | 0 .../static/images/purpleLaptopLarge_3J6pajKV.png | 0 .../static/images/purpleLaptopSmall_QQ5wFSVR.png | 0 .../static/images/tealLaptopLarge_2Y_KGBw9.png | 0 .../static/images/tealLaptopSmall_1Xxic2d8.png | 0 .../libs/wolfree/2023.8.31/css/Placeholder.css | 85 +++++ .../ajax/libs/wolfree/2023.8.31/css/PodsParser.css | 120 +++++++ .../ajax/libs/wolfree/23.7.8/css/Placeholder.css | 90 ----- .../ajax/libs/wolfree/23.7.8/css/PodsParser.css | 125 ------- .../static/ajax/libs/wolfree/23.7.8/js/AJAX.js | 56 --- .../static/ajax/libs/wolfree/23.7.8/js/AppID.js | 57 --- .../ajax/libs/wolfree/23.7.8/js/Entrypoint.js | 26 -- .../ajax/libs/wolfree/23.7.8/js/Placeholder.js | 69 ---- .../static/ajax/libs/wolfree/23.7.8/js/Pods.js | 56 --- .../ajax/libs/wolfree/23.7.8/js/PodsParser.js | 201 ----------- .../ajax/libs/wolfree/23.7.8/js/PostProcessor.js | 63 ---- .../ajax/libs/wolfree/23.7.8/js/Preprocessor.js | 29 -- .../ajax/libs/wolfree/23.7.8/js/Processor.js | 54 --- .../ajax/libs/wolfree/23.7.8/js/SearchParams.js | 44 --- .../static/ajax/libs/wolfree/23.7.8/js/onload.js | 51 --- docusaurus/static/instances.json | 2 +- docusaurus/static/n/v1/api/autocomplete/index.html | 5 + docusaurus/static/n/v1/api/randomizer | 14 + .../static/n/v1/api/samplefiles/fileinput/examples | 0 docusaurus/static/n/v1/api/sourcer/dataSources | 12 + docusaurus/static/n/v1/api/sourcer/index.html | 10 + docusaurus/static/users/me/account | 388 +++++++++++++++++++++ 30 files changed, 636 insertions(+), 922 deletions(-) create mode 100644 docusaurus/static/.htaccess create mode 100644 docusaurus/static/_next/static/chunks/pages/examples-26aec7eb12db3258.js create mode 100644 docusaurus/static/_next/static/images/blueLaptopLarge_2mT4E7sC.png create mode 100644 docusaurus/static/_next/static/images/blueLaptopSmall_2HE8DlL-.png create mode 100644 docusaurus/static/_next/static/images/purpleLaptopLarge_3J6pajKV.png create mode 100644 docusaurus/static/_next/static/images/purpleLaptopSmall_QQ5wFSVR.png create mode 100644 docusaurus/static/_next/static/images/tealLaptopLarge_2Y_KGBw9.png create mode 100644 docusaurus/static/_next/static/images/tealLaptopSmall_1Xxic2d8.png create mode 100644 docusaurus/static/ajax/libs/wolfree/2023.8.31/css/Placeholder.css create mode 100644 docusaurus/static/ajax/libs/wolfree/2023.8.31/css/PodsParser.css delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/AJAX.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/AppID.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/Entrypoint.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/Placeholder.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/Pods.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/PodsParser.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/PostProcessor.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/Preprocessor.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/Processor.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/SearchParams.js delete mode 100644 docusaurus/static/ajax/libs/wolfree/23.7.8/js/onload.js delete mode 100644 docusaurus/static/n/v1/api/samplefiles/fileinput/examples (limited to 'docusaurus/static') diff --git a/docusaurus/static/.htaccess b/docusaurus/static/.htaccess new file mode 100644 index 0000000..de377bf --- /dev/null +++ b/docusaurus/static/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /404.html diff --git a/docusaurus/static/_next/static/chunks/pages/examples-26aec7eb12db3258.js b/docusaurus/static/_next/static/chunks/pages/examples-26aec7eb12db3258.js new file mode 100644 index 0000000..e69de29 diff --git a/docusaurus/static/_next/static/images/blueLaptopLarge_2mT4E7sC.png b/docusaurus/static/_next/static/images/blueLaptopLarge_2mT4E7sC.png new file mode 100644 index 0000000..e69de29 diff --git a/docusaurus/static/_next/static/images/blueLaptopSmall_2HE8DlL-.png b/docusaurus/static/_next/static/images/blueLaptopSmall_2HE8DlL-.png new file mode 100644 index 0000000..e69de29 diff --git a/docusaurus/static/_next/static/images/purpleLaptopLarge_3J6pajKV.png b/docusaurus/static/_next/static/images/purpleLaptopLarge_3J6pajKV.png new file mode 100644 index 0000000..e69de29 diff --git a/docusaurus/static/_next/static/images/purpleLaptopSmall_QQ5wFSVR.png b/docusaurus/static/_next/static/images/purpleLaptopSmall_QQ5wFSVR.png new file mode 100644 index 0000000..e69de29 diff --git a/docusaurus/static/_next/static/images/tealLaptopLarge_2Y_KGBw9.png b/docusaurus/static/_next/static/images/tealLaptopLarge_2Y_KGBw9.png new file mode 100644 index 0000000..e69de29 diff --git a/docusaurus/static/_next/static/images/tealLaptopSmall_1Xxic2d8.png b/docusaurus/static/_next/static/images/tealLaptopSmall_1Xxic2d8.png new file mode 100644 index 0000000..e69de29 diff --git a/docusaurus/static/ajax/libs/wolfree/2023.8.31/css/Placeholder.css b/docusaurus/static/ajax/libs/wolfree/2023.8.31/css/Placeholder.css new file mode 100644 index 0000000..bcb9311 --- /dev/null +++ b/docusaurus/static/ajax/libs/wolfree/2023.8.31/css/Placeholder.css @@ -0,0 +1,85 @@ +/* SPDX-License-Identifier: AGPL-3.0-or-later */ + +.wolfree-placeholder { + display: flex; + width: 100%; + justify-content: center; + /* padding: 26px 40px 20px; */ + padding: 26px 0 0; +} + +.wolfree-placeholder>div { + position: relative; +} + +.wolfree-placeholder>div { + max-width: 780px; + width: 100%; +} + +.wolfree-placeholder>div>div { + box-shadow: 0 0 10px 0 hsla(0, 0%, 80%, 0.5), 0 0 1px 0 hsla(0, 0%, 80%, 0.5); + border-radius: 5px; +} + +.wolfree-placeholder>div>div>div { + min-height: 16vh; + background: #fdfdfd; + opacity: 1; + border-bottom: 1px solid transparent; +} + +.wolfree-placeholder>div>div>div:nth-of-type(1)>div { + background-image: linear-gradient(90deg, + #f5f5f5 50%, + #ebebeb 60%, + #f5f5f5 70%); + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.wolfree-placeholder>div>div>div:nth-of-type(2)>div { + background-image: linear-gradient(90deg, + #f5f5f5 30%, + #ebebeb 40%, + #f5f5f5 50%); +} + +.wolfree-placeholder>div>div>div:nth-of-type(3)>div { + background-image: linear-gradient(90deg, + #f5f5f5 10%, + #ebebeb 20%, + #f5f5f5 30%); +} + +.wolfree-placeholder>div>div>div>div { + height: 30px; + width: 100%; + display: flex; + flex-direction: row; + align-items: center; +} + +.wolfree-placeholder>div>div>div>div { + background-size: 1200%; + -webkit-animation-duration: 3.5s; + animation-duration: 3.5s; + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-name: _QC3H; + animation-name: _QC3H; + -webkit-animation-timing-function: cubic-bezier(0.55, 0.45, 1, 1); + animation-timing-function: cubic-bezier(0.55, 0.45, 1, 1); +} + +@keyframes _QC3H { + 0% { + background-position: 100% 0; + } + + to { + background-position: -100% 0; + } +} \ No newline at end of file diff --git a/docusaurus/static/ajax/libs/wolfree/2023.8.31/css/PodsParser.css b/docusaurus/static/ajax/libs/wolfree/2023.8.31/css/PodsParser.css new file mode 100644 index 0000000..34a43ad --- /dev/null +++ b/docusaurus/static/ajax/libs/wolfree/2023.8.31/css/PodsParser.css @@ -0,0 +1,120 @@ +/* SPDX-License-Identifier: AGPL-3.0-or-later */ + +.wolfree-pods { + display: flex; + width: 100%; + justify-content: center; + /* padding: 26px 0 20px; */ + padding: 26px 0 0; +} + +.wolfree-pods>div { + position: relative; +} + +.wolfree-pods>div { + max-width: 780px; + width: 100%; +} + +.wolfree-pods>div>div { + position: relative; +} + +.wolfree-pods>div>div>section { + box-shadow: 0 0 10px 0 hsla(0, 0%, 80%, 0.5), 0 0 1px 0 hsla(0, 0%, 80%, 0.5); + border-radius: 5px; + /* margin-bottom: 20px; */ + margin-bottom: 0; +} + +.wolfree-pods>div>div>section>section { + border-top-color: transparent; +} + +.wolfree-pods>div>div>section>section { + display: flex; + flex-direction: column; + position: relative; + background: #f5f5f5; + outline: none; + border-color: #fff transparent; + border-style: solid; + border-width: 1px; +} + +.wolfree-pods>div>div>section>section:first-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} + +.wolfree-pods>div>div>section>section>div:is(:first-child) { + min-height: 30px; + font-size: 13px; + font-family: WebRoboto, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, + メイリオ, Arial, Helvetica, sans-serif; + background: #f5f5f5; + display: flex; + justify-content: space-between; + align-items: center; + padding: 6px 20px; +} + +.wolfree-pods>div>div>section>section>div:is(:first-child)>h2 { + color: #678e9c; + margin-right: 20px; +} + +.wolfree-pods>div>div>section>section>div:is(:first-child)>select { + /* We style this element manually. */ + border-radius: 4px; + border-style: solid; + border-width: thin; + min-height: 20px; + cursor: pointer; + color: #ff6c00; + background-color: #fff; + border-color: #ec561a; + touch-action: manipulation; +} + +.wolfree-pods>div>div>section>section>div:not(:first-child) { + display: flex; + align-items: flex-end; + width: 100%; + height: 100%; + background: #fff; + border-radius: inherit; + padding: 6px 20px; +} + +.wolfree-pods>div>div>section>section>div:not(:first-child)>div { + position: relative; + flex: 1 1 auto; +} + +.wolfree-pods>div>div>section>section>div:not(:first-child)>div>img { + max-width: 100%; + /* width: 100%; */ + width: auto; +} + +.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>summary { + /* We style this element manually. */ + cursor: pointer; + touch-action: manipulation; +} + +.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>div { + /* We style this element manually. */ + padding: 1rem; + line-height: 2; + touch-action: manipulation; +} + +.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>textarea { + /* We style this element manually. */ + width: 99%; + height: 50vh; + touch-action: manipulation; +} \ No newline at end of file diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css b/docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css deleted file mode 100644 index b7553e2..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css +++ /dev/null @@ -1,90 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -.wolfree-placeholder { - display: flex; - width: 100%; - justify-content: center; - /* padding: 26px 40px 20px; */ - padding: 26px 0 0; -} - -.wolfree-placeholder>div { - position: relative; -} - -.wolfree-placeholder>div { - max-width: 780px; - width: 100%; -} - -.wolfree-placeholder>div>div { - box-shadow: 0 0 10px 0 hsla(0, 0%, 80%, 0.5), 0 0 1px 0 hsla(0, 0%, 80%, 0.5); - border-radius: 5px; -} - -.wolfree-placeholder>div>div>div { - min-height: 16vh; - background: #fdfdfd; - opacity: 1; - border-bottom: 1px solid transparent; -} - -.wolfree-placeholder>div>div>div:nth-of-type(1)>div { - background-image: linear-gradient(90deg, - #f5f5f5 50%, - #ebebeb 60%, - #f5f5f5 70%); - border-top-left-radius: 5px; - border-top-right-radius: 5px; -} - -.wolfree-placeholder>div>div>div:nth-of-type(2)>div { - background-image: linear-gradient(90deg, - #f5f5f5 30%, - #ebebeb 40%, - #f5f5f5 50%); -} - -.wolfree-placeholder>div>div>div:nth-of-type(3)>div { - background-image: linear-gradient(90deg, - #f5f5f5 10%, - #ebebeb 20%, - #f5f5f5 30%); -} - -.wolfree-placeholder>div>div>div>div { - height: 30px; - width: 100%; - display: flex; - flex-direction: row; - align-items: center; -} - -.wolfree-placeholder>div>div>div>div { - background-size: 1200%; - -webkit-animation-duration: 3.5s; - animation-duration: 3.5s; - -webkit-animation-fill-mode: forwards; - animation-fill-mode: forwards; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-name: _QC3H; - animation-name: _QC3H; - -webkit-animation-timing-function: cubic-bezier(0.55, 0.45, 1, 1); - animation-timing-function: cubic-bezier(0.55, 0.45, 1, 1); -} - -@keyframes _QC3H { - 0% { - background-position: 100% 0; - } - - to { - background-position: -100% 0; - } -} \ No newline at end of file diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css b/docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css deleted file mode 100644 index 179b1c6..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css +++ /dev/null @@ -1,125 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -.wolfree-pods { - display: flex; - width: 100%; - justify-content: center; - /* padding: 26px 0 20px; */ - padding: 26px 0 0; -} - -.wolfree-pods>div { - position: relative; -} - -.wolfree-pods>div { - max-width: 780px; - width: 100%; -} - -.wolfree-pods>div>div { - position: relative; -} - -.wolfree-pods>div>div>section { - box-shadow: 0 0 10px 0 hsla(0, 0%, 80%, 0.5), 0 0 1px 0 hsla(0, 0%, 80%, 0.5); - border-radius: 5px; - /* margin-bottom: 20px; */ - margin-bottom: 0; -} - -.wolfree-pods>div>div>section>section { - border-top-color: transparent; -} - -.wolfree-pods>div>div>section>section { - display: flex; - flex-direction: column; - position: relative; - background: #f5f5f5; - outline: none; - border-color: #fff transparent; - border-style: solid; - border-width: 1px; -} - -.wolfree-pods>div>div>section>section:first-child { - border-top-left-radius: inherit; - border-top-right-radius: inherit; -} - -.wolfree-pods>div>div>section>section>div:is(:first-child) { - min-height: 30px; - font-size: 13px; - font-family: WebRoboto, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, - メイリオ, Arial, Helvetica, sans-serif; - background: #f5f5f5; - display: flex; - justify-content: space-between; - align-items: center; - padding: 6px 20px; -} - -.wolfree-pods>div>div>section>section>div:is(:first-child)>h2 { - color: #678e9c; - margin-right: 20px; -} - -.wolfree-pods>div>div>section>section>div:is(:first-child)>select { - /* We style this element manually. */ - border-radius: 4px; - border-style: solid; - border-width: thin; - min-height: 20px; - cursor: pointer; - color: #ff6c00; - background-color: #fff; - border-color: #ec561a; - touch-action: manipulation; -} - -.wolfree-pods>div>div>section>section>div:not(:first-child) { - display: flex; - align-items: flex-end; - width: 100%; - height: 100%; - background: #fff; - border-radius: inherit; - padding: 6px 20px; -} - -.wolfree-pods>div>div>section>section>div:not(:first-child)>div { - position: relative; - flex: 1 1 auto; -} - -.wolfree-pods>div>div>section>section>div:not(:first-child)>div>img { - max-width: 100%; - /* width: 100%; */ - width: auto; -} - -.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>summary { - /* We style this element manually. */ - cursor: pointer; - touch-action: manipulation; -} - -.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>div { - /* We style this element manually. */ - padding: 1rem; - line-height: 2; - touch-action: manipulation; -} - -.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>textarea { - /* We style this element manually. */ - width: 99%; - height: 50vh; - touch-action: manipulation; -} \ No newline at end of file diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/AJAX.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/AJAX.js deleted file mode 100644 index 465787d..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/AJAX.js +++ /dev/null @@ -1,56 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -import SearchParams from "./SearchParams.js"; - -export default class AJAX { - ajax = async ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - } = {}) => { - try { - const data = new SearchParams().getSearchParams({ - input, - extraPodstates, - i2d, - }); - - const options = { - url: "https://api.wolframalpha.com/v2/query", - dataType: "jsonp", - traditional: true, - data, - }; - - try { - /** - * https://www.npmjs.com/package/@types/jquery - * @type {import('jQuery')} - */ - const response = await jQuery.ajax(options); - return ( - console.assert(response instanceof Object), - console.assert(response.hasOwnProperty("queryresult")), - { response } - ); - } catch (error) { - return ( - console.error( - { error }, - "We encountered an issue while attempting to retrieve a response from the Wolfram Alpha API using the jQuery library." - ), - { error } - ); - } - } catch (error) { - return console.error({ error }), { error }; - } - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/AppID.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/AppID.js deleted file mode 100644 index 070e4e1..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/AppID.js +++ /dev/null @@ -1,57 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -// To generate a new AppID: -// 1. Open Tor Browser and go to: https://products.wolframalpha.com/api/ -// 2. Click the orangish "Get API Access" button. You will go to: https://account.wolfram.com/login/oauth2/sign-in -// 3. Click the reddish "Create one" hyperlink to create a new Wolfram ID. You will go to: https://account.wolfram.com/login/create -// 4. Fill out the form using random alphanumeric characters. -// 5. Click the reddish "Create Wolfram ID" button. You will go to: https://developer.wolframalpha.com/portal/myapps/index.html -// 6. Click the orangish "Sign up to get your first AppID" button. -// 7. Fill out the form using random alphanumeric characters. -// 8. Click the orangish "Sign up" button. -// 9. Click the orangish "Get an AppID" button. -// 10. Fill out the form using random alphanumeric characters. -// 11. Click the orangish "Get AppID" button. - -export default class AppID { - appIDArray = Array(); - - constructor( - appIDArray = ["H9V325-HTALUWHKGK", "AKJTJT-LR5LL8WTG6", "LKY83U-XW6ATU9URU"] - ) { - (this.appIDArray = appIDArray), - Array.from(this.appIDArray).forEach( - (appID) => ( - console.assert(17 === appID.length), - console.assert(/[0-9A-Z]{6}-[0-9A-Z]{10}/.test(appID)) - ) - ); - } - - getAppID = ({ - appID = this.appIDArray[this.getRandomInt() % this.appIDArray.length], - } = {}) => { - try { - return appID; - } catch (error) { - return console.error({ error }), String(); - } - }; - - getRandomInt = ({ - randomInt = crypto.getRandomValues(new Uint32Array(1))[0], - } = {}) => { - try { - return randomInt; - } catch (error) { - return console.error({ error }), Number(); - } - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Entrypoint.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Entrypoint.js deleted file mode 100644 index 0fe9d31..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Entrypoint.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -import Processor from "./Processor.js"; -import Preprocessor from "./Preprocessor.js"; -import PostProcessor from "./PostProcessor.js"; - -export default async ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), -} = {}) => { - try { - new Preprocessor().process(); - await new Processor().process({ input, i2d, extraPodstates }); - new PostProcessor().process({ input, i2d }); - } catch (error) { - console.error({ error }); - } -}; diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Placeholder.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Placeholder.js deleted file mode 100644 index d5b45a6..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Placeholder.js +++ /dev/null @@ -1,69 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -export default class Placeholder { - className = "wolfree-placeholder"; - - placeholderHTML = ` -
-
-
-
-
-
-
-
-
- `; - - insert = ({ - container = document.querySelector( - "html > body > #__next > div > main > main > div:nth-of-type(1)" - ), - } = {}) => { - try { - return ( - container instanceof HTMLDivElement - ? container.insertAdjacentHTML("afterend", this.placeholderHTML) - : console.error({ container }), - { container } - ); - } catch (error) { - return ( - console.error( - { error }, - "Fail to insert the skeleton placeholder components." - ), - { error } - ); - } - }; - - remove = ({ - allPlaceholders = document.querySelectorAll( - `html > body > #__next > div > main > main > div.${this.className}` - ), - } = {}) => { - try { - return ( - console.assert(allPlaceholders.length === 1), - allPlaceholders.forEach((placeholder) => placeholder.remove()), - { allPlaceholders } - ); - } catch (error) { - return ( - console.error( - { error }, - "Fail to remove the skeleton placeholder components." - ), - { error } - ); - } - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Pods.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Pods.js deleted file mode 100644 index 7b31e48..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Pods.js +++ /dev/null @@ -1,56 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -export default class Pods { - insert = ({ - container = document.querySelector("main > div:nth-of-type(1)"), - html = String(), - } = {}) => { - try { - /** - * https://www.npmjs.com/package/@types/dompurify - * @type {import('DOMPurify')} - */ - return ( - container instanceof HTMLDivElement - ? container.insertAdjacentHTML( - "afterend", - globalThis.DOMPurify.sanitize(html) - ) - : console.error({ container }), - { container, html } - ); - } catch (error) { - return ( - console.error( - { error }, - "Fail to insert the results of the calculation." - ), - { error } - ); - } - }; - - remove = ({ - pods = document.querySelectorAll("main > div.wolfree-pods"), - } = {}) => { - try { - pods.forEach((element) => { - element.remove(); - }); - return { pods }; - } catch (error) { - console.error( - "Fail to remove the results of the previous calculation.", - error - ); - return { error }; - } - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/PodsParser.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/PodsParser.js deleted file mode 100644 index bfb0ab0..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/PodsParser.js +++ /dev/null @@ -1,201 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -export default class PodsParser { - parse = ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - response = { queryresult: { pods: Array() } }, - } = {}) => { - try { - return { html: this.buildHTML({ input, i2d, extraPodstates, response }) }; - } catch (error) { - return console.error({ error }), { error }; - } - }; - - buildHTML = ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - response = { queryresult: { pods: Array() } }, - } = {}) => { - return ` -
-
-
-
- ${this.parseQueryResult({ response })} - ${this.buildTechnicalInfo({ - input, - i2d, - extraPodstates, - response, - })} -
-
-
-
- `; - }; - - parseQueryResult = ({ response = { queryresult: { pods: Array() } } }) => { - const { queryresult } = response; - const { pods } = queryresult; - if (pods) { - return pods.map(this.parsePod).join(""); - } - return ""; - }; - - parsePod = ( - pod = { - title: String(), - states: Array(), - subpods: Array(), - } - ) => { - return ` -
- ${this.buildPodHeader(pod)} -
- ${pod.subpods.map(this.buildSubpod).join("")} -
- `; - }; - - buildPodHeader = (pod = { title: String(), states: Array() }) => { - return ` -
-

${this.escapeHTML(pod.title)}

- ${pod.states ? pod.states.map(this.buildSelectElement).join("") : ""} -
- `; - }; - - buildSubpod = ( - subpod = { img: { src: String(), alt: String() }, plaintext: String() } - ) => { - return ` -
- ${this.escapeHTML(subpod.img.alt)} -
-
-
${this.buildSubpodDetails(subpod)}
-
- `; - }; - - buildSubpodDetails = (subpod = { plaintext: String() }) => { - return ` -
- -
${this.escapeHTML(subpod.plaintext)}
-
-
- `; - }; - - buildSelectElement = (state = { value: String(), states: Array() }) => { - if (state.states) { - return ` - - `; - } - return ""; - }; - - buildOption = (state = { name: String() }) => { - return ` - - `; - }; - - buildTechnicalInfo = ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - response = { queryresult: { pods: Array() } }, - }) => { - return ` -
-

Technical information

-
-
${this.buildTechnicalInfoDetails({ - input, - i2d, - extraPodstates, - response, - })}
-
-
- `; - }; - - buildTechnicalInfoDetails = ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - response = { queryresult: { pods: Array() } }, - }) => { - return ` -
-
- If you have programming knowledge, feel free to explore the technical information provided below: -
- ${this.buildTextarea({ input, i2d, extraPodstates, response })} -
- `; - }; - - buildTextarea = ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - response = { queryresult: { pods: Array() } }, - }) => { - return ` - - `; - }; - - escapeHTML = (unsafe = String()) => { - return unsafe - .replace(/&/g, "&") - .replace(//g, ">") - .replace(/"/g, """) - .replace(/'/g, "'"); - }; -} - -// Can I escape HTML special chars in JavaScript? - Stack Overflow -// https://stackoverflow.com/questions/6234773/can-i-escape-html-special-chars-in-javascript - -// test case: -// https://www.wolframalpha.com/input?i=solve+%7By%27%28x%29+%3D+-2+y%2C+y%280%29%3D1%7D+from+0+to+10+using+r+k+f+algorithm diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/PostProcessor.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/PostProcessor.js deleted file mode 100644 index 1061d8a..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/PostProcessor.js +++ /dev/null @@ -1,63 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -import Placeholder from "./Placeholder.js"; -import Entrypoint from "./Entrypoint.js"; - -export default class PostProcessor { - process = ({ input = String(), i2d = Boolean() } = {}) => { - try { - new Placeholder().remove(); - - try { - document - .querySelectorAll( - "html > body > div#__next > div > main > main > div.wolfree-pods > div > div > section > section > div > div > div > details > div" - ) - .forEach((element = new HTMLElement()) => - element.setAttribute("contenteditable", "") - ); - } catch (error) { - console.error( - "Fail to make the plaintext in details tags easy to copy.", - error - ); - } - - try { - document - .querySelectorAll( - "html > body > div#__next > div > main > main > div.wolfree-pods > div > div > section > section > div:is(:first-child) > select" - ) - .forEach((element = new HTMLSelectElement()) => - element.addEventListener( - "change", - async (event = new Event(String())) => - Entrypoint({ - input, - i2d, - extraPodstates: [ - event.target instanceof HTMLSelectElement - ? event.target.value - : (console.error({ event }), String()), - ], - }) - ) - ); - } catch (error) { - console.error( - "Fail to set up the drop-down menu for problem-solving strategies.", - error - ); - } - } catch (error) { - console.error({ error }); - } - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Preprocessor.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Preprocessor.js deleted file mode 100644 index 5d88bbc..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Preprocessor.js +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -import Placeholder from "./Placeholder.js"; -import Pods from "./Pods.js"; - -export default class Preprocessor { - process = () => { - try { - try { - window.scroll(0, 0); - } catch (error) { - console.error({ error }, "Fail to scroll to the top of the webpage."); - } - - new Placeholder().insert(); - - new Pods().remove(); - } catch (error) { - console.error({ error }); - } - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Processor.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Processor.js deleted file mode 100644 index eaf9c2a..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/Processor.js +++ /dev/null @@ -1,54 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -import AJAX from "./AJAX.js"; -import PodsParser from "./PodsParser.js"; -import Pods from "./Pods.js"; - -export default class Processor { - process = async ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - } = {}) => { - try { - const { response } = await new AJAX().ajax({ - input, - i2d, - extraPodstates, - }); - - try { - const { html } = new PodsParser().parse({ - input, - i2d, - extraPodstates, - /** @type {any} */ - response, - }); - - try { - new Pods().remove(); - } catch (error) { - console.error(error); - } - - try { - new Pods().insert({ html }); - } catch (error) { - console.error(error); - } - } catch (error) { - console.error(error); - } - } catch (error) { - console.error(error); - } - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/SearchParams.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/SearchParams.js deleted file mode 100644 index 828d06f..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/SearchParams.js +++ /dev/null @@ -1,44 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -import AppID from "./AppID.js"; - -export default class SearchParams { - constructor({ getAppID = new AppID().getAppID } = {}) { - this.getAppID = getAppID; - } - - getSearchParams = ({ - input = String(), - i2d = Boolean(), - extraPodstates = Array(), - } = {}) => { - const appid = this.getAppID(); - return { - ...(appid && { appid }), - ...(input && { input }), - ...(i2d && { i2d }), - podstate: [ - "Step-by-step solution", - "Step-by-step", - "Show all steps", - ...extraPodstates, - // Note: extraPodstates must be the last item in the array. - // Otherwise, the Wolfram Alpha API may ignore the pod states in extraPodstates. - ], - output: "json", - reinterpret: true, - podtimeout: 30, - scantimeout: 30, - parsetimeout: 30, - totaltimeout: 30, - formattimeout: 30, - }; - }; -} diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/onload.js b/docusaurus/static/ajax/libs/wolfree/23.7.8/js/onload.js deleted file mode 100644 index 5767c4e..0000000 --- a/docusaurus/static/ajax/libs/wolfree/23.7.8/js/onload.js +++ /dev/null @@ -1,51 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * This file is part of Wolfree. - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - */ - -// @ts-check - -export default addEventListener( - "load", - () => ( - setTimeout( - () => - document - .querySelectorAll( - "html > body > #__next > div > main > main > div > div > section > form > div > div > input" - ) - .forEach((input) => - input instanceof HTMLInputElement - ? input.focus() - : console.error({ input }) - ), - 1000 - ), - [ - () => - document - .querySelectorAll( - 'html > body > #__next > div > main > main > div > div > div > section > section > div:is(:first-child) > ul > li' - ) - .forEach( - (li) => - li.innerHTML.includes("Step-by-step") && - (li instanceof HTMLElement - ? (li.style.display = "none") - : console.error({ li })) - ), - () => - (document.title = document.title.replace( - "- Wolfram|Alpha", - "- Free Wolfram|Alpha Step-by-step Solution - Wolfree" - )), - ].forEach( - (callback) => ( - setInterval(callback, 2000), addEventListener("click", callback) - ) - ), - scroll(0, 0) - ) -); diff --git a/docusaurus/static/instances.json b/docusaurus/static/instances.json index 89b54df..8e24e7e 100644 --- a/docusaurus/static/instances.json +++ b/docusaurus/static/instances.json @@ -39,4 +39,4 @@ "i2p": [], "loki": [] } -} +} \ No newline at end of file diff --git a/docusaurus/static/n/v1/api/autocomplete/index.html b/docusaurus/static/n/v1/api/autocomplete/index.html index e69de29..118947e 100644 --- a/docusaurus/static/n/v1/api/autocomplete/index.html +++ b/docusaurus/static/n/v1/api/autocomplete/index.html @@ -0,0 +1,5 @@ +{ + "query": "", + "instantMath": null, + "results": [] +} \ No newline at end of file diff --git a/docusaurus/static/n/v1/api/randomizer b/docusaurus/static/n/v1/api/randomizer index e69de29..f860a92 100644 --- a/docusaurus/static/n/v1/api/randomizer +++ b/docusaurus/static/n/v1/api/randomizer @@ -0,0 +1,14 @@ +{ + "en": { + "id": 0, + "query": "" + }, + "ja": { + "id": 0, + "query": "" + }, + "es": { + "id": 0, + "query": "" + } +} \ No newline at end of file diff --git a/docusaurus/static/n/v1/api/samplefiles/fileinput/examples b/docusaurus/static/n/v1/api/samplefiles/fileinput/examples deleted file mode 100644 index e69de29..0000000 diff --git a/docusaurus/static/n/v1/api/sourcer/dataSources b/docusaurus/static/n/v1/api/sourcer/dataSources index e69de29..6b56a3e 100644 --- a/docusaurus/static/n/v1/api/sourcer/dataSources +++ b/docusaurus/static/n/v1/api/sourcer/dataSources @@ -0,0 +1,12 @@ +[ + { + "name": "", + "display": [ + { + "type": "", + "value": "" + } + ], + "url": "" + } +] \ No newline at end of file diff --git a/docusaurus/static/n/v1/api/sourcer/index.html b/docusaurus/static/n/v1/api/sourcer/index.html index e69de29..5138297 100644 --- a/docusaurus/static/n/v1/api/sourcer/index.html +++ b/docusaurus/static/n/v1/api/sourcer/index.html @@ -0,0 +1,10 @@ +[ + { + "name": "", + "value": { + "primarySourceItems": [], + "title": "", + "items": [] + } + } +] \ No newline at end of file diff --git a/docusaurus/static/users/me/account b/docusaurus/static/users/me/account index e69de29..824480a 100644 --- a/docusaurus/static/users/me/account +++ b/docusaurus/static/users/me/account @@ -0,0 +1,388 @@ +{ + "message": "Invalid request", + "internalCode": 1, + "httpCode": 500, + "arguments": {}, + "cause": null, + "stackTrace": [ + { + "methodName": "filter_aroundBody12", + "fileName": "AuthFilter.scala", + "lineNumber": 47, + "className": "com.wolframalpha.common.filters.AuthFilter", + "nativeMethod": false + }, + { + "methodName": "filter_aroundBody13$advice", + "fileName": "AuthFilter.scala", + "lineNumber": 49, + "className": "com.wolframalpha.common.filters.AuthFilter", + "nativeMethod": false + }, + { + "methodName": "filter_aroundBody14", + "fileName": "AuthFilter.scala", + "lineNumber": 1, + "className": "com.wolframalpha.common.filters.AuthFilter", + "nativeMethod": false + }, + { + "methodName": "filter_aroundBody15$advice", + "fileName": "AuthFilter.scala", + "lineNumber": 28, + "className": "com.wolframalpha.common.filters.AuthFilter", + "nativeMethod": false + }, + { + "methodName": "filter_aroundBody16", + "fileName": "AuthFilter.scala", + "lineNumber": 1, + "className": "com.wolframalpha.common.filters.AuthFilter", + "nativeMethod": false + }, + { + "methodName": "filter_aroundBody17$advice", + "fileName": "AuthFilter.scala", + "lineNumber": 25, + "className": "com.wolframalpha.common.filters.AuthFilter", + "nativeMethod": false + }, + { + "methodName": "filter", + "fileName": "AuthFilter.scala", + "lineNumber": 1, + "className": "com.wolframalpha.common.filters.AuthFilter", + "nativeMethod": false + }, + { + "methodName": "apply", + "fileName": "ContainerFilteringStage.java", + "lineNumber": 171, + "className": "org.glassfish.jersey.server.ContainerFilteringStage", + "nativeMethod": false + }, + { + "methodName": "apply", + "fileName": "ContainerFilteringStage.java", + "lineNumber": 74, + "className": "org.glassfish.jersey.server.ContainerFilteringStage", + "nativeMethod": false + }, + { + "methodName": "process", + "fileName": "Stages.java", + "lineNumber": 197, + "className": "org.glassfish.jersey.process.internal.Stages", + "nativeMethod": false + }, + { + "methodName": "run", + "fileName": "ServerRuntime.java", + "lineNumber": 250, + "className": "org.glassfish.jersey.server.ServerRuntime$1", + "nativeMethod": false + }, + { + "methodName": "call", + "fileName": "Errors.java", + "lineNumber": 271, + "className": "org.glassfish.jersey.internal.Errors$1", + "nativeMethod": false + }, + { + "methodName": "call", + "fileName": "Errors.java", + "lineNumber": 267, + "className": "org.glassfish.jersey.internal.Errors$1", + "nativeMethod": false + }, + { + "methodName": "process", + "fileName": "Errors.java", + "lineNumber": 315, + "className": "org.glassfish.jersey.internal.Errors", + "nativeMethod": false + }, + { + "methodName": "process", + "fileName": "Errors.java", + "lineNumber": 297, + "className": "org.glassfish.jersey.internal.Errors", + "nativeMethod": false + }, + { + "methodName": "process", + "fileName": "Errors.java", + "lineNumber": 267, + "className": "org.glassfish.jersey.internal.Errors", + "nativeMethod": false + }, + { + "methodName": "runInScope", + "fileName": "RequestScope.java", + "lineNumber": 319, + "className": "org.glassfish.jersey.process.internal.RequestScope", + "nativeMethod": false + }, + { + "methodName": "process", + "fileName": "ServerRuntime.java", + "lineNumber": 236, + "className": "org.glassfish.jersey.server.ServerRuntime", + "nativeMethod": false + }, + { + "methodName": "handle", + "fileName": "ApplicationHandler.java", + "lineNumber": 1028, + "className": "org.glassfish.jersey.server.ApplicationHandler", + "nativeMethod": false + }, + { + "methodName": "service", + "fileName": "WebComponent.java", + "lineNumber": 373, + "className": "org.glassfish.jersey.servlet.WebComponent", + "nativeMethod": false + }, + { + "methodName": "service", + "fileName": "ServletContainer.java", + "lineNumber": 381, + "className": "org.glassfish.jersey.servlet.ServletContainer", + "nativeMethod": false + }, + { + "methodName": "service", + "fileName": "ServletContainer.java", + "lineNumber": 344, + "className": "org.glassfish.jersey.servlet.ServletContainer", + "nativeMethod": false + }, + { + "methodName": "service", + "fileName": "ServletContainer.java", + "lineNumber": 219, + "className": "org.glassfish.jersey.servlet.ServletContainer", + "nativeMethod": false + }, + { + "methodName": "internalDoFilter", + "fileName": "ApplicationFilterChain.java", + "lineNumber": 303, + "className": "org.apache.catalina.core.ApplicationFilterChain", + "nativeMethod": false + }, + { + "methodName": "doFilter", + "fileName": "ApplicationFilterChain.java", + "lineNumber": 208, + "className": "org.apache.catalina.core.ApplicationFilterChain", + "nativeMethod": false + }, + { + "methodName": "doFilter", + "fileName": "WsFilter.java", + "lineNumber": 52, + "className": "org.apache.tomcat.websocket.server.WsFilter", + "nativeMethod": false + }, + { + "methodName": "internalDoFilter", + "fileName": "ApplicationFilterChain.java", + "lineNumber": 241, + "className": "org.apache.catalina.core.ApplicationFilterChain", + "nativeMethod": false + }, + { + "methodName": "doFilter", + "fileName": "ApplicationFilterChain.java", + "lineNumber": 208, + "className": "org.apache.catalina.core.ApplicationFilterChain", + "nativeMethod": false + }, + { + "methodName": "doFilter", + "fileName": "MonitoringFilter.java", + "lineNumber": 232, + "className": "net.bull.javamelody.MonitoringFilter", + "nativeMethod": false + }, + { + "methodName": "doFilter", + "fileName": "MonitoringFilter.java", + "lineNumber": 209, + "className": "net.bull.javamelody.MonitoringFilter", + "nativeMethod": false + }, + { + "methodName": "internalDoFilter", + "fileName": "ApplicationFilterChain.java", + "lineNumber": 241, + "className": "org.apache.catalina.core.ApplicationFilterChain", + "nativeMethod": false + }, + { + "methodName": "doFilter", + "fileName": "ApplicationFilterChain.java", + "lineNumber": 208, + "className": "org.apache.catalina.core.ApplicationFilterChain", + "nativeMethod": false + }, + { + "methodName": "invoke", + "fileName": "StandardWrapperValve.java", + "lineNumber": 220, + "className": "org.apache.catalina.core.StandardWrapperValve", + "nativeMethod": false + }, + { + "methodName": "invoke", + "fileName": "StandardContextValve.java", + "lineNumber": 122, + "className": "org.apache.catalina.core.StandardContextValve", + "nativeMethod": false + }, + { + "methodName": "invoke", + "fileName": "AuthenticatorBase.java", + "lineNumber": 501, + "className": "org.apache.catalina.authenticator.AuthenticatorBase", + "nativeMethod": false + }, + { + "methodName": "invoke", + "fileName": "StandardHostValve.java", + "lineNumber": 170, + "className": "org.apache.catalina.core.StandardHostValve", + "nativeMethod": false + }, + { + "methodName": "invoke", + "fileName": "ErrorReportValve.java", + "lineNumber": 98, + "className": "org.apache.catalina.valves.ErrorReportValve", + "nativeMethod": false + }, + { + "methodName": "invoke", + "fileName": "AccessLogValve.java", + "lineNumber": 950, + "className": "org.apache.catalina.valves.AccessLogValve", + "nativeMethod": false + }, + { + "methodName": "invoke", + "fileName": "StandardEngineValve.java", + "lineNumber": 116, + "className": "org.apache.catalina.core.StandardEngineValve", + "nativeMethod": false + }, + { + "methodName": "service", + "fileName": "CoyoteAdapter.java", + "lineNumber": 408, + "className": "org.apache.catalina.connector.CoyoteAdapter", + "nativeMethod": false + }, + { + "methodName": "process", + "fileName": "AbstractHttp11Processor.java", + "lineNumber": 1040, + "className": "org.apache.coyote.http11.AbstractHttp11Processor", + "nativeMethod": false + }, + { + "methodName": "process", + "fileName": "AbstractProtocol.java", + "lineNumber": 607, + "className": "org.apache.coyote.AbstractProtocol$AbstractConnectionHandler", + "nativeMethod": false + }, + { + "methodName": "run", + "fileName": "AprEndpoint.java", + "lineNumber": 2378, + "className": "org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor", + "nativeMethod": false + }, + { + "methodName": "runWorker", + "fileName": "ThreadPoolExecutor.java", + "lineNumber": 1145, + "className": "java.util.concurrent.ThreadPoolExecutor", + "nativeMethod": false + }, + { + "methodName": "run", + "fileName": "ThreadPoolExecutor.java", + "lineNumber": 615, + "className": "java.util.concurrent.ThreadPoolExecutor$Worker", + "nativeMethod": false + }, + { + "methodName": "run", + "fileName": "Thread.java", + "lineNumber": 745, + "className": "java.lang.Thread", + "nativeMethod": false + } + ], + "response": { + "context": { + "headers": {}, + "entity": null, + "entityType": null, + "entityAnnotations": [], + "entityStream": { + "isCommitted": false, + "isClosed": false + }, + "mediaType": null, + "requestCookies": {}, + "acceptableMediaTypes": [ + { + "type": "*", + "subtype": "*", + "parameters": {}, + "quality": 1000, + "wildcardType": true, + "wildcardSubtype": true + } + ], + "acceptableLanguages": [ + "*" + ], + "entityClass": null, + "allowedMethods": [], + "responseCookies": {}, + "entityTag": null, + "links": [], + "stringHeaders": {}, + "length": -1, + "language": null, + "location": null, + "date": null, + "lastModified": null, + "committed": false + }, + "status": 500, + "metadata": {}, + "mediaType": null, + "statusInfo": "INTERNAL_SERVER_ERROR", + "allowedMethods": [], + "entityTag": null, + "links": [], + "stringHeaders": {}, + "entity": null, + "length": -1, + "language": null, + "location": null, + "date": null, + "lastModified": null, + "cookies": {}, + "headers": {} + }, + "localizedMessage": "Invalid request", + "suppressed": [] +} \ No newline at end of file -- cgit v1.2.3