Home
last modified time | relevance | path

Searched refs:Server_MapPath (Results 1 – 4 of 4) sorted by relevance

/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dio.php47 return Server_MapPath( $Config['QuickUploadPath'][$resourceType] ) ;
55 return Server_MapPath( $Config['FileTypesPath'][$resourceType] ) ;
177 function Server_MapPath( $path ) function
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php68 return Server_MapPath($Config['QuickUploadPath'][$resourceType]);
74 return Server_MapPath($Config['FileTypesPath'][$resourceType]);
237 function Server_MapPath($path) function
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php70 return Server_MapPath($Config['QuickUploadPath'][$resourceType]);
77 return Server_MapPath($Config['FileTypesPath'][$resourceType]);
240 function Server_MapPath($path) function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DAspCompat.cs97 …[return: MarshalAs(UnmanagedType.BStr)] String Server_MapPath([In, MarshalAs(UnmanagedType.LPWStr… in Server_MapPath() method
797 String IManagedContext.Server_MapPath(String logicalPath) { in IManagedContext.Server_MapPath()