Lines Matching refs:text
185 text := fargs[2]
186 glog.V(1).Infof("subst from:%q to:%q text:%q", from, to, text)
188 w.Write(text)
191 w.Write(bytes.Replace(text, from, to, -1))
272 text := fargs[1]
273 if bytes.Index(text, find) >= 0 {
300 for _, text := range textBuffer.words {
302 if matchPatternBytes(pat, text) {
303 w.writeWord(text)
333 for _, text := range textBuffer.words {
335 if matchPatternBytes(pat, text) {
339 w.writeWord(text)
1444 text := f.args[3]
1452 err = text.Eval(w, ev)