Lines Matching refs:defaults
88 $defaults = explode(' ', $defaultsStr);
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');
183 //check defaults for js,js#theme, #theme
184 if (!$js = in_array('js', $defaults)) {
204 //use theme from the defaults
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');