Home
last modified time | relevance | path

Searched refs:RemoveFromStart (Results 1 – 14 of 14) sorted by last modified time

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
H A Dutil.php25 function RemoveFromStart( $sourceString, $charToRemove ) function
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
H A Dutil.php25 function RemoveFromStart( $sourceString, $charToRemove ) function
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
H A Dutil.php25 function RemoveFromStart( $sourceString, $charToRemove ) function
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm25 <cffunction name="RemoveFromStart" output="false" returntype="String">
H A Dcf_io.cfm31 <cfreturn sBasePath & "/" & RemoveFromStart( ARGUMENTS.sFolder, '/' )>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php25 function RemoveFromStart( $sourceString, $charToRemove ) function
H A Dio.php26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp25 CombinePaths = RemoveFromEnd( sBasePath, "/" ) & "/" & RemoveFromStart( sFolder, "/" )
H A Dutil.asp24 Function RemoveFromStart( sourceString, charToRemove ) function
29 RemoveFromStart = oRegex.Replace( sourceString, "" )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dutil.pl24 sub RemoveFromStart subroutine
H A Dio.pl65 $rmpath = &RemoveFromStart($folderPath,'/');