Searched refs:isDir (Results 1 - 3 of 3) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DDirectoryListing.java84 // if (isDir) {
151 boolean isDir = child.isDirectory();
153 out.write(isDir ? 'r' : 'p');
156 if (isDir) {
H A DPageConfig.java88 private Boolean isDir; field in class:PageConfig
310 if (isDir()) {
330 * @see #isDir()
335 if (isDir() && getResourcePath().length() > 1) {
367 if (!isDir()) {
563 hasAnnotation = Boolean.valueOf(!isDir()
589 if (isDir() || getResourcePath().equals("/") || !annotate()) {
624 if (isDir()) {
985 public boolean isDir() { method in class:PageConfig
986 if (isDir
[all...]
H A DUtil.java228 * @param isDir
235 char sep, String urlPostfix, boolean compact, boolean isDir)
258 if (isDir || i < pnames.length - 1) {
264 if (isDir || i < pnames.length - 1) {
234 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument

Completed in 222 milliseconds