Home
last modified time | relevance | path

Searched refs:configured (Results 1 – 25 of 205) sorted by relevance

123456789

/plugin/autologoff/lang/en/
Dintro.txt3configured time of inactivity. Be sure to prefix groups with ''@''. A user that is member of multi…
/plugin/twofactor/
H A DManager.php209 * @param bool $configured when set to false, all providers NOT configured are returned
212 public function getUserProviders($configured = true) argument
215 $list = array_filter($list, function ($provider) use ($configured) {
216 return $configured ? $provider->isConfigured() : !$provider->isConfigured();
/plugin/advanced/lang/en/config/
Dsmileys.txt3configured in the ''conf/smileys.conf'' file. The local and upgrade-safe directory of smiles image…
/plugin/pagesicon/
H A DDOKU_EN60 * limits uploads to the configured extensions;
86 | ''getConfiguredExtensions()'' | ''2026-03-11'' | Returns the configured list of allowed extension…
87 | ''getVariantTemplates($variant)'' | ''2026-03-11'' | Returns the configured filename templates fo…
116 Icon resolution follows the configured order:
117 * configured names for the requested variant;
/plugin/diagramsnet/lib/math/extensions/
DjsMath2jax.js19configured){this.config=MathJax.Hub.CombineConfig("jsMath2jax",this.config);if(this.config.Augment…
/plugin/farmer/lang/en/
H A Dtab_config.txt1 Here the basic behavior of the farm is configured. Please be aware that changing options here will …
/plugin/highlightparent/
Dplugin.info.txt6 desc Highlight a configured parent namespace
/plugin/smtp/
H A Dplugin.info.txt6 desc Send mails via a configured SMTP server
/plugin/twcheckliste/lang/en/
Dsafemode.txt1 This wiki is configured to use the safemode hack. Unfortunately we cannot safely upgrade the wiki a…
/plugin/issuetracker/
DREADME15 and gets an ID. Automatically the configured admin is informed by mail about a
21 Members of configured 'assign' groups are able to edit the entries of the issue
124 Captcha user to enter for security reasons (if configured)
132 issue to a member of configured user-groups (see configuration).
143 email, if configured.
/plugin/twofactor/lang/en/
H A Dmandatory.txt1 …You always need to have at least one of the mechanisms available below configured before you can u…
H A Dprofile.txt3 …ogging into DokuWiki. What options are available depends on what your administrator has configured.
/plugin/function/
Dplugin.info.txt6 desc Execute a php function from a configured set of functions
/plugin/swiftmail/lang/en/
Dintro.txt3 …rigger sending a test mail in DokuWiki. You can use it to check if you configured the SwiftMail pl…
/plugin/smtp/lang/en/
H A Dintro.txt3 …rigger sending a test mail in DokuWiki. You can use it to check if you configured the SMTP plugin …
/plugin/bloglinks/
Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/colorpicker/
Dplugin.info.txt6 …lugin shows a color picker in the editor toolbar. The allowed color combinations can be configured.
/plugin/indexnumber/
Dplugin.info.txt6 …n shows a picker for index numbers in the editor toolbar. The allowed index names can be configured
/plugin/deletepageguard/
H A Dplugin.info.txt7 desc Prevent deletion of pages by empty saves when page IDs or file paths match configured regul…
/plugin/confmanager/lang/en/
Dsmileys.txt3 … graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. He…
/plugin/format/
Dsyntax.php94 .'" format not configured for '.$mode.' output**';
/plugin/myshortcuts/
H A DREADME68 - Press your configured edit shortcut (default: Ctrl+E) to enter edit mode
71 - Press your configured save shortcut (default: Ctrl+S) to save changes
72 - Press your configured snippet shortcut (default: Ctrl+I) to open snippet dialog
/plugin/extranet/
DREADME_EN.md37 - `extranet_match_regex`: regex used to identify the extranet from the configured value
85 - `getExtranetMatchList()`: returns the configured list of values
86 - `getExtranetMatchRegex()`: returns the configured regex
/plugin/loglog/lang/en/
Dauth_success.txt3 The number of recent logins has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
Dauth_failed.txt3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…

123456789