Home
last modified time | relevance | path

Searched refs:notWs (Results 1 – 3 of 3) sorted by relevance

/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js636 var notWs = /\S/; variable
656 ? (notWs.test(c.nodeValue) ? element : wrapper)
H A Dprettify.js684 var notWs = /\S/; variable
704 ? (notWs.test(c.nodeValue) ? element : wrapper)
H A Drun_prettify.js913 var notWs = /\S/;
933 ? (notWs.test(c.nodeValue) ? element : wrapper)