Home
last modified time | relevance | path

Searched refs:ForceSimpleAmpersand (Results 1 – 10 of 10) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckregexlib.js58 ForceSimpleAmpersand : /___FCKAmp___/g , property in FCKRegexLib
H A Dfckxhtml.js76 if ( FCKConfig.ForceSimpleAmpersand )
77 sXHTML = sXHTML.replace( FCKRegexLib.ForceSimpleAmpersand, '&' ) ;
108 if ( FCKConfig.ForceSimpleAmpersand )
/plugin/wysiwyg/fckeditor/
H A Dfckconfig.js82 FCKConfig.ForceSimpleAmpersand = false ;
H A Dfckeditor.cfm145 … & ",GeckoUseSPAN,StartupFocus,ForcePasteAsPlainText,AutoDetectPasteFromWord,ForceSimpleAmpersand";
H A Dfckeditor.cfc232 … & ",GeckoUseSPAN,StartupFocus,ForcePasteAsPlainText,AutoDetectPasteFromWord,ForceSimpleAmpersand";
/plugin/fckg/fckeditor/
H A Dfckconfig.js120 FCKConfig.ForceSimpleAmpersand = false ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js41 …__[^ ]*(?=\s+|$)/,ElementName:/(^[a-z_:][\w.\-:]*\w$)|(^[a-z_]$)/,ForceSimpleAmpersand:/___FCKAmp_… property in FCKRegexLib
45ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.…
H A Dfckeditorcode_gecko.js40 …__[^ ]*(?=\s+|$)/,ElementName:/(^[a-z_:][\w.\-:]*\w$)|(^[a-z_]$)/,ForceSimpleAmpersand:/___FCKAmp_… property in FCKRegexLib
44ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js51 …__[^ ]*(?=\s+|$)/,ElementName:/(^[a-z_:][\w.\-:]*\w$)|(^[a-z_]$)/,ForceSimpleAmpersand:/___FCKAmp_… property in FCKRegexLib
55ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.…
H A Dfckeditorcode_ie.js55 …__[^ ]*(?=\s+|$)/,ElementName:/(^[a-z_:][\w.\-:]*\w$)|(^[a-z_]$)/,ForceSimpleAmpersand:/___FCKAmp_… property in FCKRegexLib
59ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.…