Searched refs:DoubleQuote (Results 1 – 5 of 5) sorted by relevance
44 DoubleQuote="\p{wb=DoubleQuote}"106 ($HebrewLet $Ex* $DoubleQuote $Ex*)+ $HebrewLet $Ex*
50 self.assertEquals('hello', cmd_helper.DoubleQuote('hello'))53 self.assertEquals('"hello world"', cmd_helper.DoubleQuote('hello world'))57 cmd_helper.DoubleQuote('hello"; rm -rf /'))61 cmd = 'TEST_VAR=world; echo %s' % cmd_helper.DoubleQuote(test_string)
56 def DoubleQuote(s): function
65 char const *const DoubleQuote("goink\"frob"); variable
1472 return '%s=%s' % (key, cmd_helper.DoubleQuote(value))