Home
last modified time | relevance | path

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

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