??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/orkenoil.kz/wp-includes/js/clipboard.min.js
⬅ Kembali
/*! This file is auto-generated */
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return n={686:function(t,e,n){"use strict";n.d(e,{default:function(){return b}});var e=n(279),e=n.n(e),o=n(370),i=n.n(o),o=n(817),r=n.n(o);function u(t){try{document.execCommand(t)}catch(t){}}var c=function(t){t=r()(t);return u("cut"),t};function a(t,e){t=t,o="rtl"===document.documentElement.getAttribute("dir"),(n=document.createElement("textarea")).style.fontSize="12pt",n.style.border="0",n.style.padding="0",n.style.margin="0",n.style.position="absolute",n.style[o?"right":"left"]="-9999px",o=window.pageYOffset||document.documentElement.scrollTop,n.style.top="".concat(o,"px"),n.setAttribute("readonly",""),n.value=t;var n,o=n,t=(e.container.appendChild(o),r()(o));return u("copy"),o.remove(),t}var l=function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{container:document.body},n="";return"string"==typeof t?n=a(t,e):t instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(null==t?void 0:t.type)?n=a(t.value,e):(n=r()(t),u("copy")),n};function f(t){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var s=function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=t.action,e=void 0===e?"copy":e,n=t.container,o=t.target,t=t.text;if("copy"!==e&&"cut"!==e)throw new Error('Invalid "action" value, use either "copy" or "cut"');if(void 0!==o){if(!o||"object"!==f(o)||1!==o.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===e&&o.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===e&&(o.hasAttribute("readonly")||o.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes')}return t?l(t,{container:n}):o?"cut"===e?c(o):l(o,{container:n}):void 0};function p(t){return(p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function d(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function y(t,e){return(y=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function h(n){var o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}();return function(){var t,e=v(n),e=(t=o?(t=v(this).constructor,Reflect.construct(e,arguments,t)):e.apply(this,arguments),this);if(!t||"object"!==p(t)&&"function"!=typeof t){if(void 0!==e)return e;throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return t}}function v(t){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function m(t,e){t="data-clipboard-".concat(t);if(e.hasAttribute(t))return e.getAttribute(t)}var b=function(t){var e=r;if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&y(e,t);var n,o=h(r);function r(t,e){var n;if(this instanceof r)return(n=o.call(this)).resolveOptions(e),n.listenClick(t),n;throw new TypeError("Cannot call a class as a function")}return e=r,t=[{key:"copy",value:function(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{container:document.body};return l(t,e)}},{key:"cut",value:function(t){return c(t)}},{key:"isSupported",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof t?[t]:t,e=!!document.queryCommandSupported;return t.forEach(function(t){e=e&&!!document.queryCommandSupported(t)}),e}}],(n=[{key:"resolveOptions",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===p(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=i()(t,"click",function(t){return e.onClick(t)})}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget,t=this.action(e)||"copy",n=s({action:t,container:this.container,target:this.target(e),text:this.text(e)});this.emit(n?"success":"error",{action:t,text:n,trigger:e,clearSelection:function(){e&&e.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(t){return m("action",t)}},{key:"defaultTarget",value:function(t){t=m("target",t);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(t){return m("text",t)}},{key:"destroy",value:function(){this.listener.destroy()}}])&&d(e.prototype,n),t&&d(e,t),r}(e())},828:function(t){var e;"undefined"==typeof Element||Element.prototype.matches||((e=Element.prototype).matches=e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector),t.exports=function(t,e){for(;t&&9!==t.nodeType;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}},438:function(t,e,n){var u=n(828);function i(t,e,n,o,r){var i=function(e,n,t,o){return function(t){t.delegateTarget=u(t.target,n),t.delegateTarget&&o.call(e,t)}}.apply(this,arguments);return t.addEventListener(n,i,r),{destroy:function(){t.removeEventListener(n,i,r)}}}t.exports=function(t,e,n,o,r){return"function"==typeof t.addEventListener?i.apply(null,arguments):"function"==typeof n?i.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,function(t){return i(t,e,n,o,r)}))}},879:function(t,n){n.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},n.nodeList=function(t){var e=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===e||"[object HTMLCollection]"===e)&&"length"in t&&(0===t.length||n.node(t[0]))},n.string=function(t){return"string"==typeof t||t instanceof String},n.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},370:function(t,e,n){var l=n(879),f=n(438);t.exports=function(t,e,n){if(!t&&!e&&!n)throw new Error("Missing required arguments");if(!l.string(e))throw new TypeError("Second argument must be a String");if(!l.fn(n))throw new TypeError("Third argument must be a Function");if(l.node(t))return c=e,a=n,(u=t).addEventListener(c,a),{destroy:function(){u.removeEventListener(c,a)}};if(l.nodeList(t))return o=t,r=e,i=n,Array.prototype.forEach.call(o,function(t){t.addEventListener(r,i)}),{destroy:function(){Array.prototype.forEach.call(o,function(t){t.removeEventListener(r,i)})}};if(l.string(t))return f(document.body,t,e,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList");var o,r,i,u,c,a}},817:function(t){t.exports=function(t){var e,n;return t="SELECT"===t.nodeName?(t.focus(),t.value):"INPUT"===t.nodeName||"TEXTAREA"===t.nodeName?((e=t.hasAttribute("readonly"))||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),e||t.removeAttribute("readonly"),t.value):(t.hasAttribute("contenteditable")&&t.focus(),e=window.getSelection(),(n=document.createRange()).selectNodeContents(t),e.removeAllRanges(),e.addRange(n),e.toString())}},279:function(t){function e(){}e.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o<r;o++)n[o].fn.apply(n[o].ctx,e);return this},off:function(t,e){var n=this.e||(this.e={}),o=n[t],r=[];if(o&&e)for(var i=0,u=o.length;i<u;i++)o[i].fn!==e&&o[i].fn._!==e&&r.push(o[i]);return r.length?n[t]=r:delete n[t],this}},t.exports=e,t.exports.TinyEmitter=e}},r={},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,{a:e}),e},o.d=function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o(686).default;function o(t){var e;return(r[t]||(e=r[t]={exports:{}},n[t](e,e.exports,o),e)).exports}var n,r});
Nama
Tipe
Ukuran
Diubah
Aksi
📁 codemirror
dir
—
2026-05-19 11:24
📁 crop
dir
—
2012-12-20 14:55
📁 dist
dir
—
2026-05-19 13:30
📁 imgareaselect
dir
—
2025-02-06 16:27
📁 jcrop
dir
—
2022-03-24 19:07
📁 jquery
dir
—
2025-02-06 16:27
📁 mediaelement
dir
—
2025-02-06 16:27
📁 plupload
dir
—
2025-10-30 21:32
📁 swfupload
dir
—
2025-06-05 09:14
📁 thickbox
dir
—
2026-01-13 21:09
📁 tinymce
dir
—
2025-03-17 15:16
📜 admin-bar.js
js
10.3 KB
2024-05-11 17:28
📜 admin-bar.min.js
js
3.4 KB
2025-02-06 16:27
📜 api-request.js
js
3.2 KB
2020-12-01 02:44
📜 api-request.min.js
js
1023 B
2025-02-06 16:27
📜 autosave.js
js
21.9 KB
2025-01-23 22:54
📜 autosave.min.js
js
5.7 KB
2025-02-06 16:27
📜 backbone.js
js
78.6 KB
2026-02-19 02:40
📜 backbone.min.js
js
23.7 KB
2026-02-19 02:40
📜 clipboard.js
js
26.2 KB
2022-10-04 14:55
📜 clipboard.min.js
js
8.8 KB
2025-02-06 16:27
📜 colorpicker.js
js
28.4 KB
2012-11-17 14:11
📜 colorpicker.min.js
js
16.1 KB
2024-12-13 18:06
📜 comment-reply.js
js
12.2 KB
2024-09-03 19:36
📜 comment-reply.min.js
js
3 KB
2025-02-06 16:27
📜 customize-base.js
js
25.2 KB
2023-05-20 09:19
📜 customize-base.min.js
js
7.7 KB
2025-02-06 16:27
📜 customize-loader.js
js
7.7 KB
2024-04-12 16:47
📜 customize-loader.min.js
js
3.5 KB
2025-02-06 16:27
📜 customize-models.js
js
6.7 KB
2020-06-25 11:43
📜 customize-models.min.js
js
3.6 KB
2025-02-06 16:27
📜 customize-preview-nav-menus.js
js
14.7 KB
2020-07-27 22:35
📜 customize-preview-nav-menus.min.js
js
4.9 KB
2025-02-06 16:27
📜 customize-preview-widgets.js
js
22.7 KB
2020-06-20 11:58
📜 customize-preview-widgets.min.js
js
7.6 KB
2025-02-06 16:27
📜 customize-preview.js
js
27.9 KB
2025-07-30 03:24
📜 customize-preview.min.js
js
10.8 KB
2025-07-30 03:24
📜 customize-selective-refresh.js
js
32.6 KB
2024-04-12 16:47
📜 customize-selective-refresh.min.js
js
10.4 KB
2025-02-06 16:27
📜 customize-views.js
js
5.1 KB
2025-08-18 19:27
📜 customize-views.min.js
js
2.5 KB
2025-08-18 19:27
📜 heartbeat.js
js
23.5 KB
2024-09-11 22:09
📜 heartbeat.min.js
js
5.8 KB
2025-02-06 16:27
📜 hoverIntent.js
js
7.1 KB
2022-01-03 14:03
📜 hoverIntent.min.js
js
1.5 KB
2025-02-06 16:27
📜 hoverintent-js.min.js
js
1.7 KB
2019-12-10 00:03
📜 imagesloaded.min.js
js
5.4 KB
2023-08-11 17:18
📜 json2.js
js
31 B
2025-10-16 19:01
📜 json2.min.js
js
35 B
2025-10-16 19:01
📜 masonry.min.js
js
23.6 KB
2020-06-13 17:53
📜 mce-view.js
js
25.2 KB
2023-10-09 20:31
📜 mce-view.min.js
js
9.5 KB
2025-02-06 16:27
📜 media-audiovideo.js
js
24.1 KB
2026-03-19 00:11
📜 media-audiovideo.min.js
js
11.8 KB
2026-03-19 00:11
📜 media-editor.js
js
28.8 KB
2026-02-12 00:51
📜 media-editor.min.js
js
10.8 KB
2026-02-12 00:51
📜 media-grid.js
js
26 KB
2026-03-19 00:11
📜 media-grid.min.js
js
13 KB
2026-03-19 00:11
📜 media-models.js
js
42.5 KB
2026-03-19 00:11
📜 media-models.min.js
js
13 KB
2026-03-19 00:11
📜 media-views.js
js
266.5 KB
2026-05-07 20:42
📜 media-views.min.js
js
108.1 KB
2026-05-07 20:42
📜 quicktags.js
js
22.1 KB
2021-09-08 22:29
📜 quicktags.min.js
js
10.9 KB
2025-02-06 16:27
📜 shortcode.js
js
10.5 KB
2020-01-28 23:45
📜 shortcode.min.js
js
2.6 KB
2022-09-23 18:55
📜 swfobject.js
js
0 B
2025-06-05 09:14
📜 swfobject.min.js
js
35 B
2025-06-05 09:14
📜 tw-sack.js
js
4.9 KB
2025-08-12 02:56
📜 tw-sack.min.js
js
3.2 KB
2022-04-08 19:07
📜 twemoji.js
js
36.3 KB
2025-11-10 20:06
📜 twemoji.min.js
js
19.4 KB
2025-11-07 13:44
📜 underscore.js
js
67.3 KB
2026-03-19 09:32
📜 underscore.min.js
js
18.6 KB
2026-03-19 09:32
📜 utils.js
js
4.6 KB
2020-01-28 23:45
📜 utils.min.js
js
1.8 KB
2022-09-23 18:55
📜 wp-ajax-response.js
js
3.8 KB
2025-02-08 14:53
📜 wp-ajax-response.min.js
js
2.5 KB
2025-02-08 14:53
📜 wp-api.js
js
45.9 KB
2023-01-10 08:30
📜 wp-api.min.js
js
14.3 KB
2025-02-06 16:27
📜 wp-auth-check.js
js
4.3 KB
2025-12-14 21:30
📜 wp-auth-check.min.js
js
1.6 KB
2025-12-14 21:30
📜 wp-backbone.js
js
14.9 KB
2024-04-12 16:47
📜 wp-backbone.min.js
js
3 KB
2025-02-06 16:27
📜 wp-custom-header.js
js
10.2 KB
2021-04-10 11:40
📜 wp-custom-header.min.js
js
4.3 KB
2025-02-06 16:27
📜 wp-embed-template.js
js
6.6 KB
2021-11-11 01:49
📜 wp-embed-template.min.js
js
3.1 KB
2025-02-06 16:27
📜 wp-embed.js
js
3.1 KB
2023-08-10 18:49
📜 wp-embed.min.js
js
1.2 KB
2025-02-06 16:27
📜 wp-emoji-loader.js
js
12.9 KB
2025-11-04 17:18
📜 wp-emoji-loader.min.js
js
2.8 KB
2025-11-04 17:18
📜 wp-emoji-release.min.js
js
22.2 KB
2025-11-07 13:44
📜 wp-emoji.js
js
8.6 KB
2025-10-06 03:51
📜 wp-emoji.min.js
js
2.8 KB
2025-10-06 03:51
📜 wp-list-revisions.js
js
970 B
2018-06-28 01:30
📜 wp-list-revisions.min.js
js
597 B
2025-02-06 16:27
📜 wp-lists.js
js
24.7 KB
2023-06-24 13:32
📜 wp-lists.min.js
js
7.3 KB
2025-02-06 16:27
📜 wp-pointer.js
js
10 KB
2021-02-16 19:25
📜 wp-pointer.min.js
js
3.5 KB
2025-02-06 16:27
📜 wp-sanitize.js
js
1.6 KB
2026-03-02 18:51
📜 wp-sanitize.min.js
js
402 B
2026-03-02 18:51
📜 wp-util.js
js
4.6 KB
2026-03-10 11:44
📜 wp-util.min.js
js
1.4 KB
2026-03-10 11:44
📜 wpdialog.js
js
569 B
2023-01-24 20:13
📜 wpdialog.min.js
js
281 B
2025-02-06 16:27
📜 wplink.js
js
20.7 KB
2025-01-23 22:54
📜 wplink.min.js
js
11.1 KB
2025-02-06 16:27
📜 zxcvbn-async.js
js
821 B
2018-06-28 01:30
📜 zxcvbn-async.min.js
js
351 B
2021-02-23 15:45
📜 zxcvbn.min.js
js
803 KB
2019-10-25 23:17