Searched defs:string (Results 1 - 5 of 5) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexerException.java32 IndexerException(String string) { argument
33 super(string);
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DWildCardMatcher.java75 String string, int stringIdx) {
79 // End of string yet?
80 boolean sEnd = (s >= string.length());
84 // If we're looking at the end of the string...
119 // If we've gone past the end of the string, or the pattern,
136 // Examine the string, starting at the last character.
137 for (int i = string.length(); i >= s; --i) {
138 if (wildcardEquals(pattern, p, string, i)) {
144 if (pattern.charAt(p) != string.charAt(s)) {
74 wildcardEquals(String pattern, int patternIdx, String string, int stringIdx) argument
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java272 s = string();
286 s = string();
345 result = string();
366 s = string();
430 log = string();
434 txt = string();
508 final public String string() throws ParseException { method in class:ArchiveParser
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DDummyHttpServletRequest.java70 public long getDateHeader(String string) { argument
75 public String getHeader(String string) { argument
80 public Enumeration getHeaders(String string) { argument
90 public int getIntHeader(String string) { argument
125 public boolean isUserInRole(String string) { argument
185 public Object getAttribute(String string) { argument
186 return attrs.get(string);
200 public void setCharacterEncoding(String string) throws UnsupportedEncodingException { argument
220 public String getParameter(String string) { argument
230 public String[] getParameterValues(String string) { argument
300 getRequestDispatcher(String string) argument
305 getRealPath(String string) argument
[all...]
/opengrok-sun/lib/
H A Djrcs.jar ... toString (java.lang.StringBuffer, java.lang.String, java.lang.String) public static java.util ...

Completed in 30 milliseconds