Home
last modified time | relevance | path

Searched refs:template_text (Results 1 – 2 of 2) sorted by relevance

/plugin/wst/syntax/
H A Dtemplate.php81 $template_text = $this->replace_args($template, $template_arguments);
82 return $template_text;
112 function replace_args($template_text, $args) { argument
115 $template_text = str_replace('{{{' . $key . '}}}', $args[$key], $template_text);
118 …$template_text = preg_replace('/\{\{\{.*?\}\}\}/', $this->getLang('missing_argument'), $template_t…
119 return $template_text;
/plugin/gitbacked/action/
H A Deditcommit.php304 $template_text = file_get_contents($template_filename);
305 $template_html = $this->render_text($template_text);
313 $mailer->setBody($template_text, $template_replacements, null, $template_html);