Searched defs:quote (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/json2/json2/1.0/
H A Djson2-1.0.js211 function quote(string) { function
213 // If the string contains no control characters, no quote characters, and no
258 return quote(value);
325 partial.push(quote(k) + (gap ? ': ' : ':') + v);
337 partial.push(quote(k) + (gap ? ': ' : ':') + v);
/forgerock/openam-v13/openam-oauth/samples/StockService/src/com/sun/samples/
H A DStockResource.java67 @QueryParam("quote") String quote) {
70 Map map = getYahooQuote(quote);
72 map = getCachedQuote(quote);
119 // URL for the stock quote from Yahoo! service
128 // Request for the stock quote
179 * Used as fall-back if quote cannot be
66 getStockResponse( @ueryParam�) String quote) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java176 public static String quote(String s) { method in class:XACMLSDKUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java176 public static String quote(String s) { method in class:XACMLSDKUtils
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DConditions.java572 sb.append(quote(
598 private String quote(String s) { method in class:Conditions
H A DPolicyUtils.java557 * Surrounds a string on either side with double quote and returns
562 public static String quote(String s) { method in class:PolicyUtils
572 * with double quote and returns the quoted string
576 public static String quote(int i) { method in class:PolicyUtils
577 return quote(Integer.toString(i));
584 * with double quote and returns the quoted string
588 public static String quote(long l) { method in class:PolicyUtils
589 return quote(Long.toString(l));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DConditions.java572 sb.append(quote(
598 private String quote(String s) { method in class:Conditions
H A DPolicyUtils.java557 * Surrounds a string on either side with double quote and returns
562 public static String quote(String s) { method in class:PolicyUtils
572 * with double quote and returns the quoted string
576 public static String quote(int i) { method in class:PolicyUtils
577 return quote(Integer.toString(i));
584 * with double quote and returns the quoted string
588 public static String quote(long l) { method in class:PolicyUtils
589 return quote(Long.toString(l));
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java991 quote(key.toString()),
1116 static private String quote(String s) { method in class:GenerateMessageFile
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java992 quote(key.toString()),
1117 static private String quote(String s) { method in class:GenerateMessageFile
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java992 quote(key.toString()),
1117 static private String quote(String s) { method in class:GenerateMessageFile
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java991 quote(key.toString()),
1116 static private String quote(String s) { method in class:GenerateMessageFile
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java992 quote(key.toString()),
1117 static private String quote(String s) { method in class:GenerateMessageFile
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dactivation.jarMETA-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dactivation.jarMETA-INF/MANIFEST.MF META-INF/SUN_MICR.SF META-INF/SUN_MICR.RSA META ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...

Completed in 404 milliseconds

12