Lines Matching defs:text
29 protected $text;
55 * Set text to be compared with most current version
59 * @param string $text
62 public function compareWith($text = null)
64 if (isset($text)) {
65 $this->text = $text;
73 'text' => rawWiki($this->id),
86 //'sizechange' => strlen($this->text) - io_getSizeFile(wikiFN($this->id)),
88 'text' => cleanText($this->text),
152 $text = '';
155 $text = rawWiki($this->id, $rev);
157 $RevInfo->append(['text' => $text]);
175 * between current page version and provided $text
211 explode("\n", $this->RevInfo1->val('text')),
212 explode("\n", $this->RevInfo2->val('text'))