Home
last modified time | relevance | path

Searched refs:FCKRegexLib (Results 1 – 17 of 17) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js53 FCK.DocTypeDeclaration = data.match( FCKRegexLib.DocTypeTag ) ;
56 if ( !FCKRegexLib.HasBodyTag.test( data ) )
60 if ( !FCKRegexLib.HtmlOpener.test( data ) )
64 if ( !FCKRegexLib.HeadOpener.test( data ) )
65 data = data.replace( FCKRegexLib.HtmlOpener, '$&<head><title></title></head>' ) ;
79 …if ( FCKBrowserInfo.IsIE && FCKConfig.DocType.length > 0 && !FCKRegexLib.Html4DocType.test( FCKCon…
104 if ( ignoreIfEmptyParagraph && FCKRegexLib.EmptyOutParagraph.test( data ) )
H A Dfckeditingarea.js83 var oMatchBefore = html.match( FCKRegexLib.BeforeBody ) ;
84 var oMatchAfter = html.match( FCKRegexLib.AfterBody ) ;
97 … if ( FCKBrowserInfo.IsGecko && ( sBody.length == 0 || FCKRegexLib.EmptyParagraph.test( sBody ) ) )
H A Dfckstyle.js704 attValue = attValue.Replace( FCKRegexLib.StyleVariableAttName, this._GetVariableReplace, this ) ;
716 attValue = attValue.Replace( FCKRegexLib.StyleVariableAttName, this._GetVariableReplace, this ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js230 data = data.replace( FCKRegexLib.ToReplace, '$1' ) ;
284 html = html.replace( FCKRegexLib.ProtectUrlsA , '$& _fcksavedurl=$1' ) ;
287 html = html.replace( FCKRegexLib.ProtectUrlsImg , '$& _fcksavedurl=$1' ) ;
296 return html.replace( FCKRegexLib.TagsWithEvent, _FCK_ProtectEvents_ReplaceTags ) ;
301 return html.replace( FCKRegexLib.ProtectedEvents, _FCK_ProtectEvents_RestoreEvents ) ;
356 data = data.replace( FCKRegexLib.InvalidSelfCloseTags, '$1></$2>' ) ;
368 if ( FCK.TempBaseTag.length > 0 && !FCKRegexLib.HasBaseTag.test( data ) )
369 data = data.replace( FCKRegexLib.HeadOpener, '$&' + FCK.TempBaseTag ) ;
388 data = data.replace( FCKRegexLib.HeadCloser, sHeadExtra + '$&' ) ;
750 return tagMatch.replace( FCKRegexLib.EventAttributes, _FCK_ProtectEvents_ReplaceEvents ) ;
H A Dfckxhtml_ie.js51 … sAttValue = htmlNode.style.cssText.replace( FCKRegexLib.StyleProperties, FCKTools.ToLowerCase ) ;
59 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
92 var sHttpEquiv = htmlNode.outerHTML.match( FCKRegexLib.MetaHttpEquiv ) ;
H A Dfckxhtml.js74 sXHTML = sXHTML.replace( FCKRegexLib.SpaceNoClose, ' />');
77 sXHTML = sXHTML.replace( FCKRegexLib.ForceSimpleAmpersand, '&' ) ;
90 sXHTML = sXHTML.replace( FCKRegexLib.GeckoEntitiesMarker, '&' ) ;
228 if ( !FCKRegexLib.ElementName.test( sNodeName ) )
H A Dfckregexlib.js24 var FCKRegexLib = class
H A Dfckxhtml_gecko.js57 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
H A Dfckcommands.js142 if ( FCKRegexLib.NamedCommands.test( commandName ) )
H A Dfckstyles.js348 var regexMatch = overrideAttValue && FCKRegexLib.RegExp.exec( overrideAttValue ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js28 var FCKRegexLib = oEditor.FCKRegexLib ; variable
318 sClass = sClass.replace( FCKRegexLib.FCK_Class, '' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js434 oAnchor.className = oAnchor.className.replace( FCKRegexLib.FCK_Class, '' ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js31FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL…
32FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=…
55 var FCKRegexLib={AposEntity:/&apos;/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class
59FCKRegexLib.HtmlDocType.test(FCKConfig.DocType)) E=E.replace(FCKRegexLib.SpaceNoClose,'>');else E=…
60FCKRegexLib.FCK_Class,'');if (H.length==0) continue;}else if (G.indexOf('on')==0) H=F.nodeValue;el…
63FCKRegexLib.BeforeBody);var F=A.match(FCKRegexLib.AfterBody);if (E&&F){var G=A.substr(E[1].length,…
66FCKRegexLib.StyleVariableAttName,this._GetVariableReplace,this);return B;},GetFinalStyleValue:func…
67 …{};for (var k=0;k<N.length;k++){var O=N[k].value||null;if (O){var P=O&&FCKRegexLib.RegExp.exec(O);…
99 …ase 'ScaytContext':B=FCKScayt.CreateContextCommand();break;default:if (FCKRegexLib.NamedCommands.t…
122FCKRegexLib.HtmlTag.exec(A);var C=false;var D="";if (B){if (B.index>0){D=A.substr(0,B.index);this.…
H A Dfckeditorcode_gecko.js30FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL…
31FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=…
51 var FCKRegexLib={AposEntity:/&apos;/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class
55FCKRegexLib.HtmlDocType.test(FCKConfig.DocType)) E=E.replace(FCKRegexLib.SpaceNoClose,'>');else E=…
56 …ndexOf('_moz')==0) continue;else if (F=='class'){G=E.nodeValue.replace(FCKRegexLib.FCK_Class,'');i…
59FCKRegexLib.BeforeBody);var F=A.match(FCKRegexLib.AfterBody);if (E&&F){var G=A.substr(E[1].length,…
62FCKRegexLib.StyleVariableAttName,this._GetVariableReplace,this);return B;},GetFinalStyleValue:func…
63 …{};for (var k=0;k<N.length;k++){var O=N[k].value||null;if (O){var P=O&&FCKRegexLib.RegExp.exec(O);…
97 …ase 'ScaytContext':B=FCKScayt.CreateContextCommand();break;default:if (FCKRegexLib.NamedCommands.t…
121FCKRegexLib.HtmlTag.exec(A);var C=false;var D="";if (B){if (B.index>0){D=A.substr(0,B.index);this.…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js31FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL…
32FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=…
41 var FCKRegexLib={AposEntity:/&apos;/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class
45FCKRegexLib.SpaceNoClose,' />');if (FCKConfig.ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceS…
46FCKRegexLib.StyleProperties,FCKTools.ToLowerCase);FCKTools.RestoreFormStyles(B,I);}else if (G=='cl…
49FCKRegexLib.BeforeBody);var H=A.match(FCKRegexLib.AfterBody);if (G&&H){var I=A.substr(G[1].length,…
52FCKRegexLib.StyleVariableAttName,this._GetVariableReplace,this);return B;},GetFinalStyleValue:func…
53 …{};for (var k=0;k<N.length;k++){var O=N[k].value||null;if (O){var P=O&&FCKRegexLib.RegExp.exec(O);…
71 …);if (FCKBrowserInfo.IsIE) oAnchor.className=oAnchor.className.replace(FCKRegexLib.FCK_Class,'');r…
85 …);break;case 'Undefined':B=new FCKUndefinedCommand();break;default:if (FCKRegexLib.NamedCommands.t…
H A Dfckeditorcode_gecko.js30FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL…
31FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=…
40 var FCKRegexLib={AposEntity:/&apos;/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class
44FCKRegexLib.SpaceNoClose,' />');if (FCKConfig.ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceS…
45 …ndexOf('_moz')==0) continue;else if (F=='class'){G=E.nodeValue.replace(FCKRegexLib.FCK_Class,'');i…
48FCKRegexLib.BeforeBody);var H=A.match(FCKRegexLib.AfterBody);if (G&&H){var I=A.substr(G[1].length,…
51FCKRegexLib.StyleVariableAttName,this._GetVariableReplace,this);return B;},GetFinalStyleValue:func…
52 …{};for (var k=0;k<N.length;k++){var O=N[k].value||null;if (O){var P=O&&FCKRegexLib.RegExp.exec(O);…
70 …);if (FCKBrowserInfo.IsIE) oAnchor.className=oAnchor.className.replace(FCKRegexLib.FCK_Class,'');r…
84 …);break;case 'Undefined':B=new FCKUndefinedCommand();break;default:if (FCKRegexLib.NamedCommands.t…
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js30 var FCKRegexLib = oEditor.FCKRegexLib ; variable
563 sClass = sClass.replace( FCKRegexLib.FCK_Class, '' ) ;