Home
last modified time | relevance | path

Searched refs:child_tag (Results 1 – 25 of 43) sorted by relevance

12

/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Parsers/
H A DTolweb.pm149 my ( $child_tag, $text ) = ( $child->tag, $child->text );
150 if ( $text && $child_tag eq 'NAME' ) {
153 elsif ( $text && $child_tag eq 'DESCRIPTION' ) {
157 elsif ( $text && $child_tag ne 'NODES' && $child_tag ne 'OTHERNAMES' ) {
158 … $obj->add_meta( $fac->create_meta( '-triple' => { 'tol:' . lc( $child_tag ) => $text } ) );
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/descriptors/
H A Dserialisable.py129 for child_tag in self.__elements__:
130 desc = getattr(self.__class__, child_tag, None)
131 obj = getattr(self, child_tag)
140 nodes = [desc.to_tree(child_tag, obj, namespace)]
144 nodes = (desc.to_tree(child_tag, obj, namespace))
146 nodes = (v.to_tree(child_tag, namespace) for v in obj)
150 if child_tag in self.__nested__:
151 node = desc.to_tree(child_tag, obj, namespace)
155 node = obj.to_tree(child_tag)
/dports/net/py-s3cmd/s3cmd-2.2.0/S3/
H A DBaseUtils.py291 child_tag = decode_from_s3(child.tag)
292 if child_tag in ret_dict:
293 if not type(ret_dict[child_tag]) == list:
294 ret_dict[child_tag] = [ret_dict[child_tag]]
295 ret_dict[child_tag].append(content or "")
297 ret_dict[child_tag] = content or ""
/dports/www/py-spyne/spyne-2.13.16/spyne/protocol/html/
H A Dmicroformat.py37 root_tag='div', child_tag='div', field_name_attr='class', argument
67 assert isinstance(child_tag, text_type)
72 self.child_tag = child_tag
98 retval = E(self.child_tag, **{self.field_name_attr: name})
193 return [ E(self.child_tag, **{self.field_name_attr: name}) ]
/dports/textproc/py-nltk/nltk-3.4.1/nltk/parse/
H A Dprojectivedependencyparser.py474 child_tag = 'STOP'
481 child_tag = dg.nodes[children[array_index]]['tag']
489 child_tag,
505 child_tag = dg.nodes[children[array_index]]['tag']
513 child_tag,
550 child_tag = 'STOP'
557 child_tag = dg.nodes[children[array_index]]['tag']
563 child_tag,
586 child_tag = dg.nodes[children[array_index]]['tag']
592 child_tag,
/dports/misc/urh/urh-2.9.2/src/urh/simulator/
H A DSimulatorConfiguration.py256 for child_tag in xml_tag.find("items"):
257 items.append(self.load_item_from_xml(child_tag, message_types))
284 for child_tag in xml_tag:
285 child = self.load_item_from_xml(child_tag, message_types)
309child_tag = item.to_xml(decoders=self.project_manager.decodings, include_message_type=True, write_…
311 child_tag = item.to_xml()
313 tag.append(child_tag)
316 self.__save_item_to_xml(child_tag, child)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/tools/
H A Dxml_parser_utils.py43 def GetChildNodeText(node, child_tag, default=''): argument
46 if GetTag(child) == child_tag:
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/tests/
H A Dtest_pyclasslookup.py158 child_tag = root.CHILD_TAG
159 self.assertNotEqual(None, child_tag)
160 self.assertEqual(root[0].tag, child_tag)
171 child_tag = root.CHILD_TAG
172 self.assertNotEqual(None, child_tag)
173 self.assertEqual(root[-1].tag, child_tag)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/arm64/mte/
H A Dcheck_child_memory.c31 int i, parent_tag, child_tag, fault, child_status; in check_child_tag_inheritance() local
51 child_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in check_child_tag_inheritance()
52 if (parent_tag != child_tag) { in check_child_tag_inheritance()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/arm64/mte/
H A Dcheck_child_memory.c31 int i, parent_tag, child_tag, fault, child_status; in check_child_tag_inheritance() local
51 child_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in check_child_tag_inheritance()
52 if (parent_tag != child_tag) { in check_child_tag_inheritance()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/arm64/mte/
H A Dcheck_child_memory.c31 int i, parent_tag, child_tag, fault, child_status; in check_child_tag_inheritance() local
51 child_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in check_child_tag_inheritance()
52 if (parent_tag != child_tag) { in check_child_tag_inheritance()
/dports/devel/p5-Data-Stag/Data-Stag-0.14/Data/Stag/
H A DGraphHandler.pm71 my $child_tag = $emap->get_child;
74 my $child = $node->get($child_tag);
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dtag_tree.c299 unsigned int child_tag; in main() local
402 child_tag = tag_tree_vector[index]; in main()
403 ta_get_TAG_name(child_tag,&aname); in main()
404 fprintf(fileOut," {/* 0x%02x */ 0, %s},\n",child_tag,aname); in main()
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dtag_tree.c299 unsigned int child_tag; in main() local
402 child_tag = tag_tree_vector[index]; in main()
403 ta_get_TAG_name(child_tag,&aname); in main()
404 fprintf(fileOut," {/* 0x%02x */ 0, %s},\n",child_tag,aname); in main()
/dports/textproc/p5-Lingua-Treebank/Lingua-Treebank-0.16/HeadFinder/
H A DHeadFinder.pm150 my $child_tag = $tok->tag();
151 if ($rule->[1]{$child_tag}) {
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dsixtp.h92 const gchar* child_tag);
101 const gchar* child_tag,
H A Dio-gncxml-v1.cpp244 const gchar* child_tag) in gnc_parser_before_child_handler() argument
250 if (strcmp (child_tag, "ledger-data") == 0) in gnc_parser_before_child_handler()
269 const gchar* child_tag, in gnc_parser_after_child_handler() argument
275 if (strcmp (child_tag, "ledger-data") == 0) in gnc_parser_after_child_handler()
991 const gchar* child_tag, in ledger_data_after_child_handler() argument
1230 const gchar* child_tag, in account_restore_after_child_handler() argument
1749 const gchar* child_tag, in commodity_restore_after_child_handler() argument
1934 const gchar* child_tag, in generic_gnc_commodity_lookup_after_child_handler() argument
2162 const gchar* child_tag, in txn_restore_after_child_handler() argument
2466 const gchar* child_tag, in txn_restore_split_after_child_handler() argument
[all …]
H A Dgnc-pricedb-xml-v2.cpp284 const gchar* child_tag, in pricedb_after_child_handler() argument
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dtag.cpp90 class_tag child_tag(child); in class_tag() local
91 add_tag(child_tag); in class_tag()
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DTag.vala998 foreach (Tag child_tag in get_hierarchical_children()) {
999 DataView? child_view = child_tag.media_views.get_view_for_source(source);
1001 child_tag.media_views.remove_marked(child_tag.media_views.mark(child_view));
1002 detached_from.add(child_tag);
1024 foreach (Tag child_tag in get_hierarchical_children()) {
1025 DataView? child_view = child_tag.media_views.get_view_for_source(source);
1027 child_tag.media_views.remove_marked(child_tag.media_views.mark(child_view));
1028 detached_from.set(child_tag, source);
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DTag.vala998 foreach (Tag child_tag in get_hierarchical_children ()) {
999 DataView? child_view = child_tag.media_views.get_view_for_source (source);
1001 child_tag.media_views.remove_marked (child_tag.media_views.mark (child_view));
1002 detached_from.add (child_tag);
1024 foreach (Tag child_tag in get_hierarchical_children ()) {
1025 DataView? child_view = child_tag.media_views.get_view_for_source (source);
1027 child_tag.media_views.remove_marked (child_tag.media_views.mark (child_view));
1028 detached_from.set (child_tag, source);
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dexceptions.py320 child_tag = get_prefixed_qname(elem[index].tag, validator.namespaces, use_empty=False)
321 reason = "Unexpected child with tag %r at position %d." % (child_tag, index + 1)
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/html/
H A Ddiff.py822 child_tag = etree.Element(tag)
823 el.replace(child, child_tag)
824 child_tag.append(child)
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/aftershow/
H A Daftershow.c644 …fterShowContext *ctx, AfterShowTagContext *tag_ctx, xml_elem_t *window_tag, xml_elem_t *child_tag);
690 MakeDefaultWindowForClient(AfterShowContext *ctx, AfterShowClient *client, xml_elem_t *child_tag) in MakeDefaultWindowForClient() argument
704 …AfterShowContext *ctx, AfterShowTagContext *tag_ctx, xml_elem_t *window_tag, xml_elem_t *child_tag) in HandleWindowTag() argument
711 tag_ctx->client->default_window = MakeDefaultWindowForClient(ctx, tag_ctx->client, child_tag); in HandleWindowTag()
/dports/graphics/libafterimage/libAfterImage-1.20/aftershow/
H A Daftershow.c644 …fterShowContext *ctx, AfterShowTagContext *tag_ctx, xml_elem_t *window_tag, xml_elem_t *child_tag);
690 MakeDefaultWindowForClient(AfterShowContext *ctx, AfterShowClient *client, xml_elem_t *child_tag) in MakeDefaultWindowForClient() argument
704 …AfterShowContext *ctx, AfterShowTagContext *tag_ctx, xml_elem_t *window_tag, xml_elem_t *child_tag) in HandleWindowTag() argument
711 tag_ctx->client->default_window = MakeDefaultWindowForClient(ctx, tag_ctx->client, child_tag); in HandleWindowTag()

12