Searched refs:file (Results 1 - 25 of 71) sorted by relevance

123

/opengrok-jel/ext/SampleRazorRepository/Repository/OpenGrokSample/RAZOR_UNIVERSE/DOMAIN_01/Simple/History/SimpleCProgram/
H A Dheader.h2 ##TITLE: Introduced file
/opengrok-jel/platform/solaris/ips/
H A Dcreate.sh5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
66 PKGSEND add file platform/solaris/smf/opengrok.xml mode=0444 owner=root group=sys path=/var/svc/manifest/application/opengrok.xml restart_fmri=svc:/system/manifest-import:default
67 PKGSEND add file platform/solaris/smf/svc-opengrok mode=0555 owner=root group=bin path=/lib/svc/method/svc-opengrok
68 PKGSEND add file platform/solaris/smf/ogindexd mode=0555 owner=root group=bin path=/usr/opengrok/lib/ogindexd
69 PKGSEND add file OpenGrok mode=0555 owner=root group=bin path=/usr/opengrok/bin/OpenGrok
70 PKGSEND add file dist/opengrok.jar mode=0444 owner=root group=bin path=/usr/opengrok/lib/opengrok.jar
72 PKGSEND add file loggin
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefReader.java38 * Create a new reader from the given file.
39 * @param file file to read.
43 public XrefReader(File file) throws UnsupportedEncodingException, IOException { argument
44 this (new XrefInputStream(file, true));
H A DXrefWriter.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
56 * file with the given name.
57 * @param name name of the file to create/overwrite.
67 * file with the given name.
68 * @param name name of the file to create/overwrite
79 * given file.
81 * @param file fil
85 XrefWriter(File file, Genre genre) argument
92 RandomFileOutputStream(File file) argument
126 XrefWriter(File file, Genre genre, boolean compress) argument
[all...]
H A DXrefInputStream.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
56 private File file; field in class:XrefInputStream
65 * @param file file to read.
68 * @throws IOException on read error or if the given file is not a crossfile
70 public XrefInputStream(File file, boolean uncompress) throws IOException { argument
72 FileInputStream fis = new FileInputStream(file);
190 dump(File file, Writer out, boolean script) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
60 public boolean fileHasHistory(File file) { argument
61 return getRCSFile(file) != null;
71 File file = new File(parent, basename);
72 File rcsFile = getRCSFile(file);
86 public boolean fileHasAnnotation(File file) { argument
87 return fileHasHistory(file);
94 annotate(File file, String revision) argument
99 annotate(File file, String revision, File rcsFile) argument
139 isRepositoryFor(File file) argument
153 getRCSFile(File file) argument
172 getHistory(File file) argument
[all...]
H A DRazorRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
45 * interface called 'issue weaver'. Each group has a file repository, managed
49 * of the file repository itself.
59 * and one or more Groups each consisting of file repository and thread
61 * directories (Archive, History, Info, Scripts and Tables). When file revision
62 * control is needed on a file (both committed files and some internal
65 * Each file i
198 getRazorHistoryFileFor(File file) argument
202 getRazorArchiveRCSFileFor(File file) argument
206 getRazorArchiveBinaryFileFor(File file, String rev) argument
212 getRazorArchiveSCCSFileFor(File file) argument
220 fileHasHistory( File file) argument
273 annotate( File file, String revision) argument
293 fileHasAnnotation( File file) argument
316 pathTranslation(File file, String intermediateElements, String filePrefix, String fileSuffix) argument
350 isRepositoryFor( File file) argument
367 getHistory(File file) argument
[all...]
H A DRepoRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
87 public boolean isRepositoryFor(File file) { argument
88 if (file.isDirectory()) {
89 File f = new File(file, ".repo");
107 public boolean fileHasHistory(File file) { argument
123 public History getHistory(File file) { argument
139 public boolean fileHasAnnotation(File file) { argument
147 annotate(File file, String revision) argument
[all...]
H A DSCCSRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
90 private void getAuthors(File file) throws IOException { argument
101 argv.add(file.getCanonicalPath());
104 pb.directory(file.getCanonicalFile().getParentFile());
146 public Annotation annotate(File file, String revision) throws IOException { argument
147 //System.out.println("annotating " + file.getCanonicalPath());
148 getAuthors(file);
202 fileHasAnnotation(File file) argument
218 fileHasHistory(File file) argument
232 isRepositoryFor(File file) argument
274 getHistory(File file) argument
[all...]
H A DBazaarRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
65 * named file.
67 * @param file The file to retrieve history for (canonical path incl. source
71 Executor getHistoryLogExecutor(final File file, final String sinceRevision) argument
74 String abs = file.getCanonicalPath();
85 if (file
161 annotate(File file, String revision) argument
214 fileHasAnnotation(File file) argument
249 fileHasHistory(File file) argument
261 isRepositoryFor(File file) argument
293 getHistory(File file, String sinceRevision) argument
303 getHistory(File file) argument
[all...]
H A DCVSRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
82 protected File getRCSFile(File file) { argument
84 RCSHistoryParser.getCVSFile(file.getParent(), file.getName());
95 public boolean isRepositoryFor(File file) { argument
96 if (file.isDirectory()) {
97 File cvsDir = new File(file, "CV
130 getHistoryLogExecutor(final File file) argument
237 fileHasAnnotation(File file) argument
245 fileHasHistory(File file) argument
256 getHistory(File file) argument
264 annotate(File file, String revision) argument
[all...]
H A DAccuRevRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
48 * It appears that the file path that is given to all these methods is the
49 * complete path to the file which includes the path to the root of the source
97 public Annotation annotate(File file, String rev) { argument
98 Annotation a = new Annotation(file.getName());
101 String path = getDepotRelativePath(file);
112 Executor executor = new Executor(cmd, file
146 getHistoryLogExecutor(File file) argument
230 fileHasHistory(File file) argument
238 fileHasAnnotation(File file) argument
250 getDepotRelativePath(File file) argument
336 getHistory(File file) argument
[all...]
H A DRepositoryFactory.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
74 * Get a repository for the given file, or null if no repository was found.
76 * @param file File that might contain a repository
77 * @return Correct repository for the given file
81 public static Repository getRepository(File file) argument
86 if (rep.isRepositoryFor(file)) {
89 res.setDirectoryName(file
[all...]
H A DPerforceRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
72 public Annotation annotate(File file, String rev) throws IOException { argument
73 Annotation a = new Annotation(file.getName());
76 PerforceHistoryParser.getRevisions(file, rev).getHistoryEntries();
88 cmd.add(file.getPath() + ((rev == null) ? "" : "#" + rev));
90 Executor executor = new Executor(cmd, file.getParentFile());
110 logger.warning("Could not read annotations for '" + file
156 fileHasHistory(File file) argument
164 fileHasAnnotation(File file) argument
174 isRepositoryFor(File file) argument
235 getHistory(File file) argument
[all...]
H A DHistoryGuru.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
121 * Annotate the specified revision of a file.
123 * @param file the file to annotate
125 * @return file annotation, or <code>null</code> if the
129 public Annotation annotate(File file, String rev) throws IOException { argument
132 Repository repos = getRepository(file);
177 getHistoryReader(File file) argument
295 hasHistory(File file) argument
313 hasAnnotation(File file) argument
729 ensureHistoryCacheExists(File file) argument
[all...]
H A DFileHistoryCache.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
83 * Get a <code>File</code> object describing the cache file.
85 * @param file the file to find the cache for
86 * @return file that might contain cached history for <code>file</code>
88 private static File getCachedFile(File file) throw argument
115 readCache(File file) argument
131 storeFile(History history, File file) argument
223 get(File file, Repository repository, boolean withFiles, Boolean isDir) argument
277 isUpToDate(File file, File cachedFile) argument
[all...]
H A DClearCaseRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
84 * named file.
86 * @param file The file to retrieve history for (canonical path incl. source
90 Executor getHistoryLogExecutor(final File file) throws IOException { argument
91 String abs = file.getCanonicalPath();
101 if (file
204 annotate(File file, String revision) argument
255 fileHasAnnotation(File file) argument
327 fileHasHistory(File file) argument
351 isRepositoryFor(File file) argument
421 getHistory(File file) argument
[all...]
H A DMonotoneRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
120 * file.
122 * @param file file for which history is to be retrieved (canonical path
126 Executor getHistoryLogExecutor(File file, String changeset) argument
129 String abs = file.getCanonicalPath();
160 public Annotation annotate(File file, Strin argument
207 fileHasAnnotation(File file) argument
242 fileHasHistory(File file) argument
250 isRepositoryFor(File file) argument
279 getHistory(File file) argument
287 getHistory(File file, String sinceRevision) argument
[all...]
H A DMercurialRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
132 out.write("file = \"{file}\\n\"");
235 * named file. When indexing it gets usually called twice: 1st without any
238 * @param file The file to retrieve history for (canonical path incl. source
244 Executor getHistoryLogExecutor(File file, Strin argument
354 annotate(File file, String revision) argument
453 fileHasAnnotation(File file) argument
489 fileHasHistory(File file) argument
501 isRepositoryFor(File file) argument
544 getHistory(File file) argument
552 getHistory(File file, String sinceRevision) argument
[all...]
H A DSCCSHistoryParser.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
41 * Reads and filters out junk from a SCCS history file
42 * see sccsfile(4) for details of the file format
43 * Wrote it since invoking sccs prs for each file was
61 History parse(File file, Repository repos) throws HistoryException { argument
64 return parseFile(file);
70 private History parseFile(File file) throw argument
246 getSCCSFile(File file) argument
[all...]
H A DSCCSget.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
35 public static InputStream getRevision(String command, File file, String revision) throws IOException { argument
44 argv.add(file.getCanonicalPath());
H A DRepository.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
58 * the given file. For performance reasons subclasses should use some meta
61 * @param file canonical path incl. source root.
63 * @return {@code true} if the repository can get history for the given file.
65 public abstract boolean fileHasHistory(File file); argument
76 * Get the history log for the specified file or directory for all changesets.
77 * @param file th
83 getHistory(File file) argument
106 getHistory(File file, String sinceRevision) argument
185 fileHasAnnotation(File file) argument
196 annotate(File file, String revision) argument
280 isRepositoryFor(File file) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DJMXConfiguration.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
55 //write it to file as well
58 File file = new File(configfile);
59 if (!file.exists()) {
60 file.createNewFile();
62 RuntimeEnvironment.writeConfig(file);
64 throw new IOException("Could not create configuration file '"
[all...]
/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DFileUtilities.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
63 File file = new File(root, ze.getName());
65 file.mkdirs();
72 out = new FileOutputStream(file);
150 File file = File.createTempFile(prefix, "opengrok");
151 if (!file.delete()) {
153 "Could not create delete temporary file "
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranXref.lex4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
25 * Cross reference a Fortran file
42 // TODO move this into an include file when bug #16053 is fixed
76 String file = yytext();
77 file = file.substring(1, file
[all...]

Completed in 25 milliseconds

123