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 /
cqt /
node_modules /
recharts /
lib /
util /
[ HOME SHELL ]
Name
Size
Permission
Action
cursor
[ DIR ]
drwxr-xr-x
payload
[ DIR ]
drwxr-xr-x
tooltip
[ DIR ]
drwxr-xr-x
ActiveShapeUtils.js
11.98
KB
-rw-r--r--
BarUtils.js
5.6
KB
-rw-r--r--
CartesianUtils.js
12.77
KB
-rw-r--r--
ChartUtils.js
45.25
KB
-rw-r--r--
Constants.js
415
B
-rw-r--r--
CssPrefixUtils.js
2.23
KB
-rw-r--r--
DOMUtils.js
6.27
KB
-rw-r--r--
DataUtils.js
5.95
KB
-rw-r--r--
DetectReferenceElementsDomain....
3.46
KB
-rw-r--r--
Events.js
436
B
-rw-r--r--
FunnelUtils.js
3.41
KB
-rw-r--r--
Global.js
678
B
-rw-r--r--
IfOverflowMatches.js
375
B
-rw-r--r--
LogUtils.js
944
B
-rw-r--r--
PolarUtils.js
10.19
KB
-rw-r--r--
RadialBarUtils.js
3.32
KB
-rw-r--r--
ReactUtils.js
13.37
KB
-rw-r--r--
ReduceCSSCalc.js
8.55
KB
-rw-r--r--
ScatterUtils.js
3.1
KB
-rw-r--r--
ShallowEqual.js
493
B
-rw-r--r--
TickUtils.js
1.58
KB
-rw-r--r--
calculateViewBox.js
891
B
-rw-r--r--
getEveryNthWithCondition.js
994
B
-rw-r--r--
getLegendProps.js
4
KB
-rw-r--r--
isDomainSpecifiedByUser.js
1.24
KB
-rw-r--r--
types.js
12.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ScatterUtils.js
"use strict"; function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } Object.defineProperty(exports, "__esModule", { value: true }); exports.ScatterSymbol = ScatterSymbol; var React = _interopRequireWildcard(require("react")); var _Symbols = require("../shape/Symbols"); var _ActiveShapeUtils = require("./ActiveShapeUtils"); var _excluded = ["option", "isActive"]; function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; } function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; } function ScatterSymbol(_ref) { var option = _ref.option, isActive = _ref.isActive, props = _objectWithoutProperties(_ref, _excluded); if (typeof option === 'string') { return /*#__PURE__*/React.createElement(_ActiveShapeUtils.Shape, _extends({ option: /*#__PURE__*/React.createElement(_Symbols.Symbols, _extends({ type: option }, props)), isActive: isActive, shapeType: "symbols" }, props)); } return /*#__PURE__*/React.createElement(_ActiveShapeUtils.Shape, _extends({ option: option, isActive: isActive, shapeType: "symbols" }, props)); }
Close