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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexerException.java32 IndexerException(String string) { argument
33 super(string);
/opengrok/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/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/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/src/org/opensolaris/opengrok/web/
H A DPageConfig.java147 * @param string the attribute
149 public void removeAttribute(String string) { argument
150 req.removeAttribute(string);
174 * @return an empty string if nothing to add, the data otherwise.
337 * produce a valid page. If this method returns an empty string, the
343 * non-empty string which contains the URI encoded redirect path if the
411 * @return an empty string if the requested resource is not a directory, a
560 * @return an empty string if not found, the tag otherwise.
584 * @return revision if found, an empty string otherwise.
671 * string t
[all...]
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jar ... cli.CommandLineParser$OptionParserState onStartOption (java.lang.String, java.lang.String) String arg String option org ...

Completed in 33 milliseconds