Home
last modified time | relevance | path

Searched refs:GetUrlFromPath (Results 1 – 14 of 14) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dbasexml.pl35 …rtToXmlAttribute($currentFolder) . '" url="' . ConvertToXmlAttribute(GetUrlFromPath($resourceType,…
H A Dio.pl24 sub GetUrlFromPath subroutine
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php56 …oXmlAttribute( $currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType…
H A Dio.php59 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) function
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php56 …oXmlAttribute( $currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType…
H A Dio.php59 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) function
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php56 …oXmlAttribute( $currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType…
H A Dio.php61 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) function
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php56 …oXmlAttribute( $currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType…
H A Dio.php61 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) function
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp55 Function GetUrlFromPath( resourceType, folderPath, sCommand ) function
56 GetUrlFromPath = CombinePaths( GetResourceTypePath( resourceType, sCommand ), folderPath )
H A Dconnector.asp71 …CreateXmlHeader sCommand, sResourceType, sCurrentFolder, GetUrlFromPath( sResourceType, sCurrentFo…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm40 …th="#HTMLEditFormat(ARGUMENTS.currentFolder)#" url="#HTMLEditFormat( GetUrlFromPath( resourceType,…
H A Dcf_io.cfm68 <cffunction name="GetUrlFromPath" returntype="String" output="false">