Home
last modified time | relevance | path

Searched refs:attr_name (Results 1 – 25 of 3392) sorted by relevance

12345678910>>...136

/dports/textproc/gdome2/gdome2-0.8.1/test/
H A Dtest-element.c38 GdomeDOMString *attr_name; in test_el() local
68 gdome_str_unref (attr_name); in test_el()
78 gdome_str_unref (attr_name); in test_el()
88 gdome_str_unref (attr_name); in test_el()
95 gdome_str_unref (attr_name); in test_el()
100 gdome_str_unref (attr_name); in test_el()
109 gdome_str_unref (attr_name); in test_el()
127 gdome_str_unref (attr_name); in test_el()
241 gdome_str_unref (attr_name); in test_el()
248 gdome_str_unref (attr_name); in test_el()
[all …]
/dports/devel/collada-dom/collada-dom-2.5.0/dom/codeGen/1.4/tpl/
H A Dtemplate-engine.php223 $attr_name = ucfirst($attr_name);
225 print "attr" . $attr_name . "(";
348 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at". ucfirst($attr_name) .";";
371 …print $indent ."\t * @param at". ucfirst($attr_name)." The new value for the ". $attr_name ." attr…
375 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at". ucfirst($attr_name) .";";
383 …print $indent ."\t * @param at". ucfirst($attr_name)." The new value for the ". $attr_name ." attr…
387 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at" . ucfirst($attr_name) . ";";
414 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at". ucfirst($attr_name) .";";
434 …print ucfirst($attr_name) ." ) { *(daeStringRef*)&attr". ucfirst($attr_name) ." = at". ucfirst($at…
438 if ( $attr_name == "id" )
[all …]
/dports/devel/collada-dom/collada-dom-2.5.0/dom/codeGen/1.5/tpl/
H A Dtemplate-engine.php227 $attr_name = ucfirst($attr_name);
229 print "attr" . $attr_name . "(";
397 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at". ucfirst($attr_name) .";";
420 …print $indent ."\t * @param at". ucfirst($attr_name)." The new value for the ". $attr_name ." attr…
424 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at". ucfirst($attr_name) .";";
432 …print $indent ."\t * @param at". ucfirst($attr_name)." The new value for the ". $attr_name ." attr…
436 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at" . ucfirst($attr_name) . ";";
463 print ucfirst($attr_name) ." ) { attr". ucfirst($attr_name) ." = at". ucfirst($attr_name) .";";
483 …print ucfirst($attr_name) ." ) { *(daeStringRef*)&attr". ucfirst($attr_name) ." = at". ucfirst($at…
487 if ( $attr_name == "id" )
[all …]
/dports/net/samba412/samba-4.12.15/source4/dsdb/tests/python/
H A Dldap_schema.py111 cn: """ + attr_name + """
318 cn: """ + attr_name + """
361 cn: """ + attr_name + """
405 cn: """ + attr_name + """
421 cn: """ + attr_name + """
448 cn: """ + attr_name + """
492 cn: """ + attr_name + """
539 cn: """ + attr_name + """
585 cn: """ + attr_name + """
639 cn: """ + attr_name + """
[all …]
/dports/devel/py-aiofiles/aiofiles-0.8.0/src/aiofiles/threadpool/
H A Dutils.py7 for attr_name in attrs:
8 setattr(cls, attr_name, _make_delegate_method(attr_name))
16 for attr_name in attrs:
17 setattr(cls, attr_name, _make_proxy_method(attr_name))
25 for attr_name in attrs:
26 setattr(cls, attr_name, _make_proxy_property(attr_name))
34 for attr_name in attrs:
35 setattr(cls, attr_name, _make_cond_delegate_method(attr_name))
41 def _make_delegate_method(attr_name): argument
50 def _make_proxy_method(attr_name): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/svg/include/
H A DSkSVGNode.h47 #define SVG_PRES_ATTR(attr_name, attr_type, attr_inherited) \ argument
49 bool set##attr_name(SkSVGAttributeParser::ParseResult<attr_type>&& pr) { \
50 if (pr.isValid()) { this->set##attr_name(std::move(*pr)); } \
54 const attr_type* get##attr_name() const { \
55 return fPresentationAttributes.f##attr_name.getMaybeNull(); \
57 void set##attr_name(const attr_type& v) { \
59 fPresentationAttributes.f##attr_name.set(v); \
172 void set##attr_name(attr_type&& a) { set_mv(std::move(a)); }
178 const attr_type& get##attr_name() const { return f##attr_name; } \
182 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
[all …]
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DProxy.pm106 my ($attr_name) = @_;
110 $attr_name = $2;
132 $attr_name = $2;
194 $name, $attr_name, $object
206 my ($attr_name) = @_;
219 my ($attr_name) = @_;
245 my ($attr_name) = @_;
259 my ($attr_name) = @_;
273 my ($attr_name) = @_;
284 my ($attr_name) = @_;
[all …]
H A DProxyBuffered.pm57 my ($attr_name) = @_;
59 if ( $attr_name =~ /^([^.]+)\.(.*)$/ ) {
61 $attr_name = $2;
65 return $self->{attr_buffer}->{$attr_name}
68 return $self->SUPER::get_attr($attr_name);
73 my ($attr_name, $attr_value) = @_;
75 if ( $attr_name =~ /^([^.]+)\.(.*)$/ ) {
77 $attr_name = $2;
85 $self->{attr_buffer}->{$attr_name} = $attr_value;
106 my ($attr_name, $attr_value, $child_object_name);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dhwmon.h12 TP_PROTO(int index, const char *attr_name, long val),
14 TP_ARGS(index, attr_name, val),
18 __string(attr_name, attr_name)
24 __assign_str(attr_name, attr_name);
34 TP_PROTO(int index, const char *attr_name, long val),
36 TP_ARGS(index, attr_name, val)
41 TP_PROTO(int index, const char *attr_name, long val),
43 TP_ARGS(index, attr_name, val)
50 TP_ARGS(index, attr_name, s),
54 __string(attr_name, attr_name)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dhwmon.h12 TP_PROTO(int index, const char *attr_name, long val),
14 TP_ARGS(index, attr_name, val),
18 __string(attr_name, attr_name)
24 __assign_str(attr_name, attr_name);
34 TP_PROTO(int index, const char *attr_name, long val),
36 TP_ARGS(index, attr_name, val)
41 TP_PROTO(int index, const char *attr_name, long val),
43 TP_ARGS(index, attr_name, val)
50 TP_ARGS(index, attr_name, s),
54 __string(attr_name, attr_name)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dhwmon.h12 TP_PROTO(int index, const char *attr_name, long val),
14 TP_ARGS(index, attr_name, val),
18 __string(attr_name, attr_name)
24 __assign_str(attr_name, attr_name);
34 TP_PROTO(int index, const char *attr_name, long val),
36 TP_ARGS(index, attr_name, val)
41 TP_PROTO(int index, const char *attr_name, long val),
43 TP_ARGS(index, attr_name, val)
50 TP_ARGS(index, attr_name, s),
54 __string(attr_name, attr_name)
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/ext/
H A Dindexable.py251 attr_name, argument
289 self.attr_name = attr_name
306 raise AttributeError(self.attr_name)
311 attr_name = self.attr_name
323 attr_name = self.attr_name
331 flag_modified(instance, attr_name)
334 attr_name = self.attr_name
337 raise AttributeError(self.attr_name)
341 raise AttributeError(self.attr_name)
344 flag_modified(instance, attr_name)
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/ext/
H A Dindexable.py287 self.attr_name = attr_name
304 raise AttributeError(self.attr_name)
309 attr_name = self.attr_name
321 attr_name = self.attr_name
327 setattr(instance, attr_name, column_value)
329 flag_modified(instance, attr_name)
332 attr_name = self.attr_name
335 raise AttributeError(self.attr_name)
339 raise AttributeError(self.attr_name)
342 flag_modified(instance, attr_name)
[all …]
/dports/devel/p5-Moose/Moose-2.2201/t/cmop/lib/
H A DAttributesWithHistory.pm50 my $attr_name = (shift)->associated_attribute->name;
52 unless (ref \$_[0]->meta->get_attribute('$attr_name')->_history()->\{\$_[0]\}) \{
53 \$_[0]->meta->get_attribute('$attr_name')->_history()->\{\$_[0]\} = [];
55 \@\{\$_[0]->meta->get_attribute('$attr_name')->_history()->\{\$_[0]\}\};
60 my $attr_name = (shift)->associated_attribute->name;
64 \$_[0]->meta->get_attribute('$attr_name')->_history()->\{\$_[0]\} = [];
67 \$_[0]->{'$attr_name'} = \$_[1];
69 \$_[0]->{'$attr_name'};
74 my $attr_name = (shift)->associated_attribute->name;
77 \$_[0]->meta->get_attribute('$attr_name')->_history()->\{\$_[0]\} = [];
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/ext/
H A Dindexable.py252 attr_name, argument
290 self.attr_name = attr_name
312 attr_name = self.attr_name
313 column_value = getattr(instance, attr_name)
324 attr_name = self.attr_name
330 setattr(instance, attr_name, column_value)
332 flag_modified(instance, attr_name)
335 attr_name = self.attr_name
338 raise AttributeError(self.attr_name)
345 flag_modified(instance, attr_name)
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/ext/
H A Dindexable.py252 attr_name, argument
290 self.attr_name = attr_name
312 attr_name = self.attr_name
313 column_value = getattr(instance, attr_name)
324 attr_name = self.attr_name
330 setattr(instance, attr_name, column_value)
332 flag_modified(instance, attr_name)
335 attr_name = self.attr_name
338 raise AttributeError(self.attr_name)
345 flag_modified(instance, attr_name)
[all …]
/dports/devel/p5-MooseX-Emulate-Class-Accessor-Fast/MooseX-Emulate-Class-Accessor-Fast-0.009032/lib/MooseX/Emulate/Class/Accessor/
H A DFast.pm111 for my $attr_name (@_){
112 $meta->remove_attribute($attr_name)
120 … my $attr = $meta->find_attribute_by_name($attr_name) || $meta->add_attribute($attr_name, %opts,
123 if($attr_name eq $reader){
131 … my $attr = $meta->find_attribute_by_name($attr_name) || $meta->add_attribute($attr_name, @opts,
151 for my $attr_name (@_){
152 $meta->remove_attribute($attr_name)
159 if($reader eq $attr_name && $reader eq $self->mutator_name_for($attr_name)){
180 for my $attr_name (@_){
181 $meta->remove_attribute($attr_name)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_fe_specular_lighting_element.cc71 const QualifiedName& attr_name) { in SetFilterEffectAttribute() argument
97 if (attr_name == svg_names::kAzimuthAttr) in SetFilterEffectAttribute()
100 if (attr_name == svg_names::kElevationAttr) in SetFilterEffectAttribute()
103 if (attr_name == svg_names::kXAttr || attr_name == svg_names::kYAttr || in SetFilterEffectAttribute()
104 attr_name == svg_names::kZAttr) in SetFilterEffectAttribute()
120 effect, attr_name); in SetFilterEffectAttribute()
124 const QualifiedName& attr_name) { in SvgAttributeChanged() argument
129 PrimitiveAttributeChanged(attr_name); in SvgAttributeChanged()
133 if (attr_name == svg_names::kInAttr) { in SvgAttributeChanged()
144 const QualifiedName& attr_name) { in LightElementAttributeChanged() argument
[all …]
H A Dsvg_fe_diffuse_lighting_element.cc63 const QualifiedName& attr_name) { in SetFilterEffectAttribute() argument
86 if (attr_name == svg_names::kAzimuthAttr) in SetFilterEffectAttribute()
89 if (attr_name == svg_names::kElevationAttr) in SetFilterEffectAttribute()
92 if (attr_name == svg_names::kXAttr || attr_name == svg_names::kYAttr || in SetFilterEffectAttribute()
93 attr_name == svg_names::kZAttr) in SetFilterEffectAttribute()
109 effect, attr_name); in SetFilterEffectAttribute()
113 const QualifiedName& attr_name) { in SvgAttributeChanged() argument
118 PrimitiveAttributeChanged(attr_name); in SvgAttributeChanged()
122 if (attr_name == svg_names::kInAttr) { in SvgAttributeChanged()
133 const QualifiedName& attr_name) { in LightElementAttributeChanged() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_fe_diffuse_lighting_element.cc75 const QualifiedName& attr_name) { in SetFilterEffectAttribute() argument
98 if (attr_name == svg_names::kAzimuthAttr) in SetFilterEffectAttribute()
101 if (attr_name == svg_names::kElevationAttr) in SetFilterEffectAttribute()
104 if (attr_name == svg_names::kXAttr || attr_name == svg_names::kYAttr || in SetFilterEffectAttribute()
105 attr_name == svg_names::kZAttr) in SetFilterEffectAttribute()
121 effect, attr_name); in SetFilterEffectAttribute()
125 const QualifiedName& attr_name) { in SvgAttributeChanged() argument
130 PrimitiveAttributeChanged(attr_name); in SvgAttributeChanged()
134 if (attr_name == svg_names::kInAttr) { in SvgAttributeChanged()
145 const QualifiedName& attr_name) { in LightElementAttributeChanged() argument
[all …]
H A Dsvg_fe_specular_lighting_element.cc83 const QualifiedName& attr_name) { in SetFilterEffectAttribute() argument
109 if (attr_name == svg_names::kAzimuthAttr) in SetFilterEffectAttribute()
112 if (attr_name == svg_names::kElevationAttr) in SetFilterEffectAttribute()
115 if (attr_name == svg_names::kXAttr || attr_name == svg_names::kYAttr || in SetFilterEffectAttribute()
116 attr_name == svg_names::kZAttr) in SetFilterEffectAttribute()
132 effect, attr_name); in SetFilterEffectAttribute()
136 const QualifiedName& attr_name) { in SvgAttributeChanged() argument
141 PrimitiveAttributeChanged(attr_name); in SvgAttributeChanged()
145 if (attr_name == svg_names::kInAttr) { in SvgAttributeChanged()
156 const QualifiedName& attr_name) { in LightElementAttributeChanged() argument
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/tree/
H A Drules.py64 def __init__(self, attr_name, equals, value): argument
65 self.attr_name = attr_name
85 self.attr_name, self.equals, self.value)
116 def __init__(self, attr_name, greater, value, inclusive=False): argument
117 self.attr_name = attr_name
139 return IntervalRule(self.attr_name, gt_rule, lt_rule)
181 def __init__(self, attr_name, left_rule, right_rule): argument
191 self.attr_name = attr_name
203 self.attr_name, self.left_rule,
208 self.attr_name,
[all …]
/dports/science/libkml/libkml-1.3.0/src/kml/base/
H A Dattributes.h71 bool GetValue(const string& attr_name, T* attr_val) const { in GetValue() argument
73 if (FindValue(attr_name, &string_val)) { in GetValue()
84 bool CutValue(const string& attr_name, T* attr_val) { in CutValue() argument
85 if (GetValue(attr_name, attr_val)) { in CutValue()
86 attributes_map_.erase(attr_name); in CutValue()
96 void SetValue(const string& attr_name, const T& attr_val) { in SetValue() argument
97 attributes_map_[attr_name] = ToString(attr_val); in SetValue()
103 return GetValue(attr_name, attr_val); in GetString()
106 return GetValue(attr_name, attr_val); in GetBool()
109 return GetValue(attr_name, attr_val); in GetDouble()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/hl/src/
H A DH5LTpublic.h170 const char *attr_name,
176 const char *attr_name,
182 const char *attr_name,
188 const char *attr_name,
194 const char *attr_name,
200 const char *attr_name,
206 const char *attr_name,
212 const char *attr_name,
243 const char *attr_name,
274 const char *attr_name,
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5LTpublic.h118 H5_HLDLL herr_t H5LTset_attribute_char(hid_t loc_id, const char *obj_name, const char *attr_name,
121 H5_HLDLL herr_t H5LTset_attribute_uchar(hid_t loc_id, const char *obj_name, const char *attr_name,
124 H5_HLDLL herr_t H5LTset_attribute_short(hid_t loc_id, const char *obj_name, const char *attr_name,
130 H5_HLDLL herr_t H5LTset_attribute_int(hid_t loc_id, const char *obj_name, const char *attr_name,
133 H5_HLDLL herr_t H5LTset_attribute_uint(hid_t loc_id, const char *obj_name, const char *attr_name,
136 H5_HLDLL herr_t H5LTset_attribute_long(hid_t loc_id, const char *obj_name, const char *attr_name,
142 H5_HLDLL herr_t H5LTset_attribute_ulong(hid_t loc_id, const char *obj_name, const char *attr_name,
145 H5_HLDLL herr_t H5LTset_attribute_float(hid_t loc_id, const char *obj_name, const char *attr_name,
158 H5_HLDLL herr_t H5LTget_attribute(hid_t loc_id, const char *obj_name, const char *attr_name,
177 H5_HLDLL herr_t H5LTget_attribute_uint(hid_t loc_id, const char *obj_name, const char *attr_name,
[all …]

12345678910>>...136