Home
last modified time | relevance | path

Searched refs:allow_xml (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/nut/nut-2.7.4/tools/nut-scanner/
H A Dnut-scanner.c160 int allow_xml = 0; in main() local
309 allow_xml = 1; in main()
433 if( !allow_usb && !allow_snmp && !allow_xml && !allow_oldnut && in main()
441 allow_xml = 1; in main()
476 if( allow_xml && nutscan_avail_xml_http) { in main()
544 if( allow_xml && nutscan_avail_xml_http && thread[TYPE_XML]) { in main()
/dports/sysutils/nut-devel/nut-9e6a5ab2/tools/nut-scanner/
H A Dnut-scanner.c335 int allow_xml = 0; in main() local
601 allow_xml = 1; in main()
687 if (!allow_usb && !allow_snmp && !allow_xml && !allow_oldnut && in main()
696 allow_xml = 1; in main()
743 if (allow_xml && nutscan_avail_xml_http) { in main()
840 if (allow_xml && nutscan_avail_xml_http && thread[TYPE_XML]) { in main()
/dports/devel/ros-catkin_pkg/catkin_pkg-0.4.14/src/catkin_pkg/
H A Dpackage.py617 …pkg.description = _get_node_value(_get_node(root, 'description', filename), allow_xml=True, apply_…
700 export = Export(str(node.tagName), _get_node_value(node, allow_xml=True))
788 def _get_node_value(node, allow_xml=False, apply_str=True): argument
789 if allow_xml: