Lines Matching +defs:text +defs:line
50 * @param array $line
52 protected function createPage($pid, $line)
54 $text = pageTemplate($pid);
55 if (trim($text) === '') {
58 $text = "====== $pagename ======\n";
82 $line
84 $text = $this->evaluateIfNotEmptyTags($text, $keys, $flatValues);
85 $text = str_replace($keysAt, $flatValues, $text);
87 $text = str_replace($keysHash, $flatValues, $text);
88 saveWikiText($pid, $text, 'Created by struct csv import');
94 * @param string $text The template
100 protected function evaluateIfNotEmptyTags($text, $keys, $values)
116 $text