Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/vendor/
H A D.htaccess5 Order allow,deny
/dokuwiki/bin/
H A D.htaccess5 Order allow,deny
/dokuwiki/data/
H A D.htaccess5 Order allow,deny
/dokuwiki/conf/
H A D.htaccess6 Order allow,deny
/dokuwiki/inc/
H A D.htaccess6 Order allow,deny
H A Dinfoutils.php375 * @param int $allow who's allowed to see the message, see MSG_* constants
378 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC)
391 'allow' => $allow,
426 * allow => int, flag used to determine who is allowed to see the message, see MSG_* constants
434 if (empty($msg['allow']) || ($msg['allow'] == MSG_PUBLIC)) return true;
439 switch ($msg['allow']) {
451 'invalid msg allow restriction. msg="' . $msg['msg'] . '" allow
355 msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC) global() argument
[all...]
/dokuwiki/inc/lang/en/
H A Dnewpage.txt3 You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on **Create this page**.
/dokuwiki/
H A D.htaccess.dist11 Order allow,deny
16 ## Don't allow access to git directories
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to use Composer to install the **old** class, simply specify `^1` as the version constraint (which will allow for backwards-compatible changes to be installed, if any get made, while never jumping to my modified class without your direct action):
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md94 - New methods `SimplePie::rename_attributes()` and `SimplePie_Sanitize::rename_attributes()` allow renaming attributes by @math-GH in [#717](https://github.com/simplepie/simplepie/pull/717)
137 * GH Actions: don't allow builds to fail on PHP 8.0 or 8.1 by @jrfnl in [#693](https://github.com/simplepie/simplepie/pull/693)
251 * Added the `force_cache_fallback()` method to `SimplePie` to allow an expired cache to be used when a feed is unavailable. [#389](https://github.com/simplepie/simplepie/pull/389)
253 * Added `set_curl_options()` method to `SimplePie` to allow custom options. [#348](https://github.com/simplepie/simplepie/pull/348)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1319 $restriction_relationship = 'allow';
1345 $restriction_relationship = 'allow';
1357 $restrictions_parent = [new \SimplePie\Restriction('allow', null, 'default')];
H A DSimplePie.php655 public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scripts allow-same-origin'], 'video' => ['preload' => 'none']];
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG94 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE)
344 - Changed INT_BASIC number format to allow numbers followed . at EOL (BenBE)
378 - Added a possibility to allow setting the style for escape characters (BenBE)
467 * Reworked Keyword groups for MySQL to allow for more configuration (BenBE)
814 slightly to allow more "meta characters" (like #) in
1020 - Method header() modified to allow the user to choose whether the code is surrounded in
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE