Searched refs:templatePath (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DLdifFileWriter.java68 * @param templatePath The path to the makeldif template file.
78 String templatePath)
83 template.parse(templatePath, warnings);
76 makeLdif(String ldifPath, String resourcePath, String templatePath) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java69 * @param templatePath The path to the makeldif template file.
79 String templatePath)
84 template.parse(templatePath, warnings);
77 makeLdif(String ldifPath, String resourcePath, String templatePath) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java68 * @param templatePath The path to the makeldif template file.
78 String templatePath)
83 template.parse(templatePath, warnings);
76 makeLdif(String ldifPath, String resourcePath, String templatePath) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java69 * @param templatePath The path to the makeldif template file.
79 String templatePath)
84 template.parse(templatePath, warnings);
77 makeLdif(String ldifPath, String resourcePath, String templatePath) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java68 * @param templatePath The path to the makeldif template file.
78 String templatePath)
83 template.parse(templatePath, warnings);
76 makeLdif(String ldifPath, String resourcePath, String templatePath) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DLdifFileWriter.java69 * @param templatePath The path to the makeldif template file.
79 String templatePath)
84 template.parse(templatePath, warnings);
77 makeLdif(String ldifPath, String resourcePath, String templatePath) argument
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/
H A Dmain-authorize.js134 templatePaths = _.map(templatePaths, function (templatePath) {
135 return `text!${themePath}${templatePath}`;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java159 StringArgument templatePath;
192 templatePath =
197 argParser.addArgument(templatePath);
346 templateFile.parse(templatePath.getValue(), warnings);
H A DTemplateFile.java122 private String templatePath; field in class:TemplateFile
165 templatePath = null;
600 templatePath = null;
609 templatePath = f.getParentFile().getAbsolutePath();
1693 if (templatePath != null)
1695 newPath = templatePath = File.separator + path;
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java137 StringArgument templatePath;
170 templatePath =
175 argParser.addArgument(templatePath);
324 templateFile.parse(templatePath.getValue(), warnings);
H A DTemplateFile.java121 private String templatePath; field in class:TemplateFile
164 templatePath = null;
599 templatePath = null;
608 templatePath = f.getParentFile().getAbsolutePath();
1692 if (templatePath != null)
1694 newPath = templatePath = File.separator + path;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java159 StringArgument templatePath;
192 templatePath =
197 argParser.addArgument(templatePath);
346 templateFile.parse(templatePath.getValue(), warnings);
H A DTemplateFile.java122 private String templatePath; field in class:TemplateFile
165 templatePath = null;
600 templatePath = null;
609 templatePath = f.getParentFile().getAbsolutePath();
1693 if (templatePath != null)
1695 newPath = templatePath = File.separator + path;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java159 StringArgument templatePath;
192 templatePath =
197 argParser.addArgument(templatePath);
346 templateFile.parse(templatePath.getValue(), warnings);
H A DTemplateFile.java122 private String templatePath; field in class:TemplateFile
165 templatePath = null;
600 templatePath = null;
609 templatePath = f.getParentFile().getAbsolutePath();
1693 if (templatePath != null)
1695 newPath = templatePath = File.separator + path;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIF.java137 StringArgument templatePath;
170 templatePath =
175 argParser.addArgument(templatePath);
324 templateFile.parse(templatePath.getValue(), warnings);
H A DTemplateFile.java121 private String templatePath; field in class:TemplateFile
164 templatePath = null;
599 templatePath = null;
608 templatePath = f.getParentFile().getAbsolutePath();
1692 if (templatePath != null)
1694 newPath = templatePath = File.separator + path;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DMakeLDIF.java164 StringArgument templatePath;
197 templatePath =
202 argParser.addArgument(templatePath);
337 templateFile.parse(templatePath.getValue(), warnings);
H A DTemplateFile.java110 private String templatePath; field in class:TemplateFile
564 templatePath = null;
571 templatePath = f.getParentFile().getAbsolutePath();
1612 if (templatePath != null)
1614 newPath = templatePath = File.separator + path;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java131 public static final String templatePath = field in class:AuthClientUtils
2044 fileName, templatePath);
2047 .append(templatePath)
2104 String orgFilePath,String filePath,String filename,String templatePath,
2116 templatePath);
2123 templatePath);
2243 filePath,fileName,templatePath,servletContext,servletRequest);
2247 .append(templatePath)
2103 getResourceLocation(String fileRoot, String localeName, String orgFilePath,String filePath,String filename,String templatePath, ServletContext servletContext,HttpServletRequest request) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java96 private static final String templatePath = field in class:FSServiceUtils
891 return getBaseURL(request) + templatePath + Constants.FILE_SEPARATOR +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java131 public static final String templatePath = field in class:AuthClientUtils
2047 fileName, templatePath);
2050 .append(templatePath)
2107 String orgFilePath,String filePath,String filename,String templatePath,
2119 templatePath);
2126 templatePath);
2246 filePath,fileName,templatePath,servletContext,servletRequest);
2250 .append(templatePath)
2106 getResourceLocation(String fileRoot, String localeName, String orgFilePath,String filePath,String filename,String templatePath, ServletContext servletContext,HttpServletRequest request) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java96 private static final String templatePath = field in class:FSServiceUtils
891 return getBaseURL(request) + templatePath + Constants.FILE_SEPARATOR +
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java866 templatePath);
868 templateFile = new StringBuffer().append(templatePath)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java796 templatePath);
798 templateFile = new StringBuffer().append(templatePath)

Completed in 381 milliseconds

12