Home
last modified time | relevance | path

Searched refs:quoting_char (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A DFilenameMapping.py44 quoting_char = None variable
67 global chars_to_quote, quoting_char
69 if len(Globals.quoting_char) != 1:
71 "got '%s' instead." % _safe_str(Globals.quoting_char))
72 quoting_char = Globals.quoting_char
83 (chars_to_quote, quoting_char), re.S)
84 unquoting_regexp = re.compile(b"%b[0-9]{3}" % quoting_char, re.S)
109 b"%b%03d" % (quoting_char, QuotedPath[-1])
120 return b"%b%03d" % (quoting_char, QuotedPath[0]) + QuotedPath[1:]
125 return b"%b%03d" % (quoting_char, ord(match.group()))
H A DGlobals.py165 quoting_char = b';' variable
H A Dfs_abilities.py872 ctq.append(Globals.quoting_char)
/dports/devel/hpx/hpx-1.2.1/python/scripts/
H A Dhpx_run_test.py51 def quote_options(options, quoting_char = '"'): argument
60 s += ' ' + quoting_char + option + quoting_char
/dports/devel/xwpe/xwpe-1.5.30a/
H A DWeSyntax.c209 &new_syntax->syntax_rule->quoting_char, in WpeSyntaxReadFile()
230 if (new_syntax->syntax_rule->quoting_char == ' ') in WpeSyntaxReadFile()
232 new_syntax->syntax_rule->quoting_char = '\0'; in WpeSyntaxReadFile()
H A DWeProg.h31 unsigned char quoting_char; /* Quote the next character */ member
H A Dwe_progn.c234 if (str[n] == cs->quoting_char) bssw = !bssw; \
302 if (str[i] == cs->quoting_char) in e_scfbol()
/dports/mail/alpine/alpine-465e23b/pith/
H A Dstring.c2695 add_escapes(char *src, char *quote_these_chars, int quoting_char, in add_escapes() argument
2709 if(*src == quoting_char) in add_escapes()
2714 if(*src == quoting_char && *qchar){ in add_escapes()
2727 *p++ = quoting_char; in add_escapes()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dstring.c2695 add_escapes(char *src, char *quote_these_chars, int quoting_char, in add_escapes() argument
2709 if(*src == quoting_char) in add_escapes()
2714 if(*src == quoting_char && *qchar){ in add_escapes()
2727 *p++ = quoting_char; in add_escapes()