BLUE
PHP 7.4.33
Path:
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/cssnano-utils/src
Run
Logout
Edit File
Size: 535 B
Close
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/cssnano-utils/src/getArguments.js
Text
Base64
'use strict'; /** * Extracts the arguments of a CSS function or AtRule. * * @param {import('postcss-value-parser').ParsedValue | import('postcss-value-parser').FunctionNode} node * @return {import('postcss-value-parser').Node[][]} */ module.exports = function getArguments(node) { /** @type {import('postcss-value-parser').Node[][]} */ const list = [[]]; for (const child of node.nodes) { if (child.type !== 'div') { list[list.length - 1].push(child); } else { list.push([]); } } return list; };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
getArguments.js
535 B
lrw-r--r--
2025-06-16 05:45:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
213 B
lrw-r--r--
2025-06-16 05:45:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
rawCache.js
741 B
lrw-r--r--
2025-06-16 05:45:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
sameParent.js
969 B
lrw-r--r--
2025-06-16 05:45:39
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).