0byt3m1n1-V2
Path:
/
home
/
yvffpqmy
/
public_html
/
wp-content
/
plugins
/
arforms
/
js
/
[
Home
]
File: hooks.js
this.wp=this.wp||{},this.wp.hooks=function(n){function r(t){if(e[t])return e[t].exports;var o=e[t]={i:t,l:!1,exports:{}};return n[t].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var e={};return r.m=n,r.c=e,r.d=function(n,e,t){r.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:t})},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},r.t=function(n,e){if(1&e&&(n=r(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var t=Object.create(null);if(r.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)r.d(t,o,function(r){return n[r]}.bind(null,o));return t},r.n=function(n){var e=n&&n.__esModule?function(){return n["default"]}:function(){return n};return r.d(e,"a",e),e},r.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},r.p="",r(r.s=433)}({18:function(n,r,e){"use strict";function t(n){return Array.isArray(n)?Object(u.a)(n):void 0}function o(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function i(n){return t(n)||Object(c.a)(n)||o()}var u=e(25),c=e(35);e(27);e.d(r,"a",function(){return i})},25:function(n,r,e){"use strict";function t(n,r){(null==r||r>n.length)&&(r=n.length);for(var e=0,t=new Array(r);r>e;e++)t[e]=n[e];return t}e.d(r,"a",function(){return t})},27:function(n,r,e){"use strict";function t(n,r){if(n){if("string"==typeof n)return Object(o.a)(n,r);var e=Object.prototype.toString.call(n).slice(8,-1);return"Object"===e&&n.constructor&&(e=n.constructor.name),"Map"===e||"Set"===e?Array.from(e):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?Object(o.a)(n,r):void 0}}e.d(r,"a",function(){return t});var o=e(25)},35:function(n,r,e){"use strict";function t(n){return"undefined"!=typeof Symbol&&Symbol.iterator in Object(n)?Array.from(n):void 0}e.d(r,"a",function(){return t})},433:function(n,r,e){"use strict";function t(n){return"string"!=typeof n||""===n?(console.error("The namespace must be a non-empty string."),!1):/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(n)?!0:(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)}function o(n){return"string"!=typeof n||""===n?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(n)?(console.error("The hook name cannot begin with `__`."),!1):/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(n)?!0:(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)}function i(n){return function(r,e,t){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10;if(h(r)&&p(e)){if("function"!=typeof t)return void console.error("The hook callback must be a function.");if("number"!=typeof o)return void console.error("If specified, the hook priority must be a number.");var i={callback:t,priority:o,namespace:e};if(n[r]){var u,c=n[r].handlers;for(u=c.length;u>0&&!(o>=c[u-1].priority);u--);u===c.length?c[u]=i:c.splice(u,0,i),(n.__current||[]).forEach(function(n){n.name===r&&n.currentIndex>=u&&n.currentIndex++})}else n[r]={handlers:[i],runs:0};"hookAdded"!==r&&P("hookAdded",r,e,t,o)}}}function u(n,r){return function(e,t){if(h(e)&&(r||p(t))){if(!n[e])return 0;var o=0;if(r)o=n[e].handlers.length,n[e]={runs:n[e].runs,handlers:[]};else for(var i=n[e].handlers,u=function(r){i[r].namespace===t&&(i.splice(r,1),o++,(n.__current||[]).forEach(function(n){n.name===e&&n.currentIndex>=r&&n.currentIndex--}))},c=i.length-1;c>=0;c--)u(c);return"hookRemoved"!==e&&P("hookRemoved",e,t),o}}}function c(n){return function(r,e){return"undefined"!=typeof e?r in n&&n[r].handlers.some(function(n){return n.namespace===e}):r in n}}function a(n,r){return function(e){n[e]||(n[e]={handlers:[],runs:0}),n[e].runs++;for(var t=n[e].handlers,o=arguments.length,i=new Array(o>1?o-1:0),u=1;o>u;u++)i[u-1]=arguments[u];if(!t||!t.length)return r?i[0]:void 0;var c={name:e,currentIndex:0};for(n.__current.push(c);c.currentIndex<t.length;){var a=t[c.currentIndex],l=a.callback.apply(null,i);r&&(i[0]=l),c.currentIndex++}return n.__current.pop(),r?i[0]:void 0}}function l(n){return function(){return n.__current&&n.__current.length?n.__current[n.__current.length-1].name:null}}function d(n){return function(r){return"undefined"==typeof r?"undefined"!=typeof n.__current[0]:n.__current[0]?r===n.__current[0].name:!1}}function s(n){return function(r){return h(r)?n[r]&&n[r].runs?n[r].runs:0:void 0}}function f(){var n=Object.create(null),r=Object.create(null);return n.__current=[],r.__current=[],{addAction:m(n),addFilter:m(r),removeAction:v(n),removeFilter:v(r),hasAction:y(n),hasFilter:y(r),removeAllActions:v(n,!0),removeAllFilters:v(r,!0),doAction:A(n),applyFilters:A(r,!0),currentAction:b(n),currentFilter:b(r),doingAction:_(n),doingFilter:_(r),didAction:g(n),didFilter:g(r),actions:n,filters:r}}e.r(r);var p=t,h=o,m=i,v=u,y=c,A=(e(18),a),b=l,_=d,g=s,F=f;e.d(r,"addAction",function(){return O}),e.d(r,"addFilter",function(){return k}),e.d(r,"removeAction",function(){return x}),e.d(r,"removeFilter",function(){return I}),e.d(r,"hasAction",function(){return S}),e.d(r,"hasFilter",function(){return w}),e.d(r,"removeAllActions",function(){return T}),e.d(r,"removeAllFilters",function(){return M}),e.d(r,"doAction",function(){return P}),e.d(r,"applyFilters",function(){return z}),e.d(r,"currentAction",function(){return Z}),e.d(r,"currentFilter",function(){return E}),e.d(r,"doingAction",function(){return $}),e.d(r,"doingFilter",function(){return R}),e.d(r,"didAction",function(){return C}),e.d(r,"didFilter",function(){return H}),e.d(r,"actions",function(){return U}),e.d(r,"filters",function(){return q}),e.d(r,"createHooks",function(){return F});var j=F(),O=j.addAction,k=j.addFilter,x=j.removeAction,I=j.removeFilter,S=j.hasAction,w=j.hasFilter,T=j.removeAllActions,M=j.removeAllFilters,P=j.doAction,z=j.applyFilters,Z=j.currentAction,E=j.currentFilter,$=j.doingAction,R=j.doingFilter,C=j.didAction,H=j.didFilter,U=j.actions,q=j.filters}});
©
2018.