Home
last modified time | relevance | path

Searched defs:dataau (Results 1 – 9 of 9) sorted by relevance

/plugin/data-au/syntax/
H A Dtable.php239 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) {
H A Dlist.php35 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) {
H A Dentry.php125 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) {
H A Drelated.php31 function render($format, Doku_Renderer $renderer, $dataau) {
65 function _buildSQL(&$dataau, $id = null) {
H A Dcloud.php64 public function _buildSQL(&$dataau) {
132 public function render($format, Doku_Renderer $renderer, $dataau) {
/plugin/data-au/_test/
H A Daction_edit_button.test.php15 $event = new Doku_Event('', $dataau; variable in dataau_action_plugin_edit_button_test
/plugin/data-au/db/
H A Dupdate0001.sql1 CREATE TABLE dataau (eid INTEGER PRIMARY KEY, pid INTEGER, key, value); table
/plugin/data-au/
H A Dhelper.php506 function _replacePlaceholdersInSQL(&$dataau) {
524 public function makeTranslationReplacement($dataau) {
H A Dscript.js59 }, function (dataau) { argument