Searched refs:GetResourceTypePath (Results 1 – 12 of 12) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | io.asp | 28 Function GetResourceTypePath( resourceType, sCommand ) function 30 GetResourceTypePath = ConfigQuickUploadPath.Item( resourceType ) 32 GetResourceTypePath = ConfigFileTypesPath.Item( resourceType ) 56 GetUrlFromPath = CombinePaths( GetResourceTypePath( resourceType, sCommand ), folderPath )
|
H A D | commands.asp | 192 sFileUrl = CombinePaths( GetResourceTypePath( resourceType, sCommand ) , currentFolder )
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 28 function GetResourceTypePath( $resourceType, $sCommand ) function 61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
|
H A D | commands.php | 238 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 30 function GetResourceTypePath( $resourceType, $sCommand ) function 63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
|
H A D | commands.php | 597 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; 748 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 28 function GetResourceTypePath( $resourceType, $sCommand ) function 61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
|
H A D | commands.php | 581 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; 729 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 30 function GetResourceTypePath( $resourceType, $sCommand ) function 63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
|
H A D | commands.php | 592 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; 743 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_io.cfm | 34 <cffunction name="GetResourceTypePath" returntype="String" output="false"> 73 …<cfreturn CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, ARGUMENTS.sCommand ), ARGUMEN…
|
H A D | cf_commands.cfm | 111 …<cfset sFileUrl = CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, sCommand ) , ARGUMENT…
|