REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.98 KB
Close
/home/byroehnu/easepay.easetack.com/node_modules/polished/lib/math/presets/defaultSymbols.js
Text
Base64
"use strict"; exports.__esModule = true; exports["default"] = void 0; function last() { var _ref; return _ref = arguments.length - 1, _ref < 0 || arguments.length <= _ref ? undefined : arguments[_ref]; } function negation(a) { return -a; } function addition(a, b) { return a + b; } function subtraction(a, b) { return a - b; } function multiplication(a, b) { return a * b; } function division(a, b) { return a / b; } function max() { return Math.max.apply(Math, arguments); } function min() { return Math.min.apply(Math, arguments); } function comma() { return Array.of.apply(Array, arguments); } var defaultSymbols = { symbols: { '*': { infix: { symbol: '*', f: multiplication, notation: 'infix', precedence: 4, rightToLeft: 0, argCount: 2 }, symbol: '*', regSymbol: '\\*' }, '/': { infix: { symbol: '/', f: division, notation: 'infix', precedence: 4, rightToLeft: 0, argCount: 2 }, symbol: '/', regSymbol: '/' }, '+': { infix: { symbol: '+', f: addition, notation: 'infix', precedence: 2, rightToLeft: 0, argCount: 2 }, prefix: { symbol: '+', f: last, notation: 'prefix', precedence: 3, rightToLeft: 0, argCount: 1 }, symbol: '+', regSymbol: '\\+' }, '-': { infix: { symbol: '-', f: subtraction, notation: 'infix', precedence: 2, rightToLeft: 0, argCount: 2 }, prefix: { symbol: '-', f: negation, notation: 'prefix', precedence: 3, rightToLeft: 0, argCount: 1 }, symbol: '-', regSymbol: '-' }, ',': { infix: { symbol: ',', f: comma, notation: 'infix', precedence: 1, rightToLeft: 0, argCount: 2 }, symbol: ',', regSymbol: ',' }, '(': { prefix: { symbol: '(', f: last, notation: 'prefix', precedence: 0, rightToLeft: 0, argCount: 1 }, symbol: '(', regSymbol: '\\(' }, ')': { postfix: { symbol: ')', f: undefined, notation: 'postfix', precedence: 0, rightToLeft: 0, argCount: 1 }, symbol: ')', regSymbol: '\\)' }, min: { func: { symbol: 'min', f: min, notation: 'func', precedence: 0, rightToLeft: 0, argCount: 1 }, symbol: 'min', regSymbol: 'min\\b' }, max: { func: { symbol: 'max', f: max, notation: 'func', precedence: 0, rightToLeft: 0, argCount: 1 }, symbol: 'max', regSymbol: 'max\\b' } } }; var _default = exports["default"] = defaultSymbols; module.exports = exports.default;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
defaultSymbols.d.ts
2.85 KB
lrw-r--r--
2026-02-28 00:31:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
defaultSymbols.js
2.98 KB
lrw-r--r--
2026-02-28 00:30:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
defaultSymbols.js.flow
2.99 KB
lrw-r--r--
2026-02-28 00:29:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
exponentialSymbols.d.ts
907 B
lrw-r--r--
2026-02-28 00:31:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
exponentialSymbols.js
1.11 KB
lrw-r--r--
2026-02-28 00:30:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
exponentialSymbols.js.flow
1.05 KB
lrw-r--r--
2026-02-28 00:29:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).