Home
last modified time | relevance | path

Searched full:setting (Results 226 – 250 of 1200) sorted by last modified time

12345678910>>...48

/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php78 * Properties might be disabled by setting them in $disabled.
193 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
H A DODTTableColumnStyle.php36 * Properties might be disabled by setting them in $disabled.
127 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
H A DODTTableRowStyle.php55 * Properties might be disabled by setting them in $disabled.
151 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
H A DODTTableStyle.php65 * Properties might be disabled by setting them in $disabled.
161 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
H A DODTTextListStyle.php90 * Properties might be disabled by setting them in $disabled.
H A DODTTextOutlineStyle.php61 * Properties might be disabled by setting them in $disabled.
H A DODTTextStyle.php128 * Properties might be disabled by setting them in $disabled.
219 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
319 * Simple helper function for creating a text style $name setting the specfied font size $size.
H A DODTUnknownStyle.php50 * Properties might be disabled by setting them in $disabled.
144 …* Properties which shall not be used in the style can be disabled by setting the value in disabled…
/plugin/odt/helper/
H A Dconfig.php60 'desc' => 'Does param $name have a global config setting?',
66 'desc' => 'Does param $name have a URL setting?',
72 'desc' => 'Does param $name have a Metadata setting?',
271 // and introducing a pagebreak. The meta setting changes the start
471 * Does the config parameter have a DokuWiki global config setting?
484 * Does the config parameter have a global config setting?
487 * @return bool is global setting
497 * Does the config parameter have a URL config setting?
500 * @return bool is URL Setting
510 * Does the config parameter have a Meta-Data config setting?
[all …]
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.
H A Dunits.php117 * Query the twips per pixel (X axis) setting.
126 * Query the twips per pixel (Y axis) setting.
/plugin/odt/renderer/
H A Dpage.php378 * Default is taken from DokuWiki config setting 'maxtoclevel'.
/plugin/openid/Auth/OpenID/
H A DConsumer.php1727 // a 'no-encryption' association response. Setting
/plugin/openid/Auth/Yadis/
H A DManager.php152 * only be created; $this->fromSession() will take care of setting
/plugin/prosemirror/lang/fr/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/prosemirror/lang/de/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/prosemirror/lang/en/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/imgpaste/lang/de/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/imgpaste/lang/en/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/imgpaste/lang/fr/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/imgpaste/lang/ko/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki114 //Example:// (given that the //serverurl// configuration setting is set to 'file:\\\\\SERVER\docume…
122 …n allows to specify that only the first occurence of them will result in setting a field within an…
/plugin/fastwiki/
H A Dscript.js74 // Because of this, search will have to be a separate config setting.
/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/authdrupal8/
H A Dpassword.inc11 * used by setting the variable password_inc to the name of the PHP file
134 * @param $setting
142 function _password_crypt($algo, $password, $setting) {
148 if ($setting[0] == '$' && $setting[3] == '$') {
149 if (password_verify($password, $setting)) {
150 return $setting;
155 // The first 12 characters of an existing hash are its setting string.
156 $setting = substr($setting,
[all...]

12345678910>>...48