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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java60 * @param isDir If {@code null} the returned history type (file or
68 History get(File path, Repository repository, boolean withFiles, Boolean isDir) argument
H A DFileHistoryCache.java224 Boolean isDir) throws HistoryException
250 if (isDir == null) {
251 isDir = Boolean.valueOf(file.isDirectory());
253 if (!isDir.booleanValue()) {
223 get(File file, Repository repository, boolean withFiles, Boolean isDir) argument
H A DHistoryGuru.java226 * @param isDir If {@code null} it behaves like
234 public History getHistory(File path, boolean withFiles, Boolean isDir) argument
238 if (isDir == null) {
241 isDir = Boolean.FALSE;
243 isDir = Boolean.TRUE;
245 } else if (!isDir.booleanValue()) {
257 history = historyCache.get(path, repos, withFiles, isDir);
H A DJDBCHistoryCache.java522 Boolean isDir) throws HistoryException
527 return getHistory(file, repository, withFiles, isDir);
542 boolean withFiles, Boolean isDir) throws HistoryException, SQLException
551 if (isDir == null) {
552 isDir = Boolean.valueOf(file.isDirectory());
554 if (isDir.booleanValue()) {
521 get(File file, Repository repository, boolean withFiles, Boolean isDir) argument
541 getHistory(File file, Repository repository, boolean withFiles, Boolean isDir) argument
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java91 private Boolean isDir; field in class:PageConfig
297 * @see #isDir()
308 || ((prefix == Prefix.XREF_P || prefix == Prefix.RAW_P) && !isDir()
321 if (!isDir()) {
343 if (isDir()) {
346 // virtual - isDir already made the dir history check
367 * @see #isDir()
372 if (isDir() && getResourcePath().length() > 1) {
402 if (!isDir()) {
601 hasAnnotation = Boolean.valueOf(!isDir()
1037 public boolean isDir() { method in class:PageConfig
[all...]
H A DUtil.java245 * @param isDir
252 char sep, String urlPostfix, boolean compact, boolean isDir)
275 if (isDir || i < pnames.length - 1) {
281 if (isDir || i < pnames.length - 1) {
251 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument
/opengrok-jel/web/static/
H A Dopengrok.js89 isDir: false, // see mast.jsp
515 if (!O.isDir) {
600 if (O.isXref && !O.isDir) {

Completed in 22 milliseconds