Home
last modified time | relevance | path

Searched +full:dataentry +(+path:plugin +path:data) -(+path:plugin +path:data +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
H A Daction_handle.test.php
H A Ddb.test.php
/plugin/data/
H A Daction.php55 if (strpos($data[0][1], 'dataentry') !== false) return; // plugin seems still to be there
79 $event->data['name'] = $this->getLang('dataentry');
/plugin/data/syntax/
H A Dentry.php65 '----+ *dataentry(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',
88 $class = str_replace('dataentry', '', $class);
338 $renderer->form->startFieldset($this->getLang('dataentry'));
502 $renderer->form->addFieldsetOpen($this->getLang('dataentry'))->attr('class', 'plugin__data');
688 $ret = '---- dataentry ' . trim($data['classes']) . ' ----' . DOKU_LF;