Searched refs:arguments (Results 1 - 25 of 489) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/test/qunit/mocks/mapping/
H A DlinkQualifierProperties.js25 deps = arguments;
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DIToolsOptionHandler.java37 public boolean checkArguments(List arguments); argument
39 public void handleRequest(List arguments); argument
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/
H A DIToolsOptionHandler.java37 public boolean checkArguments(List arguments); argument
39 public void handleRequest(List arguments); argument
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptException.java36 * @param arguments Arguments used in the message associated with the error code.
38 public ScriptException(ScriptErrorCode errorCode, Throwable cause, String... arguments) { argument
39 super(RESOURCE_BUNDLE, errorCode.name(), arguments);
47 * @param arguments Arguments used in the message associated with the error code.
49 public ScriptException(ScriptErrorCode errorCode, String... arguments) { argument
50 this(errorCode, null, arguments);
67 * @param arguments Arguments used in the message associated with the error code.
71 String... arguments) {
72 final ScriptException exception = new ScriptException(errorCode, cause, arguments);
83 * @param arguments Argument
70 createAndLogError(Logger logger, ScriptErrorCode errorCode, Throwable cause, String... arguments) argument
86 createAndLogDebug(Logger logger, ScriptErrorCode errorCode, Throwable cause, String... arguments) argument
101 createAndLogError(Logger logger, ScriptErrorCode errorCode, String... arguments) argument
115 createAndLogDebug(Logger logger, ScriptErrorCode errorCode, String... arguments) argument
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptException.java36 * @param arguments Arguments used in the message associated with the error code.
38 public ScriptException(ScriptErrorCode errorCode, Throwable cause, String... arguments) { argument
39 super(RESOURCE_BUNDLE, errorCode.name(), arguments);
47 * @param arguments Arguments used in the message associated with the error code.
49 public ScriptException(ScriptErrorCode errorCode, String... arguments) { argument
50 this(errorCode, null, arguments);
67 * @param arguments Arguments used in the message associated with the error code.
71 String... arguments) {
72 final ScriptException exception = new ScriptException(errorCode, cause, arguments);
83 * @param arguments Argument
70 createAndLogError(Logger logger, ScriptErrorCode errorCode, Throwable cause, String... arguments) argument
86 createAndLogDebug(Logger logger, ScriptErrorCode errorCode, Throwable cause, String... arguments) argument
101 createAndLogError(Logger logger, ScriptErrorCode errorCode, String... arguments) argument
115 createAndLogDebug(Logger logger, ScriptErrorCode errorCode, String... arguments) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java100 * @param arguments The set of arguments provided for this tag.
110 String[] arguments, int lineNumber,
114 initializeInternal(templateFile, arguments, lineNumber);
125 * @param arguments The set of arguments provided for this tag.
135 Template template, String[] arguments,
139 initializeInternal(templateFile, arguments, lineNumber);
148 * @param arguments The set of arguments provide
109 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
134 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
155 initializeInternal(TemplateFile templateFile, String[] arguments, int lineNumber) argument
[all...]
H A DIfAbsentTag.java102 * @param arguments The set of arguments provided for this tag.
112 String[] arguments, int lineNumber,
116 if ((arguments.length < 1) || (arguments.length > 2))
119 getName(), lineNumber, 1, 2, arguments.length);
123 String lowerName = toLowerCase(arguments[0]);
128 ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE.get(arguments[0], lineNumber);
132 if (arguments.length == 2)
134 assertionValue = arguments[
111 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
159 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfPresentTag.java102 * @param arguments The set of arguments provided for this tag.
112 String[] arguments, int lineNumber,
116 if ((arguments.length < 1) || (arguments.length > 2))
119 getName(), lineNumber, 1, 2, arguments.length);
123 String lowerName = toLowerCase(arguments[0]);
128 ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE.get(arguments[0], lineNumber);
132 if (arguments.length == 2)
134 assertionValue = arguments[
111 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
159 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java99 * @param arguments The set of arguments provided for this tag.
109 String[] arguments, int lineNumber,
113 initializeInternal(templateFile, arguments, lineNumber);
124 * @param arguments The set of arguments provided for this tag.
134 Template template, String[] arguments,
138 initializeInternal(templateFile, arguments, lineNumber);
147 * @param arguments The set of arguments provide
108 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
133 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
154 initializeInternal(TemplateFile templateFile, String[] arguments, int lineNumber) argument
[all...]
H A DIfAbsentTag.java101 * @param arguments The set of arguments provided for this tag.
111 String[] arguments, int lineNumber,
115 if ((arguments.length < 1) || (arguments.length > 2))
118 getName(), lineNumber, 1, 2, arguments.length);
122 String lowerName = toLowerCase(arguments[0]);
127 ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE.get(arguments[0], lineNumber);
131 if (arguments.length == 2)
133 assertionValue = arguments[
110 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
158 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfPresentTag.java101 * @param arguments The set of arguments provided for this tag.
111 String[] arguments, int lineNumber,
115 if ((arguments.length < 1) || (arguments.length > 2))
118 getName(), lineNumber, 1, 2, arguments.length);
122 String lowerName = toLowerCase(arguments[0]);
127 ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE.get(arguments[0], lineNumber);
131 if (arguments.length == 2)
133 assertionValue = arguments[
110 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
158 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java100 * @param arguments The set of arguments provided for this tag.
110 String[] arguments, int lineNumber,
114 initializeInternal(templateFile, arguments, lineNumber);
125 * @param arguments The set of arguments provided for this tag.
135 Template template, String[] arguments,
139 initializeInternal(templateFile, arguments, lineNumber);
148 * @param arguments The set of arguments provide
109 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
134 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
155 initializeInternal(TemplateFile templateFile, String[] arguments, int lineNumber) argument
[all...]
H A DIfAbsentTag.java102 * @param arguments The set of arguments provided for this tag.
112 String[] arguments, int lineNumber,
116 if ((arguments.length < 1) || (arguments.length > 2))
119 getName(), lineNumber, 1, 2, arguments.length);
123 String lowerName = toLowerCase(arguments[0]);
128 ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE.get(arguments[0], lineNumber);
132 if (arguments.length == 2)
134 assertionValue = arguments[
111 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
159 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
[all...]
H A DIfPresentTag.java102 * @param arguments The set of arguments provided for this tag.
112 String[] arguments, int lineNumber,
116 if ((arguments.length < 1) || (arguments.length > 2))
119 getName(), lineNumber, 1, 2, arguments.length);
123 String lowerName = toLowerCase(arguments[0]);
128 ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE.get(arguments[0], lineNumber);
132 if (arguments.length == 2)
134 assertionValue = arguments[
111 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
159 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java100 * @param arguments The set of arguments provided for this tag.
110 String[] arguments, int lineNumber,
114 initializeInternal(templateFile, arguments, lineNumber);
125 * @param arguments The set of arguments provided for this tag.
135 Template template, String[] arguments,
139 initializeInternal(templateFile, arguments, lineNumber);
148 * @param arguments The set of arguments provide
109 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
134 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
155 initializeInternal(TemplateFile templateFile, String[] arguments, int lineNumber) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java99 * @param arguments The set of arguments provided for this tag.
109 String[] arguments, int lineNumber,
113 initializeInternal(templateFile, arguments, lineNumber);
124 * @param arguments The set of arguments provided for this tag.
134 Template template, String[] arguments,
138 initializeInternal(templateFile, arguments, lineNumber);
147 * @param arguments The set of arguments provide
108 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<Message> warnings) argument
133 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<Message> warnings) argument
154 initializeInternal(TemplateFile templateFile, String[] arguments, int lineNumber) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DSequentialTag.java100 * @param arguments The set of arguments provided for this tag.
110 String[] arguments, int lineNumber,
114 initializeInternal(templateFile, arguments, lineNumber);
125 * @param arguments The set of arguments provided for this tag.
135 Template template, String[] arguments,
139 initializeInternal(templateFile, arguments, lineNumber);
148 * @param arguments The set of arguments provide
109 initializeForBranch(TemplateFile templateFile, Branch branch, String[] arguments, int lineNumber, List<LocalizableMessage> warnings) argument
134 initializeForTemplate(TemplateFile templateFile, Template template, String[] arguments, int lineNumber, List<LocalizableMessage> warnings) argument
155 initializeInternal(TemplateFile templateFile, String[] arguments, int lineNumber) argument
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java51 private final String[] arguments; field in class:QueryException
58 * @param arguments Arguments used in the message associated with the error code.
61 public QueryException(QueryErrorCode errorCode, Throwable cause, String... arguments) { argument
64 this.arguments = arguments;
65 this.message = translateMessage(Locale.ENGLISH, errorCode.name(), arguments);
72 * @param arguments Arguments used in the message associated with the error code.
74 public QueryException(QueryErrorCode errorCode, String... arguments) { argument
75 this(errorCode, null, arguments);
80 return locale == null ? message : translateMessage(locale, errorCode.name(), arguments);
83 translateMessage(Locale locale, String errorCode, String... arguments) argument
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryException.java51 private final String[] arguments; field in class:QueryException
58 * @param arguments Arguments used in the message associated with the error code.
61 public QueryException(QueryErrorCode errorCode, Throwable cause, String... arguments) { argument
64 this.arguments = arguments;
65 this.message = translateMessage(Locale.ENGLISH, errorCode.name(), arguments);
72 * @param arguments Arguments used in the message associated with the error code.
74 public QueryException(QueryErrorCode errorCode, String... arguments) { argument
75 this(errorCode, null, arguments);
80 return locale == null ? message : translateMessage(locale, errorCode.name(), arguments);
83 translateMessage(Locale locale, String errorCode, String... arguments) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DInvokableMethod.java71 // The set of arguments for this method.
72 private ConfigAttribute[] arguments; field in class:InvokableMethod
92 * @param arguments The object types for this
93 * method's arguments.
104 ConfigAttribute[] arguments,
115 if (arguments == null)
117 this.arguments = new ConfigAttribute[0];
121 this.arguments = arguments;
152 * Retrieves the set of arguments fo
103 InvokableMethod(String name, String description, ConfigAttribute[] arguments, String returnType, boolean retrievesComponentInfo, boolean updatesComponentInfo) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DInvokableMethod.java70 // The set of arguments for this method.
71 private ConfigAttribute[] arguments; field in class:InvokableMethod
91 * @param arguments The object types for this
92 * method's arguments.
103 ConfigAttribute[] arguments,
114 if (arguments == null)
116 this.arguments = new ConfigAttribute[0];
120 this.arguments = arguments;
151 * Retrieves the set of arguments fo
102 InvokableMethod(String name, String description, ConfigAttribute[] arguments, String returnType, boolean retrievesComponentInfo, boolean updatesComponentInfo) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DInvokableMethod.java71 // The set of arguments for this method.
72 private ConfigAttribute[] arguments; field in class:InvokableMethod
92 * @param arguments The object types for this
93 * method's arguments.
104 ConfigAttribute[] arguments,
115 if (arguments == null)
117 this.arguments = new ConfigAttribute[0];
121 this.arguments = arguments;
152 * Retrieves the set of arguments fo
103 InvokableMethod(String name, String description, ConfigAttribute[] arguments, String returnType, boolean retrievesComponentInfo, boolean updatesComponentInfo) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DInvokableMethod.java71 // The set of arguments for this method.
72 private ConfigAttribute[] arguments; field in class:InvokableMethod
92 * @param arguments The object types for this
93 * method's arguments.
104 ConfigAttribute[] arguments,
115 if (arguments == null)
117 this.arguments = new ConfigAttribute[0];
121 this.arguments = arguments;
152 * Retrieves the set of arguments fo
103 InvokableMethod(String name, String description, ConfigAttribute[] arguments, String returnType, boolean retrievesComponentInfo, boolean updatesComponentInfo) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DInvokableMethod.java70 // The set of arguments for this method.
71 private ConfigAttribute[] arguments; field in class:InvokableMethod
91 * @param arguments The object types for this
92 * method's arguments.
103 ConfigAttribute[] arguments,
114 if (arguments == null)
116 this.arguments = new ConfigAttribute[0];
120 this.arguments = arguments;
151 * Retrieves the set of arguments fo
102 InvokableMethod(String name, String description, ConfigAttribute[] arguments, String returnType, boolean retrievesComponentInfo, boolean updatesComponentInfo) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DInvokableMethod.java69 /** The set of arguments for this method. */
70 private ConfigAttribute[] arguments; field in class:InvokableMethod
90 * @param arguments The object types for this
91 * method's arguments.
102 ConfigAttribute[] arguments,
113 if (arguments == null)
115 this.arguments = new ConfigAttribute[0];
119 this.arguments = arguments;
150 * Retrieves the set of arguments fo
101 InvokableMethod(String name, String description, ConfigAttribute[] arguments, String returnType, boolean retrievesComponentInfo, boolean updatesComponentInfo) argument
[all...]

Completed in 64 milliseconds

1234567891011>>