Home
last modified time | relevance | path

Searched refs:option (Results 251 – 275 of 990) sorted by relevance

1...<<11121314151617181920>>...40

/plugin/advrack/
H A Djquery.qtip.js486 var i = 0, obj, option = options,
492 while( option = option[ levels[i++] ] ) {
493 if(i < levels.length) { obj = option; }
529 PROTOTYPE.set = function(option, value) {
539 if('string' === typeof option) {
540 name = option; option = {}; option[name] = value;
542 else { option = $.extend({}, option); }
545 $.each(option, function(notation, value) {
547 delete option[notation]; return;
559 option[notation] = [obj[0], obj[1], value, previous];
[all …]
/plugin/fckg/
H A DChanges50 Implemented option to rewrite FCKeditor smiley URLs when pages are moved to new server. Regex at to…
51 edit.php:_preprocess. The URLs are reset on a page by page basis when loaded and saved. The option
56 This uses a new configuration option which will turn on the experimenmtal algorithm for all pages, …
169 Added ftp option to link dialog
351 Added winstyle option
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js235 var option = options[i];
236 option.selected = (option.value | 0) === pageIndex;
/plugin/ebnf/
H A Debnf.php6 (at your option) any later version.
148 } else if ($node->nodeName=='option' || $node->nodeName=='loop') {
364 $option = $dom->createElement("option");
365 $option->appendChild(ebnf_parse_expression($dom, $tokens, $i));
369 return $option;
/plugin/revealjs/
H A Dexample_presentation.dokuwiki105 For this page/presentation the option ''build_all_lists'' is switched on - the list is therefore s…
175 <nowiki><fragment-list></nowiki> overwrites the global option build_all_lists:
187 <nowiki><no-fragment-list></nowiki> overwrites also the global option build_all_lists:
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example21 // add option to page menu
/plugin/copycode/
H A DREADME.md11 - New feature : added an option to disable inline copy on right-click
12 - New feature : added an option to disable auto-copy of highlighted text
33 - Merged Pull Request from FootStark : "Add inline code-copying with option"
/plugin/minimap/
H A DREADME.md37 …* the `suppress` option will suppress the "regular expression pattern" part of the page title. It …
114 * The `includeDirectory` option was added.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst190 ``needs_environment`` option to ``true``; Twig will pass the current
204 ``needs_context`` option to ``true``; Twig will pass the current context as
222 case, set the ``is_safe`` option::
228 case, set the ``pre_escape`` option to escape the input data before it is run
240 ``is_variadic`` option to ``true``; Twig will pass the extra arguments as the
249 option array.
283 You can mark a filter as being deprecated by setting the ``deprecated`` option
339 When creating tests you can use the ``node_class`` option to provide custom test
379 test, set the ``is_variadic`` option to ``true``. Tests support dynamic
/plugin/authmantis/
H A DREADME.md19 License, or (at your option) any later version.
/plugin/copypage/
H A DREADME.md34 * Disabling [compress](https://www.dokuwiki.org/config:compress) option will help debugging JavaScr…
/plugin/commonmark/
H A DREADME.md13 If you want to parse all DW pages as Commonmark without specific doctype, you can enable `force_commonmark` option on config. But this action may conflit with existing document of DW markup, so please use it carefully.
/plugin/swiftmail/
H A DSwift.php181 public function hasOption($option) argument
183 return ($this->options & $option);
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE122 you use option 4d0, the Installation Information must accompany
124 Code. If you use option 4d1, you must provide the Installation
154 applies to it, you have the option of following the terms and
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt122 you use option 4d0, the Installation Information must accompany
124 Code. If you use option 4d1, you must provide the Installation
154 applies to it, you have the option of following the terms and
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md94 …bastianbergmann/phpunit/issues/1999): Handler is inherited from previous custom option with handler
203 * Added `--no-extensions` commandline option to suppress loading of extensions (from configured ext…
210 * The `--log-json` commandline option has been deprecated
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt122 you use option 4d0, the Installation Information must accompany
124 Code. If you use option 4d1, you must provide the Installation
154 applies to it, you have the option of following the terms and
/plugin/barcodes/
H A DLICENSE.md121 you use option **4d0**, the Installation Information must accompany
123 Code. If you use option **4d1**, you must provide the Installation
152 applies to it, you have the option of following the terms and
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE122 you use option 4d0, the Installation Information must accompany
124 Code. If you use option 4d1, you must provide the Installation
154 applies to it, you have the option of following the terms and
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.lgpl-30.txt122 you use option 4d0, the Installation Information must accompany
124 Code. If you use option 4d1, you must provide the Installation
154 applies to it, you have the option of following the terms and
/plugin/revealjs/css/print/
H A Dpdf.css149 /* Layout option which makes notes appear on a separate page */
/plugin/dontfeedtemplates/
H A DREADME.md20 ``always`` option that forces the plugin to activate, and you will also need to
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js37 var option=$('<option />').val(key).append(json[key]);$('select',this).append(option);}
/plugin/dwcommits/
H A Dadmin.php350 ptln('<option value="any" selected>any</option>');
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt127 - Add reference option to force creation of URI attribute. For use
156 - New addReference/List option (overwrite). Boolean flag indicating if URI

1...<<11121314151617181920>>...40