Searched refs:attributes (Results 201 - 225 of 1439) sorted by relevance

1234567891011>>

/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js32 * @param {Object} attributes The attribute(s) to be animated.
37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
44 this.init(el, attributes, duration, method);
144 var attributes = this.attributes;
152 if ( !isset(attributes[attr]['to']) && !isset(attributes[attr]['by']) ) {
156 start = ( isset(attributes[attr]['from']) ) ? attributes[att
[all...]
H A Danimation-min.js8 YAHOO.util.Anim=function(el,attributes,duration,method){if(!el){}
9 this.init(el,attributes,duration,method);};YAHOO.util.Anim.prototype={toString:function(){var el=this.getEl();var id=el.id||el.tagName||el;return("Anim "+id);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(attr,start,end){return this.method(this.currentFrame,start,end-start,this.totalFrames);},setAttribute:function(attr,val,unit){if(this.patterns.noNegatives.test(attr)){val=(val>0)?val:0;}
13 return'';},setRuntimeAttribute:function(attr){var start;var end;var attributes=this.attributes;this.runtimeAttributes[attr]={};var isset=function(prop){return(typeof prop!=='undefined');};if(!isset(attributes[attr]['to'])&&!isset(attributes[attr]['by'])){return false;}
14 start=(isset(attributes[attr]['from']))?attributes[attr]['from']:this.getAttribute(attr);if(isset(attributes[attr]['to'])){end=attributes[att
[all...]
H A Danimation.js32 * @param {Object} attributes The attribute(s) to be animated.
37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
43 this.init(el, attributes, duration, method);
143 var attributes = this.attributes;
151 if ( !isset(attributes[attr]['to']) && !isset(attributes[attr]['by']) ) {
155 start = ( isset(attributes[attr]['from']) ) ? attributes[att
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomObjectClassPanel.java151 private DoubleAddRemovePanel<AttributeType> attributes; field in class:CustomObjectClassPanel
283 attributes =
296 attributes.getAvailableListModel().setComparator(comparator);
297 attributes.getSelectedListModel1().setComparator(comparator);
298 attributes.getSelectedListModel2().setComparator(comparator);
335 c.add(attributes, gbc);
336 attributes.getAvailableLabel().setText(
338 attributes.getSelectedLabel1().setText(
340 attributes.getSelectedLabel2().setText(
343 attributes
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomObjectClassPanel.java150 private DoubleAddRemovePanel<AttributeType> attributes; field in class:CustomObjectClassPanel
282 attributes =
295 attributes.getAvailableListModel().setComparator(comparator);
296 attributes.getSelectedListModel1().setComparator(comparator);
297 attributes.getSelectedListModel2().setComparator(comparator);
334 c.add(attributes, gbc);
335 attributes.getAvailableLabel().setText(
337 attributes.getSelectedLabel1().setText(
339 attributes.getSelectedLabel2().setText(
342 attributes
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomObjectClassPanel.java151 private DoubleAddRemovePanel<AttributeType> attributes; field in class:CustomObjectClassPanel
283 attributes =
296 attributes.getAvailableListModel().setComparator(comparator);
297 attributes.getSelectedListModel1().setComparator(comparator);
298 attributes.getSelectedListModel2().setComparator(comparator);
335 c.add(attributes, gbc);
336 attributes.getAvailableLabel().setText(
338 attributes.getSelectedLabel1().setText(
340 attributes.getSelectedLabel2().setText(
343 attributes
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomObjectClassPanel.java150 private DoubleAddRemovePanel<AttributeType> attributes; field in class:CustomObjectClassPanel
282 attributes =
295 attributes.getAvailableListModel().setComparator(comparator);
296 attributes.getSelectedListModel1().setComparator(comparator);
297 attributes.getSelectedListModel2().setComparator(comparator);
334 c.add(attributes, gbc);
335 attributes.getAvailableLabel().setText(
337 attributes.getSelectedLabel1().setText(
339 attributes.getSelectedLabel2().setText(
342 attributes
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomObjectClassPanel.java151 private DoubleAddRemovePanel<AttributeType> attributes; field in class:CustomObjectClassPanel
283 attributes =
296 attributes.getAvailableListModel().setComparator(comparator);
297 attributes.getSelectedListModel1().setComparator(comparator);
298 attributes.getSelectedListModel2().setComparator(comparator);
335 c.add(attributes, gbc);
336 attributes.getAvailableLabel().setText(
338 attributes.getSelectedLabel1().setText(
340 attributes.getSelectedLabel2().setText(
343 attributes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DCustomObjectClassPanel.java143 private DoubleAddRemovePanel<AttributeType> attributes; field in class:CustomObjectClassPanel
274 attributes = new DoubleAddRemovePanel<>(0, AttributeType.class);
285 attributes.getAvailableListModel().setComparator(comparator);
286 attributes.getSelectedListModel1().setComparator(comparator);
287 attributes.getSelectedListModel2().setComparator(comparator);
324 c.add(attributes, gbc);
325 attributes.getAvailableLabel().setText(
327 attributes.getSelectedLabel1().setText(
329 attributes.getSelectedLabel2().setText(
332 attributes
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java164 // Calculate the total number of LDAP attributes in this entry.
171 // The add operation changes the attributes, so let's duplicate the entry.
496 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
497 attributes.add("+");
511 attributes, null);
527 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
528 attributes.add("*");
529 attributes.add("+");
543 attributes, null);
562 LinkedHashSet<String> attributes
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java142 // Calculate the total number of LDAP attributes in this entry.
149 // The add operation changes the attributes, so let's duplicate the entry.
473 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
474 attributes.add("+");
488 attributes, null);
504 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
505 attributes.add("*");
506 attributes.add("+");
520 attributes, null);
539 LinkedHashSet<String> attributes
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java164 // Calculate the total number of LDAP attributes in this entry.
171 // The add operation changes the attributes, so let's duplicate the entry.
496 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
497 attributes.add("+");
511 attributes, null);
527 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
528 attributes.add("*");
529 attributes.add("+");
543 attributes, null);
562 LinkedHashSet<String> attributes
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java142 // Calculate the total number of LDAP attributes in this entry.
149 // The add operation changes the attributes, so let's duplicate the entry.
473 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
474 attributes.add("+");
488 attributes, null);
504 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
505 attributes.add("*");
506 attributes.add("+");
520 attributes, null);
539 LinkedHashSet<String> attributes
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java164 // Calculate the total number of LDAP attributes in this entry.
171 // The add operation changes the attributes, so let's duplicate the entry.
496 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
497 attributes.add("+");
511 attributes, null);
527 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
528 attributes.add("*");
529 attributes.add("+");
543 attributes, null);
562 LinkedHashSet<String> attributes
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java60 * It includes a DN and a set of attributes.
89 /** The set of operational attributes for this entry. */
92 /** The set of user attributes for this entry. */
96 * The set of suppressed real attributes for this entry. It contains real
97 * attributes that have been overridden by virtual attributes.
130 * @param userAttributes The set of user attributes for
133 * attributes with that type.
134 * @param operationalAttributes The set of operational attributes
137 * list of attributes wit
622 putAttributes(AttributeType attrType, List<Attribute> attributes) argument
1148 onlyKeepAttributesWithAllOptions(List<Attribute> attributes, Set<String> options) argument
3398 resolveCollectiveConflict( CollectiveConflictBehavior conflictBehavior, Attribute collectiveAttr, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3495 resolveVirtualConflict(VirtualAttributeRule rule, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3623 encodeAttributes(ByteStringBuilder buffer, Map<AttributeType,List<Attribute>> attributes, EntryEncodeConfig config) argument
4077 addLinesForAttributes(List<StringBuilder> ldifLines, Map<AttributeType, List<Attribute>> attributes) argument
4277 writeLDIFLines(Map<AttributeType, List<Attribute>> attributes, final boolean typesOnly, String attributeType, LDIFExportConfig exportConfig, BufferedWriter writer, int wrapColumn, boolean wrapLines) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java60 * It includes a DN and a set of attributes.
89 /** The set of operational attributes for this entry. */
92 /** The set of user attributes for this entry. */
96 * The set of suppressed real attributes for this entry. It contains real
97 * attributes that have been overridden by virtual attributes.
130 * @param userAttributes The set of user attributes for
133 * attributes with that type.
134 * @param operationalAttributes The set of operational attributes
137 * list of attributes wit
622 putAttributes(AttributeType attrType, List<Attribute> attributes) argument
1148 onlyKeepAttributesWithAllOptions(List<Attribute> attributes, Set<String> options) argument
3398 resolveCollectiveConflict( CollectiveConflictBehavior conflictBehavior, Attribute collectiveAttr, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3495 resolveVirtualConflict(VirtualAttributeRule rule, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3623 encodeAttributes(ByteStringBuilder buffer, Map<AttributeType,List<Attribute>> attributes, EntryEncodeConfig config) argument
4077 addLinesForAttributes(List<StringBuilder> ldifLines, Map<AttributeType, List<Attribute>> attributes) argument
4277 writeLDIFLines(Map<AttributeType, List<Attribute>> attributes, final boolean typesOnly, String attributeType, LDIFExportConfig exportConfig, BufferedWriter writer, int wrapColumn, boolean wrapLines) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java49 * Flags that is set if all user attributes pattern seen "*".
54 * Flags that is set if all operational attributes pattern seen "+".
61 private HashSet<AttributeType> attributes = new HashSet<AttributeType>(); field in class:TargetAttr
81 * @param attrString A string representing the attributes specified in
124 * to attribute types and adds them to either the user attributes HashSet or
125 * the operational attributes HashSet. Also, scan for the shorthand tokens
126 * "*" for all user attributes and "+" for all operational attributes.
162 attributes.add(attributeType);
178 * @return True if all attributes wa
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java49 * Flags that is set if all user attributes pattern seen "*".
54 * Flags that is set if all operational attributes pattern seen "+".
61 private HashSet<AttributeType> attributes = new HashSet<AttributeType>(); field in class:TargetAttr
81 * @param attrString A string representing the attributes specified in
124 * to attribute types and adds them to either the user attributes HashSet or
125 * the operational attributes HashSet. Also, scan for the shorthand tokens
126 * "*" for all user attributes and "+" for all operational attributes.
162 attributes.add(attributeType);
178 * @return True if all attributes wa
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSTSInstanceConfig.java163 Map<String, Set<String>> attributes = MapMarshallUtils.toSmsMap(toJson().asMap());
169 attributes.remove(SAML2_CONFIG);
170 attributes.putAll(saml2Config.marshalToAttributeMap());
173 attributes.remove(OIDC_ID_TOKEN_CONFIG);
174 attributes.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
176 return attributes;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDefaultAttributeMapper.java54 * The default implementation reads the assertion attributes and
56 * local configuration. The attributes will be populated to the
59 * attributes in the assertion themselves will be populated.
93 Map attributes = IDFFMetaUtils.getAttributes(spConfig);
95 attributes.get(IFSConstants.SP_ATTRIBUTE_MAP));
111 List attributes = statement.getAttribute();
112 if (attributes == null || attributes.size() == 0) {
116 Iterator iter1 = attributes.iterator();
H A DFSDefaultRealmAttributeMapper.java54 * The default implementation reads the assertion attributes and
56 * local configuration. The attributes will be populated to the
59 * attributes in the assertion themselves will be populated.
95 Map attributes = IDFFMetaUtils.getAttributes(spConfig);
97 attributes.get(IFSConstants.SP_ATTRIBUTE_MAP));
113 List attributes = statement.getAttribute();
114 if (attributes == null || attributes.size() == 0) {
118 Iterator iter1 = attributes.iterator();
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample3/tools/
H A DSchemaScript.groovy68 attributes {
81 attributes {
90 attributes {
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSTSInstanceConfig.java163 Map<String, Set<String>> attributes = MapMarshallUtils.toSmsMap(toJson().asMap());
169 attributes.remove(SAML2_CONFIG);
170 attributes.putAll(saml2Config.marshalToAttributeMap());
173 attributes.remove(OIDC_ID_TOKEN_CONFIG);
174 attributes.putAll(openIdConnectTokenConfig.marshalToAttributeMap());
176 return attributes;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDefaultAttributeMapper.java54 * The default implementation reads the assertion attributes and
56 * local configuration. The attributes will be populated to the
59 * attributes in the assertion themselves will be populated.
93 Map attributes = IDFFMetaUtils.getAttributes(spConfig);
95 attributes.get(IFSConstants.SP_ATTRIBUTE_MAP));
111 List attributes = statement.getAttribute();
112 if (attributes == null || attributes.size() == 0) {
116 Iterator iter1 = attributes.iterator();
H A DFSDefaultRealmAttributeMapper.java54 * The default implementation reads the assertion attributes and
56 * local configuration. The attributes will be populated to the
59 * attributes in the assertion themselves will be populated.
95 Map attributes = IDFFMetaUtils.getAttributes(spConfig);
97 attributes.get(IFSConstants.SP_ATTRIBUTE_MAP));
113 List attributes = statement.getAttribute();
114 if (attributes == null || attributes.size() == 0) {
118 Iterator iter1 = attributes.iterator();

Completed in 277 milliseconds

1234567891011>>