Searched refs:converted (Results 1 - 23 of 23) sorted by relevance

/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DDocumentUtil.java71 * @return the Resource with the id, rev, and the doc converted into maps, lists,
89 * @return the doc converted into maps, lists, java types; or null if the doc was null
102 * @return the doc converted into maps, lists, java types; or null if the doc was null
138 * or converted to JSON object model simple binding types,
227 * @return the converted orientdb document, or null if objModel was null
243 * @return the converted orientdb document, or null if objModel was null
262 * @return the converted orientdb document, or null if objModel was null
339 ODocument converted = toDocument(json(value).asMap(), existingDoc, db, null, patch, false);
340 result.field(entry.getKey(), converted, OType.EMBEDDED);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/dom/
H A Ddom-debug.js38 if (propertyCache[property]) { // already converted
42 var converted = property;
44 while( patterns.HYPHEN.exec(converted) ) {
45 converted = converted.replace(RegExp.$1,
49 propertyCache[property] = converted;
50 return converted;
H A Ddom-min.js10 var converted=property;while(patterns.HYPHEN.exec(converted)){converted=converted.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());}
11 propertyCache[property]=converted;return converted;};var getClassRegEx=function(className){var re=reClassNameCache[className];if(!re){re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');reClassNameCache[className]=re;}
H A Ddom.js38 if (propertyCache[property]) { // already converted
42 var converted = property;
44 while( patterns.HYPHEN.exec(converted) ) {
45 converted = converted.replace(RegExp.$1,
49 propertyCache[property] = converted;
50 return converted;
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/dom/
H A Ddom-debug.js38 if (propertyCache[property]) { // already converted
42 var converted = property;
44 while( patterns.HYPHEN.exec(converted) ) {
45 converted = converted.replace(RegExp.$1,
49 propertyCache[property] = converted;
50 return converted;
H A Ddom-min.js10 var converted=property;while(patterns.HYPHEN.exec(converted)){converted=converted.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());}
11 propertyCache[property]=converted;return converted;};var getClassRegEx=function(className){var re=reClassNameCache[className];if(!re){re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');reClassNameCache[className]=re;}
H A Ddom.js38 if (propertyCache[property]) { // already converted
42 var converted = property;
44 while( patterns.HYPHEN.exec(converted) ) {
45 converted = converted.replace(RegExp.$1,
49 propertyCache[property] = converted;
50 return converted;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java454 Set<String> converted = new HashSet<String>(data.length);
456 converted.add(Base64.encode(bytes));
458 return encodeSet(name, converted);
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DRepoPersistenceManager.java463 * @return the converted map
498 * @return converted to legacy types
505 Hashtable converted = new Hashtable();
538 converted.put(key, value);
540 return converted;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/jaxrpc/
H A DSOAPClient.java454 Set<String> converted = new HashSet<String>(data.length);
456 converted.add(Base64.encode(bytes));
458 return encodeSet(name, converted);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yahoo-dom-event/
H A Dyahoo-dom-event.js45 var converted=property;while(patterns.HYPHEN.exec(converted)){converted=converted.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());}
46 propertyCache[property]=converted;return converted;};var getClassRegEx=function(className){var re=reClassNameCache[className];if(!re){re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');reClassNameCache[className]=re;}
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yahoo-dom-event/
H A Dyahoo-dom-event.js45 var converted=property;while(patterns.HYPHEN.exec(converted)){converted=converted.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());}
46 propertyCache[property]=converted;return converted;};var getClassRegEx=function(className){var re=reClassNameCache[className];if(!re){re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');reClassNameCache[className]=re;}
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js45 var converted=property;while(patterns.HYPHEN.exec(converted)){converted=converted.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());}
46 propertyCache[property]=converted;return converted;};var getClassRegEx=function(className){var re=reClassNameCache[className];if(!re){re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');reClassNameCache[className]=re;}
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js45 var converted=property;while(patterns.HYPHEN.exec(converted)){converted=converted.replace(RegExp.$1,RegExp.$1.substr(1).toUpperCase());}
46 propertyCache[property]=converted;return converted;};var getClassRegEx=function(className){var re=reClassNameCache[className];if(!re){re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');reClassNameCache[className]=re;}
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java603 * <li>If the attribute map contains the default status attribute, then it will be converted to the status values
753 * requested, it will be converted to the actual status attribute during query, and while processing it will be
813 String converted = helper.convertToInetUserStatus(attribute.firstValueAsString(), inactiveValue);
815 function.apply(new LinkedAttribute(DEFAULT_USER_STATUS_ATTR, converted)));
899 * <li>If the attribute map contains the default status attribute, then it will be converted to the status value
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java612 * <li>If the attribute map contains the default status attribute, then it will be converted to the status values
762 * requested, it will be converted to the actual status attribute during query, and while processing it will be
823 String converted = helper.convertToInetUserStatus(attribute.firstValueAsString(), activeValue);
825 function.apply(new LinkedAttribute(DEFAULT_USER_STATUS_ATTR, converted)));
909 * <li>If the attribute map contains the default status attribute, then it will be converted to the status value
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2.6.2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-jel-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 369 milliseconds