Lines Matching refs:mode
15 function connectTo($mode) {
16 $this->Lexer->addSpecialPattern('<list'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</list>',$mode, 'plugin_strata_list');
23 function render($mode, Doku_Renderer $R, $data) {
25 if($mode == 'xhtml' || $mode == 'odt') {
29 $this->displayError($mode, $R, $data);
44 if($mode == 'xhtml' || $mode == 'odt') {
74 if($mode == 'xhtml' || $mode == 'odt') {
76 $this->ui_container_open($mode, $R, $data, array('strata-container', 'strata-container-list'));
78 $this->util->renderCaptions($mode, $R, $fields);
85 if($mode == 'xhtml') {
99 $this->util->renderField($mode, $R, $this->triples, $values, $f['typeName'], $f['hint'], $f['type'], $f['variable']);
106 if($mode == 'xhtml') {
115 $this->ui_container_close($mode, $R);
118 } elseif($mode == 'metadata') {
119 // render all rows in metadata mode to enable things like backlinks
122 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);