Home
last modified time | relevance | path

Searched refs:getPageAccess (Results 1 – 18 of 18) sorted by last modified time

/plugin/struct/meta/
H A DAccessDataValidator.php51 $access = AccessTable::getPageAccess($table, $pageid);
H A DAccessTable.php57 public static function getPageAccess($tablename, $pid, $ts = 0) function in dokuwiki\\plugin\\struct\\meta\\AccessTable
H A DSearchConfig.php184 $schemaData = AccessTable::getPageAccess($table, $INFO['id']);
/plugin/struct/syntax/
H A Doutput.php122 $schemadata = AccessTable::getPageAccess($table, $ID, (int)$REV);
/plugin/struct/action/
H A Dbureaucracy.php172 $access = AccessTable::getPageAccess($table, $id, $time);
H A Ddiff.php59 $schemadata = AccessTable::getPageAccess($table, $id, $rev);
H A Dedit.php116 $schema = AccessTable::getPageAccess($tablename, $ID, $ts);
H A Dentry.php143 $schemaData = AccessTable::getPageAccess($table, $event->data['id']);
H A Dinline.php224 $this->schemadata = AccessTable::getPageAccess($table, $pid);
H A Drevert.php81 $accessOld = AccessTable::getPageAccess($table, $event->data['id'], $REV);
82 $accessNew = AccessTable::getPageAccess($table, $event->data['id'], $event->data['newRevision']);
H A Dsearch.php49 $schemadata = AccessTable::getPageAccess($table, $id);
70 $schemadata = AccessTable::getPageAccess($table, $id);
/plugin/struct/
H A Dhelper.php64 $schemaData = AccessTable::getPageAccess($schema, $page, $time);
/plugin/structstatus/
H A Dsyntax.php95 $access = \dokuwiki\plugin\struct\meta\AccessTable::getPageAccess($table, $id);
/plugin/structtasks/_test/
H A DActionTest.php96 $access = AccessTable::getPageAccess('valid', $page, time());
104 $access = AccessTable::getPageAccess('valid', $page, time());
H A DCliTest.php101 $access = AccessTable::getPageAccess('valid', $page, time());
152 $access = AccessTable::getPageAccess('valid', $page[0], time());
167 $access = AccessTable::getPageAccess('valid', $page[1], time());
/plugin/structacl/
H A Daction.php56 $schemaData = AccessTable::getPageAccess($schemaName, $ID, (int)$REV);
/plugin/structupdate/helper/
H A Dupdate.php71 $schema = AccessTable::getPageAccess($table, $page);
/plugin/structsection/
H A Dsyntax.php121 $schemadata = AccessTable::getPageAccess($table, $ID, $REV);