Home
last modified time | relevance | path

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

12

/plugin/adfs/phpsaml/
H A DCHANGELOG164 * Trim acs, slo and issuer urls.
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md41 - **`Sentence::SPLIT_TRIM`**: Trim whitespace off the left and right sides of
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md363 * Trim CSV column names
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1 …tsWith',\n 'Text.ToBinary',\n 'Text.ToList',\n 'Text.Trim',\n 'Text.Tr…
H A Dbundle.js.map1Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/ba…
H A Deditor.worker.js.map1Trim any leading backslashes\n let fromStart = 0;\n while (fromStart < from.length &…
H A Djson.worker.js.map1Trim any leading backslashes\n let fromStart = 0;\n while (fromStart < from.length &…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …sNaN(value) ? nan : formatType(Math.abs(value), precision);\n\n // Trim insignificant zeros…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DTrim.php5 \trigger_deprecation('ruflin/elastica', '7.1.0', 'The "%s" class is deprecated, use "%s" instead. It will be removed in 8.0.', Trim::class, TrimProcessor::class);
8 * Elastica Trim Processor.
15 class Trim extends TrimProcessor class
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js142 String.prototype.Trim = function() method in String
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js290 var sLnkUrl = GetE('txtLnkUrl').value.Trim() ;
442 if ( GetE('txtLnkUrl').value.Trim().length > 0 )
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm43 <cfset text = ListAppend(text, "^" & Trim(JSStringFormat(line)), CRLF)>
85 <cfset bad_word = Trim(ListGetAt(aspell_line, 2, " "))>
88 <cfset sug_list = Trim(ListRest(aspell_line, ":"))>
/plugin/fckg/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 ….getAttribute('_moz_dirty')==null) F=true;break;case 3:if (E||D.nodeValue.Trim().length>0) F=true;…
55Trim();if (FCKConfig.DocType.length>0&&FCKRegexLib.HtmlDocType.test(FCKConfig.DocType)) E=E.replac…
57 …___'+j);B=B.replace(F,FCKCodeFormatter.ProtectedData[j].replace(/\$/g,'$$$$'));};return B.Trim();};
62Trim();if (B.length==0||B==';') FCKDomTools.RemoveAttribute(A,'style');else A.style.cssText=B.repl…
64 …(!B.nodeName.IEquals('UL','LI')) return true;break;case 3:if (B.nodeValue.Trim().length>0) return …
66Trim();if (G.length!=0) return A.IsStartOfBlock=false;}else F=D.childNodes[E-1];};if (!F) F=FCKDom…
71 …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 ….getAttribute('_moz_dirty')==null) F=true;break;case 3:if (E||D.nodeValue.Trim().length>0) F=true;…
59Trim();if (FCKConfig.DocType.length>0&&FCKRegexLib.HtmlDocType.test(FCKConfig.DocType)) E=E.replac…
61 …___'+j);B=B.replace(F,FCKCodeFormatter.ProtectedData[j].replace(/\$/g,'$$$$'));};return B.Trim();};
66Trim();if (B.length==0||B==';') FCKDomTools.RemoveAttribute(A,'style');else A.style.cssText=B.repl…
68 …(!B.nodeName.IEquals('UL','LI')) return true;break;case 3:if (B.nodeValue.Trim().length>0) return …
70Trim();if (G.length!=0) return A.IsStartOfBlock=false;}else F=D.childNodes[E-1];};if (!F) F=FCKDom…
75 …s.RemoveNode(B);D=true;}else{FCKDomTools.RemoveNode(C);while (F.innerHTML.Trim().length==0){var H=…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md196 * Trim AggregateException message
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dtrim_block.test7 Trim on control tag:
13 Trim on output tag:
19 Trim comments:
25 Trim leading space:
37 Trim trailing space:
59 Trim on control tag:
62 Trim on output tag:
65 Trim comments:After the comment.
67 Trim leading space:
71 Trim trailing space:
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt840 ¤ Trim/unset wavpack encoder_options to match 2.0.0b2
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js96 {function Trim(str) function
102 {if(Trim(lines[i]).length==0)
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js440 function Trim(str) function
460 if(Trim(lines[i]).length == 0)
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …tructSort StructUpdate Tan TimeFormat ToBase64 ToBinary ToScript ToString Trim UCase URLDecode URL…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js271 while ( oCurrentParent.innerHTML.Trim().length == 0 )
H A Dfckstyle.js588 elementStyle = elementStyle.replace( regex, '' ).Trim() ;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js114 String.prototype.Trim = function() method in String
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js174 if ( oNewBlock || oNode.nodeValue.Trim().length > 0 )
H A Dfckcodeformatter.js99 return sFormatted.Trim() ;

12