Searched refs:notescaped (Results 1 – 3 of 3) sorted by relevance
942 function _preformatted($text, $style="Preformatted_20_Text", $notescaped=true) { argument943 if ($notescaped) {
1046 * @param bool $notescaped1048 function _preformatted($text, $style=null, $notescaped=true) { argument1049 $this->document->addPreformattedText($text, $style, $notescaped);
481 * @param bool $notescaped483 function addPreformattedText($text, $style=null, $notescaped=true) { argument487 if ($notescaped) {