Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 466) sorted by path

12345678910>>...19

/plugin/404manager/
H A DREADME.md47 ## Configuration settings
49 You can configure the 404 Manager Plugin in the Configuration settings admin page.
51 ![404manager configruation settings](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/…
92 …he default configuration, you must go to the [configuration settings](#configuration settings) page
/plugin/abc2/
H A Dstyle.css2 /* inherit SVG colours from the template settings */
/plugin/aceeditor/
H A DNEWS27 * Fixed settings when plugin is disabled
/plugin/adfs/phpsaml/
H A DCHANGELOG12 * Only add responseUrl to the settings if ResponseLocation present in the IdPMetadataParser
22 * Support 'x509cert' and 'privateKey' on signMetadata security settings
59 …saml/issues/263) Fix incompatibility with ADFS on SLO. When on php saml settings NameID Format is …
72 …nelogin/php-saml/pull/206)Be able to register future SP x509cert on the settings and publish it on…
74 …arse IdP XML metadata (remote url or file) and be able to inject the data obtained on the settings.
85 …tps://github.com/onelogin/php-saml/pull/192) Added ability to configure DigestAlgorithm in settings
89 * Read ACS binding on AuthNRequest builder from settings
133 * [134](https://github.com/onelogin/php-saml/pull/134) PHP7 production settings compiles out assert…
188 * Split the setting check methods. Now 1 method for IdP settings and other for SP settings.
H A DREADME.md203 and the `$settings['sp']['privateKey']`.
300 $settings = array (
449 // Compression settings
454 // Security settings
590 settings are handled within the toolkit.
592 The settings files described (`settings.php` and `advanced_settings.php`) are loaded
716 $settings = $auth->getSettings();
1295 on the settings of the SP
1413 the different folders and Loads settings info from settings file or
1437 the settings is ok.
[all …]
H A Dsettings_example.php3 $settings = array ( variable
/plugin/adfs/phpsaml/lib/Saml/
H A DAuthRequest.php15 * @param array|object $settings SAML Toolkit Settings
17 public function __construct($settings) argument
19 $this->auth = new OneLogin_Saml2_Auth($settings);
34 $settings = $this->auth->getSettings();
35 $authnRequest = new OneLogin_Saml2_AuthnRequest($settings);
H A DMetadata.php10 * @param array|object|null $settings Setting data
12 public function __construct($settings = null) argument
14 $auth = new OneLogin_Saml2_Auth($settings);
H A DResponse.php16 $settings = $auth->getSettings();
17 parent::__construct($settings, $assertion);
H A DXmlSec.php23 … * @param OneLogin_Saml_Settings $settings A SamlResponse settings object containing the necessary
27 public function __construct(OneLogin_Saml_Settings $settings, OneLogin_Saml_Response $response) argument
29 $this->_settings = $settings;
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php31 * @param OneLogin_Saml2_Settings $settings Settings
37 …public function __construct(OneLogin_Saml2_Settings $settings, $forceAuthn = false, $isPassive = f… argument
39 $this->_settings = $settings;
76 $organizationData = $settings->getOrganization();
H A DIdPMetadataParser.php206 * @param array $settings php-saml settings array
211 public static function injectIntoSettings($settings, $metadataInfo) argument
213 if (isset($metadataInfo['idp']) && isset($settings['idp'])) {
214 …certMulti']) && !empty($metadataInfo['idp']['x509certMulti']) && isset($settings['idp']['x509cert'…
215 unset($settings['idp']['x509cert']);
218 …dp']['x509cert']) && !empty($metadataInfo['idp']['x509cert']) && isset($settings['idp']['x509certM…
219 unset($settings['idp']['x509certMulti']);
223 return array_replace_recursive($settings, $metadataInfo);
H A DLogoutRequest.php36 * @param OneLogin_Saml2_Settings $settings Settings
46 …public function __construct(OneLogin_Saml2_Settings $settings, $request = null, $nameId = null, $s… argument
48 $this->_settings = $settings;
H A DLogoutResponse.php43 * @param OneLogin_Saml2_Settings $settings Settings.
48 public function __construct(OneLogin_Saml2_Settings $settings, $response = null) argument
50 $this->_settings = $settings;
H A DResponse.php57 * @param OneLogin_Saml2_Settings $settings Settings.
63 public function __construct(OneLogin_Saml2_Settings $settings, $response) argument
65 $this->_settings = $settings;
H A DSettings.php111 if (!isset($settings)) {
255 if (isset($settings['sp'])) {
258 if (isset($settings['idp'])) {
332 $settings = array_merge($settings, $advancedSettings);
470 if (!is_array($settings) || empty($settings)) {
528 if (!is_array($settings) || empty($settings)) {
534 if (!isset($settings['idp']) || empty($settings['idp'])) {
537 $idp = $settings['idp'];
601 if (!is_array($settings) || empty($settings)) {
607 if (!isset($settings['sp']) || empty($settings['sp'])) {
[all …]
/plugin/advanced/
H A DREADME.md3 Control the advanced settings of your DokuWiki installation.
H A Dplugin.info.txt6 desc Import/Export utility and control the advanced settings of your DokuWiki installation
/plugin/advanced/lang/en/
H A Dconfig.txt15 … | [[doku>mime]] | mime type settings for uploads …
17 … | see [[doku>acl]] | Access Control settings |
/plugin/advanced/lang/en/config/
H A Dacl.txt22 …min plugins | superuser((see [[doku>config:superuser]])) can change admin settings | AUTH_ADMIN |
H A Dintro.txt3 Use this page to control the advanced settings of your DokuWiki installation.
H A Duserscript.txt14 * autogenerated JavaScript (language strings, config settings, [[doku>toolbar]])
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md87 ## Complete list of available dataLoader settings
161 settings apply.
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md121 ## Complete list of available export settings
128 fabric | {} | Overwrites the default drawing settings (fabricJS library)
132 libs | | 3rd party required library settings (see the above section)
134 pdfMake | {} | Overwrites the default settings for PDF export (pdfMake library)
146 … | {} | Object which holds all possible settings for the annotation mode ([skip to chapter](#annot…
487 ### Annotation settings
494 Following setup shows you all available settings. If you don't have the
999 * Added: Possibility to add text, lines, shapes ([details](#annotation-settings))
1010 * Fixed: Menu issue which did not allow to modify the pdfMake settings
1053 * Fix: Enhanced migration script to obtain more settings
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js11949 var settings = lodash.templateSettings;
11955 options = baseAssign(baseAssign({}, otherOptions || options), settings, assignOwnDefaults);
11957 … var imports = baseAssign(baseAssign({}, options.imports), settings.imports, assignOwnDefaults),

12345678910>>...19