Home
last modified time | relevance | path

Searched refs:ShouldEscape (Results 1 – 12 of 12) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/tools/
H A Dandroid-run.py73 def ShouldEscape(): function
79 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dandroid-run.py73 def ShouldEscape(): function
79 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dandroid-run.py70 def ShouldEscape(): function
76 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dandroid-run.py73 def ShouldEscape(): function
79 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))
/dports/net/freeswitch/freeswitch-1.10.3.-release/clients/flex/com/adobe/net/
H A DURIEncodingBitmap.as100 public function ShouldEscape(char:String) : int method in com.adobe.net.URIEncodingBitmap
H A DURI.as1013 x = bitmap.ShouldEscape(c);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.cpp9147 ShouldEscape(nsIContent* aParent) in ShouldEscape() function
9229 if (ShouldEscape(parent)) { in SerializeNodeToMarkup()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp9003 static inline bool ShouldEscape(nsIContent* aParent) { function
9076 if (ShouldEscape(parent)) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp8679 static inline bool ShouldEscape(nsIContent* aParent) { function
8752 if (ShouldEscape(parent)) {
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp8909 static inline bool ShouldEscape(nsIContent* aParent) { function
8982 if (ShouldEscape(parent)) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp9003 static inline bool ShouldEscape(nsIContent* aParent) { function
9076 if (ShouldEscape(parent)) {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp8828 static inline bool ShouldEscape(nsIContent* aParent) { function
8904 if (ShouldEscape(parent)) {