Searched +refs:val +refs:match (Results 1 - 25 of 95) sorted by relevance

1234

/forgerock/openidm-v4/openidm-ui/openidm-ui-enduser/src/main/js/config/validators/
H A DSelfServiceValidators.js28 var v = $(input).val();
33 if(!v.match(/^([0-9]+)$/)) {
45 var v = $(input).val();
46 if(v !== "" && !v.match(/^([0-9]+)$/)) {
59 var valueToReplace, date, v = $(input).val(), dateFormat = $(input).parent().find('[name=dateFormat]').val();
71 $(input).val(valueToReplace);
86 var valueToReplace, date, v = $(input).val(), dateFormat = $(input).parent().find('[name=dateFormat]').val();
95 $(input).val(valueToReplac
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DFilterEditor.js99 node.op = field.val();
112 if (field.parent().siblings(".tag-body").find(".tag").val() === "extensibleMatchAND") {
113 node.extensible.matchType=field.val();
114 node.name = field.val() + ":1.2.840.113556.1.4.803";
115 } else if (field.parent().siblings(".tag-body").find(".tag").val() === "extensibleMatchOR") {
116 node.extensible.matchType = field.val();
117 node.name = field.val() + ":1.2.840.113556.1.4.804";
119 node.name = field.val();
124 switch (field.val()) {
128 matchType: field.parent().siblings(".name-body").find(".name").val(),
[all...]
/forgerock/web-agents-v4/zlib/
H A Ddeflate.c18 * string matches are performed only when the previous match ends. So it
22 * is used to find longer strings when a small match has been found.
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
796 int val; local
806 val = 1;
810 val = s->gzhead->name[s->gzindex++];
811 put_byte(s, val);
827 int val; local
1154 register Bytef *match; /* matched string */ local
1302 register Bytef *match; /* matched string */ local
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js789 var match, elem, m, nodeType,
810 if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
812 if ( (m = match[1]) ) {
837 } else if ( match[2] ) {
842 } else if ( (m = match[3]) && support.getElementsByClassName ) {
1482 val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?
1486 return val !== undefined ?
1487 val :
1490 (val = elem.getAttributeNode(name)) && val
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java440 Match match = new Match();
441 matchList.add(match);
442 match.setMatchId("user-subject-match");
461 match.setAttributeValue(attributeValue);
462 match.setAttributeDesignator(attributeDesignator);
479 Match match = new Match();
480 matchList.add(match);
481 match.setMatchId(XACMLConstants.JSON_SUBJECT_MATCH);
503 match
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java448 Match match = new Match();
449 matchList.add(match);
450 match.setMatchId("user-subject-match");
469 match.setAttributeValue(attributeValue);
470 match.setAttributeDesignator(attributeDesignator);
487 Match match = new Match();
488 matchList.add(match);
489 match.setMatchId(XACMLConstants.JSON_SUBJECT_MATCH);
511 match
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java455 boolean match = false;
487 match = true;
490 return match;
513 boolean match = false;
531 while ((line != null) && !match) {
532 match = matchPattern(line, pattern, matchBegin,
538 if (match) {
575 boolean match = false;
589 while ((line != null) && !match) {
590 match
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java455 boolean match = false;
487 match = true;
490 return match;
513 boolean match = false;
531 while ((line != null) && !match) {
532 match = matchPattern(line, pattern, matchBegin,
538 if (match) {
575 boolean match = false;
589 while ((line != null) && !match) {
590 match
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java120 String val = ((String) it.next()).trim();
127 if ( (values.size() == 1) && (val.length() == 0) ) {
130 if (!mailValidator.validate(val)) {
288 String val = (it.hasNext()) ? (String) it.next() : null;
289 if (val == null) {
293 if (array[i].equalsIgnoreCase(val)) {
328 boolean match = false;
332 match = true;
336 if (!match) {
412 "sms-attribute-values-does-not-match
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java120 String val = ((String) it.next()).trim();
127 if ( (values.size() == 1) && (val.length() == 0) ) {
130 if (!mailValidator.validate(val)) {
288 String val = (it.hasNext()) ? (String) it.next() : null;
289 if (val == null) {
293 if (array[i].equalsIgnoreCase(val)) {
328 boolean match = false;
332 match = true;
336 if (!match) {
412 "sms-attribute-values-does-not-match
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAddressMask.java57 * or contains an ':'). HOST - hostname match (foo.sun.com) HOSTPATTERN - host
58 * pattern match (begin with '.') ALLWILDCARD - *.*.*.* (first HOST is applied
113 if (mask.match(address))
255 * Main match function that determines which rule-type match function to use.
259 * @return <CODE>true</CODE>if one of the match functions found a match or
262 private boolean match(final InetAddress address) method in class:AddressMask
285 // first try ipv4 addr match, then hostname
299 * Try to match remot
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAddressMask.java56 * or contains an ':'). HOST - hostname match (foo.sun.com) HOSTPATTERN - host
57 * pattern match (begin with '.') ALLWILDCARD - *.*.*.* (first HOST is applied
112 if (mask.match(address))
254 * Main match function that determines which rule-type match function to use.
258 * @return <CODE>true</CODE>if one of the match functions found a match or
261 private boolean match(final InetAddress address) method in class:AddressMask
284 // first try ipv4 addr match, then hostname
298 * Try to match remot
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAddressMask.java57 * or contains an ':'). HOST - hostname match (foo.sun.com) HOSTPATTERN - host
58 * pattern match (begin with '.') ALLWILDCARD - *.*.*.* (first HOST is applied
113 if (mask.match(address))
255 * Main match function that determines which rule-type match function to use.
259 * @return <CODE>true</CODE>if one of the match functions found a match or
262 private boolean match(final InetAddress address) method in class:AddressMask
285 // first try ipv4 addr match, then hostname
299 * Try to match remot
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAddressMask.java57 * or contains an ':'). HOST - hostname match (foo.sun.com) HOSTPATTERN - host
58 * pattern match (begin with '.') ALLWILDCARD - *.*.*.* (first HOST is applied
113 if (mask.match(address))
255 * Main match function that determines which rule-type match function to use.
259 * @return <CODE>true</CODE>if one of the match functions found a match or
262 private boolean match(final InetAddress address) method in class:AddressMask
285 // first try ipv4 addr match, then hostname
299 * Try to match remot
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAddressMask.java56 * or contains an ':'). HOST - hostname match (foo.sun.com) HOSTPATTERN - host
57 * pattern match (begin with '.') ALLWILDCARD - *.*.*.* (first HOST is applied
112 if (mask.match(address))
254 * Main match function that determines which rule-type match function to use.
258 * @return <CODE>true</CODE>if one of the match functions found a match or
261 private boolean match(final InetAddress address) method in class:AddressMask
284 // first try ipv4 addr match, then hostname
298 * Try to match remot
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/
H A DEditConnectorView.js157 var splitDetails = args[0].match(/(.*?)_(.*)/).splice(1),
247 this.$el.find(".retryOptions").val("0").change();
250 this.$el.find(".retryOptions").val("-1").change();
253 this.$el.find(".retryOptions").val("*").change();
254 this.$el.find(".maxRetries").val(data.syncFailureHandler.maxRetries);
263 this.$el.find(".postRetryAction").val("script");
272 this.$el.find(".postRetryAction").val(data.syncFailureHandler.postRetryAction);
440 "source": source.val(),
444 this.addedLiveSyncSchedules.push(source.val());
590 switch (this.$el.find(".retryOptions").val()) {
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/selfservice/
H A DAbstractSelfServiceView.js74 if (!_.has(currentStageConfig[field][locale.val()])) {
75 currentStageConfig[field][locale.val()] = text.val();
80 locale: locale.val(),
81 text: text.val()
84 text.val("");
85 locale.val("").focus();
102 localeField.val(localeValue);
103 textField.val(textValue).focus();
380 if (!event.target.nodeName.match(/
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js13 m=ua.match(/AppleWebKit\/([^\s]*)/);if(m&&m[1]){o.webkit=parseFloat(m[1]);}
14 if(!o.webkit){m=ua.match(/Opera[\s\/]([^\s]*)/);if(m&&m[1]){o.opera=parseFloat(m[1]);}else{m=ua.match(/MSIE\s([^;]*)/);if(m&&m[1]){o.ie=parseFloat(m[1]);}else{m=ua.match(/Gecko\/([^\s]*)/);if(m){o.gecko=1;m=ua.match(/rv:([^\s\)]*)/);if(m&&m[1]){o.gecko=parseFloat(m[1]);}}}}}
49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}}
50 return val/100;case'float':property='styleFloat';default:var value=el.currentStyle?el.currentStyle[property]:null;return(el.style[property]||value);}};}else{getStyle=function(el,property){return el.style[property];};}
51 if(isIE){setStyle=function(el,property,val){switc
323 YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);} variable
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js13 m=ua.match(/AppleWebKit\/([^\s]*)/);if(m&&m[1]){o.webkit=parseFloat(m[1]);}
14 if(!o.webkit){m=ua.match(/Opera[\s\/]([^\s]*)/);if(m&&m[1]){o.opera=parseFloat(m[1]);}else{m=ua.match(/MSIE\s([^;]*)/);if(m&&m[1]){o.ie=parseFloat(m[1]);}else{m=ua.match(/Gecko\/([^\s]*)/);if(m){o.gecko=1;m=ua.match(/rv:([^\s\)]*)/);if(m&&m[1]){o.gecko=parseFloat(m[1]);}}}}}
49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}}
50 return val/100;case'float':property='styleFloat';default:var value=el.currentStyle?el.currentStyle[property]:null;return(el.style[property]||value);}};}else{getStyle=function(el,property){return el.style[property];};}
51 if(isIE){setStyle=function(el,property,val){switc
323 YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);} variable
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java476 String val = AGENT_ROOT_URL + (String)i.next();
477 validateAgentRootURL(val);
478 newValues.add(val);
751 String val = (String)i.next();
752 if (val.startsWith("[")) {
753 int idx = val.indexOf(']');
755 String key = val.substring(0, idx +1);
759 set.add(val);
766 String match = key + "=";
768 String val
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java485 String val = AGENT_ROOT_URL + (String)i.next();
486 validateAgentRootURL(val);
487 newValues.add(val);
760 String val = (String)i.next();
761 if (val.startsWith("[")) {
762 int idx = val.indexOf(']');
764 String key = val.substring(0, idx +1);
768 set.add(val);
775 String match = key + "=";
777 String val
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js167 * This is not robust in IE for transferring methods that match
859 //not match the desired version number in the config.
1627 url = (url.charAt(0) === '/' || url.match(/^\w+:/) ? "" : config.baseUrl) + url;
1707 * Global require.toUrl(), to match global require, mostly useful
1819 .replace(cjsRequireRegExp, function (match, dep) {
1985 //that do not match the behavior of all other browsers with
2352 name = name.replace(pathRegExp, function (match, prefix) {
2353 if (match.indexOf('{') === -1) {
2547 //summary: Recurses startDir and finds matches to the files that match regExpFilters.include
2548 //and do not match regExpFilter
[all...]
/forgerock/web-agents-v4/source/
H A Dutility.h208 am_return_t match(unsigned long instance_id, const char *subject, const char *pattern);
294 void am_agent_init_set_value(unsigned long instance_id, char lock, int val);
301 void am_agent_init_set_value(unsigned long instance_id, char lock, int val);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConfigService.properties81 saml-empty-prop-val=Property value is empty for : {0}
82 saml-inv-xml-alg-val=Invalid value for XML signature algorithm : {0}
83 saml-xml-alg-mismatch=Specified algorithm {0} does not match with certificate : {1}
118 svr-url-prop-mismatch=Server entry does not match with URL constructed from properties : {0}
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yahoo-dom-event/
H A Dyahoo-dom-event.js13 m=ua.match(/AppleWebKit\/([^\s]*)/);if(m&&m[1]){o.webkit=parseFloat(m[1]);}
14 if(!o.webkit){m=ua.match(/Opera[\s\/]([^\s]*)/);if(m&&m[1]){o.opera=parseFloat(m[1]);}else{m=ua.match(/MSIE\s([^;]*)/);if(m&&m[1]){o.ie=parseFloat(m[1]);}else{m=ua.match(/Gecko\/([^\s]*)/);if(m){o.gecko=1;m=ua.match(/rv:([^\s\)]*)/);if(m&&m[1]){o.gecko=parseFloat(m[1]);}}}}}
49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}}
50 return val/100;case'float':property='styleFloat';default:var value=el.currentStyle?el.currentStyle[property]:null;return(el.style[property]||value);}};}else{getStyle=function(el,property){return el.style[property];};}
51 if(isIE){setStyle=function(el,property,val){switc
[all...]

Completed in 463 milliseconds

1234