Searched defs:dataau (Results 1 – 9 of 9) sorted by relevance
239 function render($format, Doku_Renderer $R, $dataau) {340 protected function beforeVal(&$dataau, $colno) {351 protected function afterVal(&$dataau, $colno) {362 function preList($clist, $dataau) {472 function nullList($dataau, $clist, $R) {489 function postList($dataau, $rowcnt) {562 function _buildSQL(&$dataau) {702 function updateSQLwithQuery(&$dataau) {
35 protected function beforeVal(&$dataau, $colno) {50 protected function afterVal(&$dataau, $colno) {65 function preList($clist, $dataau) {76 function nullList($dataau, $clist, $R) {89 function postList($dataau, $rowcnt) {
125 function render($format, Doku_Renderer $renderer, $dataau) {154 function _showData($dataau, $R) {209 function _saveData($dataau, $id, $title) {300 function _editData($dataau, &$renderer) {438 public static function editToWiki($dataau) {
31 function render($format, Doku_Renderer $renderer, $dataau) {65 function _buildSQL(&$dataau, $id = null) {
64 public function _buildSQL(&$dataau) {132 public function render($format, Doku_Renderer $renderer, $dataau) {
15 $event = new Doku_Event('', $dataau; variable in dataau_action_plugin_edit_button_test
506 function _replacePlaceholdersInSQL(&$dataau) {524 public function makeTranslationReplacement($dataau) {
59 }, function (dataau) { argument
1 CREATE TABLE dataau (eid INTEGER PRIMARY KEY, pid INTEGER, key, value); table