File manager - Edit - /home/opticamezl/www/newok/com_installer.tar
Back
js/changelog-es5.min.js.gz 0000644 00000001051 15172775266 0011357 0 ustar 00 � }R]o1|ﯰ���ᔾ�pQi��H)� �\�&q���&!���.�P� �e?�3;�U�*:����*�HLޱ�w��#��.7��B��'ǯ^��%D1Ŋ��eJ�8�Έ7�e�u����� �����V�bѼ��q��މ��=P�ʼn@�2P_$ 1:'ӡ�5�v�b���|,pe���ö��@otU ��-��=D�� ��/�����P������9�0@��A�)Ml J���s8ca���Dvcf��bmfHC�� l��>����>�z&�-�U4lil �6��4\3��)_dϴ�zX�z��'h���3������6S�I�ODv�#�)���5��`�*H�����Y.���lhr����Zl�m^�h�O�j�/�A+�+�ۑ�Ri9�Ie�qZ9)�*h�s)�L�]�����,-%P��� �)�����n�U�,��Jz�y���1}��r0�F�'|�2(�u�q�`�C��2�-W� ֬�Zڟ�����_�W��} js/installer.min.js 0000644 00000000667 15172775266 0010330 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */document.addEventListener("DOMContentLoaded",()=>{const t=document.getElementById("loading"),e=document.getElementById("installer-install");t&&e&&(t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.width="100%",t.style.height="100%",t.classList.add("hidden"))}); js/installer-es5.js 0000644 00000001274 15172775266 0010233 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function () { document.addEventListener('DOMContentLoaded', function () { var loading = document.getElementById('loading'); var installer = document.getElementById('installer-install'); if (loading && installer) { loading.style.position = 'absolute'; loading.style.top = 0; loading.style.left = 0; loading.style.width = '100%'; loading.style.height = '100%'; loading.classList.add('hidden'); } }); })(); })(); js/installer-es5.min.js 0000644 00000000750 15172775266 0011013 0 ustar 00 (function(){"use strict";/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */(function(){document.addEventListener("DOMContentLoaded",function(){var t=document.getElementById("loading"),e=document.getElementById("installer-install");t&&e&&(t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.width="100%",t.style.height="100%",t.classList.add("hidden"))})})()})(); js/installer.js 0000644 00000001152 15172775266 0007534 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (() => { document.addEventListener('DOMContentLoaded', () => { const loading = document.getElementById('loading'); const installer = document.getElementById('installer-install'); if (loading && installer) { loading.style.position = 'absolute'; loading.style.top = 0; loading.style.left = 0; loading.style.width = '100%'; loading.style.height = '100%'; loading.classList.add('hidden'); } }); })(); js/changelog.js 0000644 00000003077 15172775266 0007476 0 ustar 00 /** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla = window.Joomla || {}; (Joomla => { document.addEventListener('DOMContentLoaded', () => { const modals = document.getElementsByClassName('changelogModal'); Array.from(modals).forEach(element => { element.addEventListener('click', modal => { Joomla.loadChangelog(modal.target.dataset.jsExtensionid, modal.target.dataset.jsView); }); }); }); /** * Load the changelog data * * @param extensionId The extension ID to load the changelog for * @param view The view the changelog is for, * this is used to determine which version number to show * * @since 4.0.0 */ Joomla.loadChangelog = (extensionId, view) => { const modal = document.querySelector(`#changelogModal${extensionId} .modal-body`); Joomla.request({ url: `index.php?option=com_installer&task=manage.loadChangelog&eid=${extensionId}&source=${view}&format=json`, onSuccess: response => { let message = ''; try { const result = JSON.parse(response); if (result.error) { [message] = result; } else { message = result.data; } } catch (exception) { message = exception; } modal.innerHTML = Joomla.sanitizeHtml(message); }, onError: function onError(xhr) { modal.innerHTML = Joomla.sanitizeHtml(xhr.statusText); } }); }; })(Joomla); js/changelog.min.js.gz 0000644 00000001034 15172775266 0010666 0 ustar 00 � }��o1��WDe�rՑ��hI��~��:xA�z9�͖�o�om����LCI�X��_�^�@��C�.�՚�r���7o߉���S�)0c��8�F��k�2���f��� ��j�g9k�G�9�}'�1�_�+g��<��0DK^ �c��(&g�l6�o�@��{��X��F=x��u�J֣:'S�YA�gw�yb#��d���tL��?��N*=� ���뿙+��ak�O���gP��5�:ZM)�I�C��Z*�OԒBf-�����Ys�IA�jV� ��IPa��r`���:f[Fߎ����o7I���?4-}������ �n� S��W�־�h��W��ɐU�� #˺ n��>ǭ*��1�l�kC�O�#�s��F�a��[��u������:4�%�X_G��2cD=��@��9�u�>�_�T !��ɐ�@�;��4@M��4ج%%5jj@Y�1�^N'�Uo��S.�ĤI�g-b���i�HL���U��-'M�>��~���7,���8 js/installer-es5.min.js.gz 0000644 00000000512 15172775266 0011426 0 ustar 00 � uQQk�@~�W���k�Z�i��s"�Ӂ��w��qޕ��N��}T���@ ���KB������<�am@�$V�I2�^�k^W5 ��0�`ՠ��k�DxD�C s+3x�����]�e_��Ȝ��OZFK�����fh���h �sy�>hga������d�\O3��$9�Y]9���R&�����B��9{[�O��sB�b� o/<PyaWHS�}�z�+ΌJۊ�)�ߤm a��s�₢��S�`0k\�Ē�Mp�%d�_�\S/��-ݤ�VT�l4�]5����҈����9��RhY�c�O^~�}� js/changelog-es5.js 0000644 00000003402 15172775266 0010160 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla = window.Joomla || {}; (function (Joomla) { document.addEventListener('DOMContentLoaded', function () { var modals = document.getElementsByClassName('changelogModal'); Array.from(modals).forEach(function (element) { element.addEventListener('click', function (modal) { Joomla.loadChangelog(modal.target.dataset.jsExtensionid, modal.target.dataset.jsView); }); }); }); /** * Load the changelog data * * @param extensionId The extension ID to load the changelog for * @param view The view the changelog is for, * this is used to determine which version number to show * * @since 4.0.0 */ Joomla.loadChangelog = function (extensionId, view) { var modal = document.querySelector("#changelogModal" + extensionId + " .modal-body"); Joomla.request({ url: "index.php?option=com_installer&task=manage.loadChangelog&eid=" + extensionId + "&source=" + view + "&format=json", onSuccess: function onSuccess(response) { var message = ''; try { var result = JSON.parse(response); if (result.error) { message = result[0]; } else { message = result.data; } } catch (exception) { message = exception; } modal.innerHTML = Joomla.sanitizeHtml(message); }, onError: function onError(xhr) { modal.innerHTML = Joomla.sanitizeHtml(xhr.statusText); } }); }; })(Joomla); })(); js/changelog-es5.min.js 0000644 00000001575 15172775266 0010753 0 ustar 00 (function(){"use strict";/** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */Joomla=window.Joomla||{},function(e){document.addEventListener("DOMContentLoaded",function(){var t=document.getElementsByClassName("changelogModal");Array.from(t).forEach(function(a){a.addEventListener("click",function(n){e.loadChangelog(n.target.dataset.jsExtensionid,n.target.dataset.jsView)})})}),e.loadChangelog=function(t,a){var n=document.querySelector("#changelogModal"+t+" .modal-body");e.request({url:"index.php?option=com_installer&task=manage.loadChangelog&eid="+t+"&source="+a+"&format=json",onSuccess:function(r){var o="";try{var c=JSON.parse(r);c.error?o=c[0]:o=c.data}catch(s){o=s}n.innerHTML=e.sanitizeHtml(o)},onError:function(r){n.innerHTML=e.sanitizeHtml(r.statusText)}})}}(Joomla)})(); js/installer.min.js.gz 0000644 00000000464 15172775266 0010742 0 ustar 00 � uP�J�@}�W�$�$�XS�J����올lw���.���<�˜3Y� �NJړ�u� �#���;ضhaG��֒�O`i����gY��;�Ȕ\=��2�B��Yl^a��4��퍮`u���& F2�)xDX-��fW���#�3EUw@˩T�<��<4��y����A#�P�$���gE�3pqI�ȥ�>��*��ҶQ��/i�Y��D4� � 9�|2���5k���{O�cɯ����|�?��B���hp��U���~8v�<�V ����h:����ٷ js/changelog.min.js 0000644 00000001470 15172775266 0010253 0 ustar 00 /** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */Joomla=window.Joomla||{},(t=>{document.addEventListener("DOMContentLoaded",()=>{const n=document.getElementsByClassName("changelogModal");Array.from(n).forEach(r=>{r.addEventListener("click",a=>{t.loadChangelog(a.target.dataset.jsExtensionid,a.target.dataset.jsView)})})}),t.loadChangelog=(n,r)=>{const a=document.querySelector(`#changelogModal${n} .modal-body`);t.request({url:`index.php?option=com_installer&task=manage.loadChangelog&eid=${n}&source=${r}&format=json`,onSuccess:s=>{let e="";try{const o=JSON.parse(s);o.error?[e]=o:e=o.data}catch(o){e=o}a.innerHTML=t.sanitizeHtml(e)},onError:function(e){a.innerHTML=t.sanitizeHtml(e.statusText)}})}})(Joomla); joomla.asset.json 0000644 00000003477 15172775266 0010073 0 ustar 00 { "$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json", "name": "com_installer", "version": "4.0.0", "description": "Joomla CMS", "license": "GPL-2.0-or-later", "assets": [ { "name": "com_installer.installer", "type": "preset", "dependencies": [ "com_installer.installer#style", "com_installer.installer#script" ] }, { "name": "com_installer.changelog", "type": "script", "uri": "com_installer/changelog.min.js", "dependencies": [ "com_installer.changelog.es5" ], "attributes": { "type": "module" }, "version": "94aec607512728f4eecaa37c9cc217eb37dfee7c" }, { "name": "com_installer.changelog.es5", "type": "script", "uri": "com_installer/changelog-es5.min.js", "dependencies": [ "core" ], "attributes": { "nomodule": true, "defer": true }, "version": "c215f3d2214aed71ddf312919e9106f4edfa213b" }, { "name": "com_installer.installer", "type": "style", "uri": "com_installer/installer.min.css", "version": "3ffe9a0ab3250630549c8678534df83d54dc68ac" }, { "name": "com_installer.installer.es5", "type": "script", "uri": "com_installer/installer-es5.min.js", "dependencies": [ "core" ], "attributes": { "nomodule": true, "defer": true }, "version": "3da015bfffa31fad999ebaaaa07db40e024e898e" }, { "name": "com_installer.installer", "type": "script", "uri": "com_installer/installer.min.js", "dependencies": [ "com_installer.installer.es5" ], "attributes": { "type": "module" }, "version": "cb22ffc6ffbb2ee92f0a6c985e6568d0fd01fc50" } ] } css/installer.min.css.gz 0000644 00000000663 15172775266 0011273 0 ustar 00 � ��ю�0E�ڨHk7E�4��x�� �0�'�Yl���ߑ[���)�F���jz�#y���3�>�B[��t�uШx�l+jh�:o�F��j�yѶm3��:�{��0�dl�!�ny��~�@S_�S��i�٠������T��"76W��ت��?ѷ�x��Ds*��<�Xہ��L�k�%zZ�a��:Q�=|�"!�(IQU�8({�*˅p �E�zAJ=��hMػpM�r���:{���j���=�=����z�S����&& ��nZ�ٸ��^�q ֧㌷Ĉ�q+���u�LW~�ǖ�,�����2!��/�x�L_���n ��&Lص����� �a� ��'�<���˜x%�&! "~th�o'7x�����_��o"�M"���]��a.�G�R��ȍ5x�X� . css/installer.min.css 0000644 00000002056 15172775266 0010652 0 ustar 00 @charset "UTF-8";#loading{opacity:.8;background-color:#fffc;background-image:url(../../system/images/ajax-loader.gif);background-position:50%;background-repeat:no-repeat;position:fixed;overflow:hidden}#dragarea{box-sizing:border-box;background-color:#fafbfc;border:1px dashed #999;width:100%;padding:5% 0;transition:all .2s}#dragarea p.lead{color:#999}#upload-icon{color:#999;width:auto;height:auto;margin:0;font-size:48px;line-height:175%;transition:all .2s}#dragarea.hover{background-color:#eee;border-color:#666}#dragarea.hover #upload-icon,#dragarea p.lead{color:#666}.upload-progress,.install-progress{width:50%;margin:5px auto}.upload-progress .progress .bar{-o-transition:width .1s;-webkit-transition:width .1s;-moz-transition:width .1s;transition:width .1s}#dragarea[data-state=pending] .upload-progress,#dragarea[data-state=pending] .install-progress,#dragarea[data-state=uploading] .install-progress,#dragarea[data-state=uploading] .upload-actions,#dragarea[data-state=installing] .upload-progress,#dragarea[data-state=installing] .upload-actions{display:none} css/installer.css 0000644 00000003105 15172775266 0010064 0 ustar 00 /** * @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ #loading { position: fixed; background-image: url(../../system/images/ajax-loader.gif); background-color: rgba(255,255,255,.8); background-repeat: no-repeat; background-position: center center; opacity: .8; overflow: hidden; } #dragarea { background-color: #fafbfc; border: 1px dashed #999; box-sizing: border-box; padding: 5% 0; transition: all 0.2s ease 0s; width: 100%; } #dragarea p.lead { color: #999; } #upload-icon { font-size: 48px; width: auto; height: auto; margin: 0; line-height: 175%; color: #999; transition: all .2s; } #dragarea.hover { border-color: #666; background-color: #eee; } #dragarea.hover #upload-icon, #dragarea p.lead { color: #666; } .upload-progress, .install-progress { width: 50%; margin: 5px auto; } /* Default transition (.3s) is too slow, progress will not run to 100% */ .upload-progress .progress .bar { -webkit-transition: width .1s; -moz-transition: width .1s; -o-transition: width .1s; transition: width .1s; } #dragarea[data-state=pending] .upload-progress { display: none; } #dragarea[data-state=pending] .install-progress { display: none; } #dragarea[data-state=uploading] .install-progress { display: none; } #dragarea[data-state=uploading] .upload-actions { display: none; } #dragarea[data-state=installing] .upload-progress { display: none; } #dragarea[data-state=installing] .upload-actions { display: none; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings