Home
last modified time | relevance | path

Searched refs:option (Results 151 – 175 of 990) sorted by relevance

12345678910>>...40

/plugin/farmer/lang/fr/
H A Dtab_plugins_help.txt9 Un greffon peut avoir trois états dans un animal. Il peut être activé, ou désactivé. Il peut également avoir l'état par défaut. Cette dernière option signifie que l'état du greffon n'est pas explicitement choisi pour un animal. Habituellement, l'état par défaut est <<activé>>.
22 - Voir et éditer l'état de tous les greffons dans tous les animaux d'un seul coup. Cette option pourrait ne pas être praticable si vous avez un grand nombre d'animaux.
/plugin/confmanager/lang/ko/
H A Dmime.txt5 …해서만 이 기능을 허용해야 합니다. You need to disable the [[doku>config:iexssprotect]] option additionally to ad…
/plugin/twofactor/lang/en/
H A Doptout.txt3 However, if you don't want to use this option, you can opt out below. You can always re-enable two-factor authentication later.
/plugin/redproject/
H A DREADME.md14 …f you use [redissue](https://www.dokuwiki.org/plugin:redissue) the first option is better, as you …
38 … slash ending. Example : ``http://myredmine.com``. This setting can be override by _server_ option.
39 …r Redmine API's key, preference Administrator key. This setting can be override by _server_ option.
/plugin/formatplus2/
H A DREADME51 If the option ''classic_del'' is selected, then DokuWiki's default
56 option is set, then buttons are shown in the main toolbar.
70 (at your option) any later version.
/plugin/formatplus/
H A DREADME51 If the option ''classic_del'' is selected, then DokuWiki's default
56 option is set, then buttons are shown in the main toolbar.
70 (at your option) any later version.
/plugin/pdftools/
H A DREADME.md10 * Upload your own templates in the admin section and option to remove templates
31 The option ```quer``` creates the pdf in landscape orientation (german word "quer" = horizontal)
53 Table ist set to 100% width = same as tablewidth-option
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md28 using the `caBundle` option.
41 * Added support for `proxy` option. Closes #6.
/plugin/wrap/
H A Dpdf.less3 the DW2PDF plugin also includes style.css via the 'usestyles' option)
/plugin/ckgedit/lang/fr/
H A Dmerger.txt2 …>plugin:ckgdoku|ckgdoku]]. Voir ckgdoku [[doku>plugin:ckgdoku#configuration|configuration option]].
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php557 foreach ($mapping['children'] as $key => $option) {
559 … case isset($option['constant']) && $option['constant'] == $decoded['constant']:
560 case !isset($option['constant']) && $option['type'] == $decoded['type']:
561 $value = self::asn1map($decoded, $option, $special);
563 case !isset($option['constant']) && $option['type'] == self::TYPE_CHOICE:
564 $v = self::asn1map($decoded, $option, $special);
/plugin/sphinxsearch-was/
H A Dchangelog6 * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration.
12 …cluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configuration option
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md40 * Added support for Google Closure language option
43 * Added Compass option for generated_images_path (for generated Images/Sprites)
/plugin/cleanup/lang/en/
H A Dintro.txt5 …s what you want, you can let it run automatically by enabling the appropriate configuration option.
/plugin/farm/install/animaltemplate/conf/
H A Dmsg5 updatecheck option is enabled. You usually don't need to
/plugin/googlefonts/
H A DREADME11 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D322.phpt2 GH-322: group commandline option should override group/exclude setting in phpunit.xml
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidChildren.txt
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php183 foreach ($options as $option => $value) {
184 $test = $this->setOption($option, $value);
210 * @param string $option option name
211 * @param mixed $value value for the option
214 public function setOption($option, $value) argument
217 if (array_key_exists($option, $this->_options)) {
218 $this->_options[$option] = $value;
220 msg("Unknown option $option",
[all...]
/plugin/patchpanel/
H A DREADME.md8 added option to use with 3com style switches that have port 2 above port 1
/plugin/latexcaption/
H A DREADME.md17 - Add option to change caption tag syntax.
54 …our own css stying to the figures. Any option input are added as a class in the form `plugin_latex…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md32 - Added new `table/alignment_attributes` configuration option to control how table cell alignment is rendered (#959)
206 - Added new `heading_permalink/aria_hidden` config option (#741)
297 - Added `footnote/backref_symbol` option for customizing backreference link appearance (#522)
298 - Added `slug_normalizer/max_length` option to control the maximum length of generated URL slugs
299 - Added `slug_normalizer/unique` option to control whether unique slugs should be generated per-document or per-environment
401 - `ConfigurationInterface` now only contains a `get(string $key)`; this method no longer allows arbitrary default values to be returned if the option is missing
513 - Removed the `heading_permalink/inner_contents` configuration option
/plugin/diffpreview/
H A DREADME.md11 This plugin adds the option to view a diff of your changes, which can be useful if you don't want t…
/plugin/strata/
H A Dscript.js195 jQuery(select).append('<option data-filter="none" class="strata-filter-special"></option>');
212 var option = document.createElement('option');
213 option.value = v;
214 option.textContent = v==''?'<no value>':v;
216 option.className = 'strata-filter-special';
218 jQuery(select).append(option);
222 var $option = jQuery(this).find(':selected');
223 if($option
[all...]
/plugin/securelogin/
H A DTODO5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out)

12345678910>>...40