Files
zyplayer-doc/zyplayer-doc-wiki/src/main/resources/doc-wiki-index.js

14 lines
500 KiB
JavaScript
Raw Normal View History

webpackJsonp([1],[,,,function(e,t,o){"use strict";function i(e){return"[object Array]"===_.call(e)}function n(e){return"[object ArrayBuffer]"===_.call(e)}function r(e){return"undefined"!=typeof FormData&&e instanceof FormData}function A(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer}function l(e){return"string"==typeof e}function a(e){return"number"==typeof e}function c(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function p(e){return"[object Date]"===_.call(e)}function d(e){return"[object File]"===_.call(e)}function g(e){return"[object Blob]"===_.call(e)}function u(e){return"[object Function]"===_.call(e)}function f(e){return s(e)&&u(e.pipe)}function h(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams}function b(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}function m(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)}function w(e,t){if(null!==e&&void 0!==e)if("object"!=typeof e&&(e=[e]),i(e))for(var o=0,n=e.length;o<n;o++)t.call(null,e[o],o,e);else for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(null,e[r],r,e)}function E(){function e(e,o){"object"==typeof t[o]&&"object"==typeof e?t[o]=E(t[o],e):t[o]=e}for(var t={},o=0,i=arguments.length;o<i;o++)w(arguments[o],e);return t}function x(e,t,o){return w(t,function(t,i){e[i]=o&&"function"==typeof t?B(t,o):t}),e}var B=o(68),v=o(233),_=Object.prototype.toString;e.exports={isArray:i,isArrayBuffer:n,isBuffer:v,isFormData:r,isArrayBufferView:A,isString:l,isNumber:a,isObject:s,isUndefined:c,isDate:p,isFile:d,isBlob:g,isFunction:u,isStream:f,isURLSearchParams:h,isStandardBrowserEnv:m,forEach:w,merge:E,extend:x,trim:b}},,,function(e,t){e.exports=function(e,t,o,i,n,r){var A,l=e=e||{},a=typeof e.default;"object"!==a&&"function"!==a||(A=e,l=e.default);var c="function"==typeof l?l.options:l;t&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0),o&&(c.functional=!0),n&&(c._scopeId=n);var s;if(r?(s=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(r)},c._ssrRegister=s):i&&(s=i),s){var p=c.functional,d=p?c.render:c.beforeCreate;p?(c._injectStyles=s,c.render=function(e,t){return s.call(t),d(e,t)}):c.beforeCreate=d?[].concat(d,s):[s]}return{esModule:A,exports:l,options:c}}},,,,function(e,t,o){(function(t){function o(e,t){var o=e[1]||"",n=e[3];if(!n)return o;if(t){var r=i(n);return[o].concat(n.sources.map(function(e){return"/*# sourceURL="+n.sourceRoot+e+" */"})).concat([r]).join("\n")}return[o].join("\n")}function i(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+new t(JSON.stringify(e)).toString("base64")+" */"}e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var i=o(t,e);return t[2]?"@media "+t[2]+"{"+i+"}":i}).join("")},t.i=function(e,o){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},n=0;n<this.length;n++){var r=this[n][0];"number"==typeof r&&(i[r]=!0)}for(n=0;n<e.length;n++){var A=e[n];"number"==typeof A[0]&&i[A[0]]||(o&&!A[2]?A[2]=o:o&&(A[2]="("+A[2]+") and ("+o+")"),t.push(A))}},t}}).call(t,o(162).Buffer)},function(e,t,o){"use strict";var i={isLogin:!0},n={};t.a={vue:n,user:i,fullscreen:!1}},,,,,function(e,t,o){function i(e){for(var t=0;t<e.length;t++){var o=e[t],i=s[o.id];if(i){i.refs++;for(var n=0;n<i.parts.length;n++)i.parts[n](o.parts[n]);for(;n<o.parts.length;n++)i.parts.push(r(o.parts[n]));i.parts.length>o.parts.length&&(i.parts.length=o.parts.length)}else{for(var A=[],n=0;n<o.parts.length;n++)A.push(r(o.parts[n]));s[o.id]={id:o.id,refs:1,parts:A}}}}function n(){var e=document.createElement("style");return e.type="text/css",p.appendChild(e),e}function r(e){var t,o,i=document.querySelector("style["+b+'~="'+e.id+'"]');if(i){if(u)return f;i.parentNode.remov
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
var Z=o(161),K=o(232),q=o(234);t.Buffer=r,t.SlowBuffer=f,t.INSPECT_MAX_BYTES=50,r.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=i(),r.poolSize=8192,r._augment=function(e){return e.__proto__=r.prototype,e},r.from=function(e,t,o){return A(null,e,t,o)},r.TYPED_ARRAY_SUPPORT&&(r.prototype.__proto__=Uint8Array.prototype,r.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&r[Symbol.species]===r&&Object.defineProperty(r,Symbol.species,{value:null,configurable:!0})),r.alloc=function(e,t,o){return a(null,e,t,o)},r.allocUnsafe=function(e){return c(null,e)},r.allocUnsafeSlow=function(e){return c(null,e)},r.isBuffer=function(e){return!(null==e||!e._isBuffer)},r.compare=function(e,t){if(!r.isBuffer(e)||!r.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var o=e.length,i=t.length,n=0,A=Math.min(o,i);n<A;++n)if(e[n]!==t[n]){o=e[n],i=t[n];break}return o<i?-1:i<o?1:0},r.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},r.concat=function(e,t){if(!q(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return r.alloc(0);var o;if(void 0===t)for(t=0,o=0;o<e.length;++o)t+=e[o].length;var i=r.allocUnsafe(t),n=0;for(o=0;o<e.length;++o){var A=e[o];if(!r.isBuffer(A))throw new TypeError('"list" argument must be an Array of Buffers');A.copy(i,n),n+=A.length}return i},r.byteLength=h,r.prototype._isBuffer=!0,r.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)m(this,t,t+1);return this},r.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)m(this,t,t+3),m(this,t+1,t+2);return this},r.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)m(this,t,t+7),m(this,t+1,t+6),m(this,t+2,t+5),m(this,t+3,t+4);return this},r.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?k(this,0,e):b.apply(this,arguments)},r.prototype.equals=function(e){if(!r.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===r.compare(this,e)},r.prototype.inspect=function(){var e="",o=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,o).match(/.{2}/g).join(" "),this.length>o&&(e+=" ... ")),"<Buffer "+e+">"},r.prototype.compare=function(e,t,o,i,n){if(!r.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===o&&(o=e?e.length:0),void 0===i&&(i=0),void 0===n&&(n=this.length),t<0||o>e.length||i<0||n>this.length)throw new RangeError("out of range index");if(i>=n&&t>=o)return 0;if(i>=n)return-1;if(t>=o)return 1;if(t>>>=0,o>>>=0,i>>>=0,n>>>=0,this===e)return 0;for(var A=n-i,l=o-t,a=Math.min(A,l),c=this.slice(i,n),s=e.slice(t,o),p=0;p<a;++p)if(c[p]!==s[p]){A=c[p],l=s[p];break}return A<l?-1:l<A?1:0},r.prototype.includes=function(e,t,o){return-1!==this.indexOf(e,t,o)},r.prototype.indexOf=function(e,t,o){return w(this,e,t,o,!0)},r.prototype.lastIndexOf=function(e,t,o){return w(this,e,t,o,!1)},r.prototype.write=function(e,t,o,i){if(void 0===t)i="utf8",o=this.length,t=0;else if(void 0===o&&"string"==typeof t)i=t,o=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(o)?(o|=0,void 0===i&&(i="utf8")):(i=o,o=void 0)}var n=this.length-t;if((void 0===o||o>n)&&(o=n),e.length>0&&(o<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var r=!1;;)switch(i){case"hex":return x(this,e,t,o);case"utf8
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
e.exports=function(e){return null!=e&&(o(e)||i(e)||!!e._isBuffer)}},function(e,t){var o={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==o.call(e)}},,,,,,function(e,t,o){"use strict";var i=o(242),n=o(241),r=o(103);e.exports={formats:r,parse:n,stringify:i}},function(e,t,o){"use strict";var i=o(104),n=Object.prototype.hasOwnProperty,r={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:i.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},A=function(e,t){for(var o={},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,A=t.parameterLimit===1/0?void 0:t.parameterLimit,l=i.split(t.delimiter,A),a=0;a<l.length;++a){var c,s,p=l[a],d=p.indexOf("]="),g=-1===d?p.indexOf("="):d+1;-1===g?(c=t.decoder(p,r.decoder),s=t.strictNullHandling?null:""):(c=t.decoder(p.slice(0,g),r.decoder),s=t.decoder(p.slice(g+1),r.decoder)),n.call(o,c)?o[c]=[].concat(o[c]).concat(s):o[c]=s}return o},l=function(e,t,o){for(var i=t,n=e.length-1;n>=0;--n){var r,A=e[n];if("[]"===A)r=[],r=r.concat(i);else{r=o.plainObjects?Object.create(null):{};var l="["===A.charAt(0)&&"]"===A.charAt(A.length-1)?A.slice(1,-1):A,a=parseInt(l,10);!isNaN(a)&&A!==l&&String(a)===l&&a>=0&&o.parseArrays&&a<=o.arrayLimit?(r=[],r[a]=i):r[l]=i}i=r}return i},a=function(e,t,o){if(e){var i=o.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,r=/(\[[^[\]]*])/,A=/(\[[^[\]]*])/g,a=r.exec(i),c=a?i.slice(0,a.index):i,s=[];if(c){if(!o.plainObjects&&n.call(Object.prototype,c)&&!o.allowPrototypes)return;s.push(c)}for(var p=0;null!==(a=A.exec(i))&&p<o.depth;){if(p+=1,!o.plainObjects&&n.call(Object.prototype,a[1].slice(1,-1))&&!o.allowPrototypes)return;s.push(a[1])}return a&&s.push("["+i.slice(a.index)+"]"),l(s,t,o)}};e.exports=function(e,t){var o=t?i.assign({},t):{};if(null!==o.decoder&&void 0!==o.decoder&&"function"!=typeof o.decoder)throw new TypeError("Decoder has to be a function.");if(o.ignoreQueryPrefix=!0===o.ignoreQueryPrefix,o.delimiter="string"==typeof o.delimiter||i.isRegExp(o.delimiter)?o.delimiter:r.delimiter,o.depth="number"==typeof o.depth?o.depth:r.depth,o.arrayLimit="number"==typeof o.arrayLimit?o.arrayLimit:r.arrayLimit,o.parseArrays=!1!==o.parseArrays,o.decoder="function"==typeof o.decoder?o.decoder:r.decoder,o.allowDots="boolean"==typeof o.allowDots?o.allowDots:r.allowDots,o.plainObjects="boolean"==typeof o.plainObjects?o.plainObjects:r.plainObjects,o.allowPrototypes="boolean"==typeof o.allowPrototypes?o.allowPrototypes:r.allowPrototypes,o.parameterLimit="number"==typeof o.parameterLimit?o.parameterLimit:r.parameterLimit,o.strictNullHandling="boolean"==typeof o.strictNullHandling?o.strictNullHandling:r.strictNullHandling,""===e||null===e||void 0===e)return o.plainObjects?Object.create(null):{};for(var n="string"==typeof e?A(e,o):e,l=o.plainObjects?Object.create(null):{},c=Object.keys(n),s=0;s<c.length;++s){var p=c[s],d=a(p,n[p],o);l=i.merge(l,d,o)}return i.compact(l)}},function(e,t,o){"use strict";var i=o(104),n=o(103),r={brackets:function(e){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},A=Date.prototype.toISOString,l={delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,serializeDate:function(e){return A.call(e)},skipNulls:!1,strictNullHandling:!1},a=function e(t,o,n,r,A,a,c,s,p,d,g,u){var f=t;if("function"==typeof c)f=c(o,f);else if(f instanceof Date)f=d(f);else if(null===f){if(r)return a&&!u?a(o,l.encoder):o;f=""}if("string"==typeof f||"number"==typeof f||"boolean"==typeof f||i.isBuffer(f)){if(a){return[g(u?o:a(o,l.encoder))+"="+g(a(f,l.encoder))]}return[g(o)+"="+g(String(f))]}var h=[];if(void 0===f)return h;var b;if(Array.isArray(c))b=c;else{var m=Object.keys(f);b=s?m.sort(s):m}for(var w=0;w<b.length;++w){var E=b[w];A&&null===f[E]||(h=Array.isArray(f)?h.concat(e(f[E],n(o,E),n,r,A,a,c,s,p,d,g,u)):h.concat(e(f[E],o+(p?"."+E:"["+E+"]"),n,r,A,a,c,s,p,d,g,u)))}return h};e.exports=function(e,t){var o=e,A=t?i.assign({},t):{};if(null!==A.encoder&&void 0!==A.encoder&&"function"!=typeof A.encoder)throw new TypeError("Encoder has to be a function.");var c=void 0===A.delimiter?l.delimiter:A.del
//# sourceMappingURL=doc-wiki-index.js.map?6ab7965acbaeb916d405