Lines Matching refs:replace
7 # fixupRef.py - replace old // refBegin .. // refEnd syntax with new
25 return str.replace("'", "\'")
74 # 'replace': True if this line needs to be replaced
94 'replace' : True,
101 'replace' : False,
109 'replace' : True,
116 'replace' : False,
138 replace = actions[line]['replace']
141 logDiag('ACTION:', action, 'REPLACE:', replace, 'at line', line)
147 if not replace:
150 if not replace: