Home
last modified time | relevance | path

Searched refs:argv (Results 126 – 150 of 258) sorted by relevance

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D765.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue765Test';
8 $_SERVER['argv'][3] = __DIR__ . '/765/Issue765Test.php';
H A D503.phpt6 $_SERVER['argv'][1] = '--no-configuration';
7 $_SERVER['argv'][2] = 'Issue503Test';
8 $_SERVER['argv'][3] = __DIR__ . '/503/Issue503Test.php';
H A D2137-no_filter.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue2137Test';
7 $_SERVER['argv'][3] = __DIR__ . '/2137/Issue2137Test.php';
/plugin/bureaucracy-au/helper/
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
12 if (count($argv) < 1) {
16 $scriptName = $argv[0];
/plugin/bureaucracyau/helper/
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
12 if (count($argv) < 1) {
16 $scriptName = $argv[0];
/plugin/bureaucracy/helper/
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/tests/Regression/Trac/
H A D578.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'Issue578Test';
7 $_SERVER['argv'][3] = __DIR__ . '/578/Issue578Test.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dassertion.phpt18 $_SERVER['argv'][1] = '--no-configuration';
19 $_SERVER['argv'][2] = 'AssertionExampleTest';
20 $_SERVER['argv'][3] = __DIR__ . '/../_files/AssertionExampleTest.php';
H A Dexception-stack.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = 'ExceptionStackTest';
7 $_SERVER['argv'][3] = __DIR__ . '/../_files/ExceptionStackTest.php';
H A Dteamcity-inner-exceptions.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--teamcity';
7 $_SERVER['argv'][3] = 'ExceptionStackTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/ExceptionStackTest.php';
H A Dfailure-isolation.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--process-isolation';
7 $_SERVER['argv'][3] = 'FailureTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/FailureTest.php';
H A Dfailure-reverse-list.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--reverse-list';
7 $_SERVER['argv'][3] = 'FailureTest';
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/FailureTest.php';
H A Ddataprovider-issue-2833.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderIssue2833';
H A Ddataprovider-issue-2859.phpt5 $_SERVER['argv'][1] = '-c';
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderIssue2859/phpunit.xml';
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown31 foreach($argv as $k => $arg) {
114 global $argv;
115 $cmd = $argv[0];
/plugin/pagemod/helper/
H A Dpagemod.php20 * @param array $argv additional arguments passed to the action
23 public function run($fields, $thanks, $argv) { argument
34 $page_to_modify = array_shift($argv);
43 $template_section_id = cleanID(array_shift($argv));
/plugin/quickstats/scripts/
H A Dget_geocity2.php18 global $conf,$argv;
21 if(!empty($argv[1]) || $_REQUEST['test'] == 'test') {
22 if($argv && $argv[0]) {
23 echo 'argv = ' . $argv[0] . "\n";
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0];
26 if (isset($argv[1])) $events = (int)$argv[1];
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php246 if (count($argv) == 2) {
247 if (is_dir($argv[1])) {
248 $dir = $argv[1];
250 if (count(explode(',', $argv[2])) > 0) {
/plugin/structtemplate/_vagrant/
H A Ddokuwiki_password.php7 echo ' ' . $argv[0] . ' CLEAR_TEXT' . PHP_EOL;
10 $clear = $argv[1];
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0];
26 if (isset($argv[1])) $events = (int)$argv[1];
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0];
26 if (isset($argv[1])) $events = (int)$argv[1];
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0];
26 if (isset($argv[1])) $events = (int)$argv[1];
/plugin/htmlokay/conf/access/
H A Dget_inf.php5 echo $argv[1], "\n";
6 get_data($argv[1]);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DNonStopableProcess.php41 $duration = isset($argv[1]) ? (int) $argv[1] : 3;

1234567891011