Home
last modified time | relevance | path

Searched refs:possible_sub_commands (Results 1 – 3 of 3) sorted by relevance

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Dshell.php177 $possible_sub_commands = pts_client::possible_sub_commands();
183 foreach($possible_sub_commands as $possibility)
H A Ddump_possible_options.php28 …echo implode($is_true ? ' ' : PHP_EOL, pts_client::possible_sub_commands()) . ($is_true ? null : P…
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_client.php92 public static function possible_sub_commands() function in pts_client