Searched refs:Node (Results 1 - 22 of 22) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DDeltaTextLine.java8 public void patch(Node root, Node prev, List lines);
11 public void patchAnnotate(Node root, Node prev, List lines);
H A DPath.java69 * Path collaborates with Node in applying the set of deltas contained
75 * @see Node
94 * @param node The Node to add.
97 public void add(Node node)
116 public Node last()
122 return (Node) path.get(size() - 1);
220 Node n = (Node) p.next();
240 Node n = (Node)
[all...]
H A DLine.java66 * @see Node
74 Node revision;
77 Line(Node revision, Object text)
108 final Node getRevision()
H A DDeltaAddTextLine.java22 public void patch(Node root, Node prev, List lines)
32 public void patchAnnotate(Node root, Node prev, List lines)
H A DDeltaDelTextLine.java17 public void patch(Node root, Node prev, List lines)
24 public void patchAnnotate(Node root, Node prev, List lines)
H A DDeltaText.java13 private Node root;
14 private Node prev;
22 DeltaText(Node root, Node prev, boolean annotate)
H A DBranchNode.java67 * The {@link Node#rcsnext rcsnext} field of a BranchNode points to
71 * @see Node
78 extends Node
120 public void setRCSNext(Node node)
135 public Node deltaRevision()
141 public Node nextInPathTo(Version vernum, boolean soft)
169 Node branch = getBranch(vernum.at(this.version.size()));
H A DLines.java97 public Lines(Node release, String text)
108 public Lines(Node release, Object[] text)
123 public Node[] nodesToArray()
125 Node[] result = new Node[this.size()];
151 Node rev = l.getRevision();
H A DTrunkNode.java69 * The {@link Node#rcsnext rcsnext} field of a TrunkNode
73 * @see Node
80 extends Node
112 public void setRCSNext(Node node)
128 public Node deltaRevision()
134 public Node nextInPathTo(Version vernum, boolean soft)
154 Node branch = getBranch(vernum.at(this.version.size()));
189 void newpatch0(List original, Node root)
H A DNode.java93 * @version $Id: Node.java,v 1.5 2003/10/13 07:59:46 rdonkin Exp $
96 public abstract class Node class in inherits:ToString,Comparable
118 protected Node rcsnext;
120 protected Node parent;
122 protected Node child;
149 protected Node(Node other) method in class:Node
165 protected Node(Version vernum, Node rcsnext) method in class:Node
182 static Node newNod
[all...]
H A DArchive.java162 protected Map nodes = new TreeMap(); //!!! check Node.compareTo for correct RCS order
405 Node node = newNode(vernum);
479 protected Node newNode(Version vernum)
485 protected Node newNode(Version vernum, Node prev)
493 Node node = (Node) nodes.get(vernum);
496 node = Node.newNode(vernum, prev);
527 protected Node getNode(Version vernum)
535 Node nod
[all...]
H A DArchiveParser.jj283 Node node;
307 Node node;
H A DArchiveParser.java364 Node node;
413 Node node;
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFile.java62 class Node { class in class:EftarFile
66 public Map<Long, Node> children;
71 public Node(long hash, String tag) { method in class:EftarFile.Node
74 children = new TreeMap<Long, Node>();
77 public Node put(long hash, String desc) {
79 children.put(hash, new Node(hash, desc));
84 public Node get(long hash) {
154 private void write(Node n) throws IOException {
159 for (Node childnode : n.children.values()) {
179 for (Node childnod
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSHistoryParser.java38 import org.apache.commons.jrcs.rcs.Node;
90 Node n = archive.findNode(ver);
105 private void traverse(Node n, List<HistoryEntry> history) {
113 Node b = (Node) i.next();
H A DRCSRepository.java36 import org.apache.commons.jrcs.rcs.Node;
112 for (Node n : archive.getRevisionNodes()) {
H A DSubversionRepository.java45 import org.w3c.dom.Node;
91 private static String getValue(Node node) {
96 Node n = node.getFirstChild();
98 if (n.getNodeType() == Node.TEXT_NODE) {
/opengrok-jel/web/static/
H A Dopengrok-tooltip.js13 var Lang = Y.Lang, Node = Y.Node;
32 * The tooltip content. This can either be a String, Node, or a simple
47 val = Node.all(val);
176 * 2) If the value is a String or Node, the value itself.
180 * @return either an innerHTML acceptable String or a Node
189 } else if (!(content instanceof Node || Y.Lang.isString(content))) {
209 if (content instanceof Node) {
H A Dopengrok-symbols-panel.js257 return Y.Node.create(contents);
H A Dopengrok.js215 node = Y.Node.create(txtId + txtNum);
305 var node = Y.Node.create(rcol + acol);
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 630 milliseconds