/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckdataprocessor.js | 53 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 D | fckeditingarea.js | 83 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 D | fckstyle.js | 704 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 D | fck.js | 230 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 D | fckxhtml_ie.js | 51 … 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 D | fckxhtml.js | 74 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 D | fckregexlib.js | 24 var FCKRegexLib = class
|
H A D | fckxhtml_gecko.js | 57 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
|
H A D | fckcommands.js | 142 if ( FCKRegexLib.NamedCommands.test( commandName ) )
|
H A D | fckstyles.js | 348 var regexMatch = overrideAttValue && FCKRegexLib.RegExp.exec( overrideAttValue ) ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 28 var FCKRegexLib = oEditor.FCKRegexLib ; variable 318 sClass = sClass.replace( FCKRegexLib.FCK_Class, '' ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fck_othercommands.js | 434 oAnchor.className = oAnchor.className.replace( FCKRegexLib.FCK_Class, '' ) ;
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 31 …FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL… 32 …FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=… 55 var FCKRegexLib={AposEntity:/'/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class 59 …FCKRegexLib.HtmlDocType.test(FCKConfig.DocType)) E=E.replace(FCKRegexLib.SpaceNoClose,'>');else E=… 60 …FCKRegexLib.FCK_Class,'');if (H.length==0) continue;}else if (G.indexOf('on')==0) H=F.nodeValue;el… 63 …FCKRegexLib.BeforeBody);var F=A.match(FCKRegexLib.AfterBody);if (E&&F){var G=A.substr(E[1].length,… 66 …FCKRegexLib.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… 122 …FCKRegexLib.HtmlTag.exec(A);var C=false;var D="";if (B){if (B.index>0){D=A.substr(0,B.index);this.…
|
H A D | fckeditorcode_gecko.js | 30 …FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL… 31 …FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=… 51 var FCKRegexLib={AposEntity:/'/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class 55 …FCKRegexLib.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… 59 …FCKRegexLib.BeforeBody);var F=A.match(FCKRegexLib.AfterBody);if (E&&F){var G=A.substr(E[1].length,… 62 …FCKRegexLib.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… 121 …FCKRegexLib.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 D | fckeditorcode_ie.js | 31 …FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL… 32 …FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=… 41 var FCKRegexLib={AposEntity:/'/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class 45 …FCKRegexLib.SpaceNoClose,' />');if (FCKConfig.ForceSimpleAmpersand) E=E.replace(FCKRegexLib.ForceS… 46 …FCKRegexLib.StyleProperties,FCKTools.ToLowerCase);FCKTools.RestoreFormStyles(B,I);}else if (G=='cl… 49 …FCKRegexLib.BeforeBody);var H=A.match(FCKRegexLib.AfterBody);if (G&&H){var I=A.substr(G[1].length,… 52 …FCKRegexLib.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 D | fckeditorcode_gecko.js | 30 …FCKRegexLib.DocTypeTag);if (!FCKRegexLib.HasBodyTag.test(A)) A='<body>'+A+'</body>';if (!FCKRegexL… 31 …FCKRegexLib.ToReplace,'$1');if (C){if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) D=… 40 var FCKRegexLib={AposEntity:/'/gi,ObjectElements:/^(?:IMG|TABLE|TR|TD|TH|INPUT|SELECT|TEXTAREA… class 44 …FCKRegexLib.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… 48 …FCKRegexLib.BeforeBody);var H=A.match(FCKRegexLib.AfterBody);if (G&&H){var I=A.substr(G[1].length,… 51 …FCKRegexLib.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 D | fck_link.js | 30 var FCKRegexLib = oEditor.FCKRegexLib ; variable 563 sClass = sClass.replace( FCKRegexLib.FCK_Class, '' ) ;
|