Home
last modified time | relevance | path

Searched full:setting (Results 26 – 50 of 1200) sorted by relevance

12345678910>>...48

/plugin/txtconf/conf/
H A Dinterwiki.metadata.php10 $config['format'] = 'txt'; // format of setting files, supported formats: php
18 // ---------------[ setting files ]--------------------------------------
27 // --------------[ setting metadata ]------------------------------------
28 // - any settings not mentioned will come after the last setting listed and
H A Dmime.metadata.php10 $config['format'] = 'txt'; // format of setting files, supported formats: php
18 // ---------------[ setting files ]--------------------------------------
27 // --------------[ setting metadata ]------------------------------------
28 // - any settings not mentioned will come after the last setting listed and
/plugin/autogroup/conf/
H A Dsettings.class.php3 * additional setting classes specific to this plugin
39 * update setting with user provided value $input
85 * Build html for label and input of setting
88 …ool $echo true: show inputted value, when error occurred, otherwise the stored setting
/plugin/gplusone/
H A Dsyntax.php34 function getConf($setting, $notset = false) { argument
35 $val = $this->localConf[$setting];
37 $val = parent::getConf($setting, $notset);
/plugin/twofactor/
H A DManager.php113 $setting = new Settings('twofactor', $this->getUser());
114 if ($setting->get('state') !== 'optout') {
239 * Autoupdates the apropriate setting
245 $setting = new Settings('twofactor', $this->getUser());
246 $default = $setting->get('defaultmod');
250 // still here? no valid setting. Use first available one
266 $setting = new Settings('twofactor', $this->getUser());
267 $setting->set('defaultmod', $provider->getProviderID());
/plugin/autolink2/syntax/
H A Dadd.php7 * or by setting option 'autoautolink' to 1 links are set in avery page. You can prevent page from
8 * autoimatically setting links by setting ~~noautolink~~ in the start of the page
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php337 * Allow_url_fopen setting
341 return "allow_url_fopen ini setting";
351 $setting = ini_get('allow_url_fopen');
352 if (!$setting) {
364 * pcre.backtrack_limit setting (PHP 5.2)
368 return "pcre.backtrack_limit ini setting";
386 $setting = ini_get('pcre.backtrack_limit');
387 if ($setting < 1000000) {
389 $setting));
/plugin/adfs/phpsaml/
H A DCHANGELOG18 * Remove Comparison atribute from RequestedAuthnContext when setting has empty value
21 * Set true as the default value for strict setting
91 attribute to be empty with the 'relaxDestinationValidation' setting
188 * Split the setting check methods. Now 1 method for IdP settings and other for SP settings.
189 * Let the setting object to avoid the IdP setting check. required if we want to publish SP SAML Met…
203 * Set optional the XMLvalidation (enable/disable it with wantXMLValidation security setting).
212 * Adding ability to set idp cert once the Setting object initialized.
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingNoKnownClass.php3 namespace dokuwiki\plugin\config\core\Setting;
6 * A do-nothing class used to detect settings with a missing setting class.
H A DSettingFieldset.php3 namespace dokuwiki\plugin\config\core\Setting;
10 class SettingFieldset extends Setting
H A DSettingNoClass.php3 namespace dokuwiki\plugin\config\core\Setting;
7 * A do-nothing class used to detect settings with a missing setting class.
/plugin/source/conf/
H A Dsettings.class.php3 * additional setting classes specific to these settings
19 * generate string to save setting value to file according to $fmt
/template/starterpjax/lang/en/
H A Dsettings.php10 … = 'Tagline (<strong>deprecated</strong>, use core &quot;tagline&quot; setting since Adora Belle…
11 …ed in sidebar (<strong>deprecated</strong>, use core &quot;sidebar&quot; setting since Adora Belle…
/template/ach/lang/en/
H A Dsettings.php10 … = 'Tagline (<strong>deprecated</strong>, use core &quot;tagline&quot; setting since Adora Belle…
11 …ed in sidebar (<strong>deprecated</strong>, use core &quot;sidebar&quot; setting since Adora Belle…
/template/grassstains/lang/en/
H A Dsettings.php10 … = 'Tagline (<strong>deprecated</strong>, use core &quot;tagline&quot; setting since Adora Belle…
11 …ed in sidebar (<strong>deprecated</strong>, use core &quot;sidebar&quot; setting since Adora Belle…
/plugin/flowplay2/flowplayer/
H A DREADME.txt66 * New controlsOverVideo config setting
67 * new config setting controlBarBackgroundColor (controlAreaBorderColor setting was removed)
73 …- setting autoPlay: true now starts playing when the 'play' button overlay is used as the first cl…
74 in the playList. Setting autoPlay: false will make the player pause on and show the splash.
117 - Setting a new config using JavaScript via setConfig() now re-creates the UI so that it properly
155 …- Added new clip specific setting 'showOnLoadBegin'. Turn this to false and the video will not be …
160 …ximum play count for clips in the playlist. Controlled with a clip specific 'maxPlayCount' setting.
167 - Setting showFullScreenButton to False Shortens Progress Bar - now fixed
308 - noVideoClip config setting that can be used to specify a video clip or an image to be played when
313 - loop config setting was broken
[all …]
/plugin/sqlcomp/
H A DREADME.md9 into the new DokuWiki setting 'dbaliases'. Translate them like:
11 NEW setting => alias="connectiondata"
/template/dokutwitterbootstrap/lang/en/
H A Dsettings.php10 … = 'Tagline (<strong>deprecated</strong>, use core &quot;tagline&quot; setting since Adora Belle…
11 …ed in sidebar (<strong>deprecated</strong>, use core &quot;sidebar&quot; setting since Adora Belle…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DObjects.php53 * whether the object's current generation matches the given value. Setting to 0
97 * Setting to 0 makes the operation succeed only if there are no live versions
101 * value. If no live object exists, the precondition fails. Setting to 0 makes
148 * whether the object's current generation matches the given value. Setting to 0
152 * live object exists, the precondition fails. Setting to 0 makes the operation
178 * whether the object's current generation matches the given value. Setting to 0
182 * live object exists, the precondition fails. Setting to 0 makes the operation
228 * of the final object to this value. Setting this parameter is equivalent to
229 * setting the contentEncoding metadata property. This can be useful when
237 * live object exists, the precondition fails. Setting to 0 makes the operation
[all …]
/plugin/odt/helper/
H A Dstylefactory.php90 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
111 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
132 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
153 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
173 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
193 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
216 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
256 * Simple helper function for creating a text style $name setting the specfied font size $size.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DSettings.php27 protected $itemsType = Setting::class;
57 * @param Setting[]
64 * @return Setting[]
/plugin/src/conf/
H A Dsettings.class.php5 * additional setting classes specific to these settings
21 * generate string to save setting value to file according to $fmt
/template/aran/lang/en/
H A Dsettings.php10 … = 'Tagline (<strong>deprecated</strong>, use core &quot;tagline&quot; setting since Adora Belle…
11 …ed in sidebar (<strong>deprecated</strong>, use core &quot;sidebar&quot; setting since Adora Belle…
/plugin/interwikiformatting/
H A DREADME.md29 … of the interwiki link should be stripped from the displayed title. This setting is enabled by def…
34 …ll words in the display interwiki link title should be capitalized. This setting is enabled by def…
35 …) - A space separated list of words that should not be capitalized. This setting is ignored if cap…
39 …ith access to the configuration manager, so they are no more or less secure than any other setting.
/plugin/highlightjs/highlight/languages/
H A Dini.js9 contains: ['comment', 'title', 'setting'],
22 className: 'setting',

12345678910>>...48