/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/ |
H A D | validate_jp2.py | 57 def find_xml_node(ar, element_name, only_attributes=False): 66 found = find_xml_node(child, element_name) 73 node = find_xml_node(ar, attr_name, True) 870 cs = find_xml_node(ar, 'JP2KCodeStream') 979 low = find_xml_node(rg, 'low') 981 low = find_xml_node(rg, 'gml:low') 982 high = find_xml_node(rg, 'high') 984 high = find_xml_node(rg, 'gml:high') 1029 low = find_xml_node(rg, 'low') 1031 low = find_xml_node(rg, 'gml:low') [all …]
|
H A D | build_jp2_from_xml.py | 49 def find_xml_node(ar, element_name, immediate_child=False, only_attributes=False): function 62 found = find_xml_node(child, element_name) 69 node = find_xml_node(ar, attr_name, True) 174 if find_xml_node(xml_tree, 'Field', immediate_child=True): 253 decoded_content = find_xml_node(xml_tree, 'DecodedContent', immediate_child=True) 254 decoded_geotiff = find_xml_node(xml_tree, 'DecodedGeoTIFF', immediate_child=True) 256 xml_content = find_xml_node(xml_tree, 'XMLContent', immediate_child=True) 257 jp2box = find_xml_node(xml_tree, 'JP2Box', immediate_child=True) 258 jp2codestream = find_xml_node(xml_tree, 'JP2KCodeStream', immediate_child=True) 264 uuid = get_node_content(find_xml_node(xml_tree, 'UUID', immediate_child=True)) [all …]
|
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/ |
H A D | validate_jp2.py | 57 def find_xml_node(ar, element_name, only_attributes=False): function 66 found = find_xml_node(child, element_name) 73 node = find_xml_node(ar, attr_name, True) 870 cs = find_xml_node(ar, 'JP2KCodeStream') 979 low = find_xml_node(rg, 'low') 981 low = find_xml_node(rg, 'gml:low') 982 high = find_xml_node(rg, 'high') 984 high = find_xml_node(rg, 'gml:high') 1029 low = find_xml_node(rg, 'low') 1031 low = find_xml_node(rg, 'gml:low') [all …]
|
H A D | build_jp2_from_xml.py | 49 def find_xml_node(ar, element_name, immediate_child=False, only_attributes=False): function 62 found = find_xml_node(child, element_name) 69 node = find_xml_node(ar, attr_name, True) 174 if find_xml_node(xml_tree, 'Field', immediate_child=True): 253 decoded_content = find_xml_node(xml_tree, 'DecodedContent', immediate_child=True) 254 decoded_geotiff = find_xml_node(xml_tree, 'DecodedGeoTIFF', immediate_child=True) 256 xml_content = find_xml_node(xml_tree, 'XMLContent', immediate_child=True) 257 jp2box = find_xml_node(xml_tree, 'JP2Box', immediate_child=True) 258 jp2codestream = find_xml_node(xml_tree, 'JP2KCodeStream', immediate_child=True) 264 uuid = get_node_content(find_xml_node(xml_tree, 'UUID', immediate_child=True)) [all …]
|
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/ |
H A D | validate_jp2.py | 57 def find_xml_node(ar, element_name, only_attributes=False): function 66 found = find_xml_node(child, element_name) 73 node = find_xml_node(ar, attr_name, True) 870 cs = find_xml_node(ar, 'JP2KCodeStream') 979 low = find_xml_node(rg, 'low') 981 low = find_xml_node(rg, 'gml:low') 982 high = find_xml_node(rg, 'high') 984 high = find_xml_node(rg, 'gml:high') 1029 low = find_xml_node(rg, 'low') 1031 low = find_xml_node(rg, 'gml:low') [all …]
|
H A D | build_jp2_from_xml.py | 49 def find_xml_node(ar, element_name, immediate_child=False, only_attributes=False): function 62 found = find_xml_node(child, element_name) 69 node = find_xml_node(ar, attr_name, True) 174 if find_xml_node(xml_tree, 'Field', immediate_child=True): 253 decoded_content = find_xml_node(xml_tree, 'DecodedContent', immediate_child=True) 254 decoded_geotiff = find_xml_node(xml_tree, 'DecodedGeoTIFF', immediate_child=True) 256 xml_content = find_xml_node(xml_tree, 'XMLContent', immediate_child=True) 257 jp2box = find_xml_node(xml_tree, 'JP2Box', immediate_child=True) 258 jp2codestream = find_xml_node(xml_tree, 'JP2KCodeStream', immediate_child=True) 264 uuid = get_node_content(find_xml_node(xml_tree, 'UUID', immediate_child=True)) [all …]
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/ |
H A D | patchset.c | 244 diff_child = find_xml_node(local_diff, tag, FALSE); in xml_repair_v1_diff() 250 cib = find_xml_node(diff_child, tag, FALSE); in xml_repair_v1_diff() 265 diff_child = find_xml_node(local_diff, tag, FALSE); in xml_repair_v1_diff() 271 cib = find_xml_node(diff_child, tag, FALSE); in xml_repair_v1_diff() 610 removed = find_xml_node(patchset, "diff-removed", FALSE); in xml_log_patchset() 623 added = find_xml_node(patchset, "diff-added", FALSE); in xml_log_patchset() 781 *patch_node = find_xml_node(patchset, label, FALSE); in find_patch_xml_node() 782 cib_node = find_xml_node(*patch_node, "cib", FALSE); in find_patch_xml_node() 790 *patch_node = find_xml_node(*patch_node, label, FALSE); in find_patch_xml_node() 934 xmlNode *added = find_xml_node(patchset, "diff-added", FALSE); in apply_v1_patchset() [all …]
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/ |
H A D | crm_diff.c | 135 xmlNode *version_xml = find_xml_node(patch, "version", FALSE); in strip_patch_cib_version() 153 tmp = find_xml_node(patch, tags[i], FALSE); in strip_patch_cib_version() 159 tmp = find_xml_node(tmp, XML_TAG_CIB, FALSE); in strip_patch_cib_version()
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/tools/ |
H A D | crm_diff.c | 185 xmlNode *version_xml = find_xml_node(patch, "version", FALSE); in strip_patch_cib_version() 203 tmp = find_xml_node(patch, tags[i], FALSE); in strip_patch_cib_version() 209 tmp = find_xml_node(tmp, XML_TAG_CIB, FALSE); in strip_patch_cib_version()
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/common/ |
H A D | xml.c | 609 diff_child = find_xml_node(local_diff, tag, FALSE); in xml_repair_v1_diff() 615 cib = find_xml_node(diff_child, tag, FALSE); in xml_repair_v1_diff() 630 diff_child = find_xml_node(local_diff, tag, FALSE); in xml_repair_v1_diff() 636 cib = find_xml_node(diff_child, tag, FALSE); in xml_repair_v1_diff() 977 removed = find_xml_node(patchset, "diff-removed", FALSE); in xml_log_patchset() 989 added = find_xml_node(patchset, "diff-added", FALSE); in xml_log_patchset() 1206 *patch_node = find_xml_node(patchset, label, FALSE); in find_patch_xml_node() 1207 cib_node = find_xml_node(*patch_node, "cib", FALSE); in find_patch_xml_node() 1215 *patch_node = find_xml_node(*patch_node, label, FALSE); in find_patch_xml_node() 1336 xmlNode *added = find_xml_node(patchset, "diff-added", FALSE); in xml_apply_patchset_v1() [all …]
|
H A D | nvpair.c | 764 nvpair_list = find_xml_node(parent, XML_TAG_ATTRS, FALSE); in xml2list()
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cib/ |
H A D | cib_ops.c | 402 target = find_xml_node(parent, object_name, FALSE); in update_cib_object() 431 remove = find_xml_node(target, replace_item, FALSE); in update_cib_object() 498 equiv_node = find_xml_node(parent, object_name, FALSE); in add_cib_object()
|
H A D | cib_file.c | 341 cib_status_root = find_xml_node(root, XML_CIB_TAG_STATUS, TRUE); in cib_file_prepare_xml() 563 if (find_xml_node(root, XML_CIB_TAG_STATUS, FALSE) == NULL) { in load_file_cib()
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cib/ |
H A D | cib_ops.c | 409 target = find_xml_node(parent, object_name, FALSE); in update_cib_object() 440 remove = find_xml_node(target, replace_item, FALSE); in update_cib_object() 506 equiv_node = find_xml_node(parent, object_name, FALSE); in add_cib_object()
|
H A D | cib_file.c | 325 cib_status_root = find_xml_node(root, XML_CIB_TAG_STATUS, TRUE); in cib_file_prepare_xml() 546 if (find_xml_node(root, XML_CIB_TAG_STATUS, FALSE) == NULL) { in load_file_cib()
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/common/ |
H A D | xml.h | 150 xmlNode *find_xml_node(xmlNode * cib, const char *node_path, gboolean must_find);
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/include/crm/common/ |
H A D | xml.h | 133 xmlNode *find_xml_node(xmlNode * cib, const char *node_path, gboolean must_find);
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/cib/ |
H A D | io.c | 253 status = find_xml_node(root, XML_CIB_TAG_STATUS, FALSE); in readCibXmlFile()
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/based/ |
H A D | based_io.c | 255 status = find_xml_node(root, XML_CIB_TAG_STATUS, FALSE); in readCibXmlFile()
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/controld/ |
H A D | controld_execd.c | 1443 xmlNode *xml_rsc = find_xml_node(action, XML_CIB_TAG_RESOURCE, TRUE); in synthesize_lrmd_failure() 1503 xmlNode *xml_rsc = find_xml_node(xml, XML_CIB_TAG_RESOURCE, TRUE); in fail_lrm_resource() 1619 xmlNode *params = find_xml_node(input->xml, XML_TAG_ATTRS, TRUE); in do_lrm_cancel() 1797 xmlNode *xml_rsc = find_xml_node(input->xml, XML_CIB_TAG_RESOURCE, TRUE); in do_lrm_invoke() 1993 primitive = find_xml_node(rsc_op, XML_CIB_TAG_RESOURCE, FALSE); in construct_op() 2644 xmlNode *xml = find_xml_node(action_xml, XML_CIB_TAG_RESOURCE, TRUE); in process_lrm_event()
|
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pengine/ |
H A D | unpack.c | 984 attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE); in unpack_handle_remote_attrs() 1034 xmlNode *attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE); in unpack_transient_attributes() 2493 xml = find_xml_node(xml, XML_CIB_TAG_LRM, FALSE); in unpack_node_lrm() 2497 xml = find_xml_node(xml, XML_LRM_TAG_RESOURCES, FALSE); in unpack_node_lrm() 4049 xmlNode *status = find_xml_node(data_set->input, XML_CIB_TAG_STATUS, TRUE); in find_operations() 4085 tmp = find_xml_node(node_state, XML_CIB_TAG_LRM, FALSE); in find_operations() 4086 tmp = find_xml_node(tmp, XML_LRM_TAG_RESOURCES, FALSE); in find_operations()
|
H A D | complex.c | 323 template_ops = find_xml_node(new_xml, "operations", FALSE); in unpack_template() 548 ops = find_xml_node((*rsc)->xml, "operations", FALSE); in common_unpack()
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/pengine/ |
H A D | unpack.c | 1063 attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE); in unpack_handle_remote_attrs() 1181 lrm_rsc = find_xml_node(state, XML_CIB_TAG_LRM, FALSE); in unpack_node_loop() 1182 lrm_rsc = find_xml_node(lrm_rsc, XML_LRM_TAG_RESOURCES, FALSE); in unpack_node_loop() 1265 attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE); in unpack_status() 3651 xmlNode *status = find_xml_node(data_set->input, XML_CIB_TAG_STATUS, TRUE); in find_operations() 3686 tmp = find_xml_node(node_state, XML_CIB_TAG_LRM, FALSE); in find_operations() 3687 tmp = find_xml_node(tmp, XML_LRM_TAG_RESOURCES, FALSE); in find_operations()
|
H A D | complex.c | 288 template_ops = find_xml_node(new_xml, "operations", FALSE); in unpack_template() 510 ops = find_xml_node((*rsc)->xml, "operations", FALSE); in common_unpack()
|
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/crmd/ |
H A D | lrm.c | 1438 xmlNode *xml_rsc = find_xml_node(action, XML_CIB_TAG_RESOURCE, TRUE); in synthesize_lrmd_failure() 1498 xmlNode *xml_rsc = find_xml_node(xml, XML_CIB_TAG_RESOURCE, TRUE); in fail_lrm_resource() 1617 xmlNode *params = find_xml_node(input->xml, XML_TAG_ATTRS, TRUE); in do_lrm_cancel() 1795 xmlNode *xml_rsc = find_xml_node(input->xml, XML_CIB_TAG_RESOURCE, TRUE); in do_lrm_invoke() 2545 xmlNode *xml = find_xml_node(action_xml, XML_CIB_TAG_RESOURCE, TRUE); in process_lrm_event()
|