Searched refs:value (Results 1 - 21 of 21) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java237 if (fmap.get(ELFIdentification.EI_MAG0.value()) != 0x7f ||
238 fmap.get(ELFIdentification.EI_MAG1.value()) != 'E' ||
239 fmap.get(ELFIdentification.EI_MAG2.value()) != 'L' ||
240 fmap.get(ELFIdentification.EI_MAG3.value()) != 'F') {
244 ei_class = EI_Class.valueOf(fmap.get(ELFIdentification.EI_CLASS.value()));
245 ei_data = EI_Data.valueOf(fmap.get(ELFIdentification.EI_DATA.value()));
246 ei_version = fmap.get(ELFIdentification.EI_VERSION.value());
254 fmap.position(ELFIdentification.EI_NIDENT.value());
272 return (e_machine.toString() + " " + ei_class.toString() + " " + "\ne_type: " + e_type.toString() + "\ne_machine: " + e_machine.value() + "\ne_version: " + e_version + "\ne_entry: " + e_entry + "\ne_phoff: " + e_phoff + "\ne_shoff: " + e_shoff + "\ne_flags: " + e_flags + "\ne_ehsize: " + e_ehsize + "\ne_phentsize:" + e_phentsize + "\ne_phnum: " + e_phnum + "\ne_shentsize" + e_shentsize + "\ne_shnum: " + e_shnum + "\ne_shstrndx: " + e_shstrndx);
348 private final int value; field in class:ELFAnalyzer.ELFIdentification
350 ELFIdentification(int value) argument
354 public int value() { method in class:ELFAnalyzer.ELFIdentification
368 private final int value; field in class:ELFAnalyzer.EI_Class
370 EI_Class(int value) argument
374 valueOf(byte value) argument
384 public int value() { method in class:ELFAnalyzer.EI_Class
399 private final int value; field in class:ELFAnalyzer.EI_Data
401 EI_Data(int value) argument
405 valueOf(byte value) argument
415 public int value() { method in class:ELFAnalyzer.EI_Data
432 private final int value; field in class:ELFAnalyzer.E_Type
434 E_Type(int value) argument
438 valueOf(short value) argument
450 public int value() { method in class:ELFAnalyzer.E_Type
480 private final int value; field in class:ELFAnalyzer.E_Machine
482 E_Machine(int value) argument
486 valueOf(short value) argument
501 public int value() { method in class:ELFAnalyzer.E_Machine
522 private final int value; field in class:ELFAnalyzer.E_Version
524 E_Version(int value) argument
528 valueOf(int value) argument
537 public int value() { method in class:ELFAnalyzer.E_Version
[all...]
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/util/
H A DToString.java103 * Use the value of the <code>line.separator</code> system property
105 * @param value the string to convert.
107 public static String[] stringToArrayold(String value) argument
109 BufferedReader reader = new BufferedReader(new StringReader(value));
126 public static String[] stringToArray(String value) argument
130 while( (i = value.indexOf('\n', p)) >= 0 && p < value.length()) {
131 l.add(value.substring(p, i));
135 if (p < value.length())
136 l.add(value
148 stringToArraya(String value) argument
[all...]
/opengrok-sun/platform/solaris/smf/
H A Dogindexd30 read value
31 if [ "x$value" != 'x""' ]; then
32 printf "%s" "$value"
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPhrases.java83 String value = get(key).toString();
86 s.append(value);
H A DNode.java284 * @param value an array of 6 integers, corresponding to the
290 public void setDate(int[] value) argument
292 this.date = new GregorianCalendar(value[0] + (value[0] <= 99 ? 1900 : 0),
293 value[1] - 1, value[2],
294 value[3], value[4], value[5]).getTime();
299 * @param value
302 setState(String value) argument
324 setLog(String value) argument
345 setText(String value) argument
363 setText(Object[] value) argument
[all...]
H A DFastCharStream.java95 char[] value = new char[len];
96 System.arraycopy(buffer, bufferPosition - len, value, 0, len);
97 return value;
H A DArchive.java391 * @param value Indicates if strict locking should be on or off.
393 public void setStrictLocking(boolean value) argument
395 strictLocking = value;
401 * @param value The keyword expansion value. It should be one of:
403 * <li> kv (Default) Substitue keyword and value.
404 * <li> kvl Substitute keyword, value, and locker (if any).
408 * <li> v Substitue value only.
411 public void setExpand(String value) argument
413 expand = value;
421 setComment(String value) argument
431 setDesc(String value) argument
[all...]
H A DArchiveParser.jj329 String value;
333 ( value = word() { values.append(" " + value); }
H A DArchiveParser.java297 String value;
311 value = word();
312 values.append(" " + value);
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DMercurialHistoryParser.java160 int value = 0;
166 value = value * 10 + Character.getNumericValue(ch);
168 out.append((char) value);
169 value = 0;
173 assert value == 0 : "description did not end with a semi-colon";
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DSimpleDiff.java112 * tell from the eq value if this object appeared in the other sequence
115 * <p>Recall that the eq function value is the index earliest occurrence in
186 // and to label each item in orig and new with that hash value
301 Integer value = (Integer) eqs.get(seq[i]);
302 if (value == null || value.intValue() < 0)
308 result[i] = value.intValue();
/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DManagementMBean.java101 * @return String with property value
110 * $param value the String value for the property to be set.
112 public void setProperty(String key, String value); argument
116 * @return String with property value
123 * $param value the String value for the property to be set.
125 public void setSystemProperty(String key, String value); argument
129 * @return String with Environment property value
H A DManagement.java94 * @return String with property value
103 * $param value the String value for the property to be set.
105 public void setProperty(String key, String value) { argument
110 ogaProperties.setProperty(key, value);
146 public void setSystemProperty(String key, String value) { argument
151 System.setProperty(key, value);
/opengrok-sun/lib/
H A Dservlet-api.jar ... javax.servlet.ServletContextEvent { private String name private Object value public void " href="/source/s?defs=% ...
H A Dswing-layout-0.9.jar ... valueRange double pixelsPerValue int trackBottom int yPosition boolean inverted Integer value java.awt.FontMetrics metrics java.awt. ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java175 String value = val.getNodeValue();
176 return value.equalsIgnoreCase("Today")
178 : dateFormatter.parse(value).getTime();
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java265 * parameter or one with an unknown value, the recognized diff type
280 * value {@code 1} was found.
382 * Get the int value of the given request parameter.
385 * @param defaultValue value to return, if the parameter is not set, is not
387 * @return the parsed int value on success, the given default value
615 * Get the {@code path} parameter and display value for "Search only in"
619 * value to use (starts and ends always with a '/'). Field[1] the contains
672 * its value otherwise.
706 private static void splitByComma(String value, Lis argument
[all...]
H A DUtil.java577 * Append '&amp;name=value" to the given buffer. If the given <var>value</var>
582 * @param value the value for the given parameter. Gets automatically UTF-8
588 String value)
590 if (value != null) {
591 buf.append("&amp;").append(key).append('=').append(URIEncode(value));
627 int u = b & 0xFF; // Make the byte value unsigned.
587 appendQuery(StringBuilder buf, String key, String value) argument
/opengrok-sun/web/
H A Dutils.js319 * Highlight the text given as value of the element with the ID "input_highlight" .
324 HighlightKeyword(tbox.value);
422 $(this).attr("value", "");
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";
52 if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h<e;h++){var l=f[h];if(l.selected&&(c.support.optDisabled?!l.disabled:l.getAttribute("disabled")===null)&&(!l.parentNode.disabled||!c.nodeName(l.parentNode,"optgroup"))){a=c(l).val();if(b)return a;d.push(a)}}return d}if(ta.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Sa,"")}return B}var k=c.isFunction(a);return this.each(function(o){var x=c(this),r=a;if(this.nodeType===1){if(k)r=
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},
55 b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g,Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0};
70 xa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired=
133 !this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value
[all...]

Completed in 44 milliseconds