Searched defs:options (Results 1 - 4 of 4) sorted by relevance
/opengrok/web/js/ |
H A D | repos.js | 29 var accordion = function ($parent, options) { 32 options: {}, 41 hide: decision ? inner.options.showAllSelector : inner.options.hideAllSelector, 42 show: decision ? inner.options.hideAllSelector : inner.options.showAllSelector, 46 inner.$pannels = inner.options.parent.find(".panel-body-accordion"); 48 inner.options.parent.find(".panel-heading-accordion").click(function (e) { 68 inner.options.parent.find(btn.hide).hide(); 69 inner.options [all...] |
/opengrok/src/org/opensolaris/opengrok/util/ |
H A D | Getopt.java | 32 * options and arguments, so this version will stop processing options as soon 42 private final List<Option> options; field in class:Getopt 51 * @param opts the list of allowed options 54 options = new ArrayList<>(); 62 * Parse the command line options 72 // End of command line options ;) 85 options.add(option); 105 // End of options 113 * Get the next option in the options strin [all...] |
/opengrok/src/org/opensolaris/opengrok/index/ |
H A D | CommandLineOptions.java | 43 private final List<Option> options; field in class:CommandLineOptions 73 options = new ArrayList<>(); 74 options.add(new Option('?', null, "Help")); 75 options.add(new Option('A', ".ext|prefix.:analyzer", "Files with the named prefix/extension should be analyzed with the specified class")); 76 options.add(new Option('a', ON_OFF, "Allow or disallow leading wildcards in a search")); 77 options.add(new Option('B', "url", "Base URL of the user Information provider. Default: \"http://www.myserver.org/viewProfile.jspa?username=\"")); 78 options.add(new Option('C', null, "Print per project percentage progress information(I/O extensive, since one read through dir structure is made before indexing, needs -v, otherwise it just goes to the log)")); 79 options.add(new Option('c', "/path/to/ctags", "Path to Exuberant Ctags from http://ctags.sf.net by default takes the Exuberant Ctags in PATH.")); 80 options.add(new Option('D', null, "Store history cache in a database (needs the JDBC driver in the classpath, typically derbyclient.jar or derby.jar)")); 81 options [all...] |
/opengrok/.mvn/wrapper/ |
H A D | maven-wrapper.jar | ... .apache.maven.wrapper.cli.ParsedCommandLine options
java.util.Map properties
protected volatile synthetic java ... |
Completed in 27 milliseconds