Searched refs:option (Results 1 - 10 of 10) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DGetopt.java38 char option; field in class:Getopt.Option
83 Option option = new Option();
84 option.option = chars[jj];
85 options.add(option);
86 // does this option take an argument?
91 option.argument = argv[ii].substring(jj + 1);
97 option.argument = argv[ii];
113 * Get the next option in the options string.
114 * @return the next valid option, o
[all...]
/opengrok-sun/tools/
H A Dimg_combine.sh21 while getopts "h(help)n(dry)p(png)" option ; do
22 case "$option" in
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java46 char option; field in class:CommandLineOptions.Option
51 option = opt;
59 sb.append(option);
121 sb.append(o.option);
131 if (o.option == c) {
178 out.println("<optional><option>");
179 out.print(o.option);
185 out.println("</option></optional>");
190 out.print("<varlistentry><term><option>");
191 out.print(o.option);
[all...]
/opengrok-sun/web/default/
H A Dprint.css130 #ptbl option {
H A Dstyle.css166 #ptbl option {
/opengrok-sun/web/offwhite/
H A Dprint.css131 #ptbl option {
H A Dstyle.css165 #ptbl option {
/opengrok-sun/web/polished/
H A Dprint.css131 #ptbl option {
H A Dstyle.css206 #ptbl option {
/opengrok-sun/web/
H A Djquery-1.4.4.min.js38 k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false,
51 "__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(sa," ").indexOf(a)>-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";
53 a.call(this,o,x.val());if(r==null)r="";else if(typeof r==="number")r+="";else if(c.isArray(r))r=c.map(r,function(C){return C==null?"":C+""});if(c.isArray(r)&&ta.test(this.type))this.checked=c.inArray(x.val(),r)>=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},
110 e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/<tbody/i,eb=/<|&#?\w+;/,Ca=/<(?:script|object|embed|option|style)/i,Da=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/\=([^="'>\s]+\/)>/g,P={option:[1,
111 "<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=

Completed in 20 milliseconds