Home
last modified time | relevance | path

Searched refs:attribute_value (Results 1 – 25 of 1111) sorted by relevance

12345678910>>...45

/dports/devel/boost-docs/boost_1_72_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
H A Dattribute_value_impl.hpp49 public attribute_value::impl
105 inline attribute_value make_attribute_value(T&& v) in make_attribute_value()
108 return attribute_value(new attribute_value_impl< value_type >(boost::forward< T >(v))); in make_attribute_value()
114 inline attribute_value make_attribute_value(T const& v) in make_attribute_value()
117 return attribute_value(new attribute_value_impl< value_type >(v)); in make_attribute_value()
121 inline attribute_value make_attribute_value(rv< T > const& v) in make_attribute_value()
124 return attribute_value(new attribute_value_impl< value_type >(v)); in make_attribute_value()
/dports/devel/hyperscan/boost_1_75_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 attribute_value get_value() BOOST_OVERRIDE { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), BOOST_NOEXCEPT {}) in BOOST_DEFAULTED_FUNCTION() argument
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
H A Dattribute_value_impl.hpp49 public attribute_value::impl
105 inline attribute_value make_attribute_value(T&& v) in make_attribute_value()
108 return attribute_value(new attribute_value_impl< value_type >(boost::forward< T >(v))); in make_attribute_value()
114 inline attribute_value make_attribute_value(T const& v) in make_attribute_value()
117 return attribute_value(new attribute_value_impl< value_type >(v)); in make_attribute_value()
121 inline attribute_value make_attribute_value(rv< T > const& v) in make_attribute_value()
124 return attribute_value(new attribute_value_impl< value_type >(v)); in make_attribute_value()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 attribute_value get_value() BOOST_OVERRIDE { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), BOOST_NOEXCEPT {}) in BOOST_DEFAULTED_FUNCTION() argument
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
H A Dattribute_value_impl.hpp49 public attribute_value::impl
105 inline attribute_value make_attribute_value(T&& v) in make_attribute_value()
108 return attribute_value(new attribute_value_impl< value_type >(boost::forward< T >(v))); in make_attribute_value()
114 inline attribute_value make_attribute_value(T const& v) in make_attribute_value()
117 return attribute_value(new attribute_value_impl< value_type >(v)); in make_attribute_value()
121 inline attribute_value make_attribute_value(rv< T > const& v) in make_attribute_value()
124 return attribute_value(new attribute_value_impl< value_type >(v)); in make_attribute_value()
/dports/databases/percona57-client/boost_1_59_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); }
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {})
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); }
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); }
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT
357 void swap(attribute_value& that) BOOST_NOEXCEPT
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/log/attributes/
H A Dattribute_value.hpp63 class attribute_value class
65 BOOST_COPYABLE_AND_MOVABLE(attribute_value)
101 virtual attribute_value get_value() { return attribute_value(this); } in get_value()
117 BOOST_DEFAULTED_FUNCTION(attribute_value(), {}) in attribute_value() function in boost::attribute_value
122 attribute_value(attribute_value const& that) BOOST_NOEXCEPT : m_pImpl(that.m_pImpl) {}
127attribute_value(BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT { m_pImpl.swap(that.m_pImpl); } in attribute_value() function in boost::attribute_value
134 explicit attribute_value(intrusive_ptr< impl > p) BOOST_NOEXCEPT { m_pImpl.swap(p); } in attribute_value() function in boost::attribute_value
139 attribute_value& operator= (BOOST_COPY_ASSIGN_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
148 attribute_value& operator= (BOOST_RV_REF(attribute_value) that) BOOST_NOEXCEPT in operator =()
357 void swap(attribute_value& that) BOOST_NOEXCEPT in swap()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_preload_scanner.cc371 SetNonce(attribute_value); in ProcessScriptAttribute()
395 SetImportance(attribute_value); in ProcessScriptAttribute()
403 img_src_url_ = attribute_value; in ProcessImgAttribute()
419 SetImportance(attribute_value); in ProcessImgAttribute()
472 img_src_url_ = attribute_value; in ProcessLinkAttribute()
488 SetNonce(attribute_value); in ProcessLinkAttribute()
512 SetImportance(attribute_value); in ProcessLinkAttribute()
566 charset_ = attribute_value; in ProcessAttribute()
708 const String& attribute_value, in SetReferrerPolicy() argument
831 const String& attribute_value, in HandleMetaViewport() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_preload_scanner.cc333 SetNonce(attribute_value); in ProcessScriptAttribute()
357 SetImportance(attribute_value); in ProcessScriptAttribute()
365 img_src_url_ = attribute_value; in ProcessImgAttribute()
381 SetImportance(attribute_value); in ProcessImgAttribute()
429 img_src_url_ = attribute_value; in ProcessLinkAttribute()
445 SetNonce(attribute_value); in ProcessLinkAttribute()
469 SetImportance(attribute_value); in ProcessLinkAttribute()
523 charset_ = attribute_value; in ProcessAttribute()
703 const String& attribute_value, in SetReferrerPolicy() argument
827 const String& attribute_value, in HandleMetaViewport() argument
[all …]
/dports/devel/py-opencensus/opencensus-0.7.13/opencensus/common/monitored_resource/
H A Dgcp_metadata_config.py76 attribute_value = cls.get_attribute(attribute_uri)
77 if attribute_value is not None: # pragma: NO COVER
78 _GCP_METADATA_MAP[attribute_key] = attribute_value
102 attribute_value = get_request(_GCP_METADATA_URI + attribute_uri,
105 if attribute_value is not None and isinstance(attribute_value, bytes):
109 attribute_value = attribute_value.decode('utf-8')
113 attribute_value = transformation(attribute_value)
115 return attribute_value
/dports/devel/py-logfury/logfury-0.1.2/src/logfury/v0_1/
H A Dmeta.py13 def _filter_attribute(cls, attribute_name, attribute_value): argument
19 elif hasattr(attribute_value, '_trace_disable'):
32 attribute_value = attrs[attribute_name]
34 if cls._filter_attribute(attribute_name, attribute_value):
41 only = getattr(attribute_value, '_trace_only', None)
42 skip = getattr(attribute_value, '_trace_skip', None)
75 wrapped_value = wrapper(attribute_value)
87 def _filter_attribute(cls, attribute_name, attribute_value): argument
90 elif not callable(attribute_value):
107 def _filter_attribute(cls, attribute_name, attribute_value): argument
[all …]
/dports/www/newsboat/newsboat-2.22.1/test/
H A Drssitem.cpp47 REQUIRE(item.attribute_value(attr) == title);
69 REQUIRE_FALSE(item.attribute_value(attr) == title);
79 REQUIRE(item.attribute_value(attr) == url);
88 REQUIRE(item.attribute_value(attr) == name);
120 REQUIRE(item.attribute_value(attr) == description);
163 REQUIRE(item.attribute_value(attr) == guid);
172 REQUIRE(item.attribute_value(attr) == "no");
178 REQUIRE(item.attribute_value(attr) == "yes");
188 REQUIRE(item.attribute_value(attr) == url);
197 REQUIRE(item.attribute_value(attr) == type);
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/62_workflow_activity/
H A D10_tools_update_certificate_metadata.t41 attribute_value => $value,
102 superhashof({ attribute_contentkey => 'meta_shoesize', attribute_value => '9' }),
103 superhashof({ attribute_contentkey => 'meta_color', attribute_value => 'red' }),
104 superhashof({ attribute_contentkey => 'meta_cars', attribute_value => 'horch' }),
105 superhashof({ attribute_contentkey => 'meta_cars', attribute_value => 'tesla' }),
108 superhashof({ attribute_contentkey => 'meta_physics', attribute_value => 'ontology' }),
109 superhashof({ attribute_contentkey => 'meta_equal', attribute_value => 'same' }),
110 superhashof({ attribute_contentkey => 'meta_equal', attribute_value => 'same' }),
111 superhashof({ attribute_contentkey => 'meta_equal2', attribute_value => 'yo' }),
112 superhashof({ attribute_contentkey => 'meta_equal_nu', attribute_value => 'this' }),
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/62_workflow_activity/
H A D10_tools_update_certificate_metadata.t41 attribute_value => $value,
102 superhashof({ attribute_contentkey => 'meta_shoesize', attribute_value => '9' }),
103 superhashof({ attribute_contentkey => 'meta_color', attribute_value => 'red' }),
104 superhashof({ attribute_contentkey => 'meta_cars', attribute_value => 'horch' }),
105 superhashof({ attribute_contentkey => 'meta_cars', attribute_value => 'tesla' }),
108 superhashof({ attribute_contentkey => 'meta_physics', attribute_value => 'ontology' }),
109 superhashof({ attribute_contentkey => 'meta_equal', attribute_value => 'same' }),
110 superhashof({ attribute_contentkey => 'meta_equal', attribute_value => 'same' }),
111 superhashof({ attribute_contentkey => 'meta_equal2', attribute_value => 'yo' }),
112 superhashof({ attribute_contentkey => 'meta_equal_nu', attribute_value => 'this' }),
[all …]
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/utils/
H A Ddn.py164 return attribute_type, attribute_value
187 def _validate_attribute_value(attribute_value): argument
188 if not attribute_value:
192 for c in attribute_value:
199 if attribute_value.endswith(' ') and not attribute_value.endswith('\\ '):
203 for c in attribute_value:
229 def _escape_attribute_value(attribute_value): argument
230 if not attribute_value:
239 for c in attribute_value:
245 return attribute_value
[all …]
/dports/databases/p5-Interchange6-Schema/Interchange6-Schema-0.133/lib/Interchange6/Schema/Base/
H A DAttribute.pm56 my ($attribute, $attribute_value) = $self->find_or_create_attribute($attr, $attr_value);
63 {attribute_values_id => $attribute_value->id});
80 my ($attribute, $attribute_value) = $self->find_or_create_attribute($attr, $attr_value);
84 $base_attribute_value->update({attribute_values_id => $attribute_value->id});
181 my $attribute_value = $base_attribute_value->find_related('attribute_value',
184 return $attribute_value;
187 return $attribute_value->value;
223 while (my $attribute_value = $attribute_value_rs->next) {
226 my %attr_values = $attribute_value->get_columns;
260 my $attribute_value = $attribute->find_or_create_related('attribute_values', \%attr_value );
[all …]

12345678910>>...45