X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/lti/amd/build
home
/
cbholdings
/
pasukulu
/
mod
/
lti
/
amd
/
build
/
📁
..
📄
cartridge_registration_form.min.js
(2.55 KB)
📄
cartridge_registration_form.min.js.map
(8.65 KB)
📄
contentitem.min.js
(4.73 KB)
📄
contentitem.min.js.map
(15.01 KB)
📄
contentitem_return.min.js
(562 B)
📄
contentitem_return.min.js.map
(1.97 KB)
📄
events.min.js
(820 B)
📄
events.min.js.map
(2.04 KB)
📄
external_registration.min.js
(7.08 KB)
📄
external_registration.min.js.map
(27.67 KB)
📄
external_registration_return.min.js
(652 B)
📄
external_registration_return.min.js.map
(2.51 KB)
📄
form-field.min.js
(1.26 KB)
📄
form-field.min.js.map
(5.39 KB)
📄
keys.min.js
(375 B)
📄
keys.min.js.map
(1.26 KB)
📄
tool_card_controller.min.js
(8.49 KB)
📄
tool_card_controller.min.js.map
(29.93 KB)
📄
tool_configure_controller.min.js
(7.06 KB)
📄
tool_configure_controller.min.js.map
(21.92 KB)
📄
tool_proxy.min.js
(856 B)
📄
tool_proxy.min.js.map
(3.58 KB)
📄
tool_proxy_card_controller.min.js
(3.13 KB)
📄
tool_proxy_card_controller.min.js.map
(12.02 KB)
📄
tool_type.min.js
(1.23 KB)
📄
tool_type.min.js.map
(5.88 KB)
📄
tool_types_and_proxies.min.js
(923 B)
📄
tool_types_and_proxies.min.js.map
(2.43 KB)
Editing: tool_types_and_proxies.min.js.map
{"version":3,"file":"tool_types_and_proxies.min.js","sources":["../src/tool_types_and_proxies.js"],"sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle. If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * Provides an interface for external tools in the Moodle server.\n *\n * @module mod_lti/tool_types_and_proxies\n * @class tool_types_and_proxies\n * @copyright 2020 Andrew Madden <andrewmadden@catalyst-au.net>\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n * @since 4.0\n */\nimport ajax from 'core/ajax';\n\n/**\n * Get a list of LTI tool types and tool proxies from Moodle for the given\n * search args.\n *\n * See also:\n * mod/lti/classes/external.php get_tool_types_and_proxies()\n *\n * @method query\n * @public\n * @param {Object} args Search parameters\n * @return {Promise} Promise that will be resolved when the ajax call returns.\n */\nexport const query = (args) => {\n const request = {\n methodname: 'mod_lti_get_tool_types_and_proxies',\n args: args || {}\n };\n\n return ajax.call([request])[0];\n};\n\n/**\n * Get a count of LTI tool types and tool proxies from Moodle for the given\n * search args.\n *\n * See also:\n * mod/lti/classes/external.php get_tool_types_and_proxies_count()\n *\n * @method count\n * @public\n * @param {Object} args Search parameters\n * @return {Promise} Promise that will be resolved when the ajax call returns.\n */\nexport const count = (args) => {\n const request = {\n methodname: 'mod_lti_get_tool_types_and_proxies_count',\n args: args || {}\n };\n\n return ajax.call([request])[0];\n};\n"],"names":["args","request","methodname","ajax","call"],"mappings":";;;;;;;;;qKAsCsBA,aACZC,QAAU,CACZC,WAAY,qCACZF,KAAMA,MAAQ,WAGXG,cAAKC,KAAK,CAACH,UAAU,mBAeVD,aACZC,QAAU,CACZC,WAAY,2CACZF,KAAMA,MAAQ,WAGXG,cAAKC,KAAK,CAACH,UAAU"}
Upload File
Create Folder