/plugin/indexmenu2/cms/extensions/dom/ |
H A D | selectbox.js | 13 …addOption=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 D | selectbox.js | 639 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 D | LintCommand.php | 62 ->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 D | LintCommand.php | 58 ->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 D | cConf-1-4-8.js | 559 function addOption(select, name, value, isDisabled, isSelected) function 607 …addOption(anchorSelect, headings.length == 0? mxResources.get('noAnchorsFound') : mxResources.get(… 618 addOption(anchorSelect, headings[i], headings[i], false, selAnchor == headings[i]); 658 …addOption(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 D | Search.php | 212 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 D | virtualkeyboard.js | 255 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 D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 5831 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 D | mxClient.js | 176 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm 203 …addOption(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 D | viewer.min.js | 380 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm 407 …addOption(c,a,null);mxEvent.addListener(c,"change",function(a){var b=c.options[c.selectedIndex];c.… method in mxToolbar
|
H A D | viewer-static.min.js | 380 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm 407 …addOption(c,a,null);mxEvent.addListener(c,"change",function(a){var b=c.options[c.selectedIndex];c.… method in mxToolbar
|
H A D | app.min.js | 414 …ttribute("multiple","true");return this.addField(a,d)};mxForm.prototype.addOption=function(a,b,c,d… method in mxForm 441 …addOption(c,a,null);mxEvent.addListener(c,"change",function(a){var b=c.options[c.selectedIndex];c.… method in mxToolbar
|