Searched refs:isBlockElement (Results 1 – 7 of 7) sorted by relevance
140 if ($this->isBlockElement()) {148 $wrapper = $this->isBlockElement() ? 'pre' : 'code';158 protected function isBlockElement(): bool function in syntax_plugin_embeddedphp_phpinline
24 protected function isBlockElement(): bool function in syntax_plugin_embeddedphp_phpblock
124 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement ) argument128 if ( isBlockElement )145 if ( isBlockElement && FCKConfig.FillEmptyBlocks )
126 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement ) argument138 if ( isBlockElement && htmlNode.tagName && htmlNode.tagName.toLowerCase() != 'pre' )153 if ( isBlockElement && FCKConfig.FillEmptyBlocks )
1 …isBlockElement(node) {\n return node.nodeType == 1 && /^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\\d|S…