Home
last modified time | relevance | path

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1isPseudoElementIdentifier=function(e){var t=e.match(/^::?([\w-]+)/);return!!t&&!!this.cssDataManag… method in e
H A D2.2.js35570 SelectorPrinting.prototype.isPseudoElementIdentifier = function (text) { method in SelectorPrinting
35600 if (_this.isPseudoElementIdentifier(text)) {
H A D2.2.js.map1isPseudoElementIdentifier = function (text) {\n var match = text.match(/^::?([\\w-]+)/);\n …