Searched refs:escape (Results 1 – 6 of 6) sorted by relevance
131 static const std::unordered_map<char, std::string> escape = { in QuotedEscape() local135 auto it = escape.find(c); in QuotedEscape()136 if (it != escape.end()) { in QuotedEscape()
186 self._out.write(' %s="%s"' % (name, saxutils.escape(key)))188 self._out.write(' %s="%s"' % (name, saxutils.escape(value)))204 self._out.write(saxutils.escape(content))
110 * Command parameters are indicated by printf-style escape sequences.
250 # escape them by means of a backslash (\), this can lead to conflicts with the252 # a double escape (\\{ and \\})1595 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel1598 # to select a filter and <Enter> or <escape> to activate or cancel the filter
1506 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel1509 # to select a filter and <Enter> or <escape> to activate or cancel the filter