Searched defs:unquote (Results 1 - 22 of 22) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
H A Djson.py103 def unquote(value, *args, **kwargs): function
104 """Decodes a value using urllib.unquote and deserializes it from JSON.
108 return decode(urllib.unquote(value), *args, **kwargs)
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
H A Dquoted.pass.cpp86 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { function
152 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
199 assert ( unquote ( "\"abc" ) == "abc" );
200 assert ( unquote ( L"\"abc" ) == L"abc" );
202 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
203 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
204 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
205 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
207 assert ( unquote ( "" ) == "" ); // nothing there
208 assert ( unquote (
[all...]
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp87 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { function
157 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
204 assert ( unquote ( "\"abc" ) == "abc" );
205 assert ( unquote ( L"\"abc" ) == L"abc" );
207 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
208 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
209 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
210 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
212 assert ( unquote ( "" ) == "" ); // nothing there
213 assert ( unquote (
[all...]
/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A Dquoting.py8 from six.moves.urllib.parse import quote, unquote namespace
81 url_unquote = unquote
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dcompat.py55 from boto.vendored.six.moves.urllib.parse import parse_qs, quote, unquote, \
56 urlparse, urlsplit namespace
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dcompat.py60 from urllib import unquote as url_unquote
87 def unquote(string): function
101 return unquote(s.encode('ascii')).decode('latin-1')
111 name = unquote(nv[0])
112 value = unquote(nv[1])
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Durl.py7 from six.moves.urllib.parse import parse_qsl, quote, unquote, urlencode namespace
105 return self._add_vars({unquote(name): unquote(value)})
H A Dwsgilib.py21 from six.moves.urllib.parse import unquote, urlsplit namespace
307 path_info = unquote(path_info)
H A Dhttpserver.py33 from six.moves.urllib.parse import unquote, urlsplit namespace
198 path = unquote(path)
/external/jetty/src/java/org/eclipse/jetty/util/
H A DQuotedStringTokenizer.java422 * @param s The string to unquote.
467 public static String unquote(String s) method in class:QuotedStringTokenizer
469 return unquote(s,false);
474 * @param s The string to unquote.
477 public static String unquote(String s, boolean lenient) method in class:QuotedStringTokenizer
H A DStringUtil.java215 public static String unquote(String s) method in class:StringUtil
217 return QuotedStringTokenizer.unquote(s);
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dhttp.py28 from six.moves.urllib.parse import urlparse, urlunparse, quote, unquote namespace
1078 return unquote(id_)
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java1824 _gmtPatternPrefix = unquote(gmtPattern.substring(0, idx));
1825 _gmtPatternSuffix = unquote(gmtPattern.substring(idx + 3));
1834 private static String unquote(String s) { method in class:TimeZoneFormat
H A DDecimalFormat.java3937 // method to unquote the strings and compare
3946 return unquote(pat1).equals(unquote(pat2));
3949 private String unquote(String pat) { method in class:DecimalFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1894 _gmtPatternPrefix = unquote(gmtPattern.substring(0, idx));
1895 _gmtPatternSuffix = unquote(gmtPattern.substring(idx + 3));
1904 private static String unquote(String s) { method in class:TimeZoneFormat
H A DDecimalFormat.java3999 // method to unquote the strings and compare
4008 return unquote(pat1).equals(unquote(pat2));
4011 private String unquote(String pat) { method in class:DecimalFormat
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 538 milliseconds