Lines Matching refs:text

481      * @param string $text     the text to display
484 function toc_additem($id, $text, $level) {} argument
623 * @param string $text
626 function cdata($text) { argument
627 $this->document->addPlainText($text);
665 * @param string $text the text to display
669 function header($text, $level, $pos){ argument
670 $this->document->heading($text, $level);
880 * @param string $text
882 function unformatted($text) { argument
883 $this->document->addPlainText($text);
930 $text .= $x.'×'.$y;
931 $this->document->addPlainText($text);
936 $text .= $lang['singlequoteopening'];
937 $this->document->addPlainText($text);
942 $text .= $lang['singlequoteclosing'];
943 $this->document->addPlainText($text);
948 $text .= $lang['apostrophe'];
949 $this->document->addPlainText($text);
954 $text .= $lang['doublequoteopening'];
955 $this->document->addPlainText($text);
960 $text .= $lang['doublequoteclosing'];
961 $this->document->addPlainText($text);
967 * @param string $text The PHP code
969 function php($text) { argument
971 $this->document->addPlainText($text);
978 * @param string $text The PHP code
980 function phpblock($text) { argument
981 $this->file($text);
987 * @param string $text The HTML
989 function html($text) { argument
991 $this->document->addPlainText($text);
998 * @param string $text The HTML
1000 function htmlblock($text) { argument
1001 $this->file($text);
1007 * @param string $text
1009 function preformatted($text) { argument
1010 $this->_preformatted($text);
1016 * @param string $text text to show
1020 function file($text, $language=null, $filename=null, $options=null) { argument
1021 $this->_highlight('file', $text, $language, $options);
1035 * @param string $text text to show
1039 function code($text, $language=null, $filename=null, $options=null) { argument
1040 $this->_highlight('code', $text, $language, $options);
1044 * @param string $text
1048 function _preformatted($text, $style=null, $notescaped=true) { argument
1049 $this->document->addPreformattedText($text, $style, $notescaped);
1107 * @param string $text
1110 function _highlight($type, $text, $language=null, $options = null) { argument
1113 $this->_preformatted($text, $style_name);
1118 $highlighted_code = p_xhtml_cached_geshi($text, $language, '', $options);
1382 * @param string $text text for the link (text inserted instead of reference)
1384 function locallink_with_text($hash, $id = NULL, $text = NULL, $returnonly = false){ argument
1387 $this->document->insertCrossReference($id, $text);
2108 $text = '';
2111 $text .= $instruction[1][0];
2113 $text .= $instruction[1][0];
2118 …($text, $this->config->getParam('media_sel'), array($this, 'replaceURLPrefixesCallback'), true, $t…