/plugin/hyphenation/phpHyphenation/ |
H A D | phpHyphenation.class.php | 20 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 D | asciimath2jax.js | 19 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
|
H A D | tex2jax.js | 19 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
|
/plugin/diagramsnet/lib/math/config/ |
H A D | TeX-MML-AM_HTMLorMML.js | 57 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax 59 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
|
H A D | TeX-MML-AM_SVG-full.js | 53 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax 55 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
|
H A D | AM_HTMLorMML.js | 45 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
|
H A D | TeX-MML-AM_HTMLorMML-full.js | 60 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax 62 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
|
H A D | Accessible.js | 61 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
|
H A D | AM_HTMLorMML-full.js | 48 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.asciimath2jax
|
H A D | Accessible-full.js | 64 …ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"","#comment":""… class in MathJax.Extension.tex2jax
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 443 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 D | firebug-lite-debug.js | 1263 var ignoreTags = " table tbody thead tfoot th tr td "; 1266 if (this.isIE && ignoreTags.indexOf(nodeName) != -1)
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 454 var ignoreTags=" table tbody thead tfoot th tr td "; 455 if(this.isIE&&ignoreTags.indexOf(nodeName)!=-1){this.eraseNode(node)
|