Home | History | Annotate | Download | only in geshi

Lines Matching refs:footer

84  *    <tfooter><tr><td colspan="2">$footer</td></tr></tfoot>
353 * The content of the footer block
365 * The style of the footer block
1564 * Sets the content of the footer block
1566 * @param string The content of the footer block
1584 * Sets the style for the footer content
1586 * @param string The style for the footer content
3931 $parsed_code .= $this->footer();
4015 * Returns the footer for the code block.
4017 * @return string The footer for the code block
4021 function footer() {
4022 $footer = $this->footer_content;
4023 if ($footer) {
4025 $footer = str_replace("\n", '', $footer);;
4027 $footer = $this->replace_keywords($footer);
4035 $footer = "<tfoot><tr><td colspan=\"2\">$footer</td></tr></tfoot>";
4037 $footer = "<div$attr>$footer</div>";
4042 return ($this->line_numbers != GESHI_NO_LINE_NUMBERS) ? '</ol>' . $footer : $footer;
4047 return "</ol>$footer</div>";
4050 "$footer</div>";
4054 return "</tr></tbody>$footer</table>";
4057 "$footer</div>";
4061 return "</ol>$footer</pre>";
4064 "$footer</pre>";
4069 * Replaces certain keywords in the header and footer with
4072 * @param string The header or footer content to do replacement on
4073 * @return string The header or footer with replaced keywords
4285 // Header and footer