Lines Matching refs:pString

114 		$this->pString = MISC::h($this->messages->text("heading", "helpStyles"), FALSE, 3);
115 $this->pString .= MISC::aName("top");
116 $this->pString .= MISC::p(TEXT4);
117 $this->pString .= MISC::p(TEXT5);
118 $this->pString .= MISC::p(TEXT10);
119 $this->pString .= MISC::p(TEXT6);
120 $this->pString .= MISC::p(TEXT7);
121 $this->pString .= MISC::p(MISC::hr());
122 $this->pString .= MISC::h(SYNTAX_HEADING);
123 $this->pString .= MISC::p(SYNTAX1);
124 $this->pString .= MISC::ol(
137 $this->pString .= MISC::p(TEXT11);
138 $this->pString .= MISC::p(MISC::hr());
139 $this->pString .= MISC::h(EXAMPLE_HEADING);
140 $this->pString .= MISC::p("<code>" . EXAMPLE1 . "</code>" . MISC::BR() .
142 $this->pString .= MISC::p(EXAMPLE4 . MISC::BR() . "<code>" . EXAMPLE5 . "</code>");
143 $this->pString .= MISC::hr();
144 $this->pString .= MISC::p("<code>" . EXAMPLE7 . "</code>" . MISC::BR() .
146 $this->pString .= MISC::p(EXAMPLE9 . MISC::BR() . "<code>" . EXAMPLE10 . "</code>");
147 $this->pString .= MISC::hr();
148 $this->pString .= MISC::p("<code>" . EXAMPLE11 . "</code>" . MISC::BR() .
150 $this->pString .= MISC::p(EXAMPLE13 . MISC::BR() . "<code>" . EXAMPLE14 . "</code>");
151 $this->pString .= MISC::hr();
152 …$this->pString .= MISC::p(EXAMPLE15 . MISC::BR() . "<code>" . EXAMPLE16 . "</code>" . MISC::BR() .
155 …$this->pString .= MISC::p(EXAMPLE20 . MISC::BR() . "<code>" . EXAMPLE21 . "</code>" . MISC::BR() .
158 $this->pString .= MISC::p(EXAMPLE25);
159 $this->pString .= MISC::hr();
160 $this->pString .= MISC::p(TEXT8);
161 $this->pString .= MISC::p(TEXT9);
162 $this->pString .= MISC::p(MISC::a("link",
164 return $this->pString;