Home
last modified time | relevance | path

Searched full:setting (Results 51 – 75 of 1200) sorted by relevance

12345678910>>...48

/plugin/preregister/lang/en/
H A Dinfo.txt3 …entry has been in the datafile. Only those entries which are greater than the ''list_age'' setting
4 are listed here. You can change the ''list_age'' setting in the Configuration Manager.
/template/zenlike/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/strap/_test/
H A DtplUtilityTest.php178 $setting = $settings[$key];
179 $this->assertEquals(true, isset($setting));
181 $formsOutput = $setting->out("conf");
227 $setting = $settings[$key];
228 $this->assertEquals(true, isset($setting));
230 $formsOutput = $setting->out("conf");
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingLicense.php3 namespace dokuwiki\plugin\config\core\Setting;
19 $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting
H A DSettingArray.php3 namespace dokuwiki\plugin\config\core\Setting;
8 class SettingArray extends Setting
37 * update setting with user provided value $input
H A DSettingString.php3 namespace dokuwiki\plugin\config\core\Setting;
8 class SettingString extends Setting
/dokuwiki/inc/Extension/
H A DPluginInterface.php93 * @param string $setting the setting to access
94 * @param mixed $notset what to return if the setting is not available
97 public function getConf($setting, $notset = false); argument
/plugin/aceeditor/
H A DNEWS13 * Fixed setting to enabled/disable syntax highlighting
34 * Setting to enable/disable Ace by default
42 * Setting for additional XML-like tags
/plugin/flowplay/lang/en/
H A Dsettings.php8 …l'] = "The base URL of the player's .swf file. Use this setting if...\n * ... yo…
10 Use this setting if...
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php318 * <p>Setting it to true will start the chat minimized.
330 * <p><ul><li>Setting this to 0 will show nothing.</li>
331 * <li>Setting it to 1 will show nicknames changes.</li>
332 * <li>Setting it to 2 will show connect/disconnect notifications.</li>
333 * <li>Setting it to 4 will show kick/ban notifications.</li>
334 * <li>Setting it to 7 (1+2+4) will show all the notifications.</li></ul>
340 * <p>Setting it to false will disable nickname colorization.
346 * <p>Setting it to false will hide the date/hour column.
358 * <p>Setting it to true will open all links in a new window.
364 * <p>Setting it to false will disable the window title notification.
[all …]
/plugin/flowplay2/lang/en/
H A Dsettings.php8 …l'] = "The base URL of the player's .swf file. Use this setting if...\n * ... yo…
10 Use this setting if...
/plugin/structtasks/lang/en/
H A Dsettings.php8 // keys need to match the config setting name
9 …alue), and "status" (of type Text or Dropdown, not multi-value). If this setting is empty then the…
/plugin/socialshareprivacy2/
H A Daction.php85 list($service, $setting) = explode("_", $opt, 2);
88 if ($setting == "status" && $value == "1") {
94 } else if ($setting == "order") {
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc39 * contained inside the URL path defined with the {@link #smiley_path} setting.
60 * {@link CKEDITOR.config#smiley_images} setting. Each entry in this array list
62 * setting.
/plugin/twofactor/
H A DSettings.php62 * Check if a setting exists
73 * Get a stored setting
76 * @param mixed $default Default to return when no setting available
/plugin/txtconf/
H A Dadmin.php91 while (list($key) = each($this->_myconf->setting)) {
94 if ($this->_myconf->setting[$key]->update($input))
96 //if ($this->_myconf->setting[$key]->error())
191 foreach ($this->_myconf->setting as $mysetting) {
/plugin/authwordpress/
H A Dclass-phpass.php121 function crypt_private($password, $setting) argument
124 if (substr($setting, 0, 2) == $output)
127 $id = substr($setting, 0, 3);
132 $count_log2 = strpos($this->itoa64, $setting[3]);
138 $salt = substr($setting, 4, 8);
160 $output = substr($setting, 0, 12);
/plugin/fastwiki/lang/en/
H A Dsettings.php9 $lang["fastshow"] = "When changing to another page, don't reload the page. This setting may not work with all plugins.";
10 $lang["fastshow_same_ns"] = "If enabled, fastshow will only work with pages in the same namespace. Use this setting if your sidebar, header or footer changes based on namespace.";
/plugin/templateconfhelper/
H A DREADME38 * template, dokuwiki template setting possibly overwritten by template switch
39 * default_tpl, dokuwiki template setting
88 * new config setting for base_tpl
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection45 # The default is the 'min_erase setting'
48 # If the min_erase setting is lower than the amount of bytes over
110 …"Setting this option higher will reduce the amount of times the cache directory will need to be sc…
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php277 * Get the value of a setting.
278 * @param string $setting
283 function get_cfg($setting) argument
285 if(isset($this->settings[$setting]))
287 return $this->settings[$setting];
293 * Set the value of a setting.
294 * @param string $setting
300 function set_cfg($setting,$value) argument
302 if(isset($this->settings[$setting]) && $value !== '')
304 $this->settings[$setting] = $value;
/plugin/sentry/conf/
H A DSetting.php5 use dokuwiki\plugin\config\core\Setting\SettingNumeric;
11 class Setting extends SettingNumeric class
/plugin/ckgdoku/scripts/
H A Dadd_v_animal.sh34 echo ">> setting fixed configuration ..."
39 echo ">> setting basic permissions ..."
/plugin/gitlabproject/
H A DREADME.md17 …Set your default Gitlab url, without slash ending. You can override this setting in `server.json` …
18 * **token.default**: Fill your admin token. You can override this setting in `server.json` file.
/dokuwiki/inc/Form/
H A DElement.php109 * This is the preferred method of setting the element's class
127 * This is the preferred way of setting the element's ID
144 * This is the preferred way of setting the element's value

12345678910>>...48