Home
last modified time | relevance | path

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

/plugin/embeddedphp/syntax/
H A Dphpinline.php124 if ($this->isBlockElement()) {
141 public function isBlockElement(): bool function in syntax_plugin_embeddedphp_phpinline
H A Dphpblock.php50 public function isBlockElement(): bool function in syntax_plugin_embeddedphp_phpblock
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js126 FCKXHtml._AppendChildNodes = function( xmlNode, htmlNode, isBlockElement ) argument
138 if ( isBlockElement && htmlNode.tagName && htmlNode.tagName.toLowerCase() != 'pre' )
153 if ( isBlockElement && FCKConfig.FillEmptyBlocks )