Home
last modified time | relevance | path

Searched refs:dataau (Results 1 – 23 of 23) sorted by path

/plugin/data-au/
H A DREADME10 lib/plugins/dataau/ - if the folder is called different it
24 https://github.com/SFITCS/dokuwiki-plugin-dataau/issues
H A Daction.php47 $dataau = $event->dataau;
48 if(strpos($dataau[0][1],'dataentry') !== false) return; // plugin seems still to be there
52 $id = ltrim($dataau[1].':'.$dataau[2],':');
68 if ($event->dataau['target'] !== 'plugin_dataau') {
72 $event->dataau['name'] = $this->getLang('dataentry');
81 if ($event->dataau['target'] !== 'plugin_dataau') {
88 unset($event->dataau['intro_locale']);
89 $event->dataau['media_manager'] = false;
95 $Renderer->form = $event->dataau['form'];
122 if ($event->dataau !== 'dataau_page') {
H A Dplugin.info.txt1 base dataau
H A Dscript.js59 }, function (dataau) { argument
60 response(jQuery.map(dataau, function (name, id) {
102 jQuery(this).dataau("ui-autocomplete").menu.active) {
/plugin/data-au/_test/
H A Daction_edit_button.test.php15 $event = new Doku_Event('', $dataau; variable in dataau_action_plugin_edit_button_test
18 $this->assertTrue(isset($dataau'name']));
23 $dataau= array(
26 $action->_editbutton($dataau null);
28 $this->assertFalse(isset($dataau'name']));
H A Daction_handle.test.php26 $this->helper = plugin_load('helper', 'dataau);
35 $dataau= array(
42 $event = new Doku_Event('', $dataau;
50 $dataau= array(
58 $event = new Doku_Event('', $dataau;
H A Ddb.test.php44 $dataau = $plugin->handle($test_table, 0, 0, $handler);
46 $plugin->render('xhtml',$renderer,$dataau);
73 $dataau = $plugin->handle($test_table, 0, 0, $handler);
75 $plugin->render('xhtml',$renderer,$dataau);
101 $dataau = $plugin->handle($test_table, 0, 0, $handler);
103 $plugin->render('xhtml',$renderer,$dataau);
131 $dataau = $plugin->handle($test_table, 0, 0, $handler);
133 $plugin->render('xhtml',$renderer,$dataau);
H A Dhelper.test.php186 $dataau = array('sql' => '%user%');
188 $helper->_replacePlaceholdersInSQL($dataau);
189 $this->assertEquals('test', $dataau['sql']);
191 $dataau = array('sql' => '%groups%');
193 $helper->_replacePlaceholdersInSQL($dataau);
194 $this->assertEquals("test','admin", $dataau['sql']);
196 $dataau = array('sql' => '%now%');
197 $helper->_replacePlaceholdersInSQL($dataau);
200 $dataau = array('sql' => '%lang%');
201 $helper->_replacePlaceholdersInSQL($dataau);
[all …]
H A Dsyntax_plugin_data_entry.test.php56 $dataau = array(
95 $dataau = $plugin->handle($test_entry, 0, 10, $handler);
97 $plugin->render('xhtml',$renderer,$dataau);
118 $plugin->render('xhtml',$renderer,$dataau);
139 $plugin->render('xhtml',$renderer,$dataau);
160 $plugin->render('xhtml',$renderer,$dataau);
181 $plugin->render('xhtml',$renderer,$dataau);
203 $plugin->render('xhtml',$renderer,$dataau);
214 $dataau = array(
310 $dataau = array(
[all …]
H A Dsyntax_plugin_data_table.test.php36 $dataau = array(
133 $this->assertEquals($dataau, $result, 'Data array corrupted');
/plugin/data-au/db/
H A Dupdate0001.sql1 CREATE TABLE dataau (eid INTEGER PRIMARY KEY, pid INTEGER, key, value); table
2 CREATE INDEX idx_key ON dataau(key);
H A Dupdate0006.sql2 CREATE INDEX idx_pid ON dataau(pid);
/plugin/data-au/lang/de/
H A Dadmin_intro.txt7 Die vollständige Dokumentation ist auf der [[doku>plugin:dataau|Plugin-Beschreibungsseite]] verfügb…
H A Dedit_intro.txt1 Bearbeiten Sie den [[doku>plugin:dataau|Data-Eintrag]] und klicken danach auf ''Speichern''. Bitte …
H A Dedit_intro_contentonly.txt1 Bearbeiten Sie den [[doku>plugin:dataau|Data-Eintrag]] und klicken danach auf ''Speichern''. Bitte …
/plugin/data-au/lang/en/
H A Dadmin_intro.txt5 The aliased types can be used like any other type of the plugin, but all dataau will be prefixed or…
7 Refer to the [[doku>plugin:dataau|plugin description]] for more info about aliases.
H A Dedit_intro.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
H A Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
/plugin/data-au/syntax/
H A Dcloud.php64 public function _buildSQL(&$dataau) { argument
65 $ckey = array_keys($dataau['cols']);
82 if(is_array($dataau['filter']) && count($dataau['filter'])) {
113 if(isset($dataau['min'])) {
117 if($dataau['limit']) {
136 if(is_null($dataau)) return false;
143 $ckey = array_keys($dataau['cols']);
146 if(!isset($dataau['page'])) {
147 $dataau['page'] = $ID;
153 $res = $sqlite->query($dataau['sql']);
[all …]
H A Dentry.php76 $dataau = array();
126 if(is_null($dataau)) return false;
154 function _showData($dataau, $R) { argument
163 $dataau['classes'] .= ' ' . $R->startSectionEdit($dataau['pos'], $sectionEditData);
203 $R->finishSectionEdit($dataau['len'] + $dataau['pos']);
217 $class = $dataau['classes'];
279 $dataau = array();
280 $dataau['sql'] = $args[$i];
282 $args[$i] = $dataau['sql'];
318 $dataau['dataau'][''] = '';
[all …]
H A Dlist.php31 * @param array $dataau instructions by handler
35 protected function beforeVal(&$dataau, $colno) { argument
36 if($dataau['sepbyheaders'] AND $colno === 0) {
37 return $dataau['headers'][$colno];
50 protected function afterVal(&$dataau, $colno) { argument
51 if($dataau['sepbyheaders']) {
52 return $dataau['headers'][$colno + 1];
62 * @param array $dataau instruction by handler
65 function preList($clist, $dataau) { argument
76 function nullList($dataau, $clist, $R) { argument
[all …]
H A Drelated.php33 if(is_null($dataau)) return false;
39 if(!$dataau['sql']) return true; // sql build
42 $res = $sqlite->query($dataau['sql']);
65 function _buildSQL(&$dataau, $id = null) { argument
80 foreach(array_keys($dataau['cols']) as $col) {
104 if($dataau['sort'][0]) {
105 $col = $dataau['sort'][0];
126 if(is_array($dataau['filter']) && count($dataau['filter'])) {
129 foreach($dataau['filter'] as $filter) {
163 if($dataau['limit']) {
[all …]
H A Dtable.php81 $dataau = array(
125 $dataau['headers'] = array_merge($dataau['headers'], $cols);
204 if(!is_array($dataau['cols']) || !count($dataau['cols'])) {
210 $dataau['headers'] = (array) $dataau['headers'];
219 $dataau['sql'] = $this->_buildSQL($dataau);
223 return $dataau;
270 if($dataau['limit'] && $cnt > $dataau['limit']) {
407 if(isset($dataau['widths'][$num]) AND $dataau['widths'][$num] != '-') {
413 if(isset($dataau['sort']) && $ckey == $dataau['sort'][0]) {
642 if(is_array($dataau['filter']) && count($dataau['filter'])) {
[all …]