Home
last modified time | relevance | path

Searched refs:CombinePaths (Results 1 – 12 of 12) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php24 function CombinePaths( $sBasePath, $sFolder ) function
61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
80 return CombinePaths( $sResourceTypePath , $folderPath ) ;
H A Dcommands.php238 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
239 $sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php26 function CombinePaths( $sBasePath, $sFolder ) function
63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
82 return CombinePaths( $sResourceTypePath , $folderPath ) ;
H A Dcommands.php597 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
598 $sFileUrl = CombinePaths( $sFileUrl, $file_data['name']);
748 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
749 $sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php24 function CombinePaths( $sBasePath, $sFolder ) function
61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
80 return CombinePaths( $sResourceTypePath , $folderPath ) ;
H A Dcommands.php581 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
582 $sFileUrl = CombinePaths( $sFileUrl, $_FILES['NewFile']['name']);
729 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
730 $sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php26 function CombinePaths( $sBasePath, $sFolder ) function
63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ;
82 return CombinePaths( $sResourceTypePath , $folderPath ) ;
H A Dcommands.php592 … $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
593 $sFileUrl = CombinePaths( $sFileUrl, $file_data['name']);
743 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
744 $sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp24 function CombinePaths( sBasePath, sFolder) function
25 CombinePaths = RemoveFromEnd( sBasePath, "/" ) & "/" & RemoveFromStart( sFolder, "/" )
56 GetUrlFromPath = CombinePaths( GetResourceTypePath( resourceType, sCommand ), folderPath )
72 ServerMapFolder = CombinePaths( sResourceTypePath, folderPath )
H A Dcommands.asp106 …sServerDir = ServerMapFolder( resourceType, CombinePaths(currentFolder, sNewFolderName), "CreateFo…
192 sFileUrl = CombinePaths( GetResourceTypePath( resourceType, sCommand ) , currentFolder )
193 sFileUrl = CombinePaths( sFileUrl, sFileName )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm26 <cffunction name="CombinePaths" returntype="String" output="true">
73 …<cfreturn CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, ARGUMENTS.sCommand ), ARGUMEN…
109 <cfreturn CombinePaths( sResourceTypePath , ARGUMENTS.folderPath )>
H A Dcf_commands.cfm111 …<cfset sFileUrl = CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, sCommand ) , ARGUMENT…
112 <cfset sFileUrl = CombinePaths( sFileUrl , sFileName ) >