Home
last modified time | relevance | path

Searched refs:Trim (Results 26 – 33 of 33) sorted by path

12

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklisthandler.js143 if ( eChildNode.nodeValue.Trim().length > 0 )
H A Dfckxhtml.js71 sXHTML = sXHTML.substr( 7, sXHTML.length - 15 ).Trim() ;
331 if ( htmlNode.innerHTML.Trim().length == 0 && !htmlNode.name )
402 if ( htmlNode.innerHTML.Trim().length == 0 )
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js89 String.prototype.Trim = function() method in String
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js236 var sLnkUrl = GetE('txtLnkUrl').value.Trim() ;
327 if ( GetE('txtLnkUrl').value.Trim().length > 0 )
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm41 <cfset text = ListAppend(text, "^" & Trim(JSStringFormat(line)), CRLF)>
83 <cfset bad_word = Trim(ListGetAt(aspell_line, 2, " "))>
86 <cfset sug_list = Trim(ListRest(aspell_line, ":"))>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm97 <cfset var chunk = lcase( Trim( BinaryFileRead( ARGUMENTS.filePath, 1024 ) ) )>
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …is.length) s+=this.substring(A+B,this.length);return s;};String.prototype.Trim=function(){return t… method in String
31 …lements[D.nodeName.toLowerCase()]) F=true;break;case 3:if (E||D.nodeValue.Trim().length>0) F=true;…
44Trim();E=E.replace(FCKRegexLib.SpaceNoClose,' />');if (FCKConfig.ForceSimpleAmpersand) E=E.replace…
46 …d___'+j);B=B.replace(F,FCKCodeFormatter.ProtectedData[j].replace(/\$/g,'$$$$'));};return B.Trim();}
51 …').replace(/\|$/,'')+'):[^;]+';var D=new RegExp(C,'gi');B=B.replace(D,'').Trim();if (B.length==0||…
53 …(!B.nodeName.IEquals('UL','LI')) return true;break;case 3:if (B.nodeValue.Trim().length>0) return …
60 …s.RemoveNode(B);D=true;}else{FCKDomTools.RemoveNode(C);while (F.innerHTML.Trim().length==0){var H=…
H A Dfckeditorcode_ie.js26 …is.length) s+=this.substring(A+B,this.length);return s;};String.prototype.Trim=function(){return t… method in String
32 …lements[D.nodeName.toLowerCase()]) F=true;break;case 3:if (E||D.nodeValue.Trim().length>0) F=true;…
45Trim();E=E.replace(FCKRegexLib.SpaceNoClose,' />');if (FCKConfig.ForceSimpleAmpersand) E=E.replace…
47 …d___'+j);B=B.replace(F,FCKCodeFormatter.ProtectedData[j].replace(/\$/g,'$$$$'));};return B.Trim();}
52 …').replace(/\|$/,'')+'):[^;]+';var D=new RegExp(C,'gi');B=B.replace(D,'').Trim();if (B.length==0||…
54 …(!B.nodeName.IEquals('UL','LI')) return true;break;case 3:if (B.nodeValue.Trim().length>0) return …
61 …s.RemoveNode(B);D=true;}else{FCKDomTools.RemoveNode(C);while (F.innerHTML.Trim().length==0){var H=…

12