Searched defs:item (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DFilter.java73 * @param item the new filter
75 public void setItems(List<String> item) { argument
77 for (String s : item) {
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java149 * @param item
153 private String getFilename(Node item) throws Exception { argument
154 Node node = item.getFirstChild(); // a
165 * @todo fix the item
166 * @param item the node representing &lt;td&gt
170 private long getLastModified(Node item) throws Exception { argument
171 Node val = item.getFirstChild();
183 * @param item the node representing &lt;td&gt;
187 private int getSize(Node item) throws Exception { argument
188 Node val = item
[all...]

Completed in 2108 milliseconds