Lines Matching defs:hasOption
97 $context = $this->hasOption($defaults, $opts, 'context');
137 $nocookie = $context || $this->hasOption($defaults, $opts, 'nocookie');
140 $noscroll = $this->hasOption($defaults, $opts, 'noscroll');
142 $navbar = $this->hasOption($defaults, $opts, 'navbar');
144 $nons = $this->hasOption($defaults, $opts, 'nons');
146 $nopg = $this->hasOption($defaults, $opts, 'nopg');
148 $notoc = $this->hasOption($defaults, $opts, 'notoc');
150 $nomenu = $this->hasOption($defaults, $opts, 'nomenu');
152 $tsort = $this->hasOption($defaults, $opts, 'tsort');
153 $dsort = $this->hasOption($defaults, $opts, 'dsort');
162 $nsort = $this->hasOption($defaults, $opts, 'nsort');
164 $hsort = $this->hasOption($defaults, $opts, 'hsort');
166 if ($msort = $this->hasOption($defaults, $opts, 'msort')) {
172 $rsort = $this->hasOption($defaults, $opts, 'rsort');
241 $treeNew = $this->hasOption($defaults, $opts, 'treenew'); //overrides old and both
243 $treeOld = $this->hasOption($defaults, $opts, 'treeold'); //overrides both
245 $treeBoth = $this->hasOption($defaults, $opts, 'treeboth');
351 private function hasOption($defaultsOpts, $opts, $optionName)