Home
last modified time | relevance | path

Searched refs:newargs (Results 1 – 8 of 8) sorted by relevance

/plugin/bureaucracyau/helper/
Dfieldyesno.php21 $newargs = array();
37 $newargs[] = $arg;
40 $this->standardArgs($newargs);
/plugin/bureaucracy/helper/
Dfieldyesno.php21 $newargs = array();
37 $newargs[] = $arg;
40 $this->standardArgs($newargs);
/plugin/bureaucracy-au/helper/
Dfieldyesno.php21 $newargs = array();
37 $newargs[] = $arg;
40 $this->standardArgs($newargs);
/plugin/asciidocjs/node_modules/async/
Dseq.js70 (0, _reduce2.default)(_functions, args, (newargs, fn, iterCb) => {
71 fn.apply(that, newargs.concat((err, ...nextargs) => {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php2294 $newargs = $args;
2297 $newargs = [];
2303 $newargs[] = $arg;
2324 $newargs[] = $arg;
2332 $newargs[] = $arg;
2340 if (!count($newargs)) {
2344 foreach ($newargs as $arg) {
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js2017 reduce$1(_functions, args, (newargs, fn, iterCb) => {
2018 fn.apply(that, newargs.concat((err, ...nextargs) => {
Dasync.mjs2011 reduce$1(_functions, args, (newargs, fn, iterCb) => {
2012 fn.apply(that, newargs.concat((err, ...nextargs) => {
/plugin/asciidocjs/node_modules/neo-async/
Dasync.js7816 function iterator(newargs, fn, callback) { argument
7821 newargs.push(func);
7822 fn.apply(self, newargs);