Home
last modified time | relevance | path

Searched refs:allow (Results 26 – 50 of 360) sorted by relevance

12345678910>>...15

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Host.txt
H A DHTML.AllowedElements.txt
H A DCSS.Proprietary.txt
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php85 * Sets the parameter to allow * and ? as first characters.
91 public function setAllowLeadingWildcard(bool $allow = true): self argument
93 return $this->setParam('allow_leading_wildcard', $allow);
/plugin/authnc/
H A DREADME.md19 * [x] Only allow login for enabled users
20 * allow only specific groups to login
21 * allow bidirectional user changes
/plugin/note/
H A DCHANGES.md20 * allow note nesting
23 …* plug the security vulnerability which could allow malicious HTML or JavaScript to infiltrate you…
/plugin/acronym/
H A DREADME21 2011-04-02: 4 hours: Issue 3: allow pictures (aka images)
26 2010-10-28: 1 hour: allow a codeblock directly under a listitem
27 2010-10-26: 1 hour: allow a listitem directly under a codeblock
/plugin/farm/install/animaltemplate/data/
H A D.htaccess1 order allow,deny
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dhtaccess1 order allow,deny
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dhtaccess1 order allow,deny
/plugin/farm/install/animaltemplate/
H A D.htaccess1 Order allow,deny
/plugin/publish/
H A DREADME.txt1 Plug-in to allow simple page approval process.
/plugin/crosspost/
H A DREADME.md1 This DokuWiki plugin allow crosspost article to multiple namespaces.
/plugin/sphinxsearch/
H A D.htaccess2 Order allow,deny
/plugin/sphinxsearch-was/
H A D.htaccess2 Order allow,deny
/plugin/farm/install/animaltemplate/conf/
H A D.htaccess2 order allow,deny
/plugin/serverinfos/serverinfos/lang/en/
H A Dintro.txt1 This [[doku>serverinfos|tool]] allow you to know things about your Dokuwiki’s server
/plugin/source/
H A Dsyntax.php40 var $allow = array(); // if not empty, ONLY files with the extensions listed will be allowed variable in syntax_plugin_source
/plugin/ckgdoku/fckeditor/userfiles/
H A D.htaccess.closed5 Order allow,deny
H A D.htaccess.open6 Order allow,deny
/plugin/ckgedit/fckeditor/userfiles/
H A D.htaccess.closed5 Order allow,deny
H A D.htaccess.open6 Order allow,deny
/plugin/dev/skel/
H A D.htaccess5 Order allow,deny
/plugin/authsmartcard/auth/
H A D.htaccess1 Order allow,deny
/plugin/struct/types/
H A DMedia.php33 foreach ($allows as $allow) {
34 if (strpos($mime, $allow) === 0) return $rawvalue;

12345678910>>...15