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

14 lines
403 KiB
JavaScript
Raw Normal View History

2019-07-15 23:08:06 +08:00
webpackJsonp([1],[,,,function(e,t,o){"use strict";function i(e){return"[object Array]"===k.call(e)}function r(e){return"[object ArrayBuffer]"===k.call(e)}function n(e){return"undefined"!=typeof FormData&&e instanceof FormData}function l(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer}function a(e){return"string"==typeof e}function s(e){return"number"==typeof e}function c(e){return void 0===e}function p(e){return null!==e&&"object"==typeof e}function d(e){return"[object Date]"===k.call(e)}function u(e){return"[object File]"===k.call(e)}function f(e){return"[object Blob]"===k.call(e)}function A(e){return"[object Function]"===k.call(e)}function h(e){return p(e)&&A(e.pipe)}function g(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 x(e,t){if(null!==e&&void 0!==e)if("object"!=typeof e&&(e=[e]),i(e))for(var o=0,r=e.length;o<r;o++)t.call(null,e[o],o,e);else for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.call(null,e[n],n,e)}function _(){function e(e,o){"object"==typeof t[o]&&"object"==typeof e?t[o]=_(t[o],e):t[o]=e}for(var t={},o=0,i=arguments.length;o<i;o++)x(arguments[o],e);return t}function w(e,t,o){return x(t,function(t,i){e[i]=o&&"function"==typeof t?v(t,o):t}),e}var v=o(68),y=o(227),k=Object.prototype.toString;e.exports={isArray:i,isArrayBuffer:r,isBuffer:y,isFormData:n,isArrayBufferView:l,isString:a,isNumber:s,isObject:p,isUndefined:c,isDate:d,isFile:u,isBlob:f,isFunction:A,isStream:h,isURLSearchParams:g,isStandardBrowserEnv:m,forEach:x,merge:_,extend:w,trim:b}},,,function(e,t){e.exports=function(e,t,o,i,r,n){var l,a=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(l=e,a=e.default);var c="function"==typeof a?a.options:a;t&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0),o&&(c.functional=!0),r&&(c._scopeId=r);var p;if(n?(p=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(n)},c._ssrRegister=p):i&&(p=i),p){var d=c.functional,u=d?c.render:c.beforeCreate;d?(c._injectStyles=p,c.render=function(e,t){return p.call(t),u(e,t)}):c.beforeCreate=u?[].concat(u,p):[p]}return{esModule:l,exports:a,options:c}}},,,function(e,t,o){(function(t){function o(e,t){var o=e[1]||"",r=e[3];if(!r)return o;if(t){var n=i(r);return[o].concat(r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"})).concat([n]).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={},r=0;r<this.length;r++){var n=this[r][0];"number"==typeof n&&(i[n]=!0)}for(r=0;r<e.length;r++){var l=e[r];"number"==typeof l[0]&&i[l[0]]||(o&&!l[2]?l[2]=o:o&&(l[2]="("+l[2]+") and ("+o+")"),t.push(l))}},t}}).call(t,o(159).Buffer)},,function(e,t,o){"use strict";var i={isLogin:!0},r={};t.a={vue:r,user:i,fullscreen:!1}},,,function(e,t,o){function i(e){for(var t=0;t<e.length;t++){var o=e[t],i=p[o.id];if(i){i.refs++;for(var r=0;r<i.parts.length;r++)i.parts[r](o.parts[r]);for(;r<o.parts.length;r++)i.parts.push(n(o.parts[r]));i.parts.length>o.parts.length&&(i.parts.length=o.parts.length)}else{for(var l=[],r=0;r<o.parts.length;r++)l.push(n(o.parts[r]));p[o.id]={id:o.id,refs:1,parts:l}}}}function r(){var e=document.createElement("style");return e.type="text/css",d.appendChild(e),e}function n(e){var t,o,i=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(i){if(A)return h;i.parentNo
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
2019-07-15 23:08:06 +08:00
var K=o(158),q=o(226),W=o(228);t.Buffer=n,t.SlowBuffer=h,t.INSPECT_MAX_BYTES=50,n.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(),n.poolSize=8192,n._augment=function(e){return e.__proto__=n.prototype,e},n.from=function(e,t,o){return l(null,e,t,o)},n.TYPED_ARRAY_SUPPORT&&(n.prototype.__proto__=Uint8Array.prototype,n.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&n[Symbol.species]===n&&Object.defineProperty(n,Symbol.species,{value:null,configurable:!0})),n.alloc=function(e,t,o){return s(null,e,t,o)},n.allocUnsafe=function(e){return c(null,e)},n.allocUnsafeSlow=function(e){return c(null,e)},n.isBuffer=function(e){return!(null==e||!e._isBuffer)},n.compare=function(e,t){if(!n.isBuffer(e)||!n.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var o=e.length,i=t.length,r=0,l=Math.min(o,i);r<l;++r)if(e[r]!==t[r]){o=e[r],i=t[r];break}return o<i?-1:i<o?1:0},n.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}},n.concat=function(e,t){if(!W(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return n.alloc(0);var o;if(void 0===t)for(t=0,o=0;o<e.length;++o)t+=e[o].length;var i=n.allocUnsafe(t),r=0;for(o=0;o<e.length;++o){var l=e[o];if(!n.isBuffer(l))throw new TypeError('"list" argument must be an Array of Buffers');l.copy(i,r),r+=l.length}return i},n.byteLength=g,n.prototype._isBuffer=!0,n.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},n.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},n.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},n.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?z(this,0,e):b.apply(this,arguments)},n.prototype.equals=function(e){if(!n.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===n.compare(this,e)},n.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+">"},n.prototype.compare=function(e,t,o,i,r){if(!n.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===r&&(r=this.length),t<0||o>e.length||i<0||r>this.length)throw new RangeError("out of range index");if(i>=r&&t>=o)return 0;if(i>=r)return-1;if(t>=o)return 1;if(t>>>=0,o>>>=0,i>>>=0,r>>>=0,this===e)return 0;for(var l=r-i,a=o-t,s=Math.min(l,a),c=this.slice(i,r),p=e.slice(t,o),d=0;d<s;++d)if(c[d]!==p[d]){l=c[d],a=p[d];break}return l<a?-1:a<l?1:0},n.prototype.includes=function(e,t,o){return-1!==this.indexOf(e,t,o)},n.prototype.indexOf=function(e,t,o){return x(this,e,t,o,!0)},n.prototype.lastIndexOf=function(e,t,o){return x(this,e,t,o,!1)},n.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 r=this.length-t;if((void 0===o||o>r)&&(o=r),e.length>0&&(o<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var n=!1;;)switch(i){case"hex":return w(this,e,t,o);case"utf8
* Determine if an object is a Buffer
*
2019-07-12 21:46:05 +08:00
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
2019-07-15 23:08:06 +08:00
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(236),r=o(235),n=o(92);e.exports={formats:n,parse:r,stringify:i}},function(e,t,o){"use strict";var i=o(93),r=Object.prototype.hasOwnProperty,n={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:i.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},l=function(e,t){for(var o={},i=e.split(t.delimiter,t.parameterLimit===1/0?void 0:t.parameterLimit),n=0;n<i.length;++n){var l,a,s=i[n],c=-1===s.indexOf("]=")?s.indexOf("="):s.indexOf("]=")+1;-1===c?(l=t.decoder(s),a=t.strictNullHandling?null:""):(l=t.decoder(s.slice(0,c)),a=t.decoder(s.slice(c+1))),r.call(o,l)?o[l]=[].concat(o[l]).concat(a):o[l]=a}return o},a=function(e,t,o){if(!e.length)return t;var i,r=e.shift();if("[]"===r)i=[],i=i.concat(a(e,t,o));else{i=o.plainObjects?Object.create(null):{};var n="["===r.charAt(0)&&"]"===r.charAt(r.length-1)?r.slice(1,-1):r,l=parseInt(n,10);!isNaN(l)&&r!==n&&String(l)===n&&l>=0&&o.parseArrays&&l<=o.arrayLimit?(i=[],i[l]=a(e,t,o)):i[n]=a(e,t,o)}return i},s=function(e,t,o){if(e){var i=o.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,n=/(\[[^[\]]*])/,l=/(\[[^[\]]*])/g,s=n.exec(i),c=s?i.slice(0,s.index):i,p=[];if(c){if(!o.plainObjects&&r.call(Object.prototype,c)&&!o.allowPrototypes)return;p.push(c)}for(var d=0;null!==(s=l.exec(i))&&d<o.depth;){if(d+=1,!o.plainObjects&&r.call(Object.prototype,s[1].slice(1,-1))&&!o.allowPrototypes)return;p.push(s[1])}return s&&p.push("["+i.slice(s.index)+"]"),a(p,t,o)}};e.exports=function(e,t){var o=t||{};if(null!==o.decoder&&void 0!==o.decoder&&"function"!=typeof o.decoder)throw new TypeError("Decoder has to be a function.");if(o.delimiter="string"==typeof o.delimiter||i.isRegExp(o.delimiter)?o.delimiter:n.delimiter,o.depth="number"==typeof o.depth?o.depth:n.depth,o.arrayLimit="number"==typeof o.arrayLimit?o.arrayLimit:n.arrayLimit,o.parseArrays=!1!==o.parseArrays,o.decoder="function"==typeof o.decoder?o.decoder:n.decoder,o.allowDots="boolean"==typeof o.allowDots?o.allowDots:n.allowDots,o.plainObjects="boolean"==typeof o.plainObjects?o.plainObjects:n.plainObjects,o.allowPrototypes="boolean"==typeof o.allowPrototypes?o.allowPrototypes:n.allowPrototypes,o.parameterLimit="number"==typeof o.parameterLimit?o.parameterLimit:n.parameterLimit,o.strictNullHandling="boolean"==typeof o.strictNullHandling?o.strictNullHandling:n.strictNullHandling,""===e||null===e||void 0===e)return o.plainObjects?Object.create(null):{};for(var r="string"==typeof e?l(e,o):e,a=o.plainObjects?Object.create(null):{},c=Object.keys(r),p=0;p<c.length;++p){var d=c[p],u=s(d,r[d],o);a=i.merge(a,u,o)}return i.compact(a)}},function(e,t,o){"use strict";var i=o(93),r=o(92),n={brackets:function(e){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},l=Date.prototype.toISOString,a={delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},s=function e(t,o,r,n,l,a,s,c,p,d,u,f){var A=t;if("function"==typeof s)A=s(o,A);else if(A instanceof Date)A=d(A);else if(null===A){if(n)return a&&!f?a(o):o;A=""}if("string"==typeof A||"number"==typeof A||"boolean"==typeof A||i.isBuffer(A)){if(a){return[u(f?o:a(o))+"="+u(a(A))]}return[u(o)+"="+u(String(A))]}var h=[];if(void 0===A)return h;var g;if(Array.isArray(s))g=s;else{var b=Object.keys(A);g=c?b.sort(c):b}for(var m=0;m<g.length;++m){var x=g[m];l&&null===A[x]||(h=Array.isArray(A)?h.concat(e(A[x],r(o,x),r,n,l,a,s,c,p,d,u,f)):h.concat(e(A[x],o+(p?"."+x:"["+x+"]"),r,n,l,a,s,c,p,d,u,f)))}return h};e.exports=function(e,t){var o=e,i=t||{};if(null!==i.encoder&&void 0!==i.encoder&&"function"!=typeof i.encoder)throw new TypeError("Encoder has to be a function.");var l=void 0===i.delimiter?a.delimiter:i.delimiter,c="boolean"==typeof i.strictNullHandling?i.strictNullHandling:a.strictNullHandling,p="boolean"==typeof i.skipNulls?i.skipNulls:a.skipNulls,d="boolean"==typeof
//# sourceMappingURL=doc-wiki-index.js.map?c0445036078211a7ad77