Searched refs:HtmlOpener (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckdataprocessor.js | 60 if ( !FCKRegexLib.HtmlOpener.test( data ) ) 65 data = data.replace( FCKRegexLib.HtmlOpener, '$&<head><title></title></head>' ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckregexlib.js | 47 HtmlOpener : /<html\s?[^>]*>/i , property in FCKRegexLib
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 31 …HtmlOpener.test(A)) A='<html dir="'+FCKConfig.ContentLangDirection+'">'+A+'</html>';if (!FCKRegexL… 41 …\s*=\s*["']?([^"' ]+)/i,HasBaseTag:/<base /i,HasBodyTag:/<body[\s|>]/i,HtmlOpener:/<html\s?[^>]*>/… property in FCKRegexLib
|
H A D | fckeditorcode_gecko.js | 30 …HtmlOpener.test(A)) A='<html dir="'+FCKConfig.ContentLangDirection+'">'+A+'</html>';if (!FCKRegexL… 40 …\s*=\s*["']?([^"' ]+)/i,HasBaseTag:/<base /i,HasBodyTag:/<body[\s|>]/i,HtmlOpener:/<html\s?[^>]*>/… property in FCKRegexLib
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 30 …HtmlOpener.test(A)) A='<html dir="'+FCKConfig.ContentLangDirection+'">'+A+'</html>';if (!FCKRegexL… 51 …\s*=\s*["']?([^"' ]+)/i,HasBaseTag:/<base /i,HasBodyTag:/<body[\s|>]/i,HtmlOpener:/<html\s?[^>]*>/… property in FCKRegexLib
|
H A D | fckeditorcode_ie.js | 31 …HtmlOpener.test(A)) A='<html dir="'+FCKConfig.ContentLangDirection+'">'+A+'</html>';if (!FCKRegexL… 55 …\s*=\s*["']?([^"' ]+)/i,HasBaseTag:/<base /i,HasBodyTag:/<body[\s|>]/i,HtmlOpener:/<html\s?[^>]*>/… property in FCKRegexLib
|