Searched refs:do_replace (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
D | replace.py | 96 self.do_replace() 105 if self.do_replace(): # Only find next match if replace succeeded. 198 def do_replace(self): member in ReplaceDialog
|
/external/toybox/toys/pending/ |
D | crontab.c | 247 static void do_replace(char *name) in do_replace() function 355 do_replace(pwd->pw_name); in crontab_main() 362 do_replace(pwd->pw_name); in crontab_main()
|
/external/libchrome/third_party/jinja2/ |
D | filters.py | 116 def do_replace(eval_ctx, s, old, new, count=None): function 1168 'replace': do_replace,
|
/external/python/jinja/src/jinja2/ |
D | filters.py | 161 def do_replace(eval_ctx, s, old, new, count=None): function 1339 "replace": do_replace,
|