Home
last modified time | relevance | path

Searched defs:html (Results 226 – 250 of 478) sorted by path

12345678910>>...20

/plugin/git/
H A Dadmin.php25 function html() { function in admin_plugin_git
/plugin/gitbacked/lib/
H A DGit.php433 public function status($html = false) {
/plugin/google_adsense2/
H A Dadmin.php80 function html() function in admin_plugin_googleads
/plugin/googleads/
H A Dadmin.php58 public function html() function in admin_plugin_googleads
/plugin/googleanalytics/
H A Dadmin.php24 public function html() function in admin_plugin_googleanalytics
/plugin/groupadmin/
H A Dadmin.php97 public function html() { function in admin_plugin_groupadmin
/plugin/groupmatrix/syntax/
H A Dtable.php210 protected function renderTableCells($row, $html = '')
/plugin/guestbook/
H A Dadmin.php76 function html() { function in admin_plugin_guestbook
H A Dbasic.class.php120 function html($parent) function in guestbook
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… class in hljs.LANGUAGES.cpp
/plugin/highlightjs/highlight/languages/
H A Dhtml-xml.js64 …1, 'del': 1, 'iframe': 1, 'pre': 1, 'frameset': 1, 'ins': 1, 'tbody': 1, 'html': 1, 'samp': 1, 'ma… property in hljs.HTML_TAGS
84 hljs.LANGUAGES.html = { class in hljs.LANGUAGES
/plugin/html2pdf/html2pdf/html2ps/
H A Dconverter.class.php31 function to_utf8($html, $encoding) {
47 function something_to_utf8($html, &$mapping) {
H A Ddefault.css185 html { selector
H A Dparser.xhtml.class.php3 function &process($html, &$pipeline, &$media) {
H A Dxhtml.autoclose.inc.php34 function skip_to(&$html, $offset, $tag) {
H A Dxhtml.comments.inc.php4 function remove_comments(&$html) {
H A Dxhtml.entities.inc.php4 function process_character_references(&$html) {
31 function escape_amp($html) {
49 function escape_lt($html) {
69 function escape_gt($html) {
H A Dxhtml.style.inc.php4 function process_style(&$html) {
16 function process_style_content($html) {
34 function insert_styles($html, $styles) {
H A Dxhtml.tables.inc.php19 function process_cell_without_row(&$html, $offset) {
56 function process_thead(&$html, $offset) { return process_rowgroup('thead', $html, $offset); }
57 function process_tbody(&$html, $offset) { return process_rowgroup('tbody', $html, $offset); }
58 function process_tfoot(&$html, $offset) { return process_rowgroup('tfoot', $html, $offset); }
60 function process_col(&$html, $offset) {
65 function process_col_without_colgroup(&$html, $offset) {
80 function process_colgroup(&$html, $offset) {
87 function process_table(&$html, $offset) {
H A Dxhtml.utils.inc.php8 function make_attr_value($attr, $html) {
16 function process_html($html) {
52 function process_head($html) {
71 function process_body($html) {
98 function fix_tags($html) {
183 function quote_attrs($html) {
313 function fix_attrs($html) {
324 function fix_closing_tags($html) {
332 function xhtml2xhtml($html) {
357 function html2xhtml($html) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.memory.php72 function convert_to_pdf($html, $path_to_pdf, $base_path='') {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php4 function layoutPipeline($html, &$pipeline, &$media, &$context, &$positioned_filter) {
22 …function runPipeline($html, &$media = null, &$pipeline = null, &$context = null, &$postponed = nul…
H A Dtest.note-call.width.php4 function runPipeline($html) {
/plugin/htmlok/
H A DBaseSyntaxPlugin.php141 protected function html(string $text, string $wrapper = 'code'): string function in dokuwiki\\plugin\\htmlok\\BaseSyntaxPlugin
/plugin/htmlokalt/
H A Dcommon.php25 function html_sanitize ($html, $mode, $wrapper='code') {

12345678910>>...20