Searched refs:hasOption (Results 1 – 11 of 11) sorted by relevance
27 if($options->hasOption('h')) {39 if($options->hasOption('s')) {45 if($options->hasOption('c')) {58 if($options->hasOption('f')) {67 if($options->hasOption('b')) {68 if($options->hasOption('c')) {80 if($options->hasOption('e')) {81 if($options->hasOption('c')) {95 if($options->hasOption('v')) {96 if($options->hasOption('c')) {
10 if($clo->hasOption('b') || $clo->hasOption('e') || $clo->hasOption('v') ) {
10 if($clo->hasOption('f') || $clo->hasOption('m')) {
10 if($clo->hasOption('c')) {11 if(!$clo->hasOption('m')) {
10 if($clo->hasOption('c') ) {
10 if($clo->hasOption('f') ) {
10 if($clo->hasOption('m') ) {
16 if($commandLineOptions->hasOption('s')) {28 if($commandLineOptions->hasOption('k')) {32 if($commandLineOptions->hasOption('x')) {
91 public function hasOption($option) function in gtCommandLineOptions
20 $this->assertTrue($clo->hasOption('h'));26 $this->assertTrue($clo->hasOption('f'));
36 if($options->hasOption('h')) {48 if($options->hasOption('s')) {54 if($options->hasOption('c')) {67 if($options->hasOption('f')) {76 if($options->hasOption('b')) {77 if($options->hasOption('c')) {89 if($options->hasOption('e')) {104 if($options->hasOption('v')) {544 if($clo->hasOption('b') || $clo->hasOption('e') || $clo->hasOption('v') ) {564 if($clo->hasOption('c')) {[all …]
Completed in 28 milliseconds