Searched refs:update (Results 1 - 25 of 28) sorted by relevance

12

/opengrok-jel/tools/smf/
H A Dupdate_source.sh54 ${MERCURIAL} update
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DManagement.java48 private Boolean update = Boolean.FALSE; field in class:Management
65 update = Boolean.valueOf(ogaProperties
232 this.update = val;
240 return update;
H A DAgentIndexRunner.java154 boolean update = Management.getInstance()
160 log.log(Level.INFO, "Starting index, update {0} noThreads {1} subfiles {2}",
161 new Object[]{ String.valueOf(update),
163 Indexer.doIndexerExecution(update, noThreads, subFiles, this);
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DKeywordsFormat.java105 * update the given text made of RCS keywords with the appropriate
111 String update(String text, Object[] revisionInfo) method in class:KeywordsFormat
H A DArchive.java1182 result[i] = FORMATTER.update(text[i].toString(), revisionInfo);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java70 public void update() throws IOException { method in class:RepoRepository
H A DRCSRepository.java131 void update() throws IOException { method in class:RCSRepository
H A DRepository.java110 // If we want an incremental history update and get here, warn that
206 * @param sinceRevision if non-null, incrementally update the cache with
240 // by changes in the revision numbers since the last update
269 abstract void update() throws IOException; method in class:Repository
H A DJDBCHistoryCache.java268 PreparedStatement update = s.getConnection().prepareStatement(
274 update.setInt(1, rs.getInt("REPOSITORY"));
275 update.setString(2, getParentPath(rs.getString("PATH")));
276 update.setInt(3, rs.getInt("ID"));
277 update.executeUpdate();
283 update.close();
805 * When automatic update of index cardinality statistics has been
H A DAccuRevRepository.java222 public void update() { method in class:AccuRevRepository
H A DBazaarRepository.java222 public void update() throws IOException { method in class:BazaarRepository
H A DCVSRepository.java107 public void update() throws IOException { method in class:CVSRepository
113 cmd.add("update");
H A DMonotoneRepository.java215 public void update() throws IOException { method in class:MonotoneRepository
230 cmd.add("update");
H A DPerforceRepository.java139 public void update() throws IOException { method in class:PerforceRepository
H A DRazorRepository.java312 void update() { method in class:RazorRepository
H A DSCCSRepository.java210 public void update() { method in class:SCCSRepository
H A DHistoryGuru.java484 repository.update();
486 logger.warning("Skipping update of " + type + " repository"
494 logger.warning("Skipping update of " + type + " repository in '"
502 * @param paths A list of files/directories to update
519 repository.update();
521 logger.warning("Skipping update of " + type + " repository"
531 logger.warning("Skipping update of " + type + " repository in '"
722 * cache is able to tell how recent it is, attempt to update it to the
752 // Create cache from the beginning if it doesn't exist, or update it
H A DClearCaseRepository.java274 public void update() throws IOException { method in class:ClearCaseRepository
296 // It is a snapshot view, we need to update it manually
298 argv = new String[]{cmd, "update", "-overwrite", "-f"};
H A DMercurialRepository.java461 public void update() throws IOException { method in class:MercurialRepository
H A DSubversionRepository.java403 public void update() throws IOException { method in class:SubversionRepository
409 cmd.add("update");
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DPerforceRepositoryTest.java74 instance.update();
/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DIndexerTest.java242 idb.update();
249 idb.update();
297 idb.update();
333 idb.update();
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java94 boolean update = true;
524 Indexer.doIndexerExecution(update, noThreads, subFiles,
558 * @param refreshHistory If {@code true}, create/update the history cache
749 * @param update If {@code true} update the index for related projects.
756 * @see IndexDatabase#update(ExecutorService, IndexChangedListener, List)
758 public static void doIndexerExecution(final boolean update, int noThreads, argument
769 if (update) {
811 if (update) {
812 db.update();
[all...]
H A DIndexDatabase.java77 * This class is used to create / update the index databases. Currently we use
81 * @author Lubos Kosco , update for lucene 3.0.0
167 db.update();
183 public static void update(ExecutorService executor, method in class:IndexDatabase
215 logger.log(Level.FINE, "update", e);
225 db.update();
283 * If you add directories with this function update will just process
312 public void update() throws IOException, HistoryException { method in class:IndexDatabase
446 db.update();
/opengrok-jel/
H A DOpenGrok75 echo "Usage: ${progname} <deploy|derby|update|updateQuietly|usage|help>"
155 # This area is rebuilt by "update" / "updateQuietly"
310 # DELIVERED: An update program for EftarFile
859 update)

Completed in 63 milliseconds

12