Searched defs:file (Results 251 - 275 of 552) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
129 private JTextField file = Utilities.createLongTextField(); field in class:NewAttributePanel
632 Component[][] comps = {{parent, aliases, origin, file},
708 file.setText(ConfigConstants.FILE_USER_SCHEMA_ELEMENTS);
850 String f = file.getText().trim();
H A DNewObjectClassPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
128 private JTextField file = Utilities.createLongTextField(); field in class:NewObjectClassPanel
624 Component[] comps = {aliases, origin, file, type, obsolete};
664 file.setText(ConfigConstants.FILE_USER_SCHEMA_ELEMENTS);
690 String f = file.getText().trim();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogReaderWriterTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
31 import static org.opends.server.replication.server.changelog.file.BlockLogReader.*;
62 private static final File TEST_FILE = new File(TEST_DIRECTORY, "file");
93 // size of block, expected size of file after all records are written, records
454 /** Write as many records as needed to reach provided file size. Records goes from 1 up to N. */
466 /** Returns provided number of keys to seek in random order, for a file o
[all...]
H A DFileReplicaDBTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
269 // TODO : this works only if we ensure that there is a rotation of ahead log file
270 // at right place. Each record takes 54 bytes, so it means : 108 < max file size < 162 to have
271 // the last record alone in the ahead log file
272 // Re-enable this test when max file size is customizable for log
H A DLogFileTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
38 import org.opends.server.replication.server.changelog.file.LogFile.LogFileCursor;
71 * Create a new log file with ten records starting from (key01, value1) until (key10, value10).
279 // open the log file: the file should be repaired at this point
297 * file
[all...]
H A DLogTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
31 import static org.opends.server.replication.server.changelog.file.LogFileTest.*;
42 import org.opends.server.replication.server.changelog.file.LogFileTest.FailingStringRecordParser;
78 // This size is set in order to have 2 records per log file before the rotation happens
80 // Some tests rely on having 2 records per log file (especially the purge tests), so take care
392 // advance cursor to last record to ensure it is pointing to ahead log file
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
123 debug("createBatchFileChildProcess: the batch file path is too long.");
269 // The file containing the log.
307 fprintf(stdout, "Could not create log file.\n");
312 // Get the fully-qualified debug log file name. The logic in this
325 FILE *file; local
354 // we create the log file i
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
160 // no known error string match the erroneous expected file content.
241 String file = parsedRequest.optionValue(OP_FILE);
250 if (file != null && file.trim().length() > 0) {
251 sr = handleCompareFile(exp_file, file);
259 * It's expected that the result and expected result file hav
266 handleCompareFile(String exp_file, String file) argument
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DLDIF.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
37 * LDAP Data Interchange Format (LDIF) is a file format used to
46 * This class implements an LDIF file parser. You can construct
77 * LDIF data read from a specified file.
78 * @param file the name of the LDIF file to parse
81 public LDIF(String file) throw argument
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
159 // no known error string match the erroneous expected file content.
240 String file = parsedRequest.optionValue(OP_FILE);
249 if (file != null && file.trim().length() > 0) {
250 sr = handleCompareFile(exp_file, file);
258 * It's expected that the result and expected result file hav
265 handleCompareFile(String exp_file, String file) argument
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DLDIF.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
36 * LDAP Data Interchange Format (LDIF) is a file format used to
45 * This class implements an LDIF file parser. You can construct
76 * LDIF data read from a specified file.
77 * @param file the name of the LDIF file to parse
80 public LDIF(String file) throw argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
42 * file system files. This class handles application notifications for
48 * Describes the approach taken to deleting a file or directory.
53 * Delete the file or directory immediately.
58 * Mark the file or directory for deletion after the JVM has exited.
63 * First try to delete the file immediately. If the deletion was
64 * unsuccessful mark the file fo
231 deleteRecursively(File file) argument
246 deleteRecursively(File file, FileFilter filter, DeletionPolicy deletePolicy) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DBackupManager.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
84 * The name of the property that holds the name of the latest log file
90 * The name of the property that holds the size of the latest log file
97 * The name of the entry in an incremental backup archive file
104 * The name of a dummy entry in the backup archive file that will act
128 * file in the backup directory. If the backup is incremental, then the
129 * first entry in the zip is a text file containin
1086 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDB.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
H A DFileReplicaDB.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
46 import org.opends.server.replication.server.changelog.file.Log.RepositionableCursor;
H A DLogFile.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
45 import org.opends.server.replication.server.changelog.file.Log.RepositionableCursor;
52 * A log file, containing part of a {@code Log}. The log file may be:
59 * A log file is NOT intended to be used directly, but only has part of a
73 /** The file containin
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
193 // Read the first line and close the file.
220 * Returns the absolute path for the given file. It tries to get the canonical
221 * file path. If it fails it returns the string representation.
225 * @return the absolute path for the given file.
244 * file: reporting the error is not necessary.
292 * Determines whether one file i
691 writeFileHeaderComments(final File file, final LDIFEntryWriter writer) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
70 private JTextField file; field in class:BinaryAttributeEditorPanel
108 // Read the file or encode the base 64 content.
157 file.setText("");
161 file.setText(value.getFile().getAbsolutePath());
168 file.setText("");
230 return file;
[all...]
H A DExportLDIFPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
69 * file.
76 private JTextField file; field in class:ExportLDIFPanel
119 return file;
175 file = Utilities.createTextField();
183 String text = file.getText().trim();
202 file
[all...]
H A DNewAttributePanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
130 private JTextField file = Utilities.createLongTextField(); field in class:NewAttributePanel
633 Component[][] comps = {{parent, aliases, origin, file},
709 file.setText(ConfigConstants.FILE_USER_SCHEMA_ELEMENTS);
851 String f = file.getText().trim();
H A DNewObjectClassPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
129 private JTextField file = Utilities.createLongTextField(); field in class:NewObjectClassPanel
625 Component[] comps = {aliases, origin, file, type, obsolete};
665 file.setText(ConfigConstants.FILE_USER_SCHEMA_ELEMENTS);
691 String f = file.getText().trim();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
16 * file and include the License file at
43 * file system files. This class handles application notifications for
49 * Describes the approach taken to deleting a file or directory.
54 * Delete the file or directory immediately.
59 * Mark the file or directory for deletion after the JVM has exited.
64 * First try to delete the file immediately. If the deletion was
65 * unsuccessful mark the file fo
232 deleteRecursively(File file) argument
247 deleteRecursively(File file, FileFilter filter, DeletionPolicy deletePolicy) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileObject.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
58 * This class represents a configuration object stored in a file.
59 * Each file lives in a file system under a directory of configuration
66 * The directory has a file with the object's attributes in
67 * java.util.Properties format. The file name is Attributes.properties.
101 public boolean accept(File file) { argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DOpenDJUpgrader.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
17 * Header Notice in each file and include the License file
27 import static java.nio.file.Files.copy;
141 private OpenDJVersion readVersionFromFile(final File file) { argument
143 String version = IOUtils.readStream(new FileInputStream(file)).trim();
146 error("Unable to read OpenDJ version from file: " + file, e);
153 * file i
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
122 debug("createBatchFileChildProcess: the batch file path is too long.");
268 // The file containing the log.
306 fprintf(stdout, "Could not create log file.\n");
311 // Get the fully-qualified debug log file name. The logic in this
324 FILE *file; local
353 // we create the log file i
[all...]

Completed in 158 milliseconds

<<11121314151617181920>>