Home
last modified time | relevance | path

Searched refs:msGetConfigOption (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapobject.c154 const char *msGetConfigOption( mapObj *map, const char *key) in msGetConfigOption() function
197 const char *result = msGetConfigOption( map, key ); in msTestConfigOption()
239 const char *result = msGetConfigOption( map, "ON_MISSING_DATA" ); in msMapIgnoreMissingData()
H A Dmapcrypto.c269 keyfile = msGetConfigOption(map, "MS_ENCRYPTION_KEY"); in msLoadEncryptionKey()
H A Dmapimageio.c220 if (map == NULL || msGetConfigOption(map, "JPEGMEM") == NULL) { in saveAsJPEG()
H A Dmapservutil.c304 if(msGetConfigOption(map, "CGI_CONTEXT_URL")) in msCGILoadMap()
H A Dmapserver.h2106 MS_DLL_EXPORT const char *msGetConfigOption( mapObj *map, const char *key);
H A Dmaptemplate.c4507 tmpUrl = msGetConfigOption(mapserv->map, "MS_OPENLAYERS_JS_URL"); in msReturnOpenLayersPage()
/dports/graphics/mapserver/mapserver-7.6.4/apache/
H A Dmod_mapserver.c213 if(msGetConfigOption(map, "CGI_CONTEXT_URL")) in msModuleLoadMap()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dmap.i454 return (char *) msGetConfigOption(self,key); in getConfigOption()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dmap.c3110 if ((value = (char *)msGetConfigOption(php_map->map, key)) == NULL) { in PHP_METHOD()