Home
last modified time | relevance | path

Searched refs:_attrs (Results 176 – 200 of 1051) sorted by relevance

12345678910>>...43

/dports/www/node10/node-v10.24.1/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSProject.py23 self._attrs = attrs or {}
24 self._attrs['Name'] = name
32 return ['Tool', self._attrs]
/dports/devel/py-gyp/gyp-20200512/pylib/gyp/
H A DMSVSProject.py23 self._attrs = attrs or {}
24 self._attrs['Name'] = name
32 return ['Tool', self._attrs]
/dports/www/p5-WebService-Technorati/WebService-Technorati-0.04/lib/WebService/Technorati/
H A DSearchMatch.pm126 my %_attrs = (
136 return exists($_attrs{$_[1]});
H A DSearchTerm.pm150 my %_attrs = (
161 return exists($_attrs{$_[1]});
H A DBlogLink.pm154 my %_attrs = (
165 return exists($_attrs{$_[1]});
H A DLinkQuerySubject.pm71 my %_attrs = (
82 return exists($_attrs{$_[1]});
H A DBlog.pm274 my %_attrs = (
290 return exists($_attrs{$_[1]});
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_widget_date.ts106 constructor(_parent, _attrs? : WidgetConfig, _child? : object)
109 super(_parent, _attrs, ClassWithAttributes.extendAttributes(et2_date._attributes, _child || {}));
717 constructor(_parent, _attrs? : WidgetConfig, _child? : object)
1014 getDetachedAttributes(_attrs)
1016 _attrs.push("value");
1100 constructor(_parent, _attrs? : WidgetConfig, _child? : object)
1103 …super(_parent, _attrs, ClassWithAttributes.extendAttributes(et2_date_ro._attributes, _child || {})…
1264 getDetachedAttributes(_attrs)
1266 _attrs.push("label", "value","class");
1334 constructor(_parent, _attrs? : WidgetConfig, _child? : object)
[all …]
H A Det2_widget_styles.ts40 constructor(_parent, _attrs? : WidgetConfig, _child? : object)
43 …super(_parent, _attrs, ClassWithAttributes.extendAttributes(et2_styles._attributes, _child || {}));
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/ZSI/wstools/
H A Dc14n.py64 _attrs = lambda E: (E.attributes and E.attributes.values()) or [] function
105 for attr in _attrs(node):
121 for a in _attrs(node):
187 xmlattrs = filter(_IN_XML_NS, _attrs(node))
192 for a in filter(_IN_XML_NS, _attrs(parent)):
318 for a in initial_other_attrs + _attrs(node):
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/ZSI/wstools/
H A Dc14n.py64 _attrs = lambda E: (E.attributes and E.attributes.values()) or [] function
105 for attr in _attrs(node):
121 for a in _attrs(node):
187 xmlattrs = filter(_IN_XML_NS, _attrs(node))
192 for a in filter(_IN_XML_NS, _attrs(parent)):
318 for a in initial_other_attrs + _attrs(node):
/dports/www/py-html3/html3-1.18/html3/
H A Dhtml3.py261 self._attrs = {}
332 self._attrs['class'] = html.escape(kw[k], True)
334 self._attrs[k] = html.escape(kw[k], True)
354 a = ['%s="%s"' % i for i in self._attrs.items()]
384 a = ['%s="%s"' % i for i in self._attrs.items()]
408 a = ['%s="%s"' % i for i in self._attrs.items()]
/dports/net/py-soap2py/soap2py-1.16/pysimplesoap/
H A Dc14n.py64 _attrs = lambda E: (E.attributes and E.attributes.values()) or [] function
105 for attr in _attrs(node):
121 for a in _attrs(node):
187 xmlattrs = filter(_IN_XML_NS, _attrs(node))
192 for a in filter(_IN_XML_NS, _attrs(parent)):
318 for a in initial_other_attrs + _attrs(node):
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/config/
H A Dargparsing.py156 self._attrs = attrs
224 self._attrs[attr] = getattr(self, attr)
227 if self._attrs.get("help"):
228 a = self._attrs["help"]
231 self._attrs["help"] = a
232 return self._attrs
/dports/textproc/py-wstools/wstools-0.4.8/wstools/
H A Dc14n.py66 def _attrs(E): function
133 for attr in _attrs(node):
152 for a in _attrs(node):
226 xmlattrs = list(filter(_IN_XML_NS, _attrs(node)))
231 for a in filter(_IN_XML_NS, _attrs(parent)):
369 for a in initial_other_attrs + _attrs(node):
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/
H A DHMMIOWorker.cpp75 …o(const Descriptor &_desc, const QList<PortDescriptor *> &_ports, const QList<Attribute *> &_attrs) in HMMIOProto() argument
76 : IntegralBusActorPrototype(_desc, _ports, _attrs) { in HMMIOProto()
96 …o(const Descriptor &_desc, const QList<PortDescriptor *> &_ports, const QList<Attribute *> &_attrs) in ReadHMMProto() argument
97 : HMMIOProto(_desc, _ports, _attrs) { in ReadHMMProto()
109 …o(const Descriptor &_desc, const QList<PortDescriptor *> &_ports, const QList<Attribute *> &_attrs) in WriteHMMProto() argument
110 : HMMIOProto(_desc, _ports, _attrs) { in WriteHMMProto()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/config/
H A Dargparsing.py156 self._attrs = attrs
224 self._attrs[attr] = getattr(self, attr)
227 if self._attrs.get("help"):
228 a = self._attrs["help"]
231 self._attrs["help"] = a
232 return self._attrs
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/config/
H A Dargparsing.py156 self._attrs = attrs
224 self._attrs[attr] = getattr(self, attr)
227 if self._attrs.get("help"):
228 a = self._attrs["help"]
231 self._attrs["help"] = a
232 return self._attrs
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/config/
H A Dargparsing.py165 self._attrs = attrs
233 self._attrs[attr] = getattr(self, attr)
236 if self._attrs.get("help"):
237 a = self._attrs["help"]
240 self._attrs["help"] = a
241 return self._attrs
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/config/
H A Dargparsing.py156 self._attrs = attrs
224 self._attrs[attr] = getattr(self, attr)
227 if self._attrs.get("help"):
228 a = self._attrs["help"]
231 self._attrs["help"] = a
232 return self._attrs
/dports/devel/p5-Specio/Specio-0.47/lib/Specio/Constraint/
H A DParameterized.pm17 my $attrs = dclone( Specio::Constraint::Role::Interface::_attrs() );
33 sub _attrs { subroutine
H A DEnum.pm19 my $attrs = dclone( Specio::Constraint::Role::Interface::_attrs() );
34 sub _attrs { subroutine
/dports/comms/owfs/owfs-3.2p4/module/swig/python/ow/
H A D__init__.py253 self._attrs = { }
371 if name in self._attrs:
373 owfs_put( self._attrs[ name ], value )
413 self._attrs = dict( [ (n.replace( '.', '_' ), self._usePath + '/' + n )
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/
H A D_column.py44 _attrs = tuple( variable in Column
80 return tuple(getter(self) for getter in self._attrs[index])
82 return self._attrs[index](self)
/dports/devel/sope2/SOPE/sope-xml/DOM/
H A DDOMSaxHandler.m182 attributes:(id<SaxAttributes>)_attrs
220 for (i = 0, count = [_attrs count]; i < count; i++) {
223 // NSLog(@"attr %@", [_attrs nameAtIndex:i]);
225 attr = [self _nodeForSaxAttrWithName:[_attrs nameAtIndex:i]
226 namespace:[_attrs uriAtIndex:i]
227 rawName:[_attrs rawNameAtIndex:i]
228 type:[_attrs typeAtIndex:i]
229 value:[_attrs valueAtIndex:i]];

12345678910>>...43