Home
last modified time | relevance | path

Searched refs:collect_attributes (Results 1 – 10 of 10) sorted by relevance

/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dxmlwriter.py41 def collect_attributes(tag_name, attributes, self_indent, self_indent_char, indent=-1): function
76 attrs = collect_attributes(
103 attrs = collect_attributes(tag_name, attributes,
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/tests/scanner/
H A Dtest_xmlwriter.py3 from giscanner.xmlwriter import XMLWriter, collect_attributes, build_xml_tag
28 ca = collect_attributes
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/xml-pack/
H A Dide-xml-parser-generic.c31 collect_attributes (IdeXmlParser *self, in collect_attributes() function
69 attr = collect_attributes (self, (const gchar **)attributes); in ide_xml_parser_generic_start_element_sax_cb()
/dports/devel/py-mypy/mypy-0.910/mypy/plugins/
H A Ddataclasses.py103 attributes = self.collect_attributes()
203 def collect_attributes(self) -> Optional[List[DataclassAttribute]]: member in DataclassTransformer
/dports/lang/ruby26/ruby-2.6.9/lib/rss/
H A Dparser.rb488 attributes = collect_attributes(tag_name, prefix, attrs, ns, klass)
495 def collect_attributes(tag_name, prefix, attrs, ns, klass) method
/dports/print/system-config-printer/system-config-printer-1.5.12/troubleshoot/
H A DPrintTestPage.py305 def collect_attributes (jobs): function
325 self.op = TimedOperation (collect_attributes,
/dports/graphics/shotwell/shotwell-0.30.14/src/photos/
H A DPhotoMetadata.vala99 Markup.collect_attributes (name,
/dports/devel/gitg/gitg-3.32.1/vapi/
H A Dglib-2.0.vapi4176 …public static bool collect_attributes (string element_name, [CCode (array_length = false, array_nu…
/dports/lang/vala/vala-0.48.18/vapi/
H A Dglib-2.0.vapi4495 …public static bool collect_attributes (string element_name, [CCode (array_length = false, array_nu…
/dports/lang/vala/vala-0.48.18/
H A DChangeLog9353 glib-2.0: Fix binding of Markup.collect_attributes