Home
last modified time | relevance | path

Searched refs:do_replace (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dreplace.py96 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/
Dcrontab.c247 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/
Dfilters.py116 def do_replace(eval_ctx, s, old, new, count=None): function
1168 'replace': do_replace,
/external/python/jinja/src/jinja2/
Dfilters.py161 def do_replace(eval_ctx, s, old, new, count=None): function
1339 "replace": do_replace,