Home
last modified time | relevance | path

Searched refs:getRid (Results 1 – 7 of 7) sorted by relevance

/plugin/struct/action/
H A Dinline.php128 if (!$this->schemadata->getRid()) {
152 if ($this->schemadata->getRid()) {
163 if (!$this->schemadata->getRid()) {
H A Daggregationeditor.php137 $this->rid = $access->getRid();
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php35 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
/plugin/struct/meta/
H A DAccessTableGlobal.php58 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
H A DAccessTable.php168 public function getRid() function in dokuwiki\\plugin\\struct\\meta\\AccessTable
/plugin/struct/_test/
H A DBureaucracyTest.php88 $lookup_rid = $this->lookup[0]->getRid();
/plugin/struct/syntax/
H A Doutput.php193 $renderer->doc .= ' data-rid="' . hsc($schemadata->getRid()) . '"';