Home
last modified time | relevance | path

Searched refs:maxtemplate (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dweb.c87 else IF_GET_STRING("maxtemplate", php_web->web->maxtemplate) in PHP_METHOD()
127 else IF_SET_STRING("maxtemplate", php_web->web->maxtemplate, value) in PHP_METHOD()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_optparse.h189 int maxtemplate; member
H A Dpc_optparse.c658 maxval = clientdata->maxtemplate; in pdc_parse_optionlist()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_optparse.h189 int maxtemplate; member
H A Dpc_optparse.c658 maxval = clientdata->maxtemplate; in pdc_parse_optionlist()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapcopy.c449 MS_COPYSTRING(dst->maxtemplate, src->maxtemplate); in msCopyWeb()
H A Dmaplexer.l333 <INITIAL>maxtemplate { MS_LEXER_RETURN_TOKEN(MAXTEMPLATE); }
H A Dmaptemplate.c215 if(mapserv->map->web.maxtemplate) { /* use the template provided */ in checkWebScale()
216 if(TEMPLATE_TYPE(mapserv->map->web.maxtemplate) == MS_FILE) { in checkWebScale()
217 …if((status = msReturnPage(mapserv, mapserv->map->web.maxtemplate, BROWSE, NULL)) != MS_SUCCESS) re… in checkWebScale()
219 …if((status = msReturnURL(mapserv, mapserv->map->web.maxtemplate, BROWSE)) != MS_SUCCESS) return st… in checkWebScale()
H A Dmapfile.c5651 web->mintemplate = web->maxtemplate = NULL; in initWeb()
5674 msFree(web->maxtemplate); in freeWeb()
5703 writeString(stream, indent, "MAXTEMPLATE", NULL, web->maxtemplate); in writeWeb()
5816 if(getString(&web->maxtemplate) == MS_FAILURE) return(-1); in loadWeb()
H A Dmapserver.h935 char *mintemplate, *maxtemplate; member
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_util.c902 cdata->maxtemplate = p->images_capacity - 1; in pdf_set_clientdata()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_util.c902 cdata->maxtemplate = p->images_capacity - 1; in pdf_set_clientdata()