Home
last modified time | relevance | path

Searched refs:attr_prefix (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/py-pudb/pudb-2020.1/pudb/
H A Dvar_view.py120 attr_prefix=None, watch_expr=None, iinfo=None): argument
127 self.attr_prefix = attr_prefix or "var"
180 apfx = "focused "+self.attr_prefix+" "
182 apfx = self.attr_prefix+" "
384 id_path, attr_prefix)
512 attr_prefix = "highlighted var"
515 attr_prefix, iinfo=iinfo)
529 attr_prefix = "highlighted var"
549 attr_prefix = "highlighted var"
564 attr_prefix, iinfo=iinfo)
[all …]
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/converters/
H A Ddefault.py85 attr_prefix: Optional[str] = '@',
104 self.attr_prefix = attr_prefix
162 attr_prefix=kwargs.get('attr_prefix', self.attr_prefix),
182 if self.attr_prefix is None or not attributes:
184 elif self.attr_prefix:
186 yield '%s%s' % (self.attr_prefix, self.map_qname(name)), value
367 elif self.attr_prefix and \
368 name.startswith(self.attr_prefix) and \
369 name != self.attr_prefix:
370 attr_name = name[len(self.attr_prefix):]
[all …]
H A Dcolumnar.py37 attr_prefix: Optional[str] = '',
41 attr_prefix=attr_prefix, **kwargs)
65 if self.attr_prefix:
66 pfx = xsd_element.local_name + self.attr_prefix
140 pfx = tag + self.attr_prefix if self.attr_prefix else tag
H A Dunordered.py83 elif self.attr_prefix and \
84 name.startswith(self.attr_prefix) and \
85 name != self.attr_prefix:
86 attr_name = name[len(self.attr_prefix):]
110 if self.attr_prefix == '' and ns_name not in attributes:
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/
H A Dxmltodict.py43 attr_prefix='@', argument
60 self.attr_prefix = attr_prefix
105 key = self.attr_prefix+self._build_name(key)
331 def _process_namespace(name, namespaces, ns_sep=':', attr_prefix='@'): argument
339 ns_res = namespaces.get(ns.strip(attr_prefix))
341 attr_prefix if ns.startswith(attr_prefix) else '',
347 attr_prefix='@', argument
388 if ik.startswith(attr_prefix):
390 attr_prefix)
398 attrs[ik[len(attr_prefix):]] = iv
[all …]
/dports/devel/py-xmltodict/xmltodict-0.12.0/
H A Dxmltodict.py43 attr_prefix='@', argument
60 self.attr_prefix = attr_prefix
105 key = self.attr_prefix+self._build_name(key)
331 def _process_namespace(name, namespaces, ns_sep=':', attr_prefix='@'): argument
339 ns_res = namespaces.get(ns.strip(attr_prefix))
341 attr_prefix if ns.startswith(attr_prefix) else '',
347 attr_prefix='@', argument
388 if ik.startswith(attr_prefix):
390 attr_prefix)
398 attrs[ik[len(attr_prefix):]] = iv
[all …]
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dsignal2john.py104 attr_prefix='@', argument
121 self.attr_prefix = attr_prefix
166 key = self.attr_prefix+self._build_name(key)
390 def _process_namespace(name, namespaces, ns_sep=':', attr_prefix='@'): argument
398 ns_res = namespaces.get(ns.strip(attr_prefix))
400 attr_prefix if ns.startswith(attr_prefix) else '',
406 attr_prefix='@', argument
442 if ik.startswith(attr_prefix):
444 attr_prefix)
452 attrs[ik[len(attr_prefix):]] = iv
[all …]
H A Dsspr2john.py132 attr_prefix='@', argument
149 self.attr_prefix = attr_prefix
194 key = self.attr_prefix+self._build_name(key)
418 def _process_namespace(name, namespaces, ns_sep=':', attr_prefix='@'): argument
426 ns_res = namespaces.get(ns.strip(attr_prefix))
428 attr_prefix if ns.startswith(attr_prefix) else '',
434 attr_prefix='@', argument
470 if ik.startswith(attr_prefix):
472 attr_prefix)
480 attrs[ik[len(attr_prefix):]] = iv
[all …]
/dports/textproc/p5-XML-TreePP/XML-TreePP-0.43/t/
H A D07_attr_prefix.t18 $tpp->set( attr_prefix => $prefix );
28 $tpp->set( "attr_prefix" ); # remove attr_prefix
/dports/net/samba412/samba-4.12.15/source4/ntvfs/posix/
H A Dpvfs_xattr.c402 const char *attr_prefix, in pvfs_xattr_create() argument
407 char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name); in pvfs_xattr_create()
422 const char *attr_prefix, in pvfs_xattr_delete() argument
426 char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name); in pvfs_xattr_delete()
441 const char *attr_prefix, in pvfs_xattr_load() argument
447 char *aname = talloc_asprintf(mem_ctx, "%s%s", attr_prefix, attr_name); in pvfs_xattr_load()
461 const char *attr_prefix, in pvfs_xattr_save() argument
466 char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name); in pvfs_xattr_save()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/posix/
H A Dpvfs_xattr.c391 const char *attr_prefix, in pvfs_xattr_create() argument
396 char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name); in pvfs_xattr_create()
411 const char *attr_prefix, in pvfs_xattr_delete() argument
415 char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name); in pvfs_xattr_delete()
430 const char *attr_prefix, in pvfs_xattr_load() argument
436 char *aname = talloc_asprintf(mem_ctx, "%s%s", attr_prefix, attr_name); in pvfs_xattr_load()
450 const char *attr_prefix, in pvfs_xattr_save() argument
455 char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name); in pvfs_xattr_save()
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/misc/
H A Dxmltodict.py53 attr_prefix='@', argument
64 self.attr_prefix = attr_prefix
73 attrs = OrderedDict((self.attr_prefix + key, yaml_eval(value))
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/
H A Dwocky-xmpp-reader.c441 const gchar *attr_prefix = (const gchar *) attributes[i+1]; in handle_stream_open() local
449 attr_prefix != NULL ? attr_prefix : "<no prefix>", in handle_stream_open()
468 !wocky_strdiff (attr_prefix, "xml")) in handle_stream_open()
527 const gchar *attr_prefix = (const gchar *) attributes[i+1]; in handle_regular_element() local
533 if (!wocky_strdiff (attr_prefix, "xml") && in handle_regular_element()
541 if (attr_prefix != NULL) in handle_regular_element()
544 wocky_node_attribute_ns_set_prefix (ns, attr_prefix); in handle_regular_element()
/dports/databases/p5-DBI/DBI-1.643/lib/DBI/DBD/
H A DSqlEngine.pm580 my $attr_prefix;
581 $attrib =~ m/^([a-z]+_)/ and $attr_prefix = $1;
582 unless ($attr_prefix)
585 $attr_prefix = DBI->driver_prefix($drv_class);
586 $attrib = $attr_prefix . $attrib;
588 my $valid_attrs = $attr_prefix . "valid_attrs";
652 my $attr_prefix;
653 $attrib =~ m/^([a-z]+_)/ and $attr_prefix = $1;
654 unless ($attr_prefix)
658 $attrib = $attr_prefix . $attrib;
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/
H A Dwocky-xmpp-reader.c491 const gchar *attr_prefix = (const gchar *) attributes[i+1]; in handle_stream_open() local
499 attr_prefix != NULL ? attr_prefix : "<no prefix>", in handle_stream_open()
518 !wocky_strdiff (attr_prefix, "xml")) in handle_stream_open()
578 const gchar *attr_prefix = (const gchar *) attributes[i+1]; in handle_regular_element() local
584 if (!wocky_strdiff (attr_prefix, "xml") && in handle_regular_element()
592 if (attr_prefix != NULL) in handle_regular_element()
595 wocky_node_attribute_ns_set_prefix (ns, attr_prefix); in handle_regular_element()
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/
H A Dtest_converters.py65 converter = XMLSchemaConverter(attr_prefix='%')
66 self.assertEqual(converter.attr_prefix, '%')
68 converter = XMLSchemaConverter(attr_prefix='_')
69 self.assertEqual(converter.attr_prefix, '_')
71 converter = XMLSchemaConverter(attr_prefix='attribute__')
72 self.assertEqual(converter.attr_prefix, 'attribute__')
163 obj = col_schema.decode(self.col_xml_filename, attr_prefix='_')
168 obj = col_schema.decode(self.col_xml_filename, attr_prefix='__')
176 attr_prefix='__')
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_xml_print.c69 char *attr_prefix; member
114 if (pa->attr_prefix != NULL) in do_destroy_node()
115 free (pa->attr_prefix); in do_destroy_node()
279 attr->attr_prefix = prefix; in do_add_attribute()
596 if (attr->attr_prefix == NULL) in do_print_xml_child()
606 xprefix = clean_xml (attr->attr_prefix); in do_print_xml_child()
781 if (attr->attr_prefix == NULL) in do_print_xml()
791 xprefix = clean_xml (attr->attr_prefix); in do_print_xml()
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/XML/
H A DTreePP.pm525 my $apre = $self->{attr_prefix} if exists $self->{attr_prefix};
731 my $apre = $self->{attr_prefix} if exists $self->{attr_prefix};
733 local $self->{attr_prefix} = $apre;
762 my $prefix = $self->{attr_prefix};
/dports/textproc/p5-XML-TreePP/XML-TreePP-0.43/lib/XML/
H A DTreePP.pm537 my $apre = $self->{attr_prefix} if exists $self->{attr_prefix};
742 my $apre = $self->{attr_prefix} if exists $self->{attr_prefix};
744 local $self->{attr_prefix} = $apre;
773 my $prefix = $self->{attr_prefix};
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/words/xish/
H A Ddomish.py117 attr_prefix = self.getPrefix(attr_uri)
119 if not self.prefixInScope(attr_prefix):
120 write(" xmlns:%s='%s'" % (attr_prefix, attr_uri))
121 self.prefixStack[-1].append(attr_prefix)
123 write(" %s:%s='%s'" % (attr_prefix, attr_name,
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/XML/
H A DResponse.pm15 attr_prefix => '',
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Crypto/Backend/OpenSSL/
H A DConfig.pm577 my $attr_prefix = '';
580 … push @sec, ($idx++).'.'.$attr_prefix.$attr->{'type'}.'='.(%{$attr->{'value'}})[1];
581 … $attr_prefix = '+'; # the subsequent attributes start with a + prefix
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Crypto/Backend/OpenSSL/
H A DConfig.pm577 my $attr_prefix = '';
580 … push @sec, ($idx++).'.'.$attr_prefix.$attr->{'type'}.'='.(%{$attr->{'value'}})[1];
581 … $attr_prefix = '+'; # the subsequent attributes start with a + prefix
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/parser/
H A Dxml_document_parser.cc922 AtomicString attr_prefix = ToAtomicString(attributes[i].prefix); in HandleElementAttributes() local
924 if (!attr_prefix.IsEmpty()) { in HandleElementAttributes()
934 initial_prefix_to_namespace_map.find(attr_prefix); in HandleElementAttributes()
942 attr_prefix.IsEmpty() in HandleElementAttributes()
944 : attr_prefix + ":" + ToString(attributes[i].localname); in HandleElementAttributes()
1752 String attr_prefix = ToString(attributes[i].prefix); in AttributesStartElementNsHandler() local
1753 String attr_q_name = attr_prefix.IsEmpty() in AttributesStartElementNsHandler()
1755 : attr_prefix + ":" + attr_local_name; in AttributesStartElementNsHandler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/parser/
H A Dxml_document_parser.cc925 AtomicString attr_prefix = ToAtomicString(attributes[i].prefix); in HandleElementAttributes() local
927 if (!attr_prefix.IsEmpty()) { in HandleElementAttributes()
937 initial_prefix_to_namespace_map.find(attr_prefix); in HandleElementAttributes()
945 attr_prefix.IsEmpty() in HandleElementAttributes()
947 : attr_prefix + ":" + ToString(attributes[i].localname); in HandleElementAttributes()
1755 String attr_prefix = ToString(attributes[i].prefix); in AttributesStartElementNsHandler() local
1756 String attr_q_name = attr_prefix.IsEmpty() in AttributesStartElementNsHandler()
1758 : attr_prefix + ":" + attr_local_name; in AttributesStartElementNsHandler()

123456