Home
last modified time | relevance | path

Searched refs:GetResourceTypePath (Results 1 – 10 of 10) sorted by relevance

/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/asp/
H A Dio.asp35 Function GetResourceTypePath( resourceType, sCommand ) function
37 GetResourceTypePath = ConfigQuickUploadPath.Item( resourceType )
39 GetResourceTypePath = ConfigFileTypesPath.Item( resourceType )
63 GetUrlFromPath = CombinePaths( GetResourceTypePath( resourceType, sCommand ), folderPath )
H A Dcommands.asp192 sFileUrl = CombinePaths( GetResourceTypePath( resourceType, sCommand ) , currentFolder )
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dio.php28 function GetResourceTypePath( $resourceType, $sCommand ) function
61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
H A Dcommands.php273 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php43 function GetResourceTypePath($resourceType, $sCommand) function
88 return CombinePaths(GetResourceTypePath($resourceType, $sCommand), $folderPath);
H A Dcommands.php294 $sFileUrl = CombinePaths(GetResourceTypePath($resourceType, $sCommand), $currentFolder);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php43 function GetResourceTypePath($resourceType, $sCommand) function
91 return CombinePaths(GetResourceTypePath($resourceType, $sCommand), $folderPath);
H A Dcommands.php284 $sFileUrl = CombinePaths(GetResourceTypePath($resourceType, $sCommand), $currentFolder);
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm34 <cffunction name="GetResourceTypePath" returntype="String" output="false">
73 …<cfreturn CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, ARGUMENTS.sCommand ), ARGUMEN…
H A Dcf_commands.cfm126 …<cfset sFileUrl = CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, sCommand ) , ARGUMENT…