Searched defs:getContext (Results 1 - 3 of 3) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java77 public boolean getContext(String filename, String path, List<Hit> hits) method in class:HistoryContext
89 public boolean getContext( method in class:HistoryContext
93 return getContext(new File(parent, basename), path, out, context);
109 public boolean getContext(File src, String path, Writer out, String context) method in class:HistoryContext
H A DContext.java122 public boolean getContext(Reader in, Writer out, String urlPrefix, method in class:Context
125 return getContext(in, out, urlPrefix, morePrefix, path, tags, limit, isDefSearch, hits, null);
139 public boolean getContext(Reader in, Writer out, String urlPrefix, method in class:Context
/opengrok/web/js/
H A Dutils.js484 this.getContext = function () {
646 this.addCallback('init', this.options.init, this.getContext)
650 this.addCallback('load', this.options.load, this.getContext)
654 this.addCallback('update', this.options.update, this.getContext)

Completed in 13 milliseconds