Файловый менеджер - Редактировать - /home/opticamezl/www/newok/531c5/plg_system_schedulerunner.zip
Назад
PK �"�\�7�� � joomla.asset.jsonnu �[��� { "$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json", "name": "plg_system_schedulerunner", "version": "4.0.0", "description": "Joomla CMS", "license": "GPL-2.0-or-later", "assets": [ { "name": "plg_system_schedulerunner.run-schedule.es5", "type": "script", "uri": "plg_system_schedulerunner/run-schedule-es5.min.js", "dependencies": [ "core" ], "attributes": { "nomodule": true, "defer": true }, "version": "5a3eb1570d42b7745781fe752ab88997e477aef9" }, { "name": "plg_system_schedulerunner.run-schedule", "type": "script", "uri": "plg_system_schedulerunner/run-schedule.min.js", "dependencies": [ "plg_system_schedulerunner.run-schedule.es5", "core" ], "attributes": { "type": "module" }, "version": "d0d17b9810958bbb44a9356a9592f41333e1f7b8" } ] }PK �"�\���^� � js/run-schedule-es5.jsnu �[��� (function () { 'use strict'; /** * @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * Makes calls to com_ajax to trigger the Scheduler. * * Used for lazy scheduling of tasks. * * @package Joomla.Plugins * @subpackage System.ScheduleRunner * * @since 4.1.0 */ if (!window.Joomla) { throw new Error('Joomla API was not properly initialised'); } var initScheduler = function initScheduler() { var options = Joomla.getOptions('plg_system_schedulerunner'); var paths = Joomla.getOptions('system.paths'); var interval = (options && options.interval ? parseInt(options.interval, 10) : 300) * 1000; var uri = (paths ? paths.root + "/index.php" : window.location.pathname) + "?option=com_ajax&format=raw&plugin=RunSchedulerLazy&group=system"; setInterval(function () { return fetch(uri, { method: 'GET' }); }, interval); // Run it at the beginning at least once fetch(uri, { method: 'GET' }); }; (function (document) { document.addEventListener('DOMContentLoaded', function () { initScheduler(); }); })(document); })(); PK �"�\�_+ݠ � js/run-schedule.min.jsnu �[��� /** * @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */if(!window.Joomla)throw new Error("Joomla API was not properly initialised");const initScheduler=()=>{const t=Joomla.getOptions("plg_system_schedulerunner"),o=Joomla.getOptions("system.paths"),n=(t&&t.interval?parseInt(t.interval,10):300)*1e3,e=`${o?`${o.root}/index.php`:window.location.pathname}?option=com_ajax&format=raw&plugin=RunSchedulerLazy&group=system`;setInterval(()=>fetch(e,{method:"GET"}),n),fetch(e,{method:"GET"})};(t=>{t.addEventListener("DOMContentLoaded",()=>{initScheduler()})})(document); PK �"�\�.�� � js/run-schedule-es5.min.js.gznu �[��� � u�Oo�0�����N�ޒy��E����\h6��I���fE���C{�tޣޏ$d����{1]BH*�T3���'0��%ǝ�M� `��O���."�wR"�xU�����>֪1�&����'��9���!� %RB��O�FB� �w��P���ޢ����W�9$DX-���\��Ɠ���@����i-�ak�:|�_B�+D��� P���2n��R�[� hq�7�wq0�5��<�]RlSYc�5(�q��8�^�d\ ����e���%�Ծi����.�S7>Ë�������I� ��XG3{������|���\�_��>�'�<Z��^�(6�&P�����h#���خ�'��k;��^��5jY[�^ZԚ���^�0{�ς����rȽP�j�E�UH:�k���\1頱��2�{�u{�w��k�t����*���� PK �"�\��0H H js/run-schedule.jsnu �[��� /** * @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * Makes calls to com_ajax to trigger the Scheduler. * * Used for lazy scheduling of tasks. * * @package Joomla.Plugins * @subpackage System.ScheduleRunner * * @since 4.1.0 */ if (!window.Joomla) { throw new Error('Joomla API was not properly initialised'); } const initScheduler = () => { const options = Joomla.getOptions('plg_system_schedulerunner'); const paths = Joomla.getOptions('system.paths'); const interval = (options && options.interval ? parseInt(options.interval, 10) : 300) * 1000; const uri = `${paths ? `${paths.root}/index.php` : window.location.pathname}?option=com_ajax&format=raw&plugin=RunSchedulerLazy&group=system`; setInterval(() => fetch(uri, { method: 'GET' }), interval); // Run it at the beginning at least once fetch(uri, { method: 'GET' }); }; (document => { document.addEventListener('DOMContentLoaded', () => { initScheduler(); }); })(document); PK �"�\Xf>/� � js/run-schedule.min.js.gznu �[��� � uQ]��0|�_��*d�(|�4Њ"D���>��,�O�ײ7�W �U�v�aƻ3��Ї� ً�Y� ���� �r bF�CX�$�9�������蕨,TD.�u� ���m���� :U�K��� l�� ��d`�P�n 6���y������xWk�R}�$�j0X��9r"����e ��`��:��h�Y�B{L9M�x�]�cZ�b!��Fp|[e�[˚��-���x�r� UƠdH��=����24��^�#m�Is��ǵa�GC9ye��!Ƈ�W��-rD��I���&�, JT���Ub3��@�P�W���;�+�N�=[T�6�����F�]z����7Ç�G^� �6�#r��%rN�$X-����C5S���ʑJ�� o��"��}Z��#�b�]��B�F6R��T%�Ӈ��_+ݠ PK �"�\*���� � js/run-schedule-es5.min.jsnu �[��� (function(){"use strict";/** * @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */if(!window.Joomla)throw new Error("Joomla API was not properly initialised");var r=function(){var t=Joomla.getOptions("plg_system_schedulerunner"),e=Joomla.getOptions("system.paths"),i=(t&&t.interval?parseInt(t.interval,10):300)*1e3,o=(e?e.root+"/index.php":window.location.pathname)+"?option=com_ajax&format=raw&plugin=RunSchedulerLazy&group=system";setInterval(function(){return fetch(o,{method:"GET"})},i),fetch(o,{method:"GET"})};(function(n){n.addEventListener("DOMContentLoaded",function(){r()})})(document)})(); PK �"�\�7�� � joomla.asset.jsonnu �[��� PK �"�\���^� � � js/run-schedule-es5.jsnu �[��� PK �"�\�_+ݠ � * js/run-schedule.min.jsnu �[��� PK �"�\�.�� � js/run-schedule-es5.min.js.gznu �[��� PK �"�\��0H H 5 js/run-schedule.jsnu �[��� PK �"�\Xf>/� � � js/run-schedule.min.js.gznu �[��� PK �"�\*���� � � js/run-schedule-es5.min.jsnu �[��� PK _ �
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка