Searched refs:RemoveFromStart (Results 1 – 14 of 14) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | util.asp | 24 Function RemoveFromStart( sourceString, charToRemove ) function 29 RemoveFromStart = 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 | 24 sub RemoveFromStart subroutine
|
H A D | io.pl | 65 $rmpath = &RemoveFromStart($folderPath,'/');
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 25 function RemoveFromStart( $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 | 25 function RemoveFromStart( $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 | 25 function RemoveFromStart( $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 | 25 function RemoveFromStart( $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_util.cfm | 25 <cffunction name="RemoveFromStart" output="false" returntype="String">
|
H A D | cf_io.cfm | 31 <cfreturn sBasePath & "/" & RemoveFromStart( ARGUMENTS.sFolder, '/' )>
|