Home
last modified time | relevance | path

Searched refs:property_value (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/dports/devel/libolecf/libolecf-20210512/tests/
H A Dolecf_test_property_value.c69 property_value ); in olecf_test_property_value_initialize()
86 property_value ); in olecf_test_property_value_initialize()
164 property_value ); in olecf_test_property_value_initialize()
302 property_value ); in olecf_test_property_value_get_identifier()
377 property_value ); in olecf_test_property_value_get_identifier()
425 property_value ); in olecf_test_property_value_get_value_type()
500 property_value ); in olecf_test_property_value_get_value_type()
548 property_value ); in olecf_test_property_value_get_data_size()
623 property_value ); in olecf_test_property_value_get_data_size()
671 property_value ); in olecf_test_property_value_get_data_as_boolean()
[all …]
/dports/devel/libolecf/libolecf-20210512/libolecf/
H A Dlibolecf_property_value.h56 libolecf_property_value_t **property_value,
61 libolecf_property_value_t **property_value,
85 libolecf_property_value_t *property_value,
91 libolecf_property_value_t *property_value,
97 libolecf_property_value_t *property_value,
103 libolecf_property_value_t *property_value,
110 libolecf_property_value_t *property_value,
116 libolecf_property_value_t *property_value,
122 libolecf_property_value_t *property_value,
128 libolecf_property_value_t *property_value,
[all …]
H A Dlibolecf_property_value.c50 if( property_value == NULL ) in libolecf_property_value_initialize()
61 if( *property_value != NULL ) in libolecf_property_value_initialize()
133 if( *property_value != NULL ) in libolecf_property_value_free()
137 *property_value = NULL; in libolecf_property_value_free()
1060 if( property_value == NULL ) in libolecf_property_value_get_identifier()
1100 if( property_value == NULL ) in libolecf_property_value_get_value_type()
1140 if( property_value == NULL ) in libolecf_property_value_get_data_size()
1182 if( property_value == NULL ) in libolecf_property_value_get_data()
1224 if( property_value == NULL ) in libolecf_property_value_get_data_as_boolean()
1280 if( property_value == NULL ) in libolecf_property_value_get_data_as_16bit_integer()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/contrib/icu/
H A Dutf16.hpp29 struct property_value struct
30 : internal::icu::property_value< internal::peek_utf16_be, P, V >
85 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
86 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
93 … template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
94 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
124 struct property_value struct
125 : internal::icu::property_value< internal::peek_utf16_le, P, V >
180 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
181 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
[all …]
H A Dutf32.hpp29 struct property_value struct
30 : internal::icu::property_value< internal::peek_utf32_be, P, V >
85 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
86 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
93 … template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
94 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
124 struct property_value struct
125 : internal::icu::property_value< internal::peek_utf32_le, P, V >
180 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
181 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
[all …]
H A Dutf8.hpp29 struct property_value struct
30 : internal::icu::property_value< internal::peek_utf8, P, V >
85 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
86 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
89 …template< UCharCategory V > struct general_category : property_value< UCHAR_GENERAL_CATEGORY, V > …
92 … template< UJoiningGroup V > struct joining_group : property_value< UCHAR_JOINING_GROUP, V > {};
93 … template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
94 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
100 … template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {};
101 … template< USentenceBreak V > struct sentence_break : property_value< UCHAR_SENTENCE_BREAK, V > {};
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/contrib/icu/
H A Dutf16.hpp29 struct property_value struct
30 : internal::icu::property_value< internal::peek_utf16_be, P, V >
85 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
86 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
93 … template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
94 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
124 struct property_value struct
125 : internal::icu::property_value< internal::peek_utf16_le, P, V >
180 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
181 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
[all …]
H A Dutf32.hpp29 struct property_value struct
30 : internal::icu::property_value< internal::peek_utf32_be, P, V >
85 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
86 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
93 … template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
94 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
124 struct property_value struct
125 : internal::icu::property_value< internal::peek_utf32_le, P, V >
180 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
181 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
[all …]
H A Dutf8.hpp29 struct property_value struct
30 : internal::icu::property_value< internal::peek_utf8, P, V >
85 … template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
86 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
89 …template< UCharCategory V > struct general_category : property_value< UCHAR_GENERAL_CATEGORY, V > …
92 … template< UJoiningGroup V > struct joining_group : property_value< UCHAR_JOINING_GROUP, V > {};
93 … template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
94 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
100 … template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {};
101 … template< USentenceBreak V > struct sentence_break : property_value< UCHAR_SENTENCE_BREAK, V > {};
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/contrib/icu/
H A Dutf16.hpp24 struct property_value struct
25 : internal::icu::property_value< internal::peek_utf16_be, P, V >
79 template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
80 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
87 template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
88 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
113 struct property_value struct
114 : internal::icu::property_value< internal::peek_utf16_le, P, V >
168 template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
169 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
[all …]
H A Dutf32.hpp24 struct property_value struct
25 : internal::icu::property_value< internal::peek_utf32_be, P, V >
79 template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
80 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
87 template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
88 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
113 struct property_value struct
114 : internal::icu::property_value< internal::peek_utf32_le, P, V >
168 template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
169 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
[all …]
H A Dutf8.hpp22 struct property_value struct
23 : internal::icu::property_value< internal::peek_utf8, P, V >
77 template< UCharDirection V > struct bidi_class : property_value< UCHAR_BIDI_CLASS, V > {};
78 template< UBlockCode V > struct block : property_value< UCHAR_BLOCK, V > {};
81 …template< UCharCategory V > struct general_category : property_value< UCHAR_GENERAL_CATEGORY, V > …
84 template< UJoiningGroup V > struct joining_group : property_value< UCHAR_JOINING_GROUP, V > {};
85 template< UJoiningType V > struct joining_type : property_value< UCHAR_JOINING_TYPE, V > {};
86 template< ULineBreak V > struct line_break : property_value< UCHAR_LINE_BREAK, V > {};
92 template< UNumericType V > struct numeric_type : property_value< UCHAR_NUMERIC_TYPE, V > {};
93 … template< USentenceBreak V > struct sentence_break : property_value< UCHAR_SENTENCE_BREAK, V > {};
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/data/OBO/
H A Dro.obo207 property_value: RO:0001900 RO:0001901
218 property_value: RO:0001900 RO:0001901
297 property_value: RO:0001900 RO:0001901
306 property_value: RO:0001900 RO:0001901
337 property_value: RO:0001900 RO:0001901
347 property_value: RO:0001900 RO:0001901
358 property_value: RO:0001900 RO:0001901
379 property_value: RO:0001900 RO:0001901
390 property_value: RO:0001900 RO:0001901
398 property_value: RO:0001900 RO:0001901
[all …]
/dports/textproc/p5-RDFStore/RDFStore-0.51/lib/RDFStore/
H A DObject.pm364 if( ref($property_value) and UNIVERSAL::isa($property_value, 'RDFStore::Resource') ) {
370 $property_value = $property_value->{'rdf_object'} #keep on wrapping up rdf objects..
371 if( ref($property_value) and UNIVERSAL::isa($property_value, 'RDFStore::Object') );
373 if( ref($property_value) =~ /HASH/ ) {
374 my $sub_values = $property_value;
380 $property_value = $property_value->{'rdf_object'};#keep on wrapping up rdf objects..
381 } elsif( ref($property_value) =~ /ARRAY/ ) {
383 my $array_of_values = $property_value;
396 $property_value->set( %sub_values );
397 $property_value = $property_value->{'rdf_object'};#keep on wrapping up rdf objects..
[all …]
/dports/devel/kyua/kyua-0.13/store/
H A Dmigrate_v1_v2.sql87 property_value TEXT, field
196 SET property_value = (
202 SET property_value = (
220 SET property_value = (
226 SET property_value = (
232 SET property_value = (
238 SET property_value = (
244 SET property_value = (
250 SET property_value = (
261 SET property_value = (
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl177 property_value = ?val1,
181 property_value = ?val2,
185 property_value = ?val1,
245 property_value = ?val1},
248 property_value = ?badval}],
293 property_value = ?val1},
296 property_value = ?val2},
299 property_value = ?val3}],
460 property_value = ?val1,
464 property_value = ?val2,
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl177 property_value = ?val1,
181 property_value = ?val2,
185 property_value = ?val1,
245 property_value = ?val1},
248 property_value = ?badval}],
293 property_value = ?val1},
296 property_value = ?val2},
299 property_value = ?val3}],
460 property_value = ?val1,
464 property_value = ?val2,
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl177 property_value = ?val1,
181 property_value = ?val2,
185 property_value = ?val1,
245 property_value = ?val1},
248 property_value = ?badval}],
293 property_value = ?val1},
296 property_value = ?val2},
299 property_value = ?val3}],
460 property_value = ?val1,
464 property_value = ?val2,
[all …]
/dports/lang/erlang/corba-5.0.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl177 property_value = ?val1,
181 property_value = ?val2,
185 property_value = ?val1,
245 property_value = ?val1},
248 property_value = ?badval}],
293 property_value = ?val1},
296 property_value = ?val2},
299 property_value = ?val3}],
460 property_value = ?val1,
464 property_value = ?val2,
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosProperty/test/
H A Dproperty_SUITE.erl177 property_value = ?val1,
181 property_value = ?val2,
185 property_value = ?val1,
245 property_value = ?val1},
248 property_value = ?badval}],
293 property_value = ?val1},
296 property_value = ?val2},
299 property_value = ?val3}],
460 property_value = ?val1,
464 property_value = ?val2,
[all …]
/dports/devel/libolecf/libolecf-20210512/include/
H A Dlibolecf.h677 libolecf_property_value_t *property_value,
686 libolecf_property_value_t *property_value,
695 libolecf_property_value_t *property_value,
704 libolecf_property_value_t *property_value,
714 libolecf_property_value_t *property_value,
723 libolecf_property_value_t *property_value,
732 libolecf_property_value_t *property_value,
741 libolecf_property_value_t *property_value,
750 libolecf_property_value_t *property_value,
760 libolecf_property_value_t *property_value,
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/include/vtzero/
H A Dproperty_value.hpp36 class property_value { class
110 constexpr property_value() noexcept = default;
115 explicit constexpr property_value(const data_view value) noexcept : in property_value() function in vtzero::property_value
233 inline constexpr bool operator==(const property_value lhs, const property_value rhs) noexcept { in operator ==()
238 inline constexpr bool operator!=(const property_value lhs, const property_value rhs) noexcept { in operator !=()
243 inline bool operator<(const property_value lhs, const property_value rhs) noexcept { in operator <()
248 inline bool operator<=(const property_value lhs, const property_value rhs) noexcept { in operator <=()
253 inline bool operator>(const property_value lhs, const property_value rhs) noexcept { in operator >()
258 inline bool operator>=(const property_value lhs, const property_value rhs) noexcept { in operator >=()
271 … decltype(std::declval<V>()(data_view{})) apply_visitor(V&& visitor, const property_value value) { in apply_visitor()
[all …]
/dports/x11-wm/awesome/awesome-4.3/spec/wibox/widget/
H A Dslider_spec.lua16 local property_value = nil
19 property_value = property_value + 1
22 property_value = 0
27 assert.is.equal(property_value, 0)
33 assert.is.equal(property_value, 1)
38 assert.is.equal(property_value, 2)
/dports/devel/libolecf/libolecf-20210512/pyolecf/
H A Dpyolecf_property_value.c263 if( property_value == NULL ) in pyolecf_property_value_new()
287 pyolecf_property_value->property_value = property_value; in pyolecf_property_value_new()
325 pyolecf_property_value->property_value = NULL; in pyolecf_property_value_init()
433 pyolecf_property_value->property_value, in pyolecf_property_value_get_identifier()
492 pyolecf_property_value->property_value, in pyolecf_property_value_get_value_type()
552 pyolecf_property_value->property_value, in pyolecf_property_value_get_data()
594 pyolecf_property_value->property_value, in pyolecf_property_value_get_data()
674 pyolecf_property_value->property_value, in pyolecf_property_value_get_data_as_boolean()
737 pyolecf_property_value->property_value, in pyolecf_property_value_get_data_as_integer()
910 pyolecf_property_value->property_value, in pyolecf_property_value_get_data_as_datetime()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/serialization/src/Normalizer/
H A DFieldableEntityNormalizerTrait.php215 …$denormalize_property = function ($property_name, $property_value, $property_value_class, $context…
216 …if ($this->serializer->supportsDenormalization($property_value, $property_value_class, NULL, $cont…
217 … return $this->serializer->denormalize($property_value, $property_value_class, NULL, $context);
221 $property_value = serialize($property_value);
223 return $property_value;
228 $property_value = $data;
231 … return $denormalize_property($property_name, $property_value, $property_value_class, $context);
241 $property_value = $data[$property_name];
243 …$data_internal[$property_name] = $denormalize_property($property_name, $property_value, $property_…

12345678910>>...48