Home | History | Annotate | Download | only in testserver

Lines Matching refs:new_text

729     of the form old_text:new_text, which indicates that any old_text strings in
730 the file are replaced with new_text. Multiple 'replace_text' parameters may
741 'replace_text must be of form old_text:new_text. Actual value: %s' %
745 new_text = base64.urlsafe_b64decode(new_text_b64)
746 data = data.replace(old_text, new_text)