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