Home
last modified time | relevance | path

Searched refs:inHtml (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/bonjour/
H A Dbonjourcontactconnection.cpp350 bool inHtml = false; in readMessage() local
360 if (inHtml) { in readMessage()
369 inHtml = true; in readMessage()
371 inHtml = false; in readMessage()
/dports/www/dtse/dtse-1.3/
H A DProcessor.cpp131 bool inHtml(false), inHead(false), inTitle(false), inBody(false), in process() local
161 if (inHtml && !inComment) in process()
301 if (lowerTag.find("html") == 0) inHtml = true; in process()
302 if (lowerTag.find("/html") == 0) inHtml = false; in process()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/extra/
H A Dtexmath.hs27 inHtml :: Element -> Element
28 inHtml e = function
62 , ("xhtml", XMLWriter (\dt e -> inHtml (writeMathML dt e)))
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/extra/
H A Dtexmath.hs27 inHtml :: Element -> Element
28 inHtml e = function
62 , ("xhtml", XMLWriter (\dt e -> inHtml (writeMathML dt e)))
/dports/www/tikiwiki/tiki-21.2/lib/wiki/
H A Deditlib.php1282 * @param string $inHtml -- HTML in
1288 function parse_html(&$inHtml) argument
1303 $inHtml = str_replace('<p></p>', '', $inHtml); // empty p tags are invisible
1306 $htmlparser = new HtmlParser($inHtml, $grammar, '', 0);
/dports/archivers/pear-PHP_Archive/PHP_Archive-0.14.0/Archive/
H A DManager.php468 public function inHtml() function in PHP_Archive_Manager
/dports/www/tikiwiki/tiki-21.2/lib/parser/
H A Dparserlib.php2957 function contains_html_block($inHtml) argument
2961 return (preg_match($block_detect_regexp, $this->unprotectSpecialChars($inHtml, true)) > 0);
2965 function contains_html_br($inHtml) argument
2968 return (preg_match($block_detect_regexp, $this->unprotectSpecialChars($inHtml, true)) > 0);