Home
last modified time | relevance | path

Searched refs:access (Results 751 – 775 of 874) sorted by path

1...<<3132333435

/plugin/stellarium/
H A DLICENSE.md53 …table or object code is made by offering access to copy from a designated place, then offering equ…
/plugin/stopforumspam2/lang/en/
H A Dbanned.txt4 If you think this is an error, ask the admin of this website to be allowed to access.
/plugin/struct/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
H A Dhelper.php123 * @param AccessTable $access the table into which to save the data
126 public function saveLookupData(AccessTable $access, $data)
128 if (!$access->getSchema()->isEditable()) {
131 $validator = $access->getValidator($data);
125 saveLookupData(AccessTable $access, $data) global() argument
/plugin/struct/action/
H A Daggregationeditor.php110 $access = $this->getAccess($tablename);
111 if (!$access->getSchema()->isEditable()) {
114 $access->clearData();
129 $access = $this->getAccess($tablename);
133 $helper->saveLookupData($access, $data);
137 $this->rid = $access->getRid();
H A Dbureaucracy.php172 $access = AccessTable::getPageAccess($table, $id, $time);
173 $validator = $access->getValidator($data);
/plugin/struct/helper/
H A Dlookup.php38 $access = AccessTable::getGlobalAccess($table);
39 if (!$access instanceof AccessTableGlobal) continue;
41 if (!$access->getSchema()->isEditable()) {
45 $validator = $access->getValidator($data);
/plugin/struct/meta/
H A DAccessDataValidator.php13 protected $access; variable in dokuwiki\\plugin\\struct\\meta\\AccessDataValidator
20 * @param AccessTable $access
23 public function __construct(AccessTable $access, $data) argument
26 $this->access = $access;
51 $access = AccessTable::getPageAccess($table, $pageid);
52 $validation = $access->getValidator($data[$table]);
72 foreach ($this->access->getSchema()->getColumns() as $col) {
86 $olddata = $this->access->getDataArray();
95 return $this->access;
[all...]
H A DCSVImporter.php196 // data access will handle multivalues, no need to manipulate them here
223 $access = AccessTable::getSerialAccess($table, $pid);
225 $access = AccessTable::getGlobalAccess($table);
227 $helper->saveLookupData($access, $data);
/plugin/structacl/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structat/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structautolink/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structcombolookup/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structcondstyle/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structgroupby/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structinputstretch/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structjoin/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structnotification/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structprogress/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structpublish/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structpublish/meta/
H A DRevision.php225 $access = new AccessTableStructpublish($schema, $pid, 0, $rid);
226 $access->setPublished($this->published);
227 $access->saveData($data);
/plugin/structsection/
H A Dyarn.lock79 "@babel/helper-simple-access" "^7.12.1"
104 "@babel/helper-simple-access@^7.12.1":
106 …resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.t…
/plugin/structstatus/
H A Dsyntax.php95 $access = \dokuwiki\plugin\struct\meta\AccessTable::getPageAccess($table, $id);
96 $schema = $access->getSchema();
112 $rids = (array) $access->getDataColumn($col)->getRawValue();
/plugin/structtasks/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/structtasks/_test/
H A DActionTest.php96 $access = AccessTable::getPageAccess('valid', $page, time());
97 $access->saveData($old_data);
104 $access = AccessTable::getPageAccess('valid', $page, time());
105 $access->saveData($new_data);

1...<<3132333435