Home
last modified time | relevance | path

Searched refs:ignoreTags (Results 1 – 13 of 13) sorted by relevance

/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php20 protected $ignoreTags = array('code', 'pre', 'script', 'style'); variable in phpHyphenation
39 if (!$append) $this->ignoreTags = array();
40 $this->ignoreTags = array_merge($this->ignoreTags, $tags);
48 return $this->ignoreTags;
186 if ($tagJump == 0 && in_array(mb_strtolower($tagName), $this->ignoreTags)) {
/plugin/diagramsnet/lib/math/extensions/
H A Dasciimath2jax.js19ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
H A Dtex2jax.js19ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_HTMLorMML.js57ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
59ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
H A DTeX-MML-AM_SVG-full.js53ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
55ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
H A DAM_HTMLorMML.js45ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
H A DTeX-MML-AM_HTMLorMML-full.js60ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
62ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
H A DAccessible.js61ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
H A DAM_HTMLorMML-full.js48ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
H A DAccessible-full.js64ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js443 var ignoreTags=" table tbody thead tfoot th tr td ";
444 if(this.isIE&&ignoreTags.indexOf(nodeName)!=-1){this.eraseNode(node)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1263 var ignoreTags = " table tbody thead tfoot th tr td ";
1266 if (this.isIE && ignoreTags.indexOf(nodeName) != -1)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js454 var ignoreTags=" table tbody thead tfoot th tr td ";
455 if(this.isIE&&ignoreTags.indexOf(nodeName)!=-1){this.eraseNode(node)