Home
last modified time | relevance | path

Searched refs:GetParentFolder (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dio.pl69 sub GetParentFolder subroutine
81 $sParent = &GetParentFolder($folderPath);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php83 function GetParentFolder( $folderPath ) function
91 $sParent = GetParentFolder( $folderPath ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php85 function GetParentFolder( $folderPath ) function
94 $sParent = GetParentFolder( $folderPath ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php83 function GetParentFolder( $folderPath ) function
92 $sParent = GetParentFolder( $folderPath ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php85 function GetParentFolder( $folderPath ) function
94 $sParent = GetParentFolder( $folderPath ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm112 <cffunction name="GetParentFolder" returntype="string" output="false">