Searched defs:unescape (Results 1 - 25 of 30) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb130 def unescape( text ) method in class:ANTLR3.Template.GroupFile.Parser
156 unescape( token.text[ 1...-1 ] )
/external/chromium_org/third_party/markdown/
H A Dpostprocessors.py55 postprocessors["unescape"] = UnescapePostprocessor()
132 def unescape(self, m): member in class:UnescapePostprocessor
136 return self.RE.sub(self.unescape, text)
H A Dinlinepatterns.py219 def unescape(self, text): member in class:Pattern
320 rawhtml = self.unescape(m.group(2))
324 def unescape(self, text): member in class:HtmlPattern
353 el.set("href", self.sanitize_url(self.unescape(href.strip())))
358 title = dequote(self.unescape(title))
417 el.set('src', self.sanitize_url(self.unescape(src)))
421 el.set('title', dequote(self.unescape(" ".join(src_parts[1:]))))
428 el.set('alt', self.unescape(truealt))
477 el.set("alt", self.unescape(text))
485 el.set('href', self.unescape(
[all...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DCookie.java91 n = unescape(x.nextTo("=;"));
99 v = unescape(x.nextTo(';'));
150 public static String unescape(String s) { method in class:Cookie
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak30 # $(call unescape-nl...)
34 # unescape-nl
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
74 define shell-unescape-nl
128 "$$(echo $(call escape-nl,$(shell-sq),$(2)) | $(call shell-unescape-nl,$(2)))"
144 lookup = $(call unescape
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DIETFUtils.java23 private static String unescape(String elt) method in class:IETFUtils
159 values.addElement(unescape(value));
177 values.addElement(unescape(value));
184 builder.addRDN(oid, unescape(value));
201 builder.addRDN(oid, unescape(value));
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dread.c180 c = unescape(buf, status);
240 c = unescape(buf, status);
286 c = unescape(buf, status);
433 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status) { function
/external/chromium_org/third_party/markupsafe/
H A D__init__.py123 def unescape(self): member in class:Markup
127 >>> Markup("Main &raquo; <em>About</em>").unescape()
154 return Markup(stripped).unescape()
/external/icu/icu4c/source/tools/genrb/
H A Dread.c180 c = unescape(buf, status);
240 c = unescape(buf, status);
286 c = unescape(buf, status);
433 U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status) { function
/external/chromium_org/third_party/webrtc/base/
H A Dstringencode.cc48 size_t unescape(char * buffer, size_t buflen, function in namespace:rtc
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dactions.c461 static unsigned char unescape(SubStr *s){ function
495 unsigned char lb = unescape(s), ub;
500 ub = unescape(s);
518 re = matchChar(unescape(&s));
520 re = RegExp_new_CatOp(re, matchChar(unescape(&s)));
530 c = unescape(&s);
539 c = unescape(&s);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java690 private String unescape(String elt) method in class:X509Name
859 this.values.addElement(unescape(value));
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp536 UnicodeString UnicodeString::unescape() const { function in class:UnicodeString
/external/chromium_org/v8/test/webkit/fast/js/
H A DObject-getOwnPropertyNames.js68 "unescape": "['arguments', 'caller', 'length', 'name']",
116 "unescape",
/external/icu/icu4c/source/common/
H A Dunistr.cpp536 UnicodeString UnicodeString::unescape() const { function in class:UnicodeString
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c3457 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ function
3761 srcLen=unescape(src,srcLen,cSrc,cSrcLen,&status);
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jar ... json.JSONException public static java.lang.String unescape (java.lang.String) } org/json/CookieList.class ...
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3462 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ function
3766 srcLen=unescape(src,srcLen,cSrc,cSrcLen,&status);
/external/robolectric/lib/main/
H A Djson-20080701.jar ... o StringBuffer sb public static java.lang.String unescape (java.lang.String) int d int e char ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.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/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1259 milliseconds

12