Searched refs:censor (Results 1 – 2 of 2) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | genconfig.py | 170 def censor(x): function 174 tmp = re.sub(re.compile('/\*.*?\*/', re.MULTILINE | re.DOTALL), censor, tmp) 175 tmp = re.sub(re.compile('//.*?$', re.MULTILINE), censor, tmp)
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | genconfig.py | 170 def censor(x): function 174 tmp = re.sub(re.compile('/\*.*?\*/', re.MULTILINE | re.DOTALL), censor, tmp) 175 tmp = re.sub(re.compile('//.*?$', re.MULTILINE), censor, tmp)
|