Home
last modified time | relevance | path

Searched refs:createopt (Results 1 – 7 of 7) sorted by relevance

/dports/databases/grass7/grass-7.8.6/scripts/r.in.wms/
H A Dwms_gdal_drv.py37 def __init__(self, createopt): argument
41 self.createopt = createopt
175 if self.createopt is None:
178 self._debug("_download", "Using GDAL createopt <%s>" % str(self.createopt))
180 temp_map, wms_dataset, 0, self.createopt
/dports/databases/grass7/grass-7.8.6/raster/r.out.gdal/
H A Dmain.c120 struct Option *input, *format, *type, *output, *createopt, *metaopt, in main() local
208 createopt = G_define_option(); in main()
209 createopt->key = "createopt"; in main()
210 createopt->type = TYPE_STRING; in main()
211 createopt->label = in main()
213 createopt->description = in main()
215 createopt->multiple = YES; in main()
216 createopt->required = NO; in main()
217 createopt->guisection = _("Creation"); in main()
621 if (createopt->answer) { in main()
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dlegacy.c333 const struct lcb_create_st *crp = &cfg->createopt; in lcb__create_compat_230()
371 } createopt; member
379 } createopt; member
408 memcpy(&dst.createopt, &v->createopt, sizeof(v->createopt)); \ in lcb_create_compat()
411 if (src220->createopt.version >= 2 || src220->cachefile == NULL) { in lcb_create_compat()
/dports/databases/libcouchbase/libcouchbase-2.10.7/include/libcouchbase/
H A Ddeprecated.h108 struct lcb_create_st createopt;
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcom.c1319 static KEYWORD createopt[] = variable
1332 static COMCOMP createp = {createopt,NOTOPLIST,NONEXTLIST,NOPARAMS,
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog130231 …* A new createopt textbox has been added to the parameters dialog for algorithms which exports to …
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog163924 …* A new createopt textbox has been added to the parameters dialog for algorithms which exports to …