Home
last modified time | relevance | path

Searched refs:argv (Results 76 – 100 of 258) sorted by last modified time

1234567891011

/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js150 build(_.last(process.argv));
H A Dbuild-doc.js78 build(_.last(process.argv));
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js772 }, "undefined" != typeof module && require.main === module && exports.main(process.argv.slice(1)));
H A Dsequence-diagram-min.js6 …},"undefined"!=typeof module&&require.main===module&&exports.main(process.argv.slice(1))),ParseErr…
H A Dsequence-diagram-min.js.map1 …ole","log","process","exit","source","readFileSync","normalize","module","argv","diagram","DIAGRAM…
H A Dsequence-diagram-raphael-min.js.map1 …ole","log","process","exit","source","readFileSync","normalize","module","argv","diagram","DIAGRAM…
H A Dsequence-diagram-raphael.js772 }, "undefined" != typeof module && require.main === module && exports.main(process.argv.slice(1)));
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-doc.js83 build(_.last(process.argv));
H A Dbuild-modules.js34 build(_.last(process.argv));
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js225 return _.reduce(process.argv, function(result, value) {
/plugin/bureaucracyau/helper/
H A Daction.php34 * @param array $argv additional arguments passed to the action
37 public function run($fields, $thanks, $argv){ argument
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
12 if (count($argv) < 1) {
16 $scriptName = $argv[0];
H A Dactiontemplate.php18 * @param array $argv array with entries: template, pagename, separator
23 public function run($fields, $thanks, $argv) { argument
26 list($tpl, $this->pagename, $sep) = $argv;
H A Dactionmail.php19 * @param array $argv
23 public function run($fields, $thanks, $argv) { argument
68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php18 * @param array $argv array with entries: template, pagename, separator
23 public function run($fields, $thanks, $argv) { argument
26 list($tpl, $this->pagename, $sep) = $argv;
H A Daction.php34 * @param array $argv additional arguments passed to the action
37 public function run($fields, $thanks, $argv){ argument
H A Dactionmail.php19 * @param array $argv
23 public function run($fields, $thanks, $argv) { argument
68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
12 if (count($argv) < 1) {
16 $scriptName = $argv[0];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php120 * @param array $argv
125 public function run(array $argv, $exit = true) argument
127 $this->handleArguments($argv);
259 * @param array $argv
261 protected function handleArguments(array $argv) argument
273 $argv,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1437.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue1437Test';
7 $_SERVER['argv'][3] = __DIR__ . '/1437/Issue1437Test.php';
H A D2158.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2158Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2158/Issue2158Test.php';
H A D2811.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2811Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2811/Issue2811Test.php';
H A D2972.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/2972/';
H A D322.phpt6 $_SERVER['argv'][1] = '--configuration';
7 $_SERVER['argv'][2] = __DIR__ . '/322/phpunit322.xml';
8 $_SERVER['argv'][3] = '--debug';
9 $_SERVER['argv'][4] = '--group';
10 $_SERVER['argv'][5] = 'one';
11 $_SERVER['argv'][6] = 'Issue322Test';
12 $_SERVER['argv'][7] = __DIR__ . '/322/Issue322Test.php';
H A D445.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = '--disallow-test-output';
8 $_SERVER['argv'][3] = 'Issue445Test';
9 $_SERVER['argv'][4] = __DIR__ . '/445/Issue445Test.php';

1234567891011