Searched refs:replaceTable (Results 1 – 2 of 2) sorted by relevance
42 rep.Title = replaceTable(gvisorTitleReplacement, rep.Title)
109 rep.Title = sanitizeTitle(replaceTable(dynamicTitleReplacement, rep.Title))123 func replaceTable(replacements []replacement, str string) string { func