Lines Matching defs:mode
17 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
19 parent::__construct($id, $mode, $renderer, $searchConfig);
25 if (in_array($this->mode, \helper_plugin_struct::BLACKLIST_RENDERER)) return;
38 'format' => $this->mode,
88 * Adds additional info to document and renderer in XHTML mode
120 if ($this->mode != 'xhtml') return;
181 // simple mode first
182 if ($this->mode != 'xhtml') {
246 if ($this->mode != 'xhtml') return false;
258 if ($this->mode != 'xhtml') return;
323 'mode' => $this->mode,
349 if ($this->mode == 'xhtml') {
368 $value->render($this->renderer, $this->mode);
402 if ($this->mode == 'xhtml') {
418 $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
419 } elseif ($this->mode == 'xhtml') {
433 if ($this->mode != 'xhtml') return;
476 if ($this->mode != 'xhtml') return;