Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/domains/inventory.picotech.app/public_html/node_modules/collect.js/dist/methods/ drwxr-xr-x |
Viewing file: Select action/file-type: 'use strict'; module.exports = function crossJoin() { function join(collection, constructor, args) { var current = args[0]; if (current instanceof constructor) { current = current.all(); } var rest = args.slice(1); var last = !rest.length; var result = []; for (var i = 0; i < current.length; i += 1) { var collectionCopy = collection.slice(); collectionCopy.push(current[i]); if (last) { result.push(collectionCopy); } else { result = result.concat(join(collectionCopy, constructor, rest)); } } return result; } for (var _len = arguments.length, values = new Array(_len), _key = 0; _key < _len; _key++) { values[_key] = arguments[_key]; } return new this.constructor(join([], this.constructor, [].concat([this.items], values))); }; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0036 ]-- |