Searched refs:getOptions (Results 26 - 50 of 284) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/logdoc/
H A DLogMessages.java75 page = page.replaceAll("@ID_OPTIONS@", getOptions());
80 private String getOptions() { method in class:LogMessages
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeDescription.java63 return create(attr.getAttributeType(), attr.getOptions());
97 public Set<String> getOptions() method in class:AttributeDescription
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/logdoc/
H A DLogMessages.java75 page = page.replaceAll("@ID_OPTIONS@", getOptions());
80 private String getOptions() { method in class:LogMessages
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/
H A Djquery.autosize.input.min.js1 var Plugins;(function(n){var t=function(){function n(n){typeof n=="undefined"&&(n=30);this.space=n}return n}(),i;n.AutosizeInputOptions=t;i=function(){function n(t,i){var r=this;this._input=$(t);this._options=$.extend({},n.getDefaultOptions(),i);this._mirror=$('<span style="position:absolute; top:-999px; left:0; white-space:pre;"/>');$.each(["fontFamily","fontSize","fontWeight","fontStyle","letterSpacing","textTransform","wordSpacing","textIndent"],function(n,t){r._mirror[0].style[t]=r._input.css(t)});$("body").append(this._mirror);this._input.on("keydown keyup input propertychange change",function(){r.update()});(function(){r.update()})()}return n.prototype.getOptions=function(){return this._options},n.prototype.update=function(){var n=this._input.val()||"",t;n!==t (…)
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/libs/
H A Djquery.autosize.input.min.js1 var Plugins;(function(n){var t=function(){function n(n){typeof n=="undefined"&&(n=30);this.space=n}return n}(),i;n.AutosizeInputOptions=t;i=function(){function n(t,i){var r=this;this._input=$(t);this._options=$.extend({},n.getDefaultOptions(),i);this._mirror=$('<span style="position:absolute; top:-999px; left:0; white-space:pre;"/>');$.each(["fontFamily","fontSize","fontWeight","fontStyle","letterSpacing","textTransform","wordSpacing","textIndent"],function(n,t){r._mirror[0].style[t]=r._input.css(t)});$("body").append(this._mirror);this._input.on("keydown keyup input propertychange change",function(){r.update()});(function(){r.update()})()}return n.prototype.getOptions=function(){return this._options},n.prototype.update=function(){var n=this._input.val()||"",t;n!==t (…)
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DRequestContext.java86 String[] argv = request.getOptions();
88 String[] parentArgv = (parentRequest != null) ? parentRequest.getOptions() : null;
158 public Map getOptions() { method in class:RequestContext
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationChainsFilter.java129 String options = getOptions(entry);
140 private String getOptions(JsonValue entry) { method in class:AuthenticationChainsFilter
184 authChainEntry.add("options", parseOptions(entry.getOptions()).getObject());
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DRequestContext.java86 String[] argv = request.getOptions();
88 String[] parentArgv = (parentRequest != null) ? parentRequest.getOptions() : null;
158 public Map getOptions() { method in class:RequestContext
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationChainsFilter.java128 String options = getOptions(entry);
139 private String getOptions(JsonValue entry) { method in class:AuthenticationChainsFilter
183 authChainEntry.add("options", serializeOptions(entry.getOptions()).getObject());
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java268 a.getOptions());
273 if (! updatedAttr.optionsEqual(a.getOptions()))
482 a.getOptions());
487 if (! updatedAttr.optionsEqual(a.getOptions()))
911 a.getOptions());
916 if (! updatedAttr.optionsEqual(a.getOptions()))
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java268 a.getOptions());
273 if (! updatedAttr.optionsEqual(a.getOptions()))
482 a.getOptions());
487 if (! updatedAttr.optionsEqual(a.getOptions()))
911 a.getOptions());
916 if (! updatedAttr.optionsEqual(a.getOptions()))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DUniqueAttributePlugin.java261 a.getOptions());
266 if (! updatedAttr.optionsEqual(a.getOptions()))
463 a.getOptions());
468 if (! updatedAttr.optionsEqual(a.getOptions()))
865 a.getOptions());
870 if (! updatedAttr.optionsEqual(a.getOptions()))
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java194 public Set<String> getOptions() method in class:HistoricalAttributeValue
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java437 for (String o : a.getOptions())
449 for (String o : a.getOptions())
532 for (String o : a.getOptions())
544 for (String o : a.getOptions())
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DVirtualAttribute.java148 public Set<String> getOptions() method in class:VirtualAttribute
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java193 public Set<String> getOptions() method in class:HistoricalAttributeValue
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java436 for (String o : a.getOptions())
448 for (String o : a.getOptions())
531 for (String o : a.getOptions())
543 for (String o : a.getOptions())
/forgerock/opendj2/src/server/org/opends/server/types/
H A DVirtualAttribute.java147 public Set<String> getOptions() method in class:VirtualAttribute
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java194 public Set<String> getOptions() method in class:HistoricalAttributeValue
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java437 for (String o : a.getOptions())
449 for (String o : a.getOptions())
532 for (String o : a.getOptions())
544 for (String o : a.getOptions())
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DVirtualAttribute.java148 public Set<String> getOptions() method in class:VirtualAttribute
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java194 public Set<String> getOptions() method in class:HistoricalAttributeValue
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java437 for (String o : a.getOptions())
449 for (String o : a.getOptions())
532 for (String o : a.getOptions())
544 for (String o : a.getOptions())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DVirtualAttribute.java148 public Set<String> getOptions() method in class:VirtualAttribute
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java193 public Set<String> getOptions() method in class:HistoricalAttributeValue

Completed in 74 milliseconds

1234567891011>>