Home
last modified time | relevance | path

Searched refs:addOption (Results 1 – 13 of 13) sorted by relevance

/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13addOption=function(i,x,X,z,Z,w){if(!isScalar(i)||!isScalar(x))return false;if(isUndefined(w))w=tru… function
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js639 this.addOption = function ( text /* :String */ function
683 if (li.text) self.addOption (li.text, li.value?li.value:li.text
686 else if (isString(li)) self.addOption (li, li
689 else if (li[0]) self.addOption (li[0], li[1]?li[1]:li[0]
711 if (!to || !to.addOption) return false;
723 … to.addOption (options[i].text, options[i].value, options[i].selected, options[i].defaultSelected);
744 if (!to || !to.addOption) return false;
775 if (!to || !to.addOption) return false;
793 to.addOption (opts[i].text, opts[i].value, opts[i].defaultSelected, opts[i].selected);
815 if (!to || !to.addOption) return false;
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php62 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format')
63 ->addOption('exclude', null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'Path(s) to exclude')
64 ->addOption('parse-tags', null, InputOption::VALUE_NEGATABLE, 'Parse custom tags', null)
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php58 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format', 'txt')
59 ->addOption('parse-tags', null, InputOption::VALUE_NONE, 'Parse custom tags')
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js559 function addOption(select, name, value, isDisabled, isSelected) function
607addOption(anchorSelect, headings.length == 0? mxResources.get('noAnchorsFound') : mxResources.get(…
618 addOption(anchorSelect, headings[i], headings[i], false, selAnchor == headings[i]);
658addOption(attSelect, atts.length == 0? mxResources.get('noAttachments') : mxResources.get('attachm…
675 addOption(attSelect, atts[i].title, atts[i].id, false, false);
769 addOption(spaceSelect, mxResources.get('allSpaces'), '*', false, true);
782 addOption(spaceSelect, spaces[i].title, spaces[i].space.key, false, false);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php212 public function addOption(string $key, $value): self
210 public function addOption(string $key, $value): self global() function in Elastica\\Search
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js255 nodes.langbox.addOption(code, code, false, false, true);
323 if (layout[code].hasOwnProperty(i)) nodes.lytbox.addOption(i,i,false,false,true);
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js5831 var addOption = mxUtils.bind(this, function(label, key, defaultValue)
5850 addOption(mxResources.get('rounded'), mxConstants.STYLE_ROUNDED, 0);
5855 addOption(mxResources.get('divider'), 'swimlaneLine', 1);
5860 addOption(mxResources.get('shadow'), mxConstants.STYLE_SHADOW, 0);
5865 addOption(mxResources.get('glass'), mxConstants.STYLE_GLASS, 0);
5868 addOption(mxResources.get('sketch'), 'sketch', 0);
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js176 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm
203addOption(c,a,null);mxEvent.addListener(c,"change",function(a){var b=c.options[c.selectedIndex];c.… method in mxToolbar
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js380 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm
407addOption(c,a,null);mxEvent.addListener(c,"change",function(a){var b=c.options[c.selectedIndex];c.… method in mxToolbar
H A Dviewer-static.min.js380 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm
407addOption(c,a,null);mxEvent.addListener(c,"change",function(a){var b=c.options[c.selectedIndex];c.… method in mxToolbar
H A Dapp.min.js414 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm
441addOption(c,a,null);mxEvent.addListener(c,"change",function(a){var b=c.options[c.selectedIndex];c.… method in mxToolbar