Home
last modified time | relevance | path

Searched defs:html (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/plugin/html2pdf/html2pdf/html2ps/
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 …]
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.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.style.inc.php4 function process_style(&$html) {
16 function process_style_content($html) {
34 function insert_styles($html, $styles) {
H A Dconverter.class.php31 function to_utf8($html, $encoding) {
47 function something_to_utf8($html, &$mapping) {
H A Dxhtml.comments.inc.php4 function remove_comments(&$html) {
/plugin/combo/resources/theme/default/components/css/
H A Drem.css1 html { selector
7 html { selector
13 html { selector
19 html { selector
/plugin/geonav/server/
H A Dget_locality.php19 $html = '<h1> '.ucwords($topic).'</h1>'; variable
38 $html = '<p>'. $exploreErrors['noMore']['en'] .'</p>'; variable
40 $html = '<p>'. $exploreErrors['mtBotm']['en'] .'</p>'; variable
H A Dget_county.php15 $html = '<h1> '.ucwords($topic).'</h1>'; variable
33 $html = '<p>'. $exploreErrors['unDefn']['en'] .'</p>'; variable
/plugin/issuelinks/admin/
H A Drepoadmin.php87 public function html() function in admin_plugin_issuelinks_repoadmin
109 protected function appendServiceTab($html, $serviceID)
126 protected function appendServicePage($html, $serviceID)
/plugin/evesso/conf/
H A Dmetadata.php14 public function html(\admin_plugin_config $plugin, $echo = false) { function in setting_plugin_evesso
34 public function html(\admin_plugin_config $plugin, $echo = false) { function in plugin_evesso
/plugin/scrape/HTMLPurifier/Filter/
H A DYouTube.php
/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…
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php57 extract($regex, $html, $group = 1) global() argument
73 extractAll($regex, $html, $group = 1) global() argument
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dglobal.css2 html, body { selector
80 html, body { selector
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPasteDataRequest.php35 public $html; variable in Google\\Service\\Sheets\\PasteDataRequest
86 public function setHtml($html)
/plugin/virtualkeyboard/vk/keyboard/
H A Dpopup.css1 html, body { selector
/plugin/dev/skel/
H A Dadmin.php18 public function html() global() function
/plugin/shell/
H A Dadmin.php12 public function html() function in admin_plugin_shell
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js144 FCK.InsertHtml = function( html ) argument
179 FCK.SetInnerHtml = function( html ) // IE Only argument
/plugin/fetchmedia/
H A Dadmin.php22 public function html() { function in admin_plugin_fetchmedia
/plugin/cite/
H A Dadmin.php20 public function html() function in admin_plugin_cite
/plugin/googleanalytics/
H A Dadmin.php24 public function html() function in admin_plugin_googleanalytics
/plugin/judge/
H A Dadmin.php53 function html() function in admin_plugin_judge
/plugin/referrers/
H A Dadmin.php24 public function html() function in admin_plugin_referrers

12345678910>>...20