Added: sites/solr/guide/8_7/js/jquery.cookie-1.4.1.min.js
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/js/jquery.cookie-1.4.1.min.js?rev=1089758&view=auto
==============================================================================
--- sites/solr/guide/8_7/js/jquery.cookie-1.4.1.min.js (added)
+++ sites/solr/guide/8_7/js/jquery.cookie-1.4.1.min.js Tue Apr 15 19:27:42 2025
@@ -0,0 +1,2 @@
+/*! jquery.cookie v1.4.1 | MIT */
+!function(a){"function"==typeof 
define&&define.amd?define(["jquery"],a):"object"==typeof 
exports?a(require("jquery")):a(jQuery)}(function(a){function b(a){return 
h.raw?a:encodeURIComponent(a)}function c(a){return 
h.raw?a:decodeURIComponent(a)}function d(a){return 
b(h.json?JSON.stringify(a):String(a))}function 
e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return
 a=decodeURIComponent(a.replace(g," 
")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return 
a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 
0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof 
i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return 
document.cookie=[b(e),"=",d(g),i.expires?"; 
expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; 
domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 
0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.le
 ngth;o>n;n++){var 
p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void
 0===(r=f(r))||(l[q]=r)}return 
l};h.defaults={},a.removeCookie=function(b,c){return void 
0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});
\ No newline at end of file

Added: sites/solr/guide/8_7/js/jquery.mCustomScrollbar.concat-3.1.5.min.js
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/js/jquery.mCustomScrollbar.concat-3.1.5.min.js?rev=1089758&view=auto
==============================================================================
--- sites/solr/guide/8_7/js/jquery.mCustomScrollbar.concat-3.1.5.min.js (added)
+++ sites/solr/guide/8_7/js/jquery.mCustomScrollbar.concat-3.1.5.min.js Tue Apr 
15 19:27:42 2025
@@ -0,0 +1,5 @@
+/* == jquery mousewheel plugin == Version: 3.1.13, License: MIT License (MIT) 
*/
+!function(a){"function"==typeof 
define&&define.amd?define(["jquery"],a):"object"==typeof 
exports?module.exports=a:a(jQuery)}(function(a){function b(b){var 
g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in
 g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in 
g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in 
g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in 
g&&(m=-1*g.deltaY,j=m),"deltaX"in 
g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var 
q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else 
if(2===g.deltaMode){var 
r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var
 s=this.getBounding
 ClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return 
b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function
 c(){f=null}function d(a,b){return 
k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var 
e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in
 
document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var
 j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var 
k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var
 c=h.length;c;)this.addEventListener(h[--c],b,!1);else 
this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var
 c=h.l
 ength;c;)this.removeEventListener(h[--c],b,!1);else 
this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var
 c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return 
d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return
 
a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return
 
a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return
 this.unbind("mousewheel",a)}})});!function(a){"function"==typeof 
define&&define.amd?define(["jquery"],a):"object"==typeof 
exports?module.exports=a:a(jQuery)}(function(a){function b(b){var 
g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in
 g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in 
g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l
 =-1*g.wheelDeltaX),"axis"in 
g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in 
g&&(m=-1*g.deltaY,j=m),"deltaX"in 
g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var 
q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else 
if(2===g.deltaMode){var 
r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var
 s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return 
b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function
 c(){f=null}function d(a,b){return 
k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var 
e,f,g=["wheel","mousewheel","DOMM
 ouseScroll","MozMousePixelScroll"],h="onwheel"in 
document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var
 j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var 
k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var
 c=h.length;c;)this.addEventListener(h[--c],b,!1);else 
this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var
 c=h.length;c;)this.removeEventListener(h[--c],b,!1);else 
this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var
 c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return 
d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){ret
 urn 
a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return
 
a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return
 this.unbind("mousewheel",a)}})});
+/* == malihu jquery custom scrollbar plugin == Version: 3.1.5, License: MIT 
License (MIT) */
+!function(e){"function"==typeof 
define&&define.amd?define(["jquery"],e):"undefined"!=typeof 
module&&module.exports?module.exports=e:e(jQuery,window,document)}(function(e){!function(t){var
 o="function"==typeof define&&define.amd,a="undefined"!=typeof 
module&&module.exports,n="https:"==document.location.protocol?"https:":"http:",i="cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js";o||(a?require("jquery-mousewheel")(e):e.event.special.mousewheel||e("head").append(decodeURI("%3Cscript
 src="+n+"//"+i+"%3E%3C/script%3E"))),t()}(function(){var 
t,o="mCustomScrollbar",a="mCS",n=".mCustomScrollbar",i={setTop:0,setLeft:0,axis:"y",scrollbarPosition:"inside",scrollInertia:950,autoDraggerLength:!0,alwaysShowScrollbar:0,snapOffset:0,mouseWheel:{enable:!0,scrollAmount:"auto",axis:"y",deltaFactor:"auto",disableOver:["select","option","keygen","datalist","textarea"]},scrollButtons:{scrollType:"stepless",scrollAmount:"auto"},keyboard:{enable:!0,scrollType:"stepless",scr
 
ollAmount:"auto"},contentTouchScroll:25,documentTouchScroll:!0,advanced:{autoScrollOnFocus:"input,textarea,select,button,datalist,keygen,a[tabindex],area,object,[contenteditable='true']",updateOnContentResize:!0,updateOnImageLoad:"auto",autoUpdateTimeout:60},theme:"light",callbacks:{onTotalScrollOffset:0,onTotalScrollBackOffset:0,alwaysTriggerOffsets:!0}},r=0,l={},s=window.attachEvent&&!window.addEventListener?1:0,c=!1,d=["mCSB_dragger_onDrag","mCSB_scrollTools_onDrag","mCS_img_loaded","mCS_disabled","mCS_destroyed","mCS_no_scrollbar","mCS-autoHide","mCS-dir-rtl","mCS_no_scrollbar_y","mCS_no_scrollbar_x","mCS_y_hidden","mCS_x_hidden","mCSB_draggerContainer","mCSB_buttonUp","mCSB_buttonDown","mCSB_buttonLeft","mCSB_buttonRight"],u={init:function(t){var
 t=e.extend(!0,{},i,t),o=f.call(this);if(t.live){var 
s=t.liveSelector||this.selector||n,c=e(s);if("off"===t.live)return void 
m(s);l[s]=setTimeout(function(){c.mCustomScrollbar(t),"once"===t.live&&c.length&&m(s)},500)}else
 m(s);return t.
 
setWidth=t.set_width?t.set_width:t.setWidth,t.setHeight=t.set_height?t.set_height:t.setHeight,t.axis=t.horizontalScroll?"x":p(t.axis),t.scrollInertia=t.scrollInertia>0&&t.scrollInertia<17?17:t.scrollInertia,"object"!=typeof
 
t.mouseWheel&&1==t.mouseWheel&&(t.mouseWheel={enable:!0,scrollAmount:"auto",axis:"y",preventDefault:!1,deltaFactor:"auto",normalizeDelta:!1,invert:!1}),t.mouseWheel.scrollAmount=t.mouseWheelPixels?t.mouseWheelPixels:t.mouseWheel.scrollAmount,t.mouseWheel.normalizeDelta=t.advanced.normalizeMouseWheelDelta?t.advanced.normalizeMouseWheelDelta:t.mouseWheel.normalizeDelta,t.scrollButtons.scrollType=g(t.scrollButtons.scrollType),h(t),e(o).each(function(){var
 
o=e(this);if(!o.data(a)){o.data(a,{idx:++r,opt:t,scrollRatio:{y:null,x:null},overflowed:null,contentReset:{y:null,x:null},bindEvents:!1,tweenRunning:!1,sequential:{},langDir:o.css("direction"),cbOffsets:null,trigger:null,poll:{size:{o:0,n:0},img:{o:0,n:0},change:{o:0,n:0}}});var
 n=o.data(a),i=n.opt,l=o.data("mcs-ax
 
is"),s=o.data("mcs-scrollbar-position"),c=o.data("mcs-theme");l&&(i.axis=l),s&&(i.scrollbarPosition=s),c&&(i.theme=c,h(i)),v.call(this),n&&i.callbacks.onCreate&&"function"==typeof
 
i.callbacks.onCreate&&i.callbacks.onCreate.call(this),e("#mCSB_"+n.idx+"_container
 
img:not(."+d[2]+")").addClass(d[2]),u.update.call(null,o)}})},update:function(t,o){var
 n=t||f.call(this);return e(n).each(function(){var t=e(this);if(t.data(a)){var 
n=t.data(a),i=n.opt,r=e("#mCSB_"+n.idx+"_container"),l=e("#mCSB_"+n.idx),s=[e("#mCSB_"+n.idx+"_dragger_vertical"),e("#mCSB_"+n.idx+"_dragger_horizontal")];if(!r.length)return;n.tweenRunning&&Q(t),o&&n&&i.callbacks.onBeforeUpdate&&"function"==typeof
 
i.callbacks.onBeforeUpdate&&i.callbacks.onBeforeUpdate.call(this),t.hasClass(d[3])&&t.removeClass(d[3]),t.hasClass(d[4])&&t.removeClass(d[4]),l.css("max-height","none"),l.height()!==t.height()&&l.css("max-height",t.height()),_.call(this),"y"===i.axis||i.advanced.autoExpandHorizontalScroll||r.css("width",x(r)),n.overflo
 
wed=y.call(this),M.call(this),i.autoDraggerLength&&S.call(this),b.call(this),T.call(this);var
 
c=[Math.abs(r[0].offsetTop),Math.abs(r[0].offsetLeft)];"x"!==i.axis&&(n.overflowed[0]?s[0].height()>s[0].parent().height()?B.call(this):(G(t,c[0].toString(),{dir:"y",dur:0,overwrite:"none"}),n.contentReset.y=null):(B.call(this),"y"===i.axis?k.call(this):"yx"===i.axis&&n.overflowed[1]&&G(t,c[1].toString(),{dir:"x",dur:0,overwrite:"none"}))),"y"!==i.axis&&(n.overflowed[1]?s[1].width()>s[1].parent().width()?B.call(this):(G(t,c[1].toString(),{dir:"x",dur:0,overwrite:"none"}),n.contentReset.x=null):(B.call(this),"x"===i.axis?k.call(this):"yx"===i.axis&&n.overflowed[0]&&G(t,c[0].toString(),{dir:"y",dur:0,overwrite:"none"}))),o&&n&&(2===o&&i.callbacks.onImageLoad&&"function"==typeof
 
i.callbacks.onImageLoad?i.callbacks.onImageLoad.call(this):3===o&&i.callbacks.onSelectorChange&&"function"==typeof
 
i.callbacks.onSelectorChange?i.callbacks.onSelectorChange.call(this):i.callbacks.onUpdate&&"function"==
 typeof 
i.callbacks.onUpdate&&i.callbacks.onUpdate.call(this)),N.call(this)}})},scrollTo:function(t,o){if("undefined"!=typeof
 t&&null!=t){var n=f.call(this);return e(n).each(function(){var 
n=e(this);if(n.data(a)){var 
i=n.data(a),r=i.opt,l={trigger:"external",scrollInertia:r.scrollInertia,scrollEasing:"mcsEaseInOut",moveDragger:!1,timeout:60,callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},s=e.extend(!0,{},l,o),c=Y.call(this,t),d=s.scrollInertia>0&&s.scrollInertia<17?17:s.scrollInertia;c[0]=X.call(this,c[0],"y"),c[1]=X.call(this,c[1],"x"),s.moveDragger&&(c[0]*=i.scrollRatio.y,c[1]*=i.scrollRatio.x),s.dur=ne()?0:d,setTimeout(function(){null!==c[0]&&"undefined"!=typeof
 
c[0]&&"x"!==r.axis&&i.overflowed[0]&&(s.dir="y",s.overwrite="all",G(n,c[0].toString(),s)),null!==c[1]&&"undefined"!=typeof
 
c[1]&&"y"!==r.axis&&i.overflowed[1]&&(s.dir="x",s.overwrite="none",G(n,c[1].toString(),s))},s.timeout)}})}},stop:function(){var
 t=f.call(this);return e(t).each(function(){var t=e(this);t.data(a)&&Q(
 t)})},disable:function(t){var o=f.call(this);return e(o).each(function(){var 
o=e(this);if(o.data(a)){o.data(a);N.call(this,"remove"),k.call(this),t&&B.call(this),M.call(this,!0),o.addClass(d[3])}})},destroy:function(){var
 t=f.call(this);return e(t).each(function(){var n=e(this);if(n.data(a)){var 
i=n.data(a),r=i.opt,l=e("#mCSB_"+i.idx),s=e("#mCSB_"+i.idx+"_container"),c=e(".mCSB_"+i.idx+"_scrollbar");r.live&&m(r.liveSelector||e(t).selector),N.call(this,"remove"),k.call(this),B.call(this),n.removeData(a),$(this,"mcs"),c.remove(),s.find("img."+d[2]).removeClass(d[2]),l.replaceWith(s.contents()),n.removeClass(o+"
 _"+a+"_"+i.idx+" "+d[6]+" "+d[7]+" "+d[5]+" 
"+d[3]).addClass(d[4])}})}},f=function(){return"object"!=typeof 
e(this)||e(this).length<1?n:this},h=function(t){var 
o=["rounded","rounded-dark","rounded-dots","rounded-dots-dark"],a=["rounded-dots","rounded-dots-dark","3d","3d-dark","3d-thick","3d-thick-dark","inset","inset-dark","inset-2","inset-2-dark","inset-3","inset-3-dark"],n=["
 
minimal","minimal-dark"],i=["minimal","minimal-dark"],r=["minimal","minimal-dark"];t.autoDraggerLength=e.inArray(t.theme,o)>-1?!1:t.autoDraggerLength,t.autoExpandScrollbar=e.inArray(t.theme,a)>-1?!1:t.autoExpandScrollbar,t.scrollButtons.enable=e.inArray(t.theme,n)>-1?!1:t.scrollButtons.enable,t.autoHideScrollbar=e.inArray(t.theme,i)>-1?!0:t.autoHideScrollbar,t.scrollbarPosition=e.inArray(t.theme,r)>-1?"outside":t.scrollbarPosition},m=function(e){l[e]&&(clearTimeout(l[e]),$(l,e))},p=function(e){return"yx"===e||"xy"===e||"auto"===e?"yx":"x"===e||"horizontal"===e?"x":"y"},g=function(e){return"stepped"===e||"pixels"===e||"step"===e||"click"===e?"stepped":"stepless"},v=function(){var
 t=e(this),n=t.data(a),i=n.opt,r=i.autoExpandScrollbar?" 
"+d[1]+"_expand":"",l=["<div id='mCSB_"+n.idx+"_scrollbar_vertical' 
class='mCSB_scrollTools mCSB_"+n.idx+"_scrollbar mCS-"+i.theme+" 
mCSB_scrollTools_vertical"+r+"'><div class='"+d[12]+"'><div 
id='mCSB_"+n.idx+"_dragger_vertical' class='mCSB_dragger' st
 yle='position:absolute;'><div class='mCSB_dragger_bar' /></div><div 
class='mCSB_draggerRail' /></div></div>","<div 
id='mCSB_"+n.idx+"_scrollbar_horizontal' class='mCSB_scrollTools 
mCSB_"+n.idx+"_scrollbar mCS-"+i.theme+" mCSB_scrollTools_horizontal"+r+"'><div 
class='"+d[12]+"'><div id='mCSB_"+n.idx+"_dragger_horizontal' 
class='mCSB_dragger' style='position:absolute;'><div class='mCSB_dragger_bar' 
/></div><div class='mCSB_draggerRail' 
/></div></div>"],s="yx"===i.axis?"mCSB_vertical_horizontal":"x"===i.axis?"mCSB_horizontal":"mCSB_vertical",c="yx"===i.axis?l[0]+l[1]:"x"===i.axis?l[1]:l[0],u="yx"===i.axis?"<div
 id='mCSB_"+n.idx+"_container_wrapper' class='mCSB_container_wrapper' 
/>":"",f=i.autoHideScrollbar?" "+d[6]:"",h="x"!==i.axis&&"rtl"===n.langDir?" 
"+d[7]:"";i.setWidth&&t.css("width",i.setWidth),i.setHeight&&t.css("height",i.setHeight),i.setLeft="y"!==i.axis&&"rtl"===n.langDir?"989999px":i.setLeft,t.addClass(o+"
 _"+a+"_"+n.idx+f+h).wrapInner("<div id='mCSB_"+n.idx+"' class='mCust
 omScrollBox mCS-"+i.theme+" "+s+"'><div id='mCSB_"+n.idx+"_container' 
class='mCSB_container' style='position:relative; top:"+i.setTop+"; 
left:"+i.setLeft+";' dir='"+n.langDir+"' /></div>");var 
m=e("#mCSB_"+n.idx),p=e("#mCSB_"+n.idx+"_container");"y"===i.axis||i.advanced.autoExpandHorizontalScroll||p.css("width",x(p)),"outside"===i.scrollbarPosition?("static"===t.css("position")&&t.css("position","relative"),t.css("overflow","visible"),m.addClass("mCSB_outside").after(c)):(m.addClass("mCSB_inside").append(c),p.wrap(u)),w.call(this);var
 
g=[e("#mCSB_"+n.idx+"_dragger_vertical"),e("#mCSB_"+n.idx+"_dragger_horizontal")];g[0].css("min-height",g[0].height()),g[1].css("min-width",g[1].width())},x=function(t){var
 o=[t[0].scrollWidth,Math.max.apply(Math,t.children().map(function(){return 
e(this).outerWidth(!0)}).get())],a=t.parent().width();return 
o[0]>a?o[0]:o[1]>a?o[1]:"100%"},_=function(){var 
t=e(this),o=t.data(a),n=o.opt,i=e("#mCSB_"+o.idx+"_container");if(n.advanced.autoExpandHorizontalS
 
croll&&"y"!==n.axis){i.css({width:"auto","min-width":0,"overflow-x":"scroll"});var
 
r=Math.ceil(i[0].scrollWidth);3===n.advanced.autoExpandHorizontalScroll||2!==n.advanced.autoExpandHorizontalScroll&&r>i.parent().width()?i.css({width:r,"min-width":"100%","overflow-x":"inherit"}):i.css({"overflow-x":"inherit",position:"absolute"}).wrap("<div
 class='mCSB_h_wrapper' style='position:relative; left:0; width:999999px;' 
/>").css({width:Math.ceil(i[0].getBoundingClientRect().right+.4)-Math.floor(i[0].getBoundingClientRect().left),"min-width":"100%",position:"relative"}).unwrap()}},w=function(){var
 
t=e(this),o=t.data(a),n=o.opt,i=e(".mCSB_"+o.idx+"_scrollbar:first"),r=oe(n.scrollButtons.tabindex)?"tabindex='"+n.scrollButtons.tabindex+"'":"",l=["<a
 href='#' class='"+d[13]+"' "+r+" />","<a href='#' class='"+d[14]+"' "+r+" 
/>","<a href='#' class='"+d[15]+"' "+r+" />","<a href='#' class='"+d[16]+"' 
"+r+" 
/>"],s=["x"===n.axis?l[2]:l[0],"x"===n.axis?l[3]:l[1],l[2],l[3]];n.scrollButtons.enable&&i.pr
 
epend(s[0]).append(s[1]).next(".mCSB_scrollTools").prepend(s[2]).append(s[3])},S=function(){var
 
t=e(this),o=t.data(a),n=e("#mCSB_"+o.idx),i=e("#mCSB_"+o.idx+"_container"),r=[e("#mCSB_"+o.idx+"_dragger_vertical"),e("#mCSB_"+o.idx+"_dragger_horizontal")],l=[n.height()/i.outerHeight(!1),n.width()/i.outerWidth(!1)],c=[parseInt(r[0].css("min-height")),Math.round(l[0]*r[0].parent().height()),parseInt(r[1].css("min-width")),Math.round(l[1]*r[1].parent().width())],d=s&&c[1]<c[0]?c[0]:c[1],u=s&&c[3]<c[2]?c[2]:c[3];r[0].css({height:d,"max-height":r[0].parent().height()-10}).find(".mCSB_dragger_bar").css({"line-height":c[0]+"px"}),r[1].css({width:u,"max-width":r[1].parent().width()-10})},b=function(){var
 
t=e(this),o=t.data(a),n=e("#mCSB_"+o.idx),i=e("#mCSB_"+o.idx+"_container"),r=[e("#mCSB_"+o.idx+"_dragger_vertical"),e("#mCSB_"+o.idx+"_dragger_horizontal")],l=[i.outerHeight(!1)-n.height(),i.outerWidth(!1)-n.width()],s=[l[0]/(r[0].parent().height()-r[0].height()),l[1]/(r[1].parent().width()-r[
 1].width())];o.scrollRatio={y:s[0],x:s[1]}},C=function(e,t,o){var 
a=o?d[0]+"_expanded":"",n=e.closest(".mCSB_scrollTools");"active"===t?(e.toggleClass(d[0]+"
 
"+a),n.toggleClass(d[1]),e[0]._draggable=e[0]._draggable?0:1):e[0]._draggable||("hide"===t?(e.removeClass(d[0]),n.removeClass(d[1])):(e.addClass(d[0]),n.addClass(d[1])))},y=function(){var
 
t=e(this),o=t.data(a),n=e("#mCSB_"+o.idx),i=e("#mCSB_"+o.idx+"_container"),r=null==o.overflowed?i.height():i.outerHeight(!1),l=null==o.overflowed?i.width():i.outerWidth(!1),s=i[0].scrollHeight,c=i[0].scrollWidth;return
 s>r&&(r=s),c>l&&(l=c),[r>n.height(),l>n.width()]},B=function(){var 
t=e(this),o=t.data(a),n=o.opt,i=e("#mCSB_"+o.idx),r=e("#mCSB_"+o.idx+"_container"),l=[e("#mCSB_"+o.idx+"_dragger_vertical"),e("#mCSB_"+o.idx+"_dragger_horizontal")];if(Q(t),("x"!==n.axis&&!o.overflowed[0]||"y"===n.axis&&o.overflowed[0])&&(l[0].add(r).css("top",0),G(t,"_resetY")),"y"!==n.axis&&!o.overflowed[1]||"x"===n.axis&&o.overflowed[1]){var
 s=dx=0;"rtl"===o.l
 
angDir&&(s=i.width()-r.outerWidth(!1),dx=Math.abs(s/o.scrollRatio.x)),r.css("left",s),l[1].css("left",dx),G(t,"_resetX")}},T=function(){function
 
t(){r=setTimeout(function(){e.event.special.mousewheel?(clearTimeout(r),W.call(o[0])):t()},100)}var
 
o=e(this),n=o.data(a),i=n.opt;if(!n.bindEvents){if(I.call(this),i.contentTouchScroll&&D.call(this),E.call(this),i.mouseWheel.enable){var
 
r;t()}P.call(this),U.call(this),i.advanced.autoScrollOnFocus&&H.call(this),i.scrollButtons.enable&&F.call(this),i.keyboard.enable&&q.call(this),n.bindEvents=!0}},k=function(){var
 
t=e(this),o=t.data(a),n=o.opt,i=a+"_"+o.idx,r=".mCSB_"+o.idx+"_scrollbar",l=e("#mCSB_"+o.idx+",#mCSB_"+o.idx+"_container,#mCSB_"+o.idx+"_container_wrapper,"+r+"
 
."+d[12]+",#mCSB_"+o.idx+"_dragger_vertical,#mCSB_"+o.idx+"_dragger_horizontal,"+r+">a"),s=e("#mCSB_"+o.idx+"_container");n.advanced.releaseDraggableSelectors&&l.add(e(n.advanced.releaseDraggableSelectors)),n.advanced.extraDraggableSelectors&&l.add(e(n.advanced.extraDraggabl
 
eSelectors)),o.bindEvents&&(e(document).add(e(!A()||top.document)).unbind("."+i),l.each(function(){e(this).unbind("."+i)}),clearTimeout(t[0]._focusTimeout),$(t[0],"_focusTimeout"),clearTimeout(o.sequential.step),$(o.sequential,"step"),clearTimeout(s[0].onCompleteTimeout),$(s[0],"onCompleteTimeout"),o.bindEvents=!1)},M=function(t){var
 
o=e(this),n=o.data(a),i=n.opt,r=e("#mCSB_"+n.idx+"_container_wrapper"),l=r.length?r:e("#mCSB_"+n.idx+"_container"),s=[e("#mCSB_"+n.idx+"_scrollbar_vertical"),e("#mCSB_"+n.idx+"_scrollbar_horizontal")],c=[s[0].find(".mCSB_dragger"),s[1].find(".mCSB_dragger")];"x"!==i.axis&&(n.overflowed[0]&&!t?(s[0].add(c[0]).add(s[0].children("a")).css("display","block"),l.removeClass(d[8]+"
 
"+d[10])):(i.alwaysShowScrollbar?(2!==i.alwaysShowScrollbar&&c[0].css("display","none"),l.removeClass(d[10])):(s[0].css("display","none"),l.addClass(d[10])),l.addClass(d[8]))),"y"!==i.axis&&(n.overflowed[1]&&!t?(s[1].add(c[1]).add(s[1].children("a")).css("display","block"),l.removeC
 lass(d[9]+" 
"+d[11])):(i.alwaysShowScrollbar?(2!==i.alwaysShowScrollbar&&c[1].css("display","none"),l.removeClass(d[11])):(s[1].css("display","none"),l.addClass(d[11])),l.addClass(d[9]))),n.overflowed[0]||n.overflowed[1]?o.removeClass(d[5]):o.addClass(d[5])},O=function(t){var
 
o=t.type,a=t.target.ownerDocument!==document&&null!==frameElement?[e(frameElement).offset().top,e(frameElement).offset().left]:null,n=A()&&t.target.ownerDocument!==top.document&&null!==frameElement?[e(t.view.frameElement).offset().top,e(t.view.frameElement).offset().left]:[0,0];switch(o){case"pointerdown":case"MSPointerDown":case"pointermove":case"MSPointerMove":case"pointerup":case"MSPointerUp":return
 
a?[t.originalEvent.pageY-a[0]+n[0],t.originalEvent.pageX-a[1]+n[1],!1]:[t.originalEvent.pageY,t.originalEvent.pageX,!1];case"touchstart":case"touchmove":case"touchend":var
 
i=t.originalEvent.touches[0]||t.originalEvent.changedTouches[0],r=t.originalEvent.touches.length||t.originalEvent.changedTouches.length;return
  
t.target.ownerDocument!==document?[i.screenY,i.screenX,r>1]:[i.pageY,i.pageX,r>1];default:return
 
a?[t.pageY-a[0]+n[0],t.pageX-a[1]+n[1],!1]:[t.pageY,t.pageX,!1]}},I=function(){function
 t(e,t,a,n){if(h[0].idleTimer=d.scrollInertia<233?250:0,o.attr("id")===f[1])var 
i="x",s=(o[0].offsetLeft-t+n)*l.scrollRatio.x;else var 
i="y",s=(o[0].offsetTop-e+a)*l.scrollRatio.y;G(r,s.toString(),{dir:i,drag:!0})}var
 
o,n,i,r=e(this),l=r.data(a),d=l.opt,u=a+"_"+l.idx,f=["mCSB_"+l.idx+"_dragger_vertical","mCSB_"+l.idx+"_dragger_horizontal"],h=e("#mCSB_"+l.idx+"_container"),m=e("#"+f[0]+",#"+f[1]),p=d.advanced.releaseDraggableSelectors?m.add(e(d.advanced.releaseDraggableSelectors)):m,g=d.advanced.extraDraggableSelectors?e(!A()||top.document).add(e(d.advanced.extraDraggableSelectors)):e(!A()||top.document);m.bind("contextmenu."+u,function(e){e.preventDefault()}).bind("mousedown."+u+"
 touchstart."+u+" pointerdown."+u+" 
MSPointerDown."+u,function(t){if(t.stopImmediatePropagation(),t.preventDefault(),ee(t))
 
{c=!0,s&&(document.onselectstart=function(){return!1}),L.call(h,!1),Q(r),o=e(this);var
 
a=o.offset(),l=O(t)[0]-a.top,u=O(t)[1]-a.left,f=o.height()+a.top,m=o.width()+a.left;f>l&&l>0&&m>u&&u>0&&(n=l,i=u),C(o,"active",d.autoExpandScrollbar)}}).bind("touchmove."+u,function(e){e.stopImmediatePropagation(),e.preventDefault();var
 
a=o.offset(),r=O(e)[0]-a.top,l=O(e)[1]-a.left;t(n,i,r,l)}),e(document).add(g).bind("mousemove."+u+"
 pointermove."+u+" MSPointerMove."+u,function(e){if(o){var 
a=o.offset(),r=O(e)[0]-a.top,l=O(e)[1]-a.left;if(n===r&&i===l)return;t(n,i,r,l)}}).add(p).bind("mouseup."+u+"
 touchend."+u+" pointerup."+u+" 
MSPointerUp."+u,function(){o&&(C(o,"active",d.autoExpandScrollbar),o=null),c=!1,s&&(document.onselectstart=null),L.call(h,!0)})},D=function(){function
 o(e){if(!te(e)||c||O(e)[2])return 
void(t=0);t=1,b=0,C=0,d=1,y.removeClass("mCS_touch_action");var 
o=I.offset();u=O(e)[0]-o.top,f=O(e)[1]-o.left,z=[O(e)[0],O(e)[1]]}function 
n(e){if(te(e)&&!c&&!O(e)[2]&&(T.documentTouchScrol
 l||e.preventDefault(),e.stopImmediatePropagation(),(!C||b)&&d)){g=K();var 
t=M.offset(),o=O(e)[0]-t.top,a=O(e)[1]-t.left,n="mcsLinearOut";if(E.push(o),W.push(a),z[2]=Math.abs(O(e)[0]-z[0]),z[3]=Math.abs(O(e)[1]-z[1]),B.overflowed[0])var
 
i=D[0].parent().height()-D[0].height(),r=u-o>0&&o-u>-(i*B.scrollRatio.y)&&(2*z[3]<z[2]||"yx"===T.axis);if(B.overflowed[1])var
 
l=D[1].parent().width()-D[1].width(),h=f-a>0&&a-f>-(l*B.scrollRatio.x)&&(2*z[2]<z[3]||"yx"===T.axis);r||h?(U||e.preventDefault(),b=1):(C=1,y.addClass("mCS_touch_action")),U&&e.preventDefault(),w="yx"===T.axis?[u-o,f-a]:"x"===T.axis?[null,f-a]:[u-o,null],I[0].idleTimer=250,B.overflowed[0]&&s(w[0],R,n,"y","all",!0),B.overflowed[1]&&s(w[1],R,n,"x",L,!0)}}function
 i(e){if(!te(e)||c||O(e)[2])return 
void(t=0);t=1,e.stopImmediatePropagation(),Q(y),p=K();var 
o=M.offset();h=O(e)[0]-o.top,m=O(e)[1]-o.left,E=[],W=[]}function 
r(e){if(te(e)&&!c&&!O(e)[2]){d=0,e.stopImmediatePropagation(),b=0,C=0,v=K();var 
t=M.offset(),o=O(e)[0]-t.top,a=O(e)
 [1]-t.left;if(!(v-g>30)){_=1e3/(v-p);var 
n="mcsEaseOut",i=2.5>_,r=i?[E[E.length-2],W[W.length-2]]:[0,0];x=i?[o-r[0],a-r[1]]:[o-h,a-m];var
 
u=[Math.abs(x[0]),Math.abs(x[1])];_=i?[Math.abs(x[0]/4),Math.abs(x[1]/4)]:[_,_];var
 
f=[Math.abs(I[0].offsetTop)-x[0]*l(u[0]/_[0],_[0]),Math.abs(I[0].offsetLeft)-x[1]*l(u[1]/_[1],_[1])];w="yx"===T.axis?[f[0],f[1]]:"x"===T.axis?[null,f[1]]:[f[0],null],S=[4*u[0]+T.scrollInertia,4*u[1]+T.scrollInertia];var
 
y=parseInt(T.contentTouchScroll)||0;w[0]=u[0]>y?w[0]:0,w[1]=u[1]>y?w[1]:0,B.overflowed[0]&&s(w[0],S[0],n,"y",L,!1),B.overflowed[1]&&s(w[1],S[1],n,"x",L,!1)}}}function
 l(e,t){var o=[1.5*t,2*t,t/1.5,t/2];return 
e>90?t>4?o[0]:o[3]:e>60?t>3?o[3]:o[2]:e>30?t>8?o[1]:t>6?o[0]:t>4?t:o[2]:t>8?t:o[3]}function
 
s(e,t,o,a,n,i){e&&G(y,e.toString(),{dur:t,scrollEasing:o,dir:a,overwrite:n,drag:i})}var
 
d,u,f,h,m,p,g,v,x,_,w,S,b,C,y=e(this),B=y.data(a),T=B.opt,k=a+"_"+B.idx,M=e("#mCSB_"+B.idx),I=e("#mCSB_"+B.idx+"_container"),D=[e("#mCSB_"+B.idx+"_dragger_vertical"),
 
e("#mCSB_"+B.idx+"_dragger_horizontal")],E=[],W=[],R=0,L="yx"===T.axis?"none":"all",z=[],P=I.find("iframe"),H=["touchstart."+k+"
 pointerdown."+k+" MSPointerDown."+k,"touchmove."+k+" pointermove."+k+" 
MSPointerMove."+k,"touchend."+k+" pointerup."+k+" MSPointerUp."+k],U=void 
0!==document.body.style.touchAction&&""!==document.body.style.touchAction;I.bind(H[0],function(e){o(e)}).bind(H[1],function(e){n(e)}),M.bind(H[0],function(e){i(e)}).bind(H[2],function(e){r(e)}),P.length&&P.each(function(){e(this).bind("load",function(){A(this)&&e(this.contentDocument||this.contentWindow.document).bind(H[0],function(e){o(e),i(e)}).bind(H[1],function(e){n(e)}).bind(H[2],function(e){r(e)})})})},E=function(){function
 o(){return 
window.getSelection?window.getSelection().toString():document.selection&&"Control"!=document.selection.type?document.selection.createRange().text:0}function
 
n(e,t,o){d.type=o&&i?"stepped":"stepless",d.scrollAmount=10,j(r,e,t,"mcsLinearOut",o?60:null)}var
 i,r=e(this),l=r.data(a)
 
,s=l.opt,d=l.sequential,u=a+"_"+l.idx,f=e("#mCSB_"+l.idx+"_container"),h=f.parent();f.bind("mousedown."+u,function(){t||i||(i=1,c=!0)}).add(document).bind("mousemove."+u,function(e){if(!t&&i&&o()){var
 
a=f.offset(),r=O(e)[0]-a.top+f[0].offsetTop,c=O(e)[1]-a.left+f[0].offsetLeft;r>0&&r<h.height()&&c>0&&c<h.width()?d.step&&n("off",null,"stepped"):("x"!==s.axis&&l.overflowed[0]&&(0>r?n("on",38):r>h.height()&&n("on",40)),"y"!==s.axis&&l.overflowed[1]&&(0>c?n("on",37):c>h.width()&&n("on",39)))}}).bind("mouseup."+u+"
 
dragend."+u,function(){t||(i&&(i=0,n("off",null)),c=!1)})},W=function(){function
 t(t,a){if(Q(o),!z(o,t.target)){var 
r="auto"!==i.mouseWheel.deltaFactor?parseInt(i.mouseWheel.deltaFactor):s&&t.deltaFactor<100?100:t.deltaFactor||100,d=i.scrollInertia;if("x"===i.axis||"x"===i.mouseWheel.axis)var
 
u="x",f=[Math.round(r*n.scrollRatio.x),parseInt(i.mouseWheel.scrollAmount)],h="auto"!==i.mouseWheel.scrollAmount?f[1]:f[0]>=l.width()?.9*l.width():f[0],m=Math.abs(e("#mCSB_"+n.idx+"_conta
 
iner")[0].offsetLeft),p=c[1][0].offsetLeft,g=c[1].parent().width()-c[1].width(),v="y"===i.mouseWheel.axis?t.deltaY||a:t.deltaX;else
 var 
u="y",f=[Math.round(r*n.scrollRatio.y),parseInt(i.mouseWheel.scrollAmount)],h="auto"!==i.mouseWheel.scrollAmount?f[1]:f[0]>=l.height()?.9*l.height():f[0],m=Math.abs(e("#mCSB_"+n.idx+"_container")[0].offsetTop),p=c[0][0].offsetTop,g=c[0].parent().height()-c[0].height(),v=t.deltaY||a;"y"===u&&!n.overflowed[0]||"x"===u&&!n.overflowed[1]||((i.mouseWheel.invert||t.webkitDirectionInvertedFromDevice)&&(v=-v),i.mouseWheel.normalizeDelta&&(v=0>v?-1:1),(v>0&&0!==p||0>v&&p!==g||i.mouseWheel.preventDefault)&&(t.stopImmediatePropagation(),t.preventDefault()),t.deltaFactor<5&&!i.mouseWheel.normalizeDelta&&(h=t.deltaFactor,d=17),G(o,(m-v*h).toString(),{dir:u,dur:d}))}}if(e(this).data(a)){var
 
o=e(this),n=o.data(a),i=n.opt,r=a+"_"+n.idx,l=e("#mCSB_"+n.idx),c=[e("#mCSB_"+n.idx+"_dragger_vertical"),e("#mCSB_"+n.idx+"_dragger_horizontal")],d=e("#mCSB_"+n.idx+"_containe
 
r").find("iframe");d.length&&d.each(function(){e(this).bind("load",function(){A(this)&&e(this.contentDocument||this.contentWindow.document).bind("mousewheel."+r,function(e,o){t(e,o)})})}),l.bind("mousewheel."+r,function(e,o){t(e,o)})}},R=new
 Object,A=function(t){var o=!1,a=!1,n=null;if(void 0===t?a="#empty":void 
0!==e(t).attr("id")&&(a=e(t).attr("id")),a!==!1&&void 0!==R[a])return 
R[a];if(t){try{var 
i=t.contentDocument||t.contentWindow.document;n=i.body.innerHTML}catch(r){}o=null!==n}else{try{var
 i=top.document;n=i.body.innerHTML}catch(r){}o=null!==n}return 
a!==!1&&(R[a]=o),o},L=function(e){var t=this.find("iframe");if(t.length){var 
o=e?"auto":"none";t.css("pointer-events",o)}},z=function(t,o){var 
n=o.nodeName.toLowerCase(),i=t.data(a).opt.mouseWheel.disableOver,r=["select","textarea"];return
 e.inArray(n,i)>-1&&!(e.inArray(n,r)>-1&&!e(o).is(":focus"))},P=function(){var 
t,o=e(this),n=o.data(a),i=a+"_"+n.idx,r=e("#mCSB_"+n.idx+"_container"),l=r.parent(),s=e(".mCSB_"+n.idx+"_scrollbar
 
 ."+d[12]);s.bind("mousedown."+i+" touchstart."+i+" pointerdown."+i+" 
MSPointerDown."+i,function(o){c=!0,e(o.target).hasClass("mCSB_dragger")||(t=1)}).bind("touchend."+i+"
 pointerup."+i+" 
MSPointerUp."+i,function(){c=!1}).bind("click."+i,function(a){if(t&&(t=0,e(a.target).hasClass(d[12])||e(a.target).hasClass("mCSB_draggerRail"))){Q(o);var
 
i=e(this),s=i.find(".mCSB_dragger");if(i.parent(".mCSB_scrollTools_horizontal").length>0){if(!n.overflowed[1])return;var
 
c="x",u=a.pageX>s.offset().left?-1:1,f=Math.abs(r[0].offsetLeft)-u*(.9*l.width())}else{if(!n.overflowed[0])return;var
 
c="y",u=a.pageY>s.offset().top?-1:1,f=Math.abs(r[0].offsetTop)-u*(.9*l.height())}G(o,f.toString(),{dir:c,scrollEasing:"mcsEaseInOut"})}})},H=function(){var
 
t=e(this),o=t.data(a),n=o.opt,i=a+"_"+o.idx,r=e("#mCSB_"+o.idx+"_container"),l=r.parent();r.bind("focusin."+i,function(){var
 
o=e(document.activeElement),a=r.find(".mCustomScrollBox").length,i=0;o.is(n.advanced.autoScrollOnFocus)&&(Q(t),clearTimeout(t[0]._focusT
 
imeout),t[0]._focusTimer=a?(i+17)*a:0,t[0]._focusTimeout=setTimeout(function(){var
 
e=[ae(o)[0],ae(o)[1]],a=[r[0].offsetTop,r[0].offsetLeft],s=[a[0]+e[0]>=0&&a[0]+e[0]<l.height()-o.outerHeight(!1),a[1]+e[1]>=0&&a[0]+e[1]<l.width()-o.outerWidth(!1)],c="yx"!==n.axis||s[0]||s[1]?"all":"none";"x"===n.axis||s[0]||G(t,e[0].toString(),{dir:"y",scrollEasing:"mcsEaseInOut",overwrite:c,dur:i}),"y"===n.axis||s[1]||G(t,e[1].toString(),{dir:"x",scrollEasing:"mcsEaseInOut",overwrite:c,dur:i})},t[0]._focusTimer))})},U=function(){var
 
t=e(this),o=t.data(a),n=a+"_"+o.idx,i=e("#mCSB_"+o.idx+"_container").parent();i.bind("scroll."+n,function(){0===i.scrollTop()&&0===i.scrollLeft()||e(".mCSB_"+o.idx+"_scrollbar").css("visibility","hidden")})},F=function(){var
 
t=e(this),o=t.data(a),n=o.opt,i=o.sequential,r=a+"_"+o.idx,l=".mCSB_"+o.idx+"_scrollbar",s=e(l+">a");s.bind("contextmenu."+r,function(e){e.preventDefault()}).bind("mousedown."+r+"
 touchstart."+r+" pointerdown."+r+" MSPointerDown."+r+" mouseup."+r+" 
 touchend."+r+" pointerup."+r+" MSPointerUp."+r+" mouseout."+r+" 
pointerout."+r+" MSPointerOut."+r+" click."+r,function(a){function 
r(e,o){i.scrollAmount=n.scrollButtons.scrollAmount,j(t,e,o)}if(a.preventDefault(),ee(a)){var
 
l=e(this).attr("class");switch(i.type=n.scrollButtons.scrollType,a.type){case"mousedown":case"touchstart":case"pointerdown":case"MSPointerDown":if("stepped"===i.type)return;c=!0,o.tweenRunning=!1,r("on",l);break;case"mouseup":case"touchend":case"pointerup":case"MSPointerUp":case"mouseout":case"pointerout":case"MSPointerOut":if("stepped"===i.type)return;c=!1,i.dir&&r("off",l);break;case"click":if("stepped"!==i.type||o.tweenRunning)return;r("on",l)}}})},q=function(){function
 t(t){function 
a(e,t){r.type=i.keyboard.scrollType,r.scrollAmount=i.keyboard.scrollAmount,"stepped"===r.type&&n.tweenRunning||j(o,e,t)}switch(t.type){case"blur":n.tweenRunning&&r.dir&&a("off",null);break;case"keydown":case"keyup":var
 l=t.keyCode?t.keyCode:t.which,s="on";if("x"!==i.axis&&(38===l|
 
|40===l)||"y"!==i.axis&&(37===l||39===l)){if((38===l||40===l)&&!n.overflowed[0]||(37===l||39===l)&&!n.overflowed[1])return;"keyup"===t.type&&(s="off"),e(document.activeElement).is(u)||(t.preventDefault(),t.stopImmediatePropagation(),a(s,l))}else
 
if(33===l||34===l){if((n.overflowed[0]||n.overflowed[1])&&(t.preventDefault(),t.stopImmediatePropagation()),"keyup"===t.type){Q(o);var
 
f=34===l?-1:1;if("x"===i.axis||"yx"===i.axis&&n.overflowed[1]&&!n.overflowed[0])var
 h="x",m=Math.abs(c[0].offsetLeft)-f*(.9*d.width());else var 
h="y",m=Math.abs(c[0].offsetTop)-f*(.9*d.height());G(o,m.toString(),{dir:h,scrollEasing:"mcsEaseInOut"})}}else
 
if((35===l||36===l)&&!e(document.activeElement).is(u)&&((n.overflowed[0]||n.overflowed[1])&&(t.preventDefault(),t.stopImmediatePropagation()),"keyup"===t.type)){if("x"===i.axis||"yx"===i.axis&&n.overflowed[1]&&!n.overflowed[0])var
 h="x",m=35===l?Math.abs(d.width()-c.outerWidth(!1)):0;else var 
h="y",m=35===l?Math.abs(d.height()-c.outerHeight(!1)):0;G(o,m.toStr
 ing(),{dir:h,scrollEasing:"mcsEaseInOut"})}}}var 
o=e(this),n=o.data(a),i=n.opt,r=n.sequential,l=a+"_"+n.idx,s=e("#mCSB_"+n.idx),c=e("#mCSB_"+n.idx+"_container"),d=c.parent(),u="input,textarea,select,datalist,keygen,[contenteditable='true']",f=c.find("iframe"),h=["blur."+l+"
 keydown."+l+" 
keyup."+l];f.length&&f.each(function(){e(this).bind("load",function(){A(this)&&e(this.contentDocument||this.contentWindow.document).bind(h[0],function(e){t(e)})})}),s.attr("tabindex","0").bind(h[0],function(e){t(e)})},j=function(t,o,n,i,r){function
 l(e){u.snapAmount&&(f.scrollAmount=u.snapAmount instanceof 
Array?"x"===f.dir[0]?u.snapAmount[1]:u.snapAmount[0]:u.snapAmount);var 
o="stepped"!==f.type,a=r?r:e?o?p/1.5:g:1e3/60,n=e?o?7.5:40:2.5,s=[Math.abs(h[0].offsetTop),Math.abs(h[0].offsetLeft)],d=[c.scrollRatio.y>10?10:c.scrollRatio.y,c.scrollRatio.x>10?10:c.scrollRatio.x],m="x"===f.dir[0]?s[1]+f.dir[1]*(d[1]*n):s[0]+f.dir[1]*(d[0]*n),v="x"===f.dir[0]?s[1]+f.dir[1]*parseInt(f.scrollAmount):s[0]+f.dir[1
 
]*parseInt(f.scrollAmount),x="auto"!==f.scrollAmount?v:m,_=i?i:e?o?"mcsLinearOut":"mcsEaseInOut":"mcsLinear",w=!!e;return
 
e&&17>a&&(x="x"===f.dir[0]?s[1]:s[0]),G(t,x.toString(),{dir:f.dir[0],scrollEasing:_,dur:a,onComplete:w}),e?void(f.dir=!1):(clearTimeout(f.step),void(f.step=setTimeout(function(){l()},a)))}function
 s(){clearTimeout(f.step),$(f,"step"),Q(t)}var 
c=t.data(a),u=c.opt,f=c.sequential,h=e("#mCSB_"+c.idx+"_container"),m="stepped"===f.type,p=u.scrollInertia<26?26:u.scrollInertia,g=u.scrollInertia<1?17:u.scrollInertia;switch(o){case"on":if(f.dir=[n===d[16]||n===d[15]||39===n||37===n?"x":"y",n===d[13]||n===d[15]||38===n||37===n?-1:1],Q(t),oe(n)&&"stepped"===f.type)return;l(m);break;case"off":s(),(m||c.tweenRunning&&f.dir)&&l(!0)}},Y=function(t){var
 o=e(this).data(a).opt,n=[];return"function"==typeof t&&(t=t()),t instanceof 
Array?n=t.length>1?[t[0],t[1]]:"x"===o.axis?[null,t[0]]:[t[0],null]:(n[0]=t.y?t.y:t.x||"x"===o.axis?null:t,n[1]=t.x?t.x:t.y||"y"===o.axis?null:t),"functio
 n"==typeof n[0]&&(n[0]=n[0]()),"function"==typeof 
n[1]&&(n[1]=n[1]()),n},X=function(t,o){if(null!=t&&"undefined"!=typeof t){var 
n=e(this),i=n.data(a),r=i.opt,l=e("#mCSB_"+i.idx+"_container"),s=l.parent(),c=typeof
 t;o||(o="x"===r.axis?"x":"y");var 
d="x"===o?l.outerWidth(!1)-s.width():l.outerHeight(!1)-s.height(),f="x"===o?l[0].offsetLeft:l[0].offsetTop,h="x"===o?"left":"top";switch(c){case"function":return
 t();case"object":var 
m=t.jquery?t:e(t);if(!m.length)return;return"x"===o?ae(m)[1]:ae(m)[0];case"string":case"number":if(oe(t))return
 Math.abs(t);if(-1!==t.indexOf("%"))return 
Math.abs(d*parseInt(t)/100);if(-1!==t.indexOf("-="))return 
Math.abs(f-parseInt(t.split("-=")[1]));if(-1!==t.indexOf("+=")){var 
p=f+parseInt(t.split("+=")[1]);return 
p>=0?0:Math.abs(p)}if(-1!==t.indexOf("px")&&oe(t.split("px")[0]))return 
Math.abs(t.split("px")[0]);if("top"===t||"left"===t)return 
0;if("bottom"===t)return 
Math.abs(s.height()-l.outerHeight(!1));if("right"===t)return 
Math.abs(s.width()-l.outerWidth
 (!1));if("first"===t||"last"===t){var 
m=l.find(":"+t);return"x"===o?ae(m)[1]:ae(m)[0]}return 
e(t).length?"x"===o?ae(e(t))[1]:ae(e(t))[0]:(l.css(h,t),void 
u.update.call(null,n[0]))}}},N=function(t){function o(){return 
clearTimeout(f[0].autoUpdate),0===l.parents("html").length?void(l=null):void(f[0].autoUpdate=setTimeout(function(){return
 
c.advanced.updateOnSelectorChange&&(s.poll.change.n=i(),s.poll.change.n!==s.poll.change.o)?(s.poll.change.o=s.poll.change.n,void
 
r(3)):c.advanced.updateOnContentResize&&(s.poll.size.n=l[0].scrollHeight+l[0].scrollWidth+f[0].offsetHeight+l[0].offsetHeight+l[0].offsetWidth,s.poll.size.n!==s.poll.size.o)?(s.poll.size.o=s.poll.size.n,void
 
r(1)):!c.advanced.updateOnImageLoad||"auto"===c.advanced.updateOnImageLoad&&"y"===c.axis||(s.poll.img.n=f.find("img").length,s.poll.img.n===s.poll.img.o)?void((c.advanced.updateOnSelectorChange||c.advanced.updateOnContentResize||c.advanced.updateOnImageLoad)&&o()):(s.poll.img.o=s.poll.img.n,void
 f.find("img").each(funct
 ion(){n(this)}))},c.advanced.autoUpdateTimeout))}function n(t){function 
o(e,t){return function(){
+return t.apply(e,arguments)}}function 
a(){this.onload=null,e(t).addClass(d[2]),r(2)}if(e(t).hasClass(d[2]))return 
void r();var n=new Image;n.onload=o(n,a),n.src=t.src}function 
i(){c.advanced.updateOnSelectorChange===!0&&(c.advanced.updateOnSelectorChange="*");var
 e=0,t=f.find(c.advanced.updateOnSelectorChange);return 
c.advanced.updateOnSelectorChange&&t.length>0&&t.each(function(){e+=this.offsetHeight+this.offsetWidth}),e}function
 r(e){clearTimeout(f[0].autoUpdate),u.update.call(null,l[0],e)}var 
l=e(this),s=l.data(a),c=s.opt,f=e("#mCSB_"+s.idx+"_container");return 
t?(clearTimeout(f[0].autoUpdate),void $(f[0],"autoUpdate")):void 
o()},V=function(e,t,o){return Math.round(e/t)*t-o},Q=function(t){var 
o=t.data(a),n=e("#mCSB_"+o.idx+"_container,#mCSB_"+o.idx+"_container_wrapper,#mCSB_"+o.idx+"_dragger_vertical,#mCSB_"+o.idx+"_dragger_horizontal");n.each(function(){Z.call(this)})},G=function(t,o,n){function
 i(e){return s&&c.callbacks[e]&&"function"==typeof c.callbacks[e]}function 
r(){return
 
[c.callbacks.alwaysTriggerOffsets||w>=S[0]+y,c.callbacks.alwaysTriggerOffsets||-B>=w]}function
 l(){var 
e=[h[0].offsetTop,h[0].offsetLeft],o=[x[0].offsetTop,x[0].offsetLeft],a=[h.outerHeight(!1),h.outerWidth(!1)],i=[f.height(),f.width()];t[0].mcs={content:h,top:e[0],left:e[1],draggerTop:o[0],draggerLeft:o[1],topPct:Math.round(100*Math.abs(e[0])/(Math.abs(a[0])-i[0])),leftPct:Math.round(100*Math.abs(e[1])/(Math.abs(a[1])-i[1])),direction:n.dir}}var
 
s=t.data(a),c=s.opt,d={trigger:"internal",dir:"y",scrollEasing:"mcsEaseOut",drag:!1,dur:c.scrollInertia,overwrite:"all",callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},n=e.extend(d,n),u=[n.dur,n.drag?0:n.dur],f=e("#mCSB_"+s.idx),h=e("#mCSB_"+s.idx+"_container"),m=h.parent(),p=c.callbacks.onTotalScrollOffset?Y.call(t,c.callbacks.onTotalScrollOffset):[0,0],g=c.callbacks.onTotalScrollBackOffset?Y.call(t,c.callbacks.onTotalScrollBackOffset):[0,0];if(s.trigger=n.trigger,0===m.scrollTop()&&0===m.scrollLeft()||(e(".mCSB_"+s.idx+"_scrollbar").cs
 
s("visibility","visible"),m.scrollTop(0).scrollLeft(0)),"_resetY"!==o||s.contentReset.y||(i("onOverflowYNone")&&c.callbacks.onOverflowYNone.call(t[0]),s.contentReset.y=1),"_resetX"!==o||s.contentReset.x||(i("onOverflowXNone")&&c.callbacks.onOverflowXNone.call(t[0]),s.contentReset.x=1),"_resetY"!==o&&"_resetX"!==o){if(!s.contentReset.y&&t[0].mcs||!s.overflowed[0]||(i("onOverflowY")&&c.callbacks.onOverflowY.call(t[0]),s.contentReset.x=null),!s.contentReset.x&&t[0].mcs||!s.overflowed[1]||(i("onOverflowX")&&c.callbacks.onOverflowX.call(t[0]),s.contentReset.x=null),c.snapAmount){var
 v=c.snapAmount instanceof 
Array?"x"===n.dir?c.snapAmount[1]:c.snapAmount[0]:c.snapAmount;o=V(o,v,c.snapOffset)}switch(n.dir){case"x":var
 
x=e("#mCSB_"+s.idx+"_dragger_horizontal"),_="left",w=h[0].offsetLeft,S=[f.width()-h.outerWidth(!1),x.parent().width()-x.width()],b=[o,0===o?0:o/s.scrollRatio.x],y=p[1],B=g[1],T=y>0?y/s.scrollRatio.x:0,k=B>0?B/s.scrollRatio.x:0;break;case"y":var
 x=e("#mCSB_"+s.idx+"_dragger_v
 
ertical"),_="top",w=h[0].offsetTop,S=[f.height()-h.outerHeight(!1),x.parent().height()-x.height()],b=[o,0===o?0:o/s.scrollRatio.y],y=p[0],B=g[0],T=y>0?y/s.scrollRatio.y:0,k=B>0?B/s.scrollRatio.y:0}b[1]<0||0===b[0]&&0===b[1]?b=[0,0]:b[1]>=S[1]?b=[S[0],S[1]]:b[0]=-b[0],t[0].mcs||(l(),i("onInit")&&c.callbacks.onInit.call(t[0])),clearTimeout(h[0].onCompleteTimeout),J(x[0],_,Math.round(b[1]),u[1],n.scrollEasing),!s.tweenRunning&&(0===w&&b[0]>=0||w===S[0]&&b[0]<=S[0])||J(h[0],_,Math.round(b[0]),u[0],n.scrollEasing,n.overwrite,{onStart:function(){n.callbacks&&n.onStart&&!s.tweenRunning&&(i("onScrollStart")&&(l(),c.callbacks.onScrollStart.call(t[0])),s.tweenRunning=!0,C(x),s.cbOffsets=r())},onUpdate:function(){n.callbacks&&n.onUpdate&&i("whileScrolling")&&(l(),c.callbacks.whileScrolling.call(t[0]))},onComplete:function(){if(n.callbacks&&n.onComplete){"yx"===c.axis&&clearTimeout(h[0].onCompleteTimeout);var
 
e=h[0].idleTimer||0;h[0].onCompleteTimeout=setTimeout(function(){i("onScroll")&&(l(),c
 
.callbacks.onScroll.call(t[0])),i("onTotalScroll")&&b[1]>=S[1]-T&&s.cbOffsets[0]&&(l(),c.callbacks.onTotalScroll.call(t[0])),i("onTotalScrollBack")&&b[1]<=k&&s.cbOffsets[1]&&(l(),c.callbacks.onTotalScrollBack.call(t[0])),s.tweenRunning=!1,h[0].idleTimer=0,C(x,"hide")},e)}}})}},J=function(e,t,o,a,n,i,r){function
 
l(){S.stop||(x||m.call(),x=K()-v,s(),x>=S.time&&(S.time=x>S.time?x+f-(x-S.time):x+f-1,S.time<x+1&&(S.time=x+1)),S.time<a?S.id=h(l):g.call())}function
 
s(){a>0?(S.currVal=u(S.time,_,b,a,n),w[t]=Math.round(S.currVal)+"px"):w[t]=o+"px",p.call()}function
 
c(){f=1e3/60,S.time=x+f,h=window.requestAnimationFrame?window.requestAnimationFrame:function(e){return
 s(),setTimeout(e,.01)},S.id=h(l)}function 
d(){null!=S.id&&(window.requestAnimationFrame?window.cancelAnimationFrame(S.id):clearTimeout(S.id),S.id=null)}function
 u(e,t,o,a,n){switch(n){case"linear":case"mcsLinear":return 
o*e/a+t;case"mcsLinearOut":return 
e/=a,e--,o*Math.sqrt(1-e*e)+t;case"easeInOutSmooth":return e/=a/2,1>e?o/2*e*e
 +t:(e--,-o/2*(e*(e-2)-1)+t);case"easeInOutStrong":return 
e/=a/2,1>e?o/2*Math.pow(2,10*(e-1))+t:(e--,o/2*(-Math.pow(2,-10*e)+2)+t);case"easeInOut":case"mcsEaseInOut":return
 e/=a/2,1>e?o/2*e*e*e+t:(e-=2,o/2*(e*e*e+2)+t);case"easeOutSmooth":return 
e/=a,e--,-o*(e*e*e*e-1)+t;case"easeOutStrong":return 
o*(-Math.pow(2,-10*e/a)+1)+t;case"easeOut":case"mcsEaseOut":default:var 
i=(e/=a)*e,r=i*e;return 
t+o*(.499999999999997*r*i+-2.5*i*i+5.5*r+-6.5*i+4*e)}}e._mTween||(e._mTween={top:{},left:{}});var
 
f,h,r=r||{},m=r.onStart||function(){},p=r.onUpdate||function(){},g=r.onComplete||function(){},v=K(),x=0,_=e.offsetTop,w=e.style,S=e._mTween[t];"left"===t&&(_=e.offsetLeft);var
 b=o-_;S.stop=0,"none"!==i&&d(),c()},K=function(){return 
window.performance&&window.performance.now?window.performance.now():window.performance&&window.performance.webkitNow?window.performance.webkitNow():Date.now?Date.now():(new
 Date).getTime()},Z=function(){var 
e=this;e._mTween||(e._mTween={top:{},left:{}});for(var t=["top","l
 eft"],o=0;o<t.length;o++){var 
a=t[o];e._mTween[a].id&&(window.requestAnimationFrame?window.cancelAnimationFrame(e._mTween[a].id):clearTimeout(e._mTween[a].id),e._mTween[a].id=null,e._mTween[a].stop=1)}},$=function(e,t){try{delete
 
e[t]}catch(o){e[t]=null}},ee=function(e){return!(e.which&&1!==e.which)},te=function(e){var
 
t=e.originalEvent.pointerType;return!(t&&"touch"!==t&&2!==t)},oe=function(e){return!isNaN(parseFloat(e))&&isFinite(e)},ae=function(e){var
 
t=e.parents(".mCSB_container");return[e.offset().top-t.offset().top,e.offset().left-t.offset().left]},ne=function(){function
 e(){var e=["webkit","moz","ms","o"];if("hidden"in 
document)return"hidden";for(var t=0;t<e.length;t++)if(e[t]+"Hidden"in 
document)return e[t]+"Hidden";return null}var t=e();return 
t?document[t]:!1};e.fn[o]=function(t){return 
u[t]?u[t].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof 
t&&t?void e.error("Method "+t+" does not 
exist"):u.init.apply(this,arguments)},e[o]=function(t){return u[t]?u[
 t].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof 
t&&t?void e.error("Method "+t+" does not 
exist"):u.init.apply(this,arguments)},e[o].defaults=i,window[o]=!0,e(window).bind("load",function(){e(n)[o](),e.extend(e.expr[":"],{mcsInView:e.expr[":"].mcsInView||function(t){var
 o,a,n=e(t),i=n.parents(".mCSB_container");if(i.length)return 
o=i.parent(),a=[i[0].offsetTop,i[0].offsetLeft],a[0]+ae(n)[0]>=0&&a[0]+ae(n)[0]<o.height()-n.outerHeight(!1)&&a[1]+ae(n)[1]>=0&&a[1]+ae(n)[1]<o.width()-n.outerWidth(!1)},mcsInSight:e.expr[":"].mcsInSight||function(t,o,a){var
 
n,i,r,l,s=e(t),c=s.parents(".mCSB_container"),d="exact"===a[3]?[[1,0],[1,0]]:[[.9,.1],[.6,.4]];if(c.length)return
 
n=[s.outerHeight(!1),s.outerWidth(!1)],r=[c[0].offsetTop+ae(s)[0],c[0].offsetLeft+ae(s)[1]],i=[c.parent()[0].offsetHeight,c.parent()[0].offsetWidth],l=[n[0]<i[0]?d[0]:d[1],n[1]<i[1]?d[0]:d[1]],r[0]-i[0]*l[0][0]<0&&r[0]+n[0]-i[0]*l[0][1]>=0&&r[1]-i[1]*l[1][0]<0&&r[1]+n[1]-i[1]*l[1][1]>=0},mcsOverflow:e.
 expr[":"].mcsOverflow||function(t){var o=e(t).data(a);if(o)return 
o.overflowed[0]||o.overflowed[1]}})})})});
\ No newline at end of file

Added: sites/solr/guide/8_7/js/popper-1.14.3.min.js
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/js/popper-1.14.3.min.js?rev=1089758&view=auto
==============================================================================
--- sites/solr/guide/8_7/js/popper-1.14.3.min.js (added)
+++ sites/solr/guide/8_7/js/popper-1.14.3.min.js Tue Apr 15 19:27:42 2025
@@ -0,0 +1,5 @@
+/*
+ Copyright (C) Federico Zivolo 2018
+ Distributed under the MIT License (license terms are at 
http://opensource.org/licenses/MIT).
+ */(function(e,t){'object'==typeof exports&&'undefined'!=typeof 
module?module.exports=t():'function'==typeof 
define&&define.amd?define(t):e.Popper=t()})(this,function(){'use 
strict';function e(e){return e&&'[object 
Function]'==={}.toString.call(e)}function t(e,t){if(1!==e.nodeType)return[];var 
o=getComputedStyle(e,null);return t?o[t]:o}function 
o(e){return'HTML'===e.nodeName?e:e.parentNode||e.host}function 
n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return 
e.ownerDocument.body;case'#document':return e.body;}var 
i=t(e),r=i.overflow,p=i.overflowX,s=i.overflowY;return 
/(auto|scroll|overlay)/.test(r+s+p)?e:n(o(e))}function r(e){return 
11===e?re:10===e?pe:re||pe}function p(e){if(!e)return 
document.documentElement;for(var 
o=r(10)?document.body:null,n=e.offsetParent;n===o&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var
 i=n&&n.nodeName;return 
i&&'BODY'!==i&&'HTML'!==i?-1!==['TD','TABLE'].indexOf(n.nodeName)&&'static'===t(n,'position')?p(n):n:e
 ?e.ownerDocument.documentElement:document.documentElement}function s(e){var 
t=e.nodeName;return'BODY'!==t&&('HTML'===t||p(e.firstElementChild)===e)}function
 d(e){return null===e.parentNode?e:d(e.parentNode)}function 
a(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var 
o=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,n=o?e:t,i=o?t:e,r=document.createRange();r.setStart(n,0),r.setEnd(i,0);var
 l=r.commonAncestorContainer;if(e!==l&&t!==l||n.contains(i))return 
s(l)?l:p(l);var f=d(e);return f.host?a(f.host,t):a(e,d(t).host)}function 
l(e){var t=1<arguments.length&&void 
0!==arguments[1]?arguments[1]:'top',o='top'===t?'scrollTop':'scrollLeft',n=e.nodeName;if('BODY'===n||'HTML'===n){var
 i=e.ownerDocument.documentElement,r=e.ownerDocument.scrollingElement||i;return 
r[o]}return e[o]}function f(e,t){var o=2<arguments.length&&void 
0!==arguments[2]&&arguments[2],n=l(t,'top'),i=l(t,'left'),r=o?-1:1;return 
e.top+=n*r,e.bottom+=n*r,e.left+=i*r,e.right+=i*r,e}fu
 nction m(e,t){var o='x'===t?'Left':'Top',n='Left'==o?'Right':'Bottom';return 
parseFloat(e['border'+o+'Width'],10)+parseFloat(e['border'+n+'Width'],10)}function
 h(e,t,o,n){return 
$(t['offset'+e],t['scroll'+e],o['client'+e],o['offset'+e],o['scroll'+e],r(10)?o['offset'+e]+n['margin'+('Height'===e?'Top':'Left')]+n['margin'+('Height'===e?'Bottom':'Right')]:0)}function
 c(){var 
e=document.body,t=document.documentElement,o=r(10)&&getComputedStyle(t);return{height:h('Height',e,t,o),width:h('Width',e,t,o)}}function
 g(e){return le({},e,{right:e.left+e.width,bottom:e.top+e.height})}function 
u(e){var o={};try{if(r(10)){o=e.getBoundingClientRect();var 
n=l(e,'top'),i=l(e,'left');o.top+=n,o.left+=i,o.bottom+=n,o.right+=i}else 
o=e.getBoundingClientRect()}catch(t){}var 
p={left:o.left,top:o.top,width:o.right-o.left,height:o.bottom-o.top},s='HTML'===e.nodeName?c():{},d=s.width||e.clientWidth||p.right-p.left,a=s.height||e.clientHeight||p.bottom-p.top,f=e.offsetWidth-d,h=e.offsetHeight-a;if(f||h){var
 u=t
 (e);f-=m(u,'x'),h-=m(u,'y'),p.width-=f,p.height-=h}return g(p)}function 
b(e,o){var i=2<arguments.length&&void 
0!==arguments[2]&&arguments[2],p=r(10),s='HTML'===o.nodeName,d=u(e),a=u(o),l=n(e),m=t(o),h=parseFloat(m.borderTopWidth,10),c=parseFloat(m.borderLeftWidth,10);i&&'HTML'===o.nodeName&&(a.top=$(a.top,0),a.left=$(a.left,0));var
 
b=g({top:d.top-a.top-h,left:d.left-a.left-c,width:d.width,height:d.height});if(b.marginTop=0,b.marginLeft=0,!p&&s){var
 
y=parseFloat(m.marginTop,10),w=parseFloat(m.marginLeft,10);b.top-=h-y,b.bottom-=h-y,b.left-=c-w,b.right-=c-w,b.marginTop=y,b.marginLeft=w}return(p&&!i?o.contains(l):o===l&&'BODY'!==l.nodeName)&&(b=f(b,o)),b}function
 y(e){var t=1<arguments.length&&void 
0!==arguments[1]&&arguments[1],o=e.ownerDocument.documentElement,n=b(e,o),i=$(o.clientWidth,window.innerWidth||0),r=$(o.clientHeight,window.innerHeight||0),p=t?0:l(o),s=t?0:l(o,'left'),d={top:p-n.top+n.marginTop,left:s-n.left+n.marginLeft,width:i,height:r};return
 g(d)}function w(e){var n=e.n
 
odeName;return'BODY'===n||'HTML'===n?!1:'fixed'===t(e,'position')||w(o(e))}function
 E(e){if(!e||!e.parentElement||r())return document.documentElement;for(var 
o=e.parentElement;o&&'none'===t(o,'transform');)o=o.parentElement;return 
o||document.documentElement}function v(e,t,i,r){var p=4<arguments.length&&void 
0!==arguments[4]&&arguments[4],s={top:0,left:0},d=p?E(e):a(e,t);if('viewport'===r)s=y(d,p);else{var
 
l;'scrollParent'===r?(l=n(o(t)),'BODY'===l.nodeName&&(l=e.ownerDocument.documentElement)):'window'===r?l=e.ownerDocument.documentElement:l=r;var
 f=b(l,d,p);if('HTML'===l.nodeName&&!w(d)){var 
m=c(),h=m.height,g=m.width;s.top+=f.top-f.marginTop,s.bottom=h+f.top,s.left+=f.left-f.marginLeft,s.right=g+f.left}else
 s=f}return s.left+=i,s.top+=i,s.right-=i,s.bottom-=i,s}function x(e){var 
t=e.width,o=e.height;return t*o}function O(e,t,o,n,i){var 
r=5<arguments.length&&void 
0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf('auto'))return e;var 
p=v(o,n,r,i),s={top:{width:p.width,height:t.top-
 
p.top},right:{width:p.right-t.right,height:p.height},bottom:{width:p.width,height:p.bottom-t.bottom},left:{width:t.left-p.left,height:p.height}},d=Object.keys(s).map(function(e){return
 le({key:e},s[e],{area:x(s[e])})}).sort(function(e,t){return 
t.area-e.area}),a=d.filter(function(e){var t=e.width,n=e.height;return 
t>=o.clientWidth&&n>=o.clientHeight}),l=0<a.length?a[0].key:d[0].key,f=e.split('-')[1];return
 l+(f?'-'+f:'')}function L(e,t,o){var n=3<arguments.length&&void 
0!==arguments[3]?arguments[3]:null,i=n?E(t):a(t,o);return b(o,i,n)}function 
S(e){var 
t=getComputedStyle(e),o=parseFloat(t.marginTop)+parseFloat(t.marginBottom),n=parseFloat(t.marginLeft)+parseFloat(t.marginRight),i={width:e.offsetWidth+n,height:e.offsetHeight+o};return
 i}function T(e){var 
t={left:'right',right:'left',bottom:'top',top:'bottom'};return 
e.replace(/left|right|bottom|top/g,function(e){return t[e]})}function 
C(e,t,o){o=o.split('-')[0];var 
n=S(e),i={width:n.width,height:n.height},r=-1!==['right','left'].inde
 
xOf(o),p=r?'top':'left',s=r?'left':'top',d=r?'height':'width',a=r?'width':'height';return
 i[p]=t[p]+t[d]/2-n[d]/2,i[s]=o===s?t[s]-n[a]:t[T(s)],i}function D(e,t){return 
Array.prototype.find?e.find(t):e.filter(t)[0]}function 
N(e,t,o){if(Array.prototype.findIndex)return e.findIndex(function(e){return 
e[t]===o});var n=D(e,function(e){return e[t]===o});return e.indexOf(n)}function 
P(t,o,n){var i=void 0===n?t:t.slice(0,N(t,'name',n));return 
i.forEach(function(t){t['function']&&console.warn('`modifier.function` is 
deprecated, use `modifier.fn`!');var 
n=t['function']||t.fn;t.enabled&&e(n)&&(o.offsets.popper=g(o.offsets.popper),o.offsets.reference=g(o.offsets.reference),o=n(o,t))}),o}function
 k(){if(!this.state.isDestroyed){var 
e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=O(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modi
 
fiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=C(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?'fixed':'absolute',e=P(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function
 W(e,t){return e.some(function(e){var o=e.name,n=e.enabled;return 
n&&o===t})}function B(e){for(var 
t=[!1,'ms','Webkit','Moz','O'],o=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<t.length;n++){var
 i=t[n],r=i?''+i+o:e;if('undefined'!=typeof document.body.style[r])return 
r}return null}function H(){return 
this.state.isDestroyed=!0,W(this.modifiers,'applyStyle')&&(this.popper.removeAttribute('x-placement'),this.popper.style.position='',this.popper.style.top='',this.popper.style.left='',this.popper.style.right='',this.popper.style.bottom='',this.popper.style.willChange='',this.popper.style[B('t
 
ransform')]=''),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function
 A(e){var t=e.ownerDocument;return t?t.defaultView:window}function 
M(e,t,o,i){var 
r='BODY'===e.nodeName,p=r?e.ownerDocument.defaultView:e;p.addEventListener(t,o,{passive:!0}),r||M(n(p.parentNode),t,o,i),i.push(p)}function
 
I(e,t,o,i){o.updateBound=i,A(e).addEventListener('resize',o.updateBound,{passive:!0});var
 r=n(e);return 
M(r,'scroll',o.updateBound,o.scrollParents),o.scrollElement=r,o.eventsEnabled=!0,o}function
 
F(){this.state.eventsEnabled||(this.state=I(this.reference,this.options,this.state,this.scheduleUpdate))}function
 R(e,t){return 
A(e).removeEventListener('resize',t.updateBound),t.scrollParents.forEach(function(e){e.removeEventListener('scroll',t.updateBound)}),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t}function
 
U(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=R(this.re
 ference,this.state))}function 
Y(e){return''!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function 
j(e,t){Object.keys(t).forEach(function(o){var 
n='';-1!==['width','height','top','right','bottom','left'].indexOf(o)&&Y(t[o])&&(n='px'),e.style[o]=t[o]+n})}function
 K(e,t){Object.keys(t).forEach(function(o){var 
n=t[o];!1===n?e.removeAttribute(o):e.setAttribute(o,t[o])})}function 
q(e,t,o){var n=D(e,function(e){var o=e.name;return 
o===t}),i=!!n&&e.some(function(e){return 
e.name===o&&e.enabled&&e.order<n.order});if(!i){var 
r='`'+t+'`';console.warn('`'+o+'`'+' modifier is required by '+r+' modifier in 
order to work, be sure to include it before '+r+'!')}return i}function 
G(e){return'end'===e?'start':'start'===e?'end':e}function z(e){var 
t=1<arguments.length&&void 
0!==arguments[1]&&arguments[1],o=me.indexOf(e),n=me.slice(o+1).concat(me.slice(0,o));return
 t?n.reverse():n}function V(e,t,o,n){var 
i=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+i[1],p=i[2];if(!r)return 
e;if(0===p.indexOf('%')){var s;switch(
 p){case'%p':s=o;break;case'%':case'%r':default:s=n;}var d=g(s);return 
d[t]/100*r}if('vh'===p||'vw'===p){var a;return 
a='vh'===p?$(document.documentElement.clientHeight,window.innerHeight||0):$(document.documentElement.clientWidth,window.innerWidth||0),a/100*r}return
 r}function _(e,t,o,n){var 
i=[0,0],r=-1!==['right','left'].indexOf(n),p=e.split(/(\+|\-)/).map(function(e){return
 
e.trim()}),s=p.indexOf(D(p,function(e){return-1!==e.search(/,|\s/)}));p[s]&&-1===p[s].indexOf(',')&&console.warn('Offsets
 separated by white space(s) are deprecated, use a comma (,) instead.');var 
d=/\s*,\s*|\s+/,a=-1===s?[p]:[p.slice(0,s).concat([p[s].split(d)[0]]),[p[s].split(d)[1]].concat(p.slice(s+1))];return
 a=a.map(function(e,n){var i=(1===n?!r:r)?'height':'width',p=!1;return 
e.reduce(function(e,t){return''===e[e.length-1]&&-1!==['+','-'].indexOf(t)?(e[e.length-1]=t,p=!0,e):p?(e[e.length-1]+=t,p=!1,e):e.concat(t)},[]).map(function(e){return
 V(e,i,t,o)})}),a.forEach(function(e,t){e.forEach(function(o,n){Y
 (o)&&(i[t]+=o*('-'===e[n-1]?-1:1))})}),i}function X(e,t){var 
o,n=t.offset,i=e.placement,r=e.offsets,p=r.popper,s=r.reference,d=i.split('-')[0];return
 
o=Y(+n)?[+n,0]:_(n,p,s,d),'left'===d?(p.top+=o[0],p.left-=o[1]):'right'===d?(p.top+=o[0],p.left+=o[1]):'top'===d?(p.left+=o[0],p.top-=o[1]):'bottom'===d&&(p.left+=o[0],p.top+=o[1]),e.popper=p,e}for(var
 J=Math.min,Q=Math.round,Z=Math.floor,$=Math.max,ee='undefined'!=typeof 
window&&'undefined'!=typeof 
document,te=['Edge','Trident','Firefox'],oe=0,ne=0;ne<te.length;ne+=1)if(ee&&0<=navigator.userAgent.indexOf(te[ne])){oe=1;break}var
 i=ee&&window.Promise,ie=i?function(e){var t=!1;return 
function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var
 t=!1;return 
function(){t||(t=!0,setTimeout(function(){t=!1,e()},oe))}},re=ee&&!!(window.MSInputMethodContext&&document.documentMode),pe=ee&&/MSIE
 10/.test(navigator.userAgent),se=function(e,t){if(!(e instanceof t))throw new 
TypeError('Cannot call a class as a function'
 )},de=function(){function e(e,t){for(var 
o,n=0;n<t.length;n++)o=t[n],o.enumerable=o.enumerable||!1,o.configurable=!0,'value'in
 o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}return 
function(t,o,n){return 
o&&e(t.prototype,o),n&&e(t,n),t}}(),ae=function(e,t,o){return t in 
e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},le=Object.assign||function(e){for(var
 t,o=1;o<arguments.length;o++)for(var n in 
t=arguments[o],t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return 
e},fe=['auto-start','auto','auto-end','top-start','top','top-end','right-start','right','right-end','bottom-end','bottom','bottom-start','left-end','left','left-start'],me=fe.slice(3),he={FLIP:'flip',CLOCKWISE:'clockwise',COUNTERCLOCKWISE:'counterclockwise'},ce=function(){function
 t(o,n){var i=this,r=2<arguments.length&&void 
0!==arguments[2]?arguments[2]:{};se(this,t),this.scheduleUpdate=function(){return
 requestAnimationFrame(i.update)},this.update=ie(this.update.bi
 
nd(this)),this.options=le({},t.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=o&&o.jquery?o[0]:o,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(le({},t.Defaults.modifiers,r.modifiers)).forEach(function(e){i.options.modifiers[e]=le({},t.Defaults.modifiers[e]||{},r.modifiers?r.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(e){return
 le({name:e},i.options.modifiers[e])}).sort(function(e,t){return 
e.order-t.order}),this.modifiers.forEach(function(t){t.enabled&&e(t.onLoad)&&t.onLoad(i.reference,i.popper,i.options,t,i.state)}),this.update();var
 
p=this.options.eventsEnabled;p&&this.enableEventListeners(),this.state.eventsEnabled=p}return
 de(t,[{key:'update',value:function(){return 
k.call(this)}},{key:'destroy',value:function(){return 
H.call(this)}},{key:'enableEventListeners',value:function(){return 
F.call(this)}},{key:'disableEventListeners',value:function(){return 
U.call(this)}}]),t}();return 
 ce.Utils=('undefined'==typeof 
window?global:window).PopperUtils,ce.placements=fe,ce.Defaults={placement:'bottom',positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var
 t=e.placement,o=t.split('-')[0],n=t.split('-')[1];if(n){var 
i=e.offsets,r=i.reference,p=i.popper,s=-1!==['bottom','top'].indexOf(o),d=s?'left':'top',a=s?'width':'height',l={start:ae({},d,r[d]),end:ae({},d,r[d]+r[a]-p[a])};e.offsets.popper=le({},p,l[n])}return
 
e}},offset:{order:200,enabled:!0,fn:X,offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var
 
o=t.boundariesElement||p(e.instance.popper);e.instance.reference===o&&(o=p(o));var
 
n=B('transform'),i=e.instance.popper.style,r=i.top,s=i.left,d=i[n];i.top='',i.left='',i[n]='';var
 
a=v(e.instance.popper,e.instance.reference,t.padding,o,e.positionFixed);i.top=r,i.left=s,i[n]=d,t.boundaries=a;var
 l=t.priority,f=e.offsets.popper,m={primary:function(e){var o=f[e];
 return 
f[e]<a[e]&&!t.escapeWithReference&&(o=$(f[e],a[e])),ae({},e,o)},secondary:function(e){var
 o='right'===e?'left':'top',n=f[o];return 
f[e]>a[e]&&!t.escapeWithReference&&(n=J(f[o],a[e]-('right'===e?f.width:f.height))),ae({},o,n)}};return
 l.forEach(function(e){var 
t=-1===['left','top'].indexOf(e)?'secondary':'primary';f=le({},f,m[t](e))}),e.offsets.popper=f,e},priority:['left','right','top','bottom'],padding:5,boundariesElement:'scrollParent'},keepTogether:{order:400,enabled:!0,fn:function(e){var
 
t=e.offsets,o=t.popper,n=t.reference,i=e.placement.split('-')[0],r=Z,p=-1!==['top','bottom'].indexOf(i),s=p?'right':'bottom',d=p?'left':'top',a=p?'width':'height';return
 
o[s]<r(n[d])&&(e.offsets.popper[d]=r(n[d])-o[a]),o[d]>r(n[s])&&(e.offsets.popper[d]=r(n[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,o){var
 n;if(!q(e.instance.modifiers,'arrow','keepTogether'))return e;var 
i=o.element;if('string'==typeof 
i){if(i=e.instance.popper.querySelector(i),!i)return e;}else if(!e.instance.pop
 per.contains(i))return console.warn('WARNING: `arrow.element` must be child of 
its popper element!'),e;var 
r=e.placement.split('-')[0],p=e.offsets,s=p.popper,d=p.reference,a=-1!==['left','right'].indexOf(r),l=a?'height':'width',f=a?'Top':'Left',m=f.toLowerCase(),h=a?'left':'top',c=a?'bottom':'right',u=S(i)[l];d[c]-u<s[m]&&(e.offsets.popper[m]-=s[m]-(d[c]-u)),d[m]+u>s[c]&&(e.offsets.popper[m]+=d[m]+u-s[c]),e.offsets.popper=g(e.offsets.popper);var
 
b=d[m]+d[l]/2-u/2,y=t(e.instance.popper),w=parseFloat(y['margin'+f],10),E=parseFloat(y['border'+f+'Width'],10),v=b-e.offsets.popper[m]-w-E;return
 
v=$(J(s[l]-u,v),0),e.arrowElement=i,e.offsets.arrow=(n={},ae(n,m,Q(v)),ae(n,h,''),n),e},element:'[x-arrow]'},flip:{order:600,enabled:!0,fn:function(e,t){if(W(e.instance.modifiers,'inner'))return
 e;if(e.flipped&&e.placement===e.originalPlacement)return e;var 
o=v(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),n=e.placement.split('-')[0],i=T(n),r=e.placement.spli
 t('-')[1]||'',p=[];switch(t.behavior){case he.FLIP:p=[n,i];break;case 
he.CLOCKWISE:p=z(n);break;case 
he.COUNTERCLOCKWISE:p=z(n,!0);break;default:p=t.behavior;}return 
p.forEach(function(s,d){if(n!==s||p.length===d+1)return 
e;n=e.placement.split('-')[0],i=T(n);var 
a=e.offsets.popper,l=e.offsets.reference,f=Z,m='left'===n&&f(a.right)>f(l.left)||'right'===n&&f(a.left)<f(l.right)||'top'===n&&f(a.bottom)>f(l.top)||'bottom'===n&&f(a.top)<f(l.bottom),h=f(a.left)<f(o.left),c=f(a.right)>f(o.right),g=f(a.top)<f(o.top),u=f(a.bottom)>f(o.bottom),b='left'===n&&h||'right'===n&&c||'top'===n&&g||'bottom'===n&&u,y=-1!==['top','bottom'].indexOf(n),w=!!t.flipVariations&&(y&&'start'===r&&h||y&&'end'===r&&c||!y&&'start'===r&&g||!y&&'end'===r&&u);(m||b||w)&&(e.flipped=!0,(m||b)&&(n=p[d+1]),w&&(r=G(r)),e.placement=n+(r?'-'+r:''),e.offsets.popper=le({},e.offsets.popper,C(e.instance.popper,e.offsets.reference,e.placement)),e=P(e.instance.modifiers,e,'flip'))}),e},behavior:'flip',padding:5,boundariesElement:'
 viewport'},inner:{order:700,enabled:!1,fn:function(e){var 
t=e.placement,o=t.split('-')[0],n=e.offsets,i=n.popper,r=n.reference,p=-1!==['left','right'].indexOf(o),s=-1===['top','left'].indexOf(o);return
 
i[p?'left':'top']=r[o]-(s?i[p?'width':'height']:0),e.placement=T(t),e.offsets.popper=g(i),e}},hide:{order:800,enabled:!0,fn:function(e){if(!q(e.instance.modifiers,'hide','preventOverflow'))return
 e;var 
t=e.offsets.reference,o=D(e.instance.modifiers,function(e){return'preventOverflow'===e.name}).boundaries;if(t.bottom<o.top||t.left>o.right||t.top>o.bottom||t.right<o.left){if(!0===e.hide)return
 e;e.hide=!0,e.attributes['x-out-of-boundaries']=''}else{if(!1===e.hide)return 
e;e.hide=!1,e.attributes['x-out-of-boundaries']=!1}return 
e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var 
o=t.x,n=t.y,i=e.offsets.popper,r=D(e.instance.modifiers,function(e){return'applyStyle'===e.name}).gpuAcceleration;void
 0!==r&&console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` 
modif
 ier and will not be supported in future versions of Popper.js!');var 
s,d,a=void 
0===r?t.gpuAcceleration:r,l=p(e.instance.popper),f=u(l),m={position:i.position},h={left:Z(i.left),top:Q(i.top),bottom:Q(i.bottom),right:Z(i.right)},c='bottom'===o?'top':'bottom',g='right'===n?'left':'right',b=B('transform');if(d='bottom'==c?-f.height+h.bottom:h.top,s='right'==g?-f.width+h.right:h.left,a&&b)m[b]='translate3d('+s+'px,
 '+d+'px, 0)',m[c]=0,m[g]=0,m.willChange='transform';else{var 
y='bottom'==c?-1:1,w='right'==g?-1:1;m[c]=d*y,m[g]=s*w,m.willChange=c+', 
'+g}var E={"x-placement":e.placement};return 
e.attributes=le({},E,e.attributes),e.styles=le({},m,e.styles),e.arrowStyles=le({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:'bottom',y:'right'},applyStyle:{order:900,enabled:!0,fn:function(e){return
 
j(e.instance.popper,e.styles),K(e.instance.popper,e.attributes),e.arrowElement&&Object.keys(e.arrowStyles).length&&j(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,o,n,i){var
 r=L(i,t,e,
 
o.positionFixed),p=O(o.placement,r,t,e,o.modifiers.flip.boundariesElement,o.modifiers.flip.padding);return
 
t.setAttribute('x-placement',p),j(t,{position:o.positionFixed?'fixed':'absolute'}),o},gpuAcceleration:void
 0}}},ce});
+//# sourceMappingURL=popper.min.js.map

Added: sites/solr/guide/8_7/js/respond-1.4.2.min.js
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/js/respond-1.4.2.min.js?rev=1089758&view=auto
==============================================================================
--- sites/solr/guide/8_7/js/respond-1.4.2.min.js (added)
+++ sites/solr/guide/8_7/js/respond-1.4.2.min.js Tue Apr 15 19:27:42 2025
@@ -0,0 +1,5 @@
+/*! Respond.js v1.4.2: min/max-width media query polyfill * Copyright 2013 
Scott Jehl
+ * Licensed under https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
+ *  */
+
+!function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var 
b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return
 
f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return
 f.innerHTML='&shy;<style media="'+a+'"> #mq-test-1 { width: 42px; 
}</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use
 strict";function b(){u(!0)}var c={};a.respond=c,c.update=function(){};var 
d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new 
a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return 
b}}(),f=function(a,b){var 
c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:
 
o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media
 
*([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only
 all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var 
g,h,i,j=a.document,k=j.documentElement,l=[],m=[],n=[],o={},p=30,q=j.getElementsByTagName("head")[0]||k,r=j.getElementsByTagName("base")[0],s=q.getElementsByTagName("link"),t=function(){var
 
a,b=j.createElement("div"),c=j.body,d=k.style.fontSize,e=c&&c.style.fontSize,f=!1;return
 
b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=j.createElement("body"),c.style.background="none"),k.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&k.insertBefore(c,k.firstChild),a=b.offsetWidth,f?k.removeChild(c):c.removeC
 
hild(b),k.style.fontSize=d,e&&(c.style.fontSize=e),a=i=parseFloat(a)},u=function(b){var
 
c="clientWidth",d=k[c],e="CSS1Compat"===j.compatMode&&d||j.body[c]||d,f={},o=s[s.length-1],r=(new
 Date).getTime();if(b&&g&&p>r-g)return 
a.clearTimeout(h),h=a.setTimeout(u,p),void 0;g=r;for(var v in 
l)if(l.hasOwnProperty(v)){var 
w=l[v],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?i||t():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?i||t():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(m[w.rules]))}for(var
 C in 
n)n.hasOwnProperty(C)&&n[C]&&n[C].parentNode===q&&q.removeChild(n[C]);n.length=0;for(var
 D in f)if(f.hasOwnProperty(D)){var 
E=j.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,q.insertBefore(E,o.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(j.createTextNode(F)),n.push(E)}},v=function(a,b,d){var
 
e=a.replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substr
 ing(0,b.lastIndexOf("/"));var g=function(a){return 
a.replace(c.regex.urls,"$1"+b+"$2$3")},h=!f&&d;b.length&&(b+="/"),h&&(f=1);for(var
 i=0;f>i;i++){var 
j,k,n,o;h?(j=d,m.push(g(a))):(j=e[i].match(c.regex.findStyles)&&RegExp.$1,m.push(RegExp.$2&&g(RegExp.$2))),n=j.split(","),o=n.length;for(var
 
p=0;o>p;p++)k=n[p],l.push({media:k.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:m.length-1,hasquery:k.indexOf("(")>-1,minw:k.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:k.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},w=function(){if(d.length){var
 
b=d.shift();f(b.href,function(c){v(c,b.href,b.media),o[b.href]=!0,a.setTimeout(function(){w()},0)})}},x=function(){for(var
 b=0;b<s.length;b++){var 
c=s[b],e=c.href,f=c.media,g=c.rel&&"stylesheet"===c.rel.toLowerCase();e&&g&&!o[e]&&(c.styleSheet&&c.styleSheet.rawCssText?(v(c.styleSheet.rawCssText,e,f),o[e]=!0):(!/^([a-zA-Z:]*\/\/)/.test(e)&&!r||e.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&("
 
//"===e.substring(0,2)&&(e=a.location.protocol+e),d.push({href:e,media:f})))}w()};x(),c.update=x,c.getEmValue=t,a.addEventListener?a.addEventListener("resize",b,!1):a.attachEvent&&a.attachEvent("onresize",b)}}(this);
\ No newline at end of file

Added: sites/solr/guide/8_7/js/tex-mml-chtml.js
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/js/tex-mml-chtml.js?rev=1089758&view=auto
==============================================================================
--- sites/solr/guide/8_7/js/tex-mml-chtml.js (added)
+++ sites/solr/guide/8_7/js/tex-mml-chtml.js Tue Apr 15 19:27:42 2025
@@ -0,0 +1 @@

[... 3 lines stripped ...]
Modified: sites/solr/guide/8_7/json-facet-api.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/json-facet-api.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/json-facet-api.html (original)
+++ sites/solr/guide/8_7/json-facet-api.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>JSON Facet API | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/json-facet-api.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -2371,11 +2371,11 @@ Disabling sweep collection for <code>rel
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -2400,7 +2400,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/json-faceting-domain-changes.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/json-faceting-domain-changes.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/json-faceting-domain-changes.html (original)
+++ sites/solr/guide/8_7/json-faceting-domain-changes.html Tue Apr 15 19:27:42 
2025
@@ -11,32 +11,32 @@
 <title>JSON Faceting Domain Changes | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/json-faceting-domain-changes.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1904,11 +1904,11 @@ While a <code>query</code> domain can be
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1933,7 +1933,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>

Modified: sites/solr/guide/8_7/json-query-dsl.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/8_7/json-query-dsl.html?rev=1089758&r1=1089757&r2=1089758&view=diff
==============================================================================
--- sites/solr/guide/8_7/json-query-dsl.html (original)
+++ sites/solr/guide/8_7/json-query-dsl.html Tue Apr 15 19:27:42 2025
@@ -11,32 +11,32 @@
 <title>JSON Query DSL | Apache Solr Reference Guide 8.7</title>
 <link rel="canonical" 
href="https://solr.apache.org/guide/solr/latest/query-guide/json-query-dsl.html";>
 
-<link rel="stylesheet" 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"; 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";>
+<link crossorigin="anonymous" href="css/bootstrap-4.1.3.min.css" 
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
 rel="stylesheet"/>
+<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" href="css/navs.css ">
 <link rel="stylesheet" href="css/ref-guide.css">
 <link rel="stylesheet" href="css/decoration.css">
 <link rel="stylesheet" href="css/search.css">
 
 <!-- JQuery - we can't use slim because navgoco relies on ajax -->
-<script src="https://code.jquery.com/jquery-3.5.1.min.js"; 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2"
 src="js/jquery-3.5.1.min.js"></script>
 
 <!-- Scrollbar Custom CSS -->
-<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css";
 crossorigin="anonymous">
+<link crossorigin="anonymous" href="css/jquery.mCustomScrollbar-3.1.5.min.css" 
rel="stylesheet"/>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/jquery.cookie-1.4.1.min.js"></script>
 
 <script src="js/jquery.navgoco.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"; 
crossorigin="anonymous"></script>
+<script crossorigin="anonymous" src="js/anchor-4.2.0.min.js"></script>
 
 <link rel="shortcut icon" href="images/icons/favicon.ico">
 
 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries 
-->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
-<script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-<script 
src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js";></script>
+<script src="js/html5shiv-3.7.0.js"></script>
+<script src="js/respond-1.4.2.min.js"></script>
 <![endif]-->
 
     <script>
@@ -1964,11 +1964,11 @@ These queries don&#8217;t impact query r
 </div>
 </div>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"; 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
 src="js/popper-1.14.3.min.js"></script>
 
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js";
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
src="js/jquery.mCustomScrollbar.concat-3.1.5.min.js"></script>
 
-<script 
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"; 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 crossorigin="anonymous"></script>
+<script crossorigin="anonymous" 
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
 src="js/bootstrap-4.1.3.min.js"></script>
 
 <script src="js/customscripts.js"></script>
 
@@ -1993,7 +1993,7 @@ MathJax.Hub.Config({
     }
 });
 </script>
-<script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML";></script>
+<script src="js/tex-mml-chtml.js"></script>
 
 
 </body>


Reply via email to