Searched refs:parse (Results 1 - 25 of 46) sorted by relevance

12

/opengrok-sun/test/org/opensolaris/opengrok/util/
H A DGetoptTest.java63 instance.parse();
82 instance.parse();
115 instance.parse();
126 instance.parse();
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DClearCaseHistoryParser.java44 History parse(File file, Repository repos) throws HistoryException { method in class:ClearCaseHistoryParser
91 entry.setDate(df.parse(s));
93 OpenGrokLogger.getLogger().log(Level.WARNING, "Could not parse date: " + s, pe);
128 * @throws IOException if we fail to parse the buffer
130 History parse(String buffer) throws IOException { method in class:ClearCaseHistoryParser
H A DBazaarHistoryParser.java55 History parse(File file, String sinceRevision) throws HistoryException { method in class:BazaarHistoryParser
128 Date date = df.parse(s.substring("timestamp:".length()).trim());
132 "Failed to parse history timestamp:" + s, e);
183 * @throws IOException if we fail to parse the buffer
185 History parse(String buffer) throws IOException { method in class:BazaarHistoryParser
H A DCVSHistoryParser.java80 OpenGrokLogger.getLogger().log(Level.WARNING, "Failed to parse tag: ''{0}''", s);
119 entry.setDate(df.parse(val));
121 OpenGrokLogger.getLogger().log(Level.WARNING, "Failed to parse date: '" + val + "'", pe);
155 * @param file the file to parse history for
159 History parse(File file, Repository repos) throws HistoryException { method in class:CVSHistoryParser
182 * @throws IOException if we fail to parse the buffer
184 History parse(String buffer) throws IOException { method in class:CVSHistoryParser
H A DGitHistoryParser.java98 entry.setDate(df.parse(dateString));
100 OpenGrokLogger.getLogger().log(Level.WARNING, "Failed to parse author date: " + s, pe);
149 * @param file the file to parse history for
153 History parse(File file, Repository repos, String sinceRevision) throws HistoryException { method in class:GitHistoryParser
177 * @throws IOException if we fail to parse the buffer
179 History parse(String buffer) throws IOException { method in class:GitHistoryParser
H A DAccuRevHistoryParser.java53 * @param file the file to parse history for
58 History parse(File file, Repository repos) throws HistoryException { method in class:AccuRevHistoryParser
154 date = df.parse(data[2]);
158 Level.WARNING, "Could not parse date: " + line, pe);
H A DSubversionHistoryParser.java92 entry.setDate(format.parse(s));
94 OpenGrokLogger.getLogger().log(Level.SEVERE, "Failed to parse: " + s, ex);
140 * @param file the file to parse history for
146 History parse(File file, SubversionRepository repos, String sinceRevision) method in class:SubversionHistoryParser
182 saxParser.parse(new BufferedInputStream(input), handler);
193 * @throws IOException if we fail to parse the buffer
195 History parse(String buffer) throws IOException { method in class:SubversionHistoryParser
H A DMercurialHistoryParser.java70 History parse(File file, String changeset) throws HistoryException { method in class:MercurialHistoryParser
121 date = df.parse(s.substring("date:".length()).trim());
123 OpenGrokLogger.getLogger().log(Level.WARNING, "Could not parse date: " + s, pe);
H A DMonotoneHistoryParser.java43 * Class used to parse the history log from Monotone
69 History parse(File file, String changeset) throws HistoryException { method in class:MonotoneHistoryParser
135 date = df.parse(s.substring("date:".length()).trim());
137 OpenGrokLogger.getLogger().log(Level.WARNING, "Could not parse date: " + s, pe);
H A DSCCSHistoryParser.java60 History parse(File file, Repository repos) throws HistoryException { method in class:SCCSHistoryParser
125 rdate = sccsDateFormat.parse(f[2] + " " + f[3]);
H A DSubversionRepository.java106 Document document = builder.parse(executor.getOutputStream());
223 return new SubversionHistoryParser().parse(file, this, sinceRevision);
307 saxParser.parse(in, handler);
H A DRazorHistoryParser.java56 History parse(File file, Repository repos) throws HistoryException { method in class:RazorHistoryParser
174 date = df.parse(dateTime);
176 OpenGrokLogger.getLogger().log(Level.WARNING, "Could not parse date: " + dateTime, pe);
H A DRCSHistoryParser.java72 History parse(File file, Repository repos) throws HistoryException { method in class:RCSHistoryParser
95 "Could not parse file " + file.getPath(), pe);
H A DRCSRepository.java151 return new RCSHistoryParser().parse(file, this);
/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DCVSHistoryParserTest.java62 * Test of parse method, of class CVSHistoryParser.
66 History result = instance.parse("");
117 History result = instance.parse(output);
H A DClearCaseHistoryParserTest.java63 * Test of parse method, of class ClearCaseHistoryParser.
109 History result = instance.parse(output);
126 * Test of parse method, of class ClearCaseHistoryParser.
173 History result = instance.parse(output);
H A DBazaarHistoryParserTest.java69 * Test of parse method, of class BazaarHistoryParser.
73 History result = instance.parse("");
125 History result = instance.parse(output);
179 History result = instance.parse(output.toString());
H A DSubversionHistoryParserTest.java63 * Test of parse method, of class SubversionHistoryParser.
67 History result = instance.parse("");
132 History result = instance.parse(output);
H A DGitHistoryParserTest.java67 * Test of parse method, of class GitHistoryParser.
71 History result = instance.parse("");
126 History result = instance.parse(output);
189 History result = instance.parse(output);
274 History result = instance.parse(output);
/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java121 return Level.parse(ogcProperties.getProperty(FILELOGLEVELKEY));
125 return Level.parse(ogcProperties.getProperty(CONSOLELOGLEVELKEY));
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DGetopt.java65 public void parse() throws ParseException { method in class:Getopt
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java178 : dateFormatter.parse(value).getTime();
247 Document document = builder.parse(new ByteArrayInputStream(str.getBytes()));
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.jj134 parser.parse();
148 public void parse()
157 System.out.println("RCS ArchiveParser Parser version 1.1: Encountered errors during parse.");
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DQueryBuilder.java192 // We don't have any text to parse
285 return new CustomQueryParser(field).parse(queryText);
H A DSearch.java57 getopt.parse();

Completed in 355 milliseconds

12