Home
last modified time | relevance | path

Searched refs:online_resource (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/tinyows/tinyows-1.1.0/src/ows/
H A Dows_get_capabilities.c40 assert(o->online_resource); in ows_get_capabilities_dcpt()
45 fprintf(o->output, "%s?%s\"/>\n", o->online_resource->buf, req); in ows_get_capabilities_dcpt()
51 fprintf(o->output, "%s\"/>\n", o->online_resource->buf); in ows_get_capabilities_dcpt()
67 assert(o->online_resource); in ows_service_metadata()
89 fprintf(o->output, " <OnlineResource>%s</OnlineResource>\n", o->online_resource->buf); in ows_service_metadata()
191 || o->contact->online_resource in ows_service_provider()
244 if (o->contact->online_resource) in ows_service_provider()
246 o->contact->online_resource->buf); in ows_service_provider()
H A Dows_metadata.c47 contact->online_resource = NULL; in ows_contact_init()
74 if (contact->online_resource) buffer_free(contact->online_resource); in ows_contact_free()
219 if (contact->online_resource) { in ows_contact_flush()
221 buffer_flush(contact->online_resource, output); in ows_contact_flush()
H A Dows.c84 o->online_resource = buffer_init(); in ows_init()
127 …if (o->online_resource) fprintf(output, "online_resource: %s\n", (char *) o->online_resource->buf); in ows_flush()
211 if (o->online_resource) buffer_free(o->online_resource); in ows_free()
H A Dows_config.c45 buffer_add_str(o->online_resource, (char *) a); in ows_parse_config_tinyows()
182 contact->online_resource = buffer_init(); in ows_parse_config_contact()
183 buffer_add_str(contact->online_resource, (char *) a); in ows_parse_config_contact()
588 if (!o->online_resource->use) { in ows_config_check()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapows.c1091 char *online_resource = NULL; in msOWSTerminateOnlineResource() local
1100 if (online_resource == NULL) { in msOWSTerminateOnlineResource()
1108 if (strchr(online_resource, '?') == NULL) in msOWSTerminateOnlineResource()
1112 c = online_resource+strlen(online_resource)-1; in msOWSTerminateOnlineResource()
1117 return online_resource; in msOWSTerminateOnlineResource()
1133 char *online_resource = NULL; in msOWSGetOnlineResource() local
1149 return online_resource; in msOWSGetOnlineResource()
1169online_resource = (char *)msSmallRealloc(online_resource, strlen(online_resource) + strlen(validat… in msOWSGetOnlineResource2()
1170 strcat(online_resource, "language="); in msOWSGetOnlineResource2()
1172 strcat(online_resource, "&"); in msOWSGetOnlineResource2()
[all …]
H A Dmaputil.c2543 char *online_resource = NULL; in msBuildOnlineResource() local
2590 online_resource = (char*)msSmallMalloc(buffer_size); in msBuildOnlineResource()
2593 snprintf(online_resource, buffer_size, "%s://%s%s?", protocol, hostname, script); in msBuildOnlineResource()
2595 snprintf(online_resource, buffer_size, "%s://%s:%s%s?", protocol, hostname, port, script); in msBuildOnlineResource()
2599 baselen = strlen(online_resource); in msBuildOnlineResource()
2600 snprintf(online_resource+baselen, buffer_size-baselen, "map=%s&", mapparam); in msBuildOnlineResource()
2610 return online_resource; in msBuildOnlineResource()
/dports/science/py-pycsw/pycsw-2.6.1/pycsw/plugins/outputschemas/
H A Dgm03.py192online_resource = etree.SubElement(core, util.nspath_eval('gm03:GM03_2_1Core.Core.OnlineResource',…
194 … etree.SubElement(online_resource, util.nspath_eval('gm03:protocol', NAMESPACES)).text = protocol
196 … desc = etree.SubElement(online_resource, util.nspath_eval('gm03:description', NAMESPACES))
199 … name_el = etree.SubElement(online_resource, util.nspath_eval('gm03:name', NAMESPACES))
201 … linkage = etree.SubElement(online_resource, util.nspath_eval('gm03:linkage', NAMESPACES))
/dports/graphics/tinyows/tinyows-1.1.0/demo/
H A Dtinyows.xml.in1 <tinyows online_resource="http://127.0.0.1/cgi-bin/tinyows"
/dports/graphics/tinyows/tinyows-1.1.0/src/
H A Dows_struct.h220 buffer * online_resource; member
362 buffer * online_resource; member
/dports/net-im/jabberd/jabberd-2.7.0/sm/
H A Dmod_announce.c43 char *online_resource; member
224 jid_reset_components(jid, jid->node, jid->domain, data->online_resource); in _announce_pkt_sm()
339 data->online_resource = "announce/online"; in module_init()
/dports/graphics/tinyows/tinyows-1.1.0/test/
H A Dunit_test90 IP=`grep online_resource $TINYOWS_CONFIG_FILE | sed -e 's/.*online_resource="//' -e 's/".*//'`
/dports/graphics/tinyows/tinyows-1.1.0/src/wfs/
H A Dwfs_describe.c205 o->online_resource->buf); in wfs_describe_feature_type()
304 buffer_copy(schema, o->online_resource); in wfs_generate_schema()
H A Dwfs_get_capabilities.c42 assert(o->online_resource); in wfs_get_capabilities_dcpt_100()
47 fprintf(o->output, "%s?%s\"/>\n", o->online_resource->buf, req); in wfs_get_capabilities_dcpt_100()
53 fprintf(o->output, "%s\"/>\n", o->online_resource->buf); in wfs_get_capabilities_dcpt_100()
H A Dwfs_get_feature.c270 namespaces->first->value->buf, o->online_resource->buf); in wfs_gml_display_namespaces()
273 namespaces->first->value->buf, o->online_resource->buf); in wfs_gml_display_namespaces()
/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/map/
H A Dwms111.py377 online_resource = self._root.find('OnlineResource')
378 if online_resource is not None:
379 self.url = online_resource.attrib.get('{http://www.w3.org/1999/xlink}href', '')
H A Dwms130.py415 online_resource = self._root.find(nspath('OnlineResource', WMS_NAMESPACE))
416 if online_resource is not None:
417 self.url = online_resource.attrib.get('{http://www.w3.org/1999/xlink}href', '')
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsserver.py507 for headers, online_resource in (
528 self.assertEqual(online_resource in item, True)
/dports/science/py-pycsw/pycsw-2.6.1/pycsw/core/
H A Dmetadata.py1196 if hasattr(data.online_resource, 'name'):
1197 name = get_value_by_language(data.online_resource.name.pt_group, language)
1198 if hasattr(data.online_resource, 'description'):
1199 description = get_value_by_language(data.online_resource.description.pt_group, language)
1200 linkage = get_value_by_language(data.online_resource.linkage.pt_group, language, 'url')
/dports/science/py-pycsw/pycsw-2.6.1/pycsw/plugins/profiles/apiso/
H A Dapiso.py486online_resource = etree.SubElement(ci_contact, util.nspath_eval('gmd:onlineResource', self.namespa…
487 … gmd_linkage = etree.SubElement(online_resource, util.nspath_eval('gmd:linkage', self.namespaces))
/dports/graphics/tinyows/tinyows-1.1.0/src/mapfile/
H A Dmapfile.l314 buffer_add_str(map_o->online_resource, yytext); in metadata_value()
H A Dmapfile.c1363 buffer_add_str(map_o->online_resource, yytext); in metadata_value()
/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/
H A Dgm03.py264 self.online_resource = CI_OnlineResource(val)