Searched refs:schemadata (Results 1 – 12 of 12) sorted by relevance
| /plugin/struct/action/ |
| H A D | inline.php | 28 protected $schemadata; variable in action_plugin_struct_inline 87 if (!$this->schemadata->getSchema()->isEditable()) return; 96 $value = $this->schemadata->getDataColumn($this->column); 128 if (!$this->schemadata->getRid()) { 132 if (!in_array($this->schemadata->getSchema()->getTable(), $tables)) { 136 if (!$this->schemadata->getSchema()->isEditable()) { 148 $tosave = $this->schemadata->getDataArray(); 152 if ($this->schemadata->getRid()) { 158 $this->schemadata->setTimestamp($revision); 160 if (!$this->schemadata->saveData($tosave)) { [all …]
|
| H A D | search.php | 49 $schemadata = AccessTable::getPageAccess($table, $id); 50 $event->data['body'] .= $schemadata->getDataPseudoSyntax(); 70 $schemadata = AccessTable::getPageAccess($table, $id); 71 $event->data['text'] .= $schemadata->getDataPseudoSyntax();
|
| H A D | diff.php | 59 $schemadata = AccessTable::getPageAccess($table, $id, $rev); 63 $event->result .= $schemadata->getDataPseudoSyntax();
|
| H A D | edit.php | 120 $schemadata = $schema->getData(); 133 foreach ($schemadata as $field) {
|
| /plugin/struct/syntax/ |
| H A D | output.php | 123 $schemadata = AccessTable::getPageAccess($table, $ID, (int)$REV); 132 'schemadata' => $schemadata, 160 $schemadata = $rendercontext['schemadata']; 164 $schemadata->optionSkipEmpty(true); 165 $data = $schemadata->getData(); 172 … $renderer->doc .= '<div class="struct_output_' . $schemadata->getSchema()->getTable() . '">'; 179 $renderer->cdata($schemadata->getSchema()->getTranslatedLabel()); 191 $renderer->doc .= ' data-pid="' . hsc($schemadata->getPid()) . '"'; 192 $renderer->doc .= ' data-rev="' . hsc($schemadata->getTimestamp()) . '"'; 193 $renderer->doc .= ' data-rid="' . hsc($schemadata->getRid()) . '"';
|
| /plugin/structupdate/helper/ |
| D | update.php | 69 $schemadata = []; 75 $schemadata[$table] = []; 77 $schemadata[$table][$col] = $value->getRawValue(); 81 foreach ($schemadata as $table => $cols) { 83 $schemadata[$table] = array_replace($schemadata[$table], $tosave[$table]); 86 $helper->saveData($page, $schemadata);
|
| /plugin/struct/_test/ |
| H A D | AccessTableDataSQLTest.php | 25 $schemadata = new mock\AccessTableDataNoDB('testtable', 'pagename', 27); 31 'obj' => $schemadata, 47 'obj' => $schemadata, 68 'obj' => $schemadata,
|
| /plugin/schemadata/ |
| D | plugin.info.txt | 1 base schemadata 5 name schemadata plugin 7 url https://www.dokuwiki.org/plugin:schemadata
|
| D | README | 1 schemadata Plugin for DokuWiki 7 https://www.dokuwiki.org/plugin:schemadata 10 lib/plugins/schemadata/ - if the folder is called different it
|
| /plugin/structtemplating/ |
| D | action.php | 52 $schemadata = $event->data['schemadata']; 57 $schemadata->optionSkipEmpty(true); 58 $data = $schemadata->getData(); 90 $schemadata->getSchema()->getTable() . '.twig', 92 'schema' => $schemadata->getSchema(),
|
| /plugin/swarmwebhook/ |
| D | helper.php | 85 $schemadata = AccessTable::byTableName($tablename, $pid); 86 if (!$schemadata->getSchema()->isEditable()) { 89 $schemadata->clearData();
|
| /plugin/structsection/ |
| D | syntax.php | 120 $schemadata = AccessTable::getPageAccess($table, $ID, $REV); 124 $schemadata->optionSkipEmpty(false); 125 $data = $schemadata->getData();
|