Searched refs:select (Results 1 - 25 of 262) sorted by relevance

1234567891011

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/css/Specific/
H A DidentityService.css2 select{
H A DprotectResource.css5 select{
/forgerock/openam/openam-server-only/src/main/webapp/assets/css/Specific/
H A DidentityService.css2 select{
H A DprotectResource.css5 select{
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/impl/queue/
H A DQueueSelectorTest.java34 assertThat(QueueSelector.select(tokenId, 2)).isEqualTo(QueueSelector.select(tokenId, 2));
39 QueueSelector.select(tokenId, 0);
44 QueueSelector.select(null, 2);
50 int select = QueueSelector.select(Integer.toString(ii), 32);
51 assertThat(select).isGreaterThanOrEqualTo(0);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/impl/queue/
H A DQueueSelectorTest.java34 assertThat(QueueSelector.select(tokenId, 2)).isEqualTo(QueueSelector.select(tokenId, 2));
39 QueueSelector.select(tokenId, 0);
44 QueueSelector.select(null, 2);
50 int select = QueueSelector.select(Integer.toString(ii), 32);
51 assertThat(select).isGreaterThanOrEqualTo(0);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/
H A Dcontainer-core.css61 1) ".masked select" is used to prevent <SELECT> elements bleeding through
64 2) ".drag select" is used to hide <SELECT> elements when dragging a
67 3) "hide-select select" is appended to an Overlay instance's root HTML
72 .masked select,
73 .drag select,
74 .hide-select select {
80 .yui-panel-container select {
136 .hide-scrollbars select {
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/assets/
H A Dcontainer-core.css61 1) ".masked select" is used to prevent <SELECT> elements bleeding through
64 2) ".drag select" is used to hide <SELECT> elements when dragging a
67 3) "hide-select select" is appended to an Overlay instance's root HTML
72 .masked select,
73 .drag select,
74 .hide-select select {
80 .yui-panel-container select {
136 .hide-scrollbars select {
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/queue/
H A DQueueSelector.java38 public static int select(String tokenId, int queues) { method in class:QueueSelector
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTQueryItem.java71 private String select; field in class:DSTQueryItem
81 * @param select specifies the data the query should return
84 public DSTQueryItem (String select, String serviceNS) { argument
85 this.select = select;
91 * @param select specifies the data the query should return
99 public DSTQueryItem (String select, argument
103 this.select = select;
151 " or more than one select foun
322 appendPrefix(String select, String prefix) argument
[all...]
H A DDSTModification.java83 private String select; field in class:DSTModification
98 * @param select identifies the data service to be modified
103 public DSTModification(String select, argument
106 this.select = select;
154 " or more than one select found.");
158 select = XMLUtils.getElementValue((Element)list.item(0));
159 if(select == null) {
238 * Gets select element
239 * @return the select elemen
373 appendPrefix(String select, String prefix) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/queue/
H A DQueueSelector.java38 public static int select(String tokenId, int queues) { method in class:QueueSelector
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTQueryItem.java71 private String select; field in class:DSTQueryItem
81 * @param select specifies the data the query should return
84 public DSTQueryItem (String select, String serviceNS) { argument
85 this.select = select;
91 * @param select specifies the data the query should return
99 public DSTQueryItem (String select, argument
103 this.select = select;
151 " or more than one select foun
322 appendPrefix(String select, String prefix) argument
[all...]
H A DDSTModification.java83 private String select; field in class:DSTModification
98 * @param select identifies the data service to be modified
103 public DSTModification(String select, argument
106 this.select = select;
154 " or more than one select found.");
158 select = XMLUtils.getElementValue((Element)list.item(0));
159 if(select == null) {
238 * Gets select element
239 * @return the select elemen
373 appendPrefix(String select, String prefix) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DOperatorRulesView.js28 "change > select": "onSelect",
29 "onfocus select": "checkOptions",
30 "mousedown select": "checkOptions"
34 select: null,
56 self.select = self.$el.find("select");
59 self.select.focus().trigger("change");
72 this.select.focus().val(value).trigger("change");
103 select = dropbox.parent().children("select"),
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DOperatorRulesView.js28 "change > select": "onSelect",
29 "onfocus select": "checkOptions",
30 "mousedown select": "checkOptions"
34 select: null,
56 self.select = self.$el.find("select");
59 self.select.focus().trigger("change");
72 this.select.focus().val(value).trigger("change");
103 select = dropbox.parent().children("select"),
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/plugin/
H A DIDPPContainer.java63 * Gets the container attributes for a select expression.
64 * @param select select string.
65 * @return Set set of container attributes for the given select.
67 public Set getContainerAttributesForSelect(String select); argument
70 * Gets the data map for a given select and the data.
71 * @param select select expression.
73 * @return Map Attribute value pair for the given select and data.
76 public Map getDataMapForSelect(String select, Lis argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A Dfilter.less37 .select-filter {
61 .filter-group select {
83 .select-filter {
119 .filter-group select {
H A Dscheduler.less44 select, input {
49 select {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/plugin/
H A DIDPPContainer.java63 * Gets the container attributes for a select expression.
64 * @param select select string.
65 * @return Set set of container attributes for the given select.
67 public Set getContainerAttributesForSelect(String select); argument
70 * Gets the data map for a given select and the data.
71 * @param select select expression.
73 * @return Map Attribute value pair for the given select and data.
76 public Map getDataMapForSelect(String select, Lis argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPMsgContact.java186 * Gets the container attributes for a given select expression.
187 * @param select Select expression.
190 public Set getContainerAttributesForSelect(String select) { argument
197 * @param select Select expression.
199 * @return Attribute key value pair for the given select.
202 public Map getDataMapForSelect(String select, List data) argument
207 String filter = getMsgFilter(select);
360 * Gets the MsgContact filter from a given a select expression.
361 * @param select Select expression
364 private String getMsgFilter(String select) { argument
[all...]
H A DIDPPExtensionContainer.java121 * Gets the container attributes for a given select expression.
122 * @param select Select expression.
125 public Set getContainerAttributesForSelect(String select) { argument
132 String expContext = IDPPUtils.getExpressionContext(select);
142 String dsAttribute = getExtAttributeName(select);
151 * Gets the pp ds attribute name for a given select expression context.
152 * @param select Select expression.
155 private String getExtAttributeName(String select) { argument
161 String expContext = IDPPUtils.getExpressionContext(select);
175 * @param select Selec
180 getDataMapForSelect(String select, List data) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPMsgContact.java186 * Gets the container attributes for a given select expression.
187 * @param select Select expression.
190 public Set getContainerAttributesForSelect(String select) { argument
197 * @param select Select expression.
199 * @return Attribute key value pair for the given select.
202 public Map getDataMapForSelect(String select, List data) argument
207 String filter = getMsgFilter(select);
360 * Gets the MsgContact filter from a given a select expression.
361 * @param select Select expression
364 private String getMsgFilter(String select) { argument
[all...]
H A DIDPPExtensionContainer.java121 * Gets the container attributes for a given select expression.
122 * @param select Select expression.
125 public Set getContainerAttributesForSelect(String select) { argument
132 String expContext = IDPPUtils.getExpressionContext(select);
142 String dsAttribute = getExtAttributeName(select);
151 * Gets the pp ds attribute name for a given select expression context.
152 * @param select Select expression.
155 private String getExtAttributeName(String select) { argument
161 String expContext = IDPPUtils.getExpressionContext(select);
175 * @param select Selec
180 getDataMapForSelect(String select, List data) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/common/
H A DIDPPUtils.java268 * @param select string.
271 public static String getExpressionContext(String select) { argument
272 if(select == null || select.indexOf("/") == -1) {
275 int i = select.lastIndexOf("/");
277 select = select.substring(i+1);
279 if((i = select.indexOf(":")) == -1) {
280 return select;
282 return select
420 getResourceExpression(String select) argument
[all...]

Completed in 88 milliseconds

1234567891011