Searched refs:RemoveFromEnd (Results 1 – 14 of 14) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | util.asp | 32 Function RemoveFromEnd( sourceString, charToRemove ) function 37 RemoveFromEnd = oRegex.Replace( sourceString, "" )
|
H A D | io.asp | 25 CombinePaths = RemoveFromEnd( sBasePath, "/" ) & "/" & RemoveFromStart( sFolder, "/" )
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | util.pl | 32 sub RemoveFromEnd subroutine
|
H A D | io.pl | 29 $rmpath = &RemoveFromEnd($GLOBALS{'UserFilesPath'},'/');
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 31 function RemoveFromEnd( $sourceString, $charToRemove ) function
|
H A D | io.php | 26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 31 function RemoveFromEnd( $sourceString, $charToRemove ) function
|
H A D | io.php | 26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 31 function RemoveFromEnd( $sourceString, $charToRemove ) function
|
H A D | io.php | 28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 31 function RemoveFromEnd( $sourceString, $charToRemove ) function
|
H A D | io.php | 28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_io.cfm | 29 <cfset sBasePath = RemoveFromEnd( sBasePath, "/" )> 30 <cfset sBasePath = RemoveFromEnd( sBasePath, "\" )>
|
H A D | cf_util.cfm | 36 <cffunction name="RemoveFromEnd" output="false" returntype="String">
|