Home
last modified time | relevance | path

Searched refs:html (Results 1776 – 1800 of 1859) sorted by path

1...<<7172737475

/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample01.lasso12 * http://www.gnu.org/licenses/gpl.html
15 * http://www.gnu.org/licenses/lgpl.html
18 * http://www.mozilla.org/MPL/MPL-1.1.html
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55 </html>
H A Dsample02.lasso12 * http://www.gnu.org/licenses/gpl.html
15 * http://www.gnu.org/licenses/lgpl.html
18 * http://www.mozilla.org/MPL/MPL-1.1.html
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
109 </html>
H A Dsample03.lasso12 * http://www.gnu.org/licenses/gpl.html
15 * http://www.gnu.org/licenses/lgpl.html
18 * http://www.mozilla.org/MPL/MPL-1.1.html
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
87 </html>
H A Dsample04.lasso12 * http://www.gnu.org/licenses/gpl.html
15 * http://www.gnu.org/licenses/lgpl.html
18 * http://www.mozilla.org/MPL/MPL-1.1.html
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
93 </html>
H A Dsampleposteddata.lasso12 * http://www.gnu.org/licenses/gpl.html
15 * http://www.gnu.org/licenses/lgpl.html
18 * http://www.mozilla.org/MPL/MPL-1.1.html
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
50 </html>
/plugin/wysiwyg/fckeditor/_samples/
H A Dsample.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js71 var html =
80 html += ' style="overflow-y: scroll"' ;
82 html += '><head><title></title></head>' +
87 return html ;
115 FixHtml : function( html ) argument
117 return html ;
H A Dfckdocumentfragment_ie.js43 AppendHtml : function( html ) argument
46 eTmpDiv.innerHTML = html ;
H A Dfckeditingarea.js41 FCKEditingArea.prototype.Start = function( html, secondCall ) argument
76 html = html.replace( /(<base[^>]*?)\s*\/?>(?!\s*<\/base>)/gi, '$1></base>' ) ;
83 var oMatchBefore = html.match( FCKRegexLib.BeforeBody ) ;
84 var oMatchAfter = html.match( FCKRegexLib.AfterBody ) ;
88 var sBody = html.substr( oMatchBefore[1].length,
89html.length - oMatchBefore[1].length - oMatchAfter[1].length ) ; // This is the BODY tag contents.
91 html =
104 this._BodyHTML = html ; // Invalid HTML input.
117 oDoc.write( html ) ;
124 this.Start( html, true ) ;
[all …]
H A Dfckspecialcombo.js94 FCKSpecialCombo.prototype.AddItem = function( id, html, label, bgColor ) argument
99 oDiv.innerHTML = html ;
H A Dfcktoolbarstylecombo.js167 var html = [] ;
170 html.push( '<div class="BaseFont">' ) ;
178 html = [ '<', elementName ] ;
186 html.push( ' ', att, '="', style.GetFinalAttributeValue( att ), '"' ) ;
192 html.push( ' style="', style.GetFinalStyleValue(), '"' ) ;
194 html.push( '>', caption, '</', elementName, '>' ) ;
197 html.push( '</div>' ) ;
199 return html.join( '' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js281 ProtectUrls : function( html ) argument
284 html = html.replace( FCKRegexLib.ProtectUrlsA , '$& _fcksavedurl=$1' ) ;
287 html = html.replace( FCKRegexLib.ProtectUrlsImg , '$& _fcksavedurl=$1' ) ;
289 return html ;
294 ProtectEvents : function( html ) argument
299 ProtectEventsRestore : function( html ) argument
304 ProtectTags : function( html ) argument
316 html = html.replace( oRegex, '<FCK:$1' ) ;
319 html = html.replace( oRegex, '<\/FCK:$1>' ) ;
334 html = html.replace( oRegex, '<FCK:$1 />' ) ;
[all …]
H A Dfck_gecko.js383 FCK.InsertHtml = function( html ) argument
385 html = FCKConfig.ProtectedSource.Protect( html ) ;
386 html = FCK.ProtectEvents( html ) ;
387 html = FCK.ProtectUrls( html ) ;
388 html = FCK.ProtectTags( html ) ;
394 this.EditorDocument.execCommand( 'inserthtml', false, html ) ;
H A Dfck_ie.js144 FCK.InsertHtml = function( html ) argument
146 html = FCKConfig.ProtectedSource.Protect( html ) ;
147 html = FCK.ProtectEvents( html ) ;
148 html = FCK.ProtectUrls( html ) ;
149 html = FCK.ProtectTags( html ) ;
165 html = '<span id="__fakeFCKRemove__">&nbsp;</span>' + html ;
168 oSel.createRange().pasteHTML( html ) ;
179 FCK.SetInnerHtml = function( html ) // IE Only argument
184 oDoc.body.innerHTML = '<div id="__fakeFCKRemove__">&nbsp;</div>' + html ;
H A Dfckcodeformatter.js53 FCKCodeFormatter.Format = function( html ) argument
62 var sFormatted = html.replace( this.Regex.ProtectedTags, FCKCodeFormatter._ProtectData ) ;
H A Dfckconfig.js188 FCKConfig.ProtectedSource.Protect = function( html ) argument
199 html = html.replace( this.RegexEntries[i], _Replace ) ;
202 return html ;
205 FCKConfig.ProtectedSource.Revert = function( html, clearBin ) argument
215 return html.replace( regex, _Replace ) ;
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
H A Dfck_internal.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
26 html selector
H A Dfck_showtableborders_gecko.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm100 <cfcontent type="text/html; charset=utf-8">
102 <cfoutput><html>
104 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
145 </html></cfoutput>
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp11 ' http://www.gnu.org/licenses/gpl.html
14 ' http://www.gnu.org/licenses/lgpl.html
17 ' http://www.mozilla.org/MPL/MPL-1.1.html
H A Dclass_upload.asp11 ' http://www.gnu.org/licenses/gpl.html
14 ' http://www.gnu.org/licenses/lgpl.html
17 ' http://www.mozilla.org/MPL/MPL-1.1.html
317 …aPatterns = Array( "<!DOCTYPE\W*X?HTML", "<(body|head|html|img|pre|script|table|title)", "type\s*=…
H A Dcommands.asp11 ' http://www.gnu.org/licenses/gpl.html
14 ' http://www.gnu.org/licenses/lgpl.html
17 ' http://www.mozilla.org/MPL/MPL-1.1.html

1...<<7172737475