Searched refs:version (Results 1 - 16 of 16) sorted by relevance

/opengrok-jel/platform/solaris/ips/
H A Dcreate.sh27 version=`grep 'name="version"' build.xml | cut -f 4 -d \"`
40 eval `pkgsend open OSOLopengrok@${version}-${revision}`
43 echo "Fatal: could not open OSOLopengrok@${version}-${revision}"
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DBranchNode.java61 * Represents a branch node in a version control archive.
75 * @version $Id: BranchNode.java,v 1.4 2003/10/13 07:59:46 rdonkin Exp $
81 * Create a BranchNode with the given version number.
84 * @param vernum the version number for the node
117 * a node with a larger version number.
144 Version branchPoint = vernum.getBase(this.version.size());
145 Version thisBase = this.version.getBase(branchPoint.size());
151 if (this.version.equals(vernum))
155 else if (this.version.isLessThan(branchPoint))
159 else if (vernum.size() <= this.version
[all...]
H A DTrunkNode.java63 * Represents a node on the trunk or main branch of a version control Archive.
77 * @version $Id: TrunkNode.java,v 1.4 2003/10/13 07:59:46 rdonkin Exp $
138 if (this.version.isLessThan(branchPoint))
147 Version thisBase = this.version.getBase(branchPoint.size());
152 else if (vernum.size() > this.version.size())
154 Node branch = getBranch(vernum.at(this.version.size()));
159 throw new BranchNotFoundException(vernum.getBase(this.version.size() + 1));
171 * @param annotate True if the lines should be annotated with version numbers.
H A DNode.java83 * Ancestor to all nodes in a version control Archive.
93 * @version $Id: Node.java,v 1.5 2003/10/13 07:59:46 rdonkin Exp $
102 * The version number for this node.
104 protected final Version version; field in class:Node
151 this(other.version, null);
160 * Creates a node with the given version number.
161 * @param vernum The version number for the node.
171 this.version = vernum.clone();
177 * Creates a new node of the adequate type for the given version number.
178 * @param vernum The version numbe
[all...]
H A DArchiveParser.jj92 * Parses an RCS/CVS style version control archive into an Archive.
96 * @version $Revision: 1.4 $ $Date: 2003/05/06 14:50:52 $
104 static final String ident = "RCS ArchiveParser Parser $version$:";
153 System.out.println("RCS ArchiveParser Parser version 1.1: RCS ArchiveParser parsed successfully.");
157 System.out.println("RCS ArchiveParser Parser version 1.1: Encountered errors during parse.");
267 <HEAD> [ v = version() { arc.setHead(v); } ] <EOS>
268 [ <BRANCH> v = version() { arc.setBranch(v); } <EOS> ]
270 <SYMBOLS> ( sym = sym() <COLON> v = version() { arc.addSymbol(sym, v); } )* <EOS>
272 <LOCKS> ( id = id() <COLON> v = version() { arc.addLock(id, v); } )* <EOS>
288 v = version()
[all...]
H A DArchiveParser.java10 * Parses an RCS/CVS style version control archive into an Archive.
14 * @version $Revision: 1.4 $ $Date: 2003/05/06 14:50:52 $
22 static final String ident = "RCS ArchiveParser Parser $version$:";
72 System.out.println("RCS ArchiveParser Parser version 1.1: RCS ArchiveParser parsed successfully.");
76 System.out.println("RCS ArchiveParser Parser version 1.1: Encountered errors during parse.");
172 v = version();
185 v = version();
225 v = version();
245 v = version();
332 v = version();
454 final public Version version() throws ParseException { method in class:ArchiveParser
[all...]
H A DPath.java78 * @version $Id: Path.java,v 1.4 2003/10/13 07:59:46 rdonkin Exp $
257 if (pn.version.isBranch())
272 Path ap = n.rcsnext.pathTo(root.version);
H A DArchive.java70 * Handling of RCS/CVS style version control archives.
74 * by the RCS and CVS version control systems. JRCS is not intended to replace
99 * subject to version control. The word <i>revision</i> means a particular
100 * version of a text. Each <i>revision</i> has a <i>version number</i>
110 * correctly can be subject to differencing and version control using this
135 * is annotated with the version number of the revision in which it was
141 * System.out.println(text[i].revision.version);
148 * @version $Id: Archive.java,v 1.9 2003/10/13 07:59:46 rdonkin Exp $
198 * Creates a new archive with the specified initial version numbe
1285 getLog(Version version) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefHeader.java39 * @version $Revision$
43 /** the default format version of a crossfile */
49 private int version; field in class:XrefHeader
91 version = VERSION;
107 bb.putInt(version);
129 this.version = bb.getInt();
130 if (VERSION != version) {
131 logger.warning("Found xref file format version " + version
216 * Get the version o
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSget.java45 * Pass null in version to get current revision
47 * @param version
51 public RCSget(String file, String version) throws IOException { argument
56 if (version == null) {
59 lines = archive.getRevision(version, false);
75 throw new IOException("Revision " + version + " not found: "
H A DRCSRepository.java104 Version version = revision == null
108 archive.getRevision(version, true);
/opengrok-jel/web/static/
H A Dopengrok.js29 YUI.Env._loaded[YUI.version]['cssbutton'] = true;
54 O.version = Y.one('html > head > meta[name=generator]')
69 /** Link to the most recent version of the shown document. Default: null */
78 * for the most recent version of the shown document. Default: false */
/opengrok-jel/
H A DOpenGrok416 $binary --version 2>&1 | grep "Exuberant Ctags" > /dev/null
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 30 milliseconds