/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 77 String[] lines = 95 templateFile.parse(lines, warns); 160 public void testParsingEscapeCharInTemplate(String testName, String[] lines) argument 165 templateFile.parse(lines, warns); 319 public void testLDIFOutputFromTemplate(String testName, String[] lines, argument 326 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 351 String[] lines = 372 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 76 String[] lines = 94 templateFile.parse(lines, warns); 159 public void testParsingEscapeCharInTemplate(String testName, String[] lines) argument 164 templateFile.parse(lines, warns); 318 public void testLDIFOutputFromTemplate(String testName, String[] lines, argument 325 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 350 String[] lines = 371 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 77 String[] lines = 95 templateFile.parse(lines, warns); 160 public void testParsingEscapeCharInTemplate(String testName, String[] lines) argument 165 templateFile.parse(lines, warns); 319 public void testLDIFOutputFromTemplate(String testName, String[] lines, argument 326 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 351 String[] lines = 372 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 76 String[] lines = 94 templateFile.parse(lines, warns); 159 public void testParsingEscapeCharInTemplate(String testName, String[] lines) argument 164 templateFile.parse(lines, warns); 318 public void testLDIFOutputFromTemplate(String testName, String[] lines, argument 325 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 350 String[] lines = 371 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 77 String[] lines = 95 templateFile.parse(lines, warns); 160 public void testParsingEscapeCharInTemplate(String testName, String[] lines) argument 165 templateFile.parse(lines, warns); 319 public void testLDIFOutputFromTemplate(String testName, String[] lines, argument 326 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 351 String[] lines = 372 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/openam-v13/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/ |
H A D | License.java | 115 * Returns the individual lines of the license text as an iterable stream. This can be useful for paging. 117 * @return the individual lines of the license text. 119 public Iterable<String> lines() { method in class:License
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/ |
H A D | AddSchemaFileTaskTestCase.java | 256 private void writeLines(File file, String[] lines) throws IOException argument 260 for (String line : lines)
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 76 String[] lines = 94 templateFile.parse(lines, warns); 159 public void testParsingEscapeCharInTemplate(String testName, String[] lines) argument 164 templateFile.parse(lines, warns); 318 public void testLDIFOutputFromTemplate(String testName, String[] lines, argument 325 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 350 String[] lines = 371 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/openam/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/ |
H A D | License.java | 115 * Returns the individual lines of the license text as an iterable stream. This can be useful for paging. 117 * @return the individual lines of the license text. 119 public Iterable<String> lines() { method in class:License
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
H A D | LDAPDelete.java | 117 * @param lines The list of DNs to delete. 126 ArrayList<String> lines, 130 for(String line : lines) 125 readAndExecute(LDAPConnection connection, ArrayList<String> lines, LDAPDeleteOptions deleteOptions) argument
|
H A D | LDAPCompare.java | 123 * @param lines The list of DNs to compare the attribute in. 133 byte[] attributeVal, ArrayList<String> lines, 138 for(String line : lines) 132 readAndExecute(LDAPConnection connection, String attributeType, byte[] attributeVal, ArrayList<String> lines, LDAPCompareOptions compareOptions) argument
|
/forgerock/opendj2/src/server/org/opends/server/tools/ |
H A D | LDAPDelete.java | 116 * @param lines The list of DNs to delete. 125 ArrayList<String> lines, 129 for(String line : lines) 124 readAndExecute(LDAPConnection connection, ArrayList<String> lines, LDAPDeleteOptions deleteOptions) argument
|
H A D | LDAPCompare.java | 122 * @param lines The list of DNs to compare the attribute in. 132 byte[] attributeVal, ArrayList<String> lines, 137 for(String line : lines) 131 readAndExecute(LDAPConnection connection, String attributeType, byte[] attributeVal, ArrayList<String> lines, LDAPCompareOptions compareOptions) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/ |
H A D | LDAPDelete.java | 117 * @param lines The list of DNs to delete. 126 ArrayList<String> lines, 130 for(String line : lines) 125 readAndExecute(LDAPConnection connection, ArrayList<String> lines, LDAPDeleteOptions deleteOptions) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/ |
H A D | LDAPDelete.java | 117 * @param lines The list of DNs to delete. 126 ArrayList<String> lines, 130 for(String line : lines) 125 readAndExecute(LDAPConnection connection, ArrayList<String> lines, LDAPDeleteOptions deleteOptions) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/tools/ |
H A D | LDAPDelete.java | 116 * @param lines The list of DNs to delete. 125 ArrayList<String> lines, 129 for(String line : lines) 124 readAndExecute(LDAPConnection connection, ArrayList<String> lines, LDAPDeleteOptions deleteOptions) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/ |
H A D | LDAPCompare.java | 117 * @param lines The list of DNs to compare the attribute in. 127 byte[] attributeVal, ArrayList<String> lines, 132 for(String line : lines) 126 readAndExecute(LDAPConnection connection, String attributeType, byte[] attributeVal, ArrayList<String> lines, LDAPCompareOptions compareOptions) argument
|
H A D | LDAPDelete.java | 111 * @param lines The list of DNs to delete. 120 ArrayList<String> lines, 124 for(String line : lines) 119 readAndExecute(LDAPConnection connection, ArrayList<String> lines, LDAPDeleteOptions deleteOptions) argument
|
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | PatternIP.java | 134 * @param lines The strings representing the valid netmasks. 136 private static void initNetMask(String... lines) { argument 137 for(String line : lines) {
|
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
H A D | PatternIP.java | 135 * @param lines The strings representing the valid netmasks. 137 private static void initNetMask(String... lines) { argument 138 for(String line : lines) {
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/ |
H A D | MockLDAPConnection.java | 193 * @param lines 196 public final void importLDIF(String... lines) { argument 198 for (Entry entry : TestCaseUtils.makeEntries(lines)) {
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/server/ |
H A D | ConstraintTest.java | 540 private void addEntry(ResultCode expected, String... lines) throws Exception { argument 541 Entry entry = TestCaseUtils.makeEntry(lines);
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/ |
H A D | MockLDAPConnection.java | 192 * @param lines 195 public final void importLDIF(String... lines) { argument 197 for (Entry entry : TestCaseUtils.makeEntries(lines)) {
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/ |
H A D | ConstraintTest.java | 539 private void addEntry(ResultCode expected, String... lines) throws Exception { argument 540 Entry entry = TestCaseUtils.makeEntry(lines);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | PatternIP.java | 135 * @param lines The strings representing the valid netmasks. 137 private static void initNetMask(String... lines) { argument 138 for(String line : lines) {
|