Lines Matching +full:u +full:- +full:magic

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <!--
3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
11 * - GNU General Public License Version 2 or later (the "GPL")
14 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
17 * - Mozilla Public License Version 1.1 or later (the "MPL")
18 * http://www.mozilla.org/MPL/MPL-1.1.html
25 -->
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
52 // For document.domain compatibility (#123) we must do all the magic in
67 …'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"><…
193 // Remove mso-xxx styles.
194 html = html.replace( /\s*mso-[^:]+:[^;"]+;?/gi, '' ) ;
200 html = html.replace( /\s*TEXT-INDENT: 0cm\s*;/gi, '' ) ;
201 html = html.replace( /\s*TEXT-INDENT: 0cm\s*"/gi, "\"" ) ;
203 html = html.replace( /\s*TEXT-ALIGN: [^\s;]+;?"/gi, "\"" ) ;
205 html = html.replace( /\s*PAGE-BREAK-BEFORE: [^\s;]+;?"/gi, "\"" ) ;
207 html = html.replace( /\s*FONT-VARIANT: [^\s;]+;?"/gi, "\"" ) ;
209 html = html.replace( /\s*tab-stops:[^;"]*;?/gi, '' ) ;
210 html = html.replace( /\s*tab-stops:[^"]*/gi, '' ) ;
218 html = html.replace( /\s*FONT-FAMILY:[^;"]*;?/gi, '' ) ;
257 // Remove comments [SF BUG-1481861].
258 html = html.replace(/<\!--[\s\S]*?-->/g, '' ) ;
260 html = html.replace( /<(U|I|STRIKE)>&nbsp;<\/\1>/g, '&nbsp;' ) ;
277 …// The original <Hn> tag send from Word is something like this: <Hn style="margin-top:0px;margin-b…