Lines Matching refs:mode
15 function connectTo($mode) { argument
16 …table'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</table>',$mode, 'plugin_strata_tab…
27 function render($mode, Doku_Renderer $R, $data) { argument
29 if($mode == 'xhtml' || $mode == 'odt') {
33 $this->displayError($mode, $R, $data);
59 if($mode == 'xhtml' || $mode == 'odt') {
61 … $this->ui_container_open($mode, $R, $data, array('strata-container', 'strata-container-table'));
63 if($mode == 'xhtml') { $R->doc .= '<thead>'.DOKU_LF; }
69 …if($mode == 'xhtml') { $R->doc .= '<span class="strata-caption" data-field="'.hsc($f['variable']).…
71 if($mode == 'xhtml') { $R->doc .= '</span>'.DOKU_LF; }
75 if($mode == 'xhtml') { $R->doc .= '</thead>'.DOKU_LF; }
81 …if($mode == 'xhtml') { $R->doc .= '<tbody class="strata-item" data-strata-order="'.($itemcount++).…
85 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…
89 if($mode == 'xhtml') { $R->doc .= '</tbody>'.DOKU_LF; }
103 $this->ui_container_close($mode, $R);
106 } elseif($mode == 'metadata') {
112 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…