File manager - Edit - /home/opticamezl/www/newok/hr.tar
Back
plugin.min.js.gz 0000644 00000000645 15173325347 0007620 0 ustar 00 � ��[�A����4-cϺa�I`#$\X��}�)�=UR]�%��hn�}�>��T�� �0��AºU(��e�,ѷđ�S s��b�>�@0�l�q�"x�� djP@[����@ ��Ň:B���'�K(!^N� �z�F�;zaVX�\�h����n��綪�4���n�4��ȹ�Џ����������h<�� ���n�ɟE�=���J�j�gV��e �-�cr���s�{�y蹦z�b����0���%{��\��Xأ�f!P�{�3���)����I�5G4�T�{����M�?���KeƤHjʻqi�cO�,�� �CR9�u�*�e�1x��ioʑ�Ne�6����ДLO�5<�R�f?#�b� �� �dO���A<�q� plugin.js 0000644 00000002237 15173325347 0006416 0 ustar 00 /** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ * * Version: 5.10.9 (2023-11-15) */ (function () { 'use strict'; var global = tinymce.util.Tools.resolve('tinymce.PluginManager'); var register$1 = function (editor) { editor.addCommand('InsertHorizontalRule', function () { editor.execCommand('mceInsertContent', false, '<hr />'); }); }; var register = function (editor) { var onAction = function () { return editor.execCommand('InsertHorizontalRule'); }; editor.ui.registry.addButton('hr', { icon: 'horizontal-rule', tooltip: 'Horizontal line', onAction: onAction }); editor.ui.registry.addMenuItem('hr', { icon: 'horizontal-rule', text: 'Horizontal line', onAction: onAction }); }; function Plugin () { global.add('hr', function (editor) { register$1(editor); register(editor); }); } Plugin(); }()); plugin.min.js 0000644 00000001344 15173325347 0007176 0 ustar 00 /** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ * * Version: 5.10.9 (2023-11-15) */ !function(){"use strict";tinymce.util.Tools.resolve("tinymce.PluginManager").add("hr",function(n){var o,t;function e(){return t.execCommand("InsertHorizontalRule")}(o=n).addCommand("InsertHorizontalRule",function(){o.execCommand("mceInsertContent",!1,"<hr />")}),(t=n).ui.registry.addButton("hr",{icon:"horizontal-rule",tooltip:"Horizontal line",onAction:e}),t.ui.registry.addMenuItem("hr",{icon:"horizontal-rule",text:"Horizontal line",onAction:e})})}(); index.js 0000644 00000000276 15173325347 0006230 0 ustar 00 // Exports the "hr" plugin for usage with module loaders // Usage: // CommonJS: // require('tinymce/plugins/hr') // ES2015: // import 'tinymce/plugins/hr' require('./plugin.js');
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings