Home
last modified time | relevance | path

Searched refs:RemoveFromEnd (Results 1 – 14 of 14) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dutil.asp32 Function RemoveFromEnd( sourceString, charToRemove ) function
37 RemoveFromEnd = oRegex.Replace( sourceString, "" )
H A Dio.asp25 CombinePaths = RemoveFromEnd( sBasePath, "/" ) & "/" & RemoveFromStart( sFolder, "/" )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dutil.pl32 sub RemoveFromEnd subroutine
H A Dio.pl29 $rmpath = &RemoveFromEnd($GLOBALS{'UserFilesPath'},'/');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php31 function RemoveFromEnd( $sourceString, $charToRemove ) function
H A Dio.php26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php31 function RemoveFromEnd( $sourceString, $charToRemove ) function
H A Dio.php26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php31 function RemoveFromEnd( $sourceString, $charToRemove ) function
H A Dio.php28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php31 function RemoveFromEnd( $sourceString, $charToRemove ) function
H A Dio.php28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm29 <cfset sBasePath = RemoveFromEnd( sBasePath, "/" )>
30 <cfset sBasePath = RemoveFromEnd( sBasePath, "\" )>
H A Dcf_util.cfm36 <cffunction name="RemoveFromEnd" output="false" returntype="String">