Home
last modified time | relevance | path

Searched refs:option (Results 76 – 100 of 990) sorted by relevance

12345678910>>...40

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFuzzy.php51 public function setFieldOption(string $option, $value): self argument
59 $params[$key][$option] = $value;
/plugin/abortlogin/
H A DREADME.md5 There is a test option available to admins, where a comma seperated list of
8 An option to log failed IP attempts: the log will be saved in
/plugin/socialshareprivacy/
H A Dsyntax.php54 foreach($options as $option) {
55 list($name, $value) = split('=', $option);
/plugin/csv/
H A Dhelper.php62 $option = $set[1];
66 if ($option == 'filter') {
71 $opt['file'] = $option;
73 $opt[$option] = $value;
/plugin/mikioplugin/syntax/
H A Dcore.php311 if (array_key_exists('option', $options[$syntaxKey]) && array_key_exists('data', $options[$syntaxKey])) {
312 $optionsCleaned[$options[$syntaxKey]['option']] = $options[$syntaxKey]['data'];
728 protected function callMikioOptionDefault($className, $option)
735 if (array_key_exists($option, $class->options) && array_key_exists('default', $class->options[$option])) {
736 return $class->options[$option]['default'];
786 * @param $typelist common option to add
904 foreach ($optionlist as $option) {
905 $j = strpos($option, '=');
907 $value = substr($option,
647 callMikioOptionDefault($className, $option) global() argument
[all...]
/plugin/revealjs/
H A Dchangelog.md17 …- New conf option horizontal_slide_level: Headers on this level or above starting a horizontal sli…
18 …- New conf option enlarge_vertical_slide_headers: Increase headers on slides below horizontal_slid…
40 …- New conf option show_slide_details (default on): Show slide details on wiki page: start of slide…
45 - New conf option for the start button:
56 - `<fragment-list>` to overwrite the global option build_all_lists (if false)
57 - `<no-fragment-list>` to overwrite the global option build_all_lists (if true)
64 - New conf option for image borders:
89 * Add option to open presentation in new window and make this behavior default
111 …* add option to insert a button which starts the presentation together with theme selection simil…
130 * Add configuration option to build all lists by default
/plugin/clearhistory/lang/en/
H A Dintro.txt7 When this option is selected, only the pages contained in the list of the most
12 This option will check all pages within (and below) the given namespace.
/plugin/namespacesearch/
H A Dstyle.css36 select.namespacesearch_namespace option:nth-child(2n+1) {
40 select.namespacesearch_namespace option {
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md37 * Fix an incorrect SSL context option name (cafile).
47 * Add a buffer size option.
/plugin/tablelayout/
H A Dsyntax.php75 foreach ($options as $option) {
76 list($key, $value) = explode('=', $option);
/plugin/layeranimation/syntax/
H A Dlayer.php46 $option = explode(' ', substr($match, 6, -1));
47 return array('layer__start', $option);
H A Ditem.php46 list ($option, $clip) = explode('?', substr($match, 6, -1), 2);
48 …return array('item__start', array('option' => explode(' ', $option), 'clip' => explode(':', $clip)…
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp61 <option value="Default" selected>Default</option>
62 <option value="Basic">Basic</option>
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03_mx.cfm65 <option value="Default" selected>Default</option>
66 <option value="Basic">Basic</option>
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php192 * @param string|null $option The config option to retrieve.
196 public function getConfig($option = null) argument
198 return $option === null
200 : (isset($this->config[$option]) ? $this->config[$option] : null);
/plugin/htmlokay/
H A Dadmin.php457 foreach($options as $option)
459 ptln("<TR>$option");
468 foreach($options as $option)
470 ptln('<tr class="user_info">' . $option);
510 foreach($options as $option)
512 ptln($option);
/plugin/refnotes/
H A Dadmin.php352 'option' => array('numeric', 'latin-lower', 'latin-upper', 'roman-lower', 'roman-upper', 'stars', 'note-name', 'inherit')
356 'option' => array('super', 'normal-text', 'inherit')
360 'option' => array('normal', 'bold', 'inherit')
364 'option' => array('normal', 'italic', 'inherit')
368 'option' => array('right-parent', 'parents', 'right-bracket', 'brackets', 'none', 'inherit')
372 'option' => array('group-none', 'group-comma', 'group-semicolon', 'inherit')
376 'option' => array('basic', 'harvard', 'inherit')
380 'option' => array('ref-counter', 'note-counter', 'inherit')
384 'option' => array('popup', 'tooltip', 'none', 'inherit')
391 'option'
581 private $option; global() variable in refnotes_config_select
[all...]
/plugin/autotranslation/
H A Dstyle.css58 .dokuwiki div.plugin_autotranslation option.flag {
65 .dokuwiki div.plugin_autotranslation option.wikilink1 {
71 .dokuwiki div.plugin_autotranslation option.wikilink2 {
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md7 * Added --no-header option for Coffeescript
14 * Added support for `--relative-assets` option for the compass filter
40 * Added support of the define option for uglifyjs (1 & 2) filters
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php25 /** @var array passed non-option arguments */
152 * Register an option for option parsing and help generation
154 * @param string $long multi character option (specified with --)
155 * @param string $help help text for this option
156 * @param string|null $short one character option (specified with -)
157 * @param bool|string $needsarg does this option require an argument? give it a name here
158 * @param string $command what command does this option apply to
242 // first non-option
248 // long option
322 getOpt($option = null, $default = false) global() argument
[all...]
/plugin/tagging/script/
H A Deditable.js416 $.fn.editable = function (option) { argument
422 options = typeof option === 'object' && option;
428 if (typeof option === 'string') { //call method
429 data[option].apply(data, Array.prototype.slice.call(arguments, 1));
/plugin/authorlist/
H A Dsyntax.php79 foreach($options as $option){
80 $tmp = explode("=",$option);
/plugin/rating/
H A Dsyntax.php46 foreach($match as $option) {
47 list($key, $val) = explode('=', $option);
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md15 * Change option `override` with a list of tags (code, file) to override (Issue #16)
30 * Add option to override `<code>` DokuWiki syntax (Issue #4)
/plugin/siteexport/syntax/
H A Dsiteexport.php55 foreach( $data as $option ) {
57 list($key, $value) = explode('=', $option);

12345678910>>...40