Searched refs:clear (Results 1 - 25 of 33) sorted by relevance

12

/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DFilter.java76 clear();
95 public void clear() { method in class:Filter
96 patterns.clear();
97 filename.clear();
98 path.clear();
99 items.clear();
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java124 * @param repository the repository whose cache to clear
127 void clear(Repository repository) throws HistoryException; method in interface:HistoryCache
H A DGitRepository.java246 cmd.clear();
268 cmd.clear();
346 cmd.clear();
H A DHistoryEntry.java209 files.clear();
H A DRepository.java307 cache.clear(this);
H A DAccuRevRepository.java223 cmd.clear();
H A DFileHistoryCache.java314 public void clear(Repository repository) { method in class:FileHistoryCache
H A DMonotoneRepository.java209 cmd.clear();
H A DPerforceRepository.java176 cmd.clear();
H A DHistoryGuru.java558 cache.clear(r);
662 repositories.clear();
H A DBazaarRepository.java213 cmd.clear();
H A DMercurialRepository.java282 cmd.clear();
/opengrok-sun/test/org/opensolaris/opengrok/index/
H A DIgnoredNamesTest.java82 instance.clear();
/opengrok-sun/test/org/opensolaris/opengrok/search/
H A DSearchEngineTest.java177 hits.clear();
192 hits.clear();
206 hits.clear();
/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DHistoryContextTest.java100 hits.clear();
108 hits.clear();
116 hits.clear();
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java373 dummy.clear();
376 dummy.clear();
382 dummy.clear();
/opengrok-sun/src/org/opensolaris/opengrok/analysis/sh/
H A DShXref.lex52 stateStack.clear();
53 styleStack.clear();
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java233 docs.clear();
300 ret.clear();
304 ret.clear();
H A DSearch.java110 results.clear();
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DDiff.java283 result.subList(pos, pos + len).clear();
/opengrok-sun/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
/opengrok-sun/web/default/
H A Dstyle.css55 for search and clear buttons will make it part of submit class ONLY */
108 clear: left;
118 clear: both;
218 input.submit { /* start search button , clear button */
/opengrok-sun/web/offwhite/
H A Dstyle.css105 clear: left;
117 clear: both;
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java86 * or when you clear your web cookies
228 this.cmds.clear();
/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java235 cache.clear(repos);

Completed in 94 milliseconds

12