/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 24 function CombinePaths( $sBasePath, $sFolder ) function 61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 80 return CombinePaths( $sResourceTypePath , $folderPath ) ;
|
H A D | commands.php | 238 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ; 239 $sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 26 function CombinePaths( $sBasePath, $sFolder ) function 63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 82 return CombinePaths( $sResourceTypePath , $folderPath ) ;
|
H A D | commands.php | 597 … $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 D | io.php | 24 function CombinePaths( $sBasePath, $sFolder ) function 61 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 80 return CombinePaths( $sResourceTypePath , $folderPath ) ;
|
H A D | commands.php | 581 … $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 D | io.php | 26 function CombinePaths( $sBasePath, $sFolder ) function 63 return CombinePaths( GetResourceTypePath( $resourceType, $sCommand ), $folderPath ) ; 82 return CombinePaths( $sResourceTypePath , $folderPath ) ;
|
H A D | commands.php | 592 … $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 D | io.asp | 24 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 D | commands.asp | 106 …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 D | cf_io.cfm | 26 <cffunction name="CombinePaths" returntype="String" output="true"> 73 …<cfreturn CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, ARGUMENTS.sCommand ), ARGUMEN… 109 <cfreturn CombinePaths( sResourceTypePath , ARGUMENTS.folderPath )>
|
H A D | cf_commands.cfm | 111 …<cfset sFileUrl = CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, sCommand ) , ARGUMENT… 112 <cfset sFileUrl = CombinePaths( sFileUrl , sFileName ) >
|