Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 874) sorted by last modified time

12345678910>>...35

/plugin/pagelist/
H A DCOPYING169 access to copy from a designated place, then offering equivalent
170 access to copy the source code from the same place counts as
/plugin/twofactoremail/
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/twofactor/lang/en/
H A Dadmin.txt3 The table below lists all users that have at least one second factor mechanism set up for use. You can use this tool to reset the user's setup when they lost access to their second factor mechanism.
/plugin/twofactor/
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/attribute/
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/nspages/
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/dbquery/
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/siteexport/
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 DREADME.md11 * You need to log in as administrator to have access to the siteexport plugin
23 …l allow to export non-public pages that the currently logged in user has access too as well. **(no…
135 If you have CLI access (terminal or whatever) and cron access to your server, you can add the <code…
/plugin/linkback/
H A DCOPYING169 access to copy from a designated place, then offering equivalent
170 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/diagrams/
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/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/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 Dbureaucracy.php172 $access = AccessTable::getPageAccess($table, $id, $time);
173 $validator = $access->getValidator($data);
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();
/plugin/mermaid/
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/doi/
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/openlayersmap/ol7/
H A Dol.js.map
/plugin/shell/
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/shell/lang/en/
H A Dhelp.txt1 This tool gives you shell-like access to the server the wiki is running on. It is useful for debugg…

12345678910>>...35