Home
last modified time | relevance | path

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

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