Searched refs:access (Results 1 – 25 of 27) sorted by relevance
12
/dokuwiki/inc/Input/ |
D | Input.php | 23 protected $access; variable in dokuwiki\\Input\\Input 35 $this->access = &$_REQUEST; 81 return isset($this->access[$name]); 95 if (isset($this->access[$name])) { 96 unset($this->access[$name]); 117 if (!isset($this->access[$name])) return $default; 118 $value = $this->applyfilter($this->access[$name]); 131 $this->access[$name] = $value; 147 if (!isset($this->access[$name]) || ($nonempty && empty($this->access[$name]))) { 151 return $this->access[$name]; [all …]
|
D | Server.php | 15 $this->access = &$_SERVER;
|
D | Post.php | 15 $this->access = &$_POST;
|
D | Get.php | 15 $this->access = &$_GET;
|
/dokuwiki/_test/ |
D | proxy.conf.php.dist | 3 * This configures the access to a proxy server for HTTP related proxy tests.
|
D | mysql.conf.php.dist | 3 * This configures the access to a mysql database. The user needs to have permissions
|
D | pgsql.conf.php.dist | 3 * This configures the access to a postgres database. The user needs to have permissions
|
/dokuwiki/conf/ |
D | .htaccess | 1 ## no access to the conf directory
|
D | local.php.dist | 14 //$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
|
D | mysql.conf.php.example | 22 /* Options to configure database access. You need to set up this 23 * options carefully, otherwise you won't be able to access you 54 /* This statement is used to grant or deny access to the wiki. The result 57 * row, access will be denied. 79 * Keep in mind that Dokuwiki will access this information through the 177 * The plugin will access the index with the name 'id' so an alias might be 243 * The plugin will access the index with the name 'id' so an alias might
|
/dokuwiki/inc/ |
D | .htaccess | 1 ## no access to the inc directory
|
/dokuwiki/lib/plugins/acl/lang/en/ |
D | help.txt | 6 …* In the table below all currently set access control rules are shown. You can use it to quickly d… 8 …l|official documentation on ACL]] might help you to fully understand how access control works in D…
|
/dokuwiki/inc/lang/en/ |
D | onceexisted.txt | 3 … check the list of **Old revisions** to see when and why it was deleted, access old revisions or r…
|
/dokuwiki/lib/plugins/extension/lang/en/ |
D | intro_search.txt | 1 This tab gives you access to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|t…
|
/dokuwiki/ |
D | .htaccess.dist | 16 ## Don't allow access to git directories 40 ## restrict access to it over HTTPS only! Uncomment the following two
|
D | COPYING | 167 access to copy from a designated place, then offering equivalent 168 access to copy the source code from the same place counts as
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
D | HISTORY.md | 20 * 2020-01-19: fixed wrong array access in lib_luma
|
D | LICENSE | 91 Some devices are designed to deny users access to install or run 281 used to limit the access or legal rights of the compilation's users 307 conveying of source, or (2) access to copy the 316 d) Convey the object code by offering access from a designated 317 place (gratis or for a charge), and offer equivalent access to the
|
/dokuwiki/lib/styles/ |
D | screen.css | 83 (e.g. for screen readers or to keep access keys working) */
|
/dokuwiki/data/pages/wiki/ |
D | dokuwiki.txt | 3 …nd integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[d…
|
/dokuwiki/vendor/splitbrain/php-cli/ |
D | README.md | 68 - ``$options->getOpts`` lets you access set options 96 For more complex coloring you can access the color class through ``$this->colors`` in your script. …
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
D | LICENSE | 234 If distribution of object code is made by offering access to copy 235 from a designated place, then offering equivalent access to copy the 311 d) If distribution of the work is made by offering access to copy 312 from a designated place, offer equivalent access to copy the above
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
D | LICENCE | 234 If distribution of object code is made by offering access to copy 235 from a designated place, then offering equivalent access to copy the 311 d) If distribution of the work is made by offering access to copy 312 from a designated place, offer equivalent access to copy the above
|
/dokuwiki/vendor/geshi/geshi/ |
D | LICENSE | 167 access to copy from a designated place, then offering equivalent 168 access to copy the source code from the same place counts as
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery.min.js | 2 …access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.se… method
|
12