/opengrok-sun/src/org/opensolaris/opengrok/management/ |
H A D | ManagementMBean.java | 103 public String getProperty(String key); argument 109 * @param key the String key for the property to be set. 112 public void setProperty(String key, String value); argument 118 public String getSystemProperty(String key); argument 122 * @param key the String key for the property to be set. 125 public void setSystemProperty(String key, String value); argument 131 public String getSystemEnvProperty(String key); argument
|
H A D | Management.java | 96 public String getProperty(String key) { argument 97 return ogaProperties.getProperty(key); 102 * @param key the String key for the property to be set. 105 public void setProperty(String key, String value) { argument 106 if (key == null) { 107 log.severe("Trying to set property with key == null"); 110 ogaProperties.setProperty(key, value); 142 public String getSystemProperty(String key) { argument 143 return System.getProperty(key); 146 setSystemProperty(String key, String value) argument 158 getSystemEnvProperty(String key) argument [all...] |
H A D | OGAgent.java | 178 private static void setIfNotSet(Properties props, String key, String val) { argument 179 if (!props.keySet().contains(key)) { 180 props.setProperty(key, val);
|
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ |
H A D | Phrases.java | 82 String key = i.next().toString(); 83 String value = get(key).toString(); 84 s.append(key.toString());
|
H A D | ArchiveParser.jj | 328 { String key; 332 { key = id() 336 { if (map != null) map.put(key, values.toString()); }
|
H A D | ArchiveParser.java | 296 String key; 299 key = id(); 315 if (map != null) map.put(key, values.toString());
|
H A D | Archive.java | 439 * Each phrase has a key and a list of values associated with it. 440 * @param key The phrases key. 441 * @param values The values under the key. 443 public void addPhrase(String key, Collection values) argument 445 phrases.put(key, values);
|
/opengrok-sun/src/org/opensolaris/opengrok/management/client/ |
H A D | SettingsPersistence.java | 112 public String getProperty(String key) { argument 113 return ogcProperties.getProperty(key); 116 public void setProperty(String key, String val) { argument 117 ogcProperties.setProperty(key, val);
|
/opengrok-sun/src/org/opensolaris/opengrok/history/ |
H A D | CVSHistoryParser.java | 113 String key = keyVal[0].trim(); 116 if ("date".equals(key)) { 123 } else if ("author".equals(key)) {
|
H A D | JDBCHistoryCache.java | 179 * @param key name of the query 182 private static String getQuery(String key) { argument 183 return QUERIES.getProperty(key); 1150 * Return the integer key generated by the previous execution of a 1151 * statement. The key should be a single INTEGER, and the statement 1152 * should insert exactly one row, so there should be only one key. 1154 * @return the integer key for the newly inserted row, or {@code null} 1155 * if there is no key
|
/opengrok-sun/src/org/opensolaris/opengrok/index/ |
H A D | Indexer.java | 428 Object key = f.get(null); 429 if (key != null) { 431 System.getProperty(key.toString()));
|
/opengrok-sun/lib/ |
H A D | swing-layout-0.9.jar | ... .jdesktop.layout.AquaLayoutStyle$ComponentInsets componentInsets
String key
int subindex
int j
int keys
java.awt. ... |
H A D | bcel-5.2.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
H A D | servlet-api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ... |