Searched defs:getOptions (Results 1 - 25 of 118) sorted by relevance

12345

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DRequestedService.java181 public List getOptions() { method in class:RequestedService
188 * @see #getOptions()
H A DResourceOffering.java268 public List getOptions() { method in class:ResourceOffering
275 * @see #getOptions()
/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-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DRequestedService.java181 public List getOptions() { method in class:RequestedService
188 * @see #getOptions()
/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-console/src/main/java/com/sun/identity/console/ui/view/
H A DCCOrderedList.java107 protected String getOptions(OptionList optionList) { method in class:CCOrderedList
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIRequest.java87 public String[] getOptions() { method in class:CLIRequest
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIRequest.java87 public String[] getOptions() { method in class:CLIRequest
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/ui/view/
H A DCCOrderedList.java107 protected String getOptions(OptionList optionList) { method in class:CCOrderedList
/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/types/
H A DCollectiveVirtualAttribute.java78 public Set<String> getOptions() { method in class:CollectiveVirtualAttribute
79 return attribute.getOptions();
/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/types/
H A DCollectiveVirtualAttribute.java77 public Set<String> getOptions() { method in class:CollectiveVirtualAttribute
78 return attribute.getOptions();
/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/types/
H A DCollectiveVirtualAttribute.java78 public Set<String> getOptions() { method in class:CollectiveVirtualAttribute
79 return attribute.getOptions();
/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/types/
H A DCollectiveVirtualAttribute.java78 public Set<String> getOptions() { method in class:CollectiveVirtualAttribute
79 return attribute.getOptions();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java193 public Set<String> getOptions() method in class:HistoricalAttributeValue
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DCollectiveVirtualAttribute.java77 public Set<String> getOptions() { method in class:CollectiveVirtualAttribute
78 return attribute.getOptions();
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/
H A DQueryType.java174 com.sun.identity.liberty.ws.disco.jaxb.OptionsType getOptions(); method in interface:QueryType.RequestedServiceTypeType
H A DResourceOfferingType.java64 com.sun.identity.liberty.ws.disco.jaxb.OptionsType getOptions(); method in interface:ResourceOfferingType
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAuthConfigurationEntry.java161 public String getOptions() { method in class:AuthConfigurationEntry
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java169 private Set<String> getOptions() method in class:HistoricalAttributeValue
171 return attrDesc != null ? attrDesc.getOptions() : Collections.<String> emptySet();
232 builder.setOptions(getOptions());
281 for (String option : getOptions())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DCollectiveVirtualAttribute.java84 public Set<String> getOptions() { method in class:CollectiveVirtualAttribute
85 return attribute.getOptions();
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/
H A DQueryType.java174 com.sun.identity.liberty.ws.disco.jaxb.OptionsType getOptions(); method in interface:QueryType.RequestedServiceTypeType

Completed in 82 milliseconds

12345