Home
last modified time | relevance | path

Searched refs:Trim (Results 1 – 25 of 48) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
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/elasticsearch/vendor/ruflin/elastica/src/Processor/
DTrim.php5 … "%s" class is deprecated, use "%s" instead. It will be removed in 8.0.', Trim::class, TrimProcess…
15 class Trim extends TrimProcessor class
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js64 sXHTML = sXHTML.substr( 7, sXHTML.length - 15 ).Trim() ;
348 if ( htmlNode.innerHTML.Trim().length == 0 && !htmlNode.name )
416 if ( htmlNode.innerHTML.Trim().length == 0 )
Dfckcodeformatter.js99 return sFormatted.Trim() ;
Dfcklisthandler.js143 if ( eChildNode.nodeValue.Trim().length > 0 )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 )
Dfckcodeformatter.js99 return sFormatted.Trim() ;
Dfcklisthandler.js143 if ( eChildNode.nodeValue.Trim().length > 0 )
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
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/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
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/grensladawritezor/fckeditor/editor/_source/
Dfckjscoreextensions.js131 String.prototype.Trim = function() method in String
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js114 String.prototype.Trim = function() method in String
/plugin/grensladawritezor/fckeditor/editor/dialog/common/
Dfck_dialog_common.js78 String.prototype.Trim = function() method in String
/plugin/wysiwyg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js89 String.prototype.Trim = function() method in String
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js236 var sLnkUrl = GetE('txtLnkUrl').value.Trim() ;
327 if ( GetE('txtLnkUrl').value.Trim().length > 0 )
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js235 var sLnkUrl = GetE('txtLnkUrl').value.Trim() ;
321 if ( GetE('txtLnkUrl').value.Trim().length > 0 )
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js290 var sLnkUrl = GetE('txtLnkUrl').value.Trim() ;
442 if ( GetE('txtLnkUrl').value.Trim().length > 0 )
/plugin/fckg/fckeditor/editor/dialog/common/
Dfck_dialog_common.js142 String.prototype.Trim = function() method in String
/plugin/syntaxhighlighter/Scripts/
DshCore.js96 {function Trim(str) class
102 {if(Trim(lines[i]).length==0)
/plugin/syntaxhighlighter/Uncompressed/
DshCore.js440 function Trim(str) class
460 if(Trim(lines[i]).length == 0)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf_util.cfm97 <cfset var chunk = lcase( Trim( BinaryFileRead( ARGUMENTS.filePath, 1024 ) ) )>
/plugin/aichat/vendor/vanderlee/php-sentence/
DREADME.md41 - **`Sentence::SPLIT_TRIM`**: Trim whitespace off the left and right sides of
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckenterkey.js215 while ( oCurrentParent.innerHTML.Trim().length == 0 )
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm55 <cfset text = text & "^" & Trim(JSStringFormat(line)) & "#crlf#">
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckenterkey.js271 while ( oCurrentParent.innerHTML.Trim().length == 0 )

12