Home
last modified time | relevance | path

Searched defs:attr_value (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_datadog/
H A Ddatadog_remap.c45 msgpack_object attr_value, flb_sds_t dd_tags) in dd_remap_move_to_tags()
53 msgpack_object attr_value, flb_sds_t dd_tags) in dd_remap_container_name()
68 msgpack_object attr_value, flb_sds_t dd_tags) in dd_remap_ecs_cluster()
92 msgpack_object attr_value, flb_sds_t dd_tags) in dd_remap_ecs_task_definition()
116 msgpack_object attr_value, flb_sds_t dd_tags) in dd_remap_ecs_task_arn()
/dports/textproc/xlnt/libstudxml-e729667/examples/xhtml/
H A Ddriver.cxx68 struct attr_value struct
70 attr_value (const char* n, const T& v): name (n), value (v) {} in attr_value() argument
72 void operator() (serializer& s) const {s.attribute (name, value);} in operator ()()
73 const char* name;
74 const T& value;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/udev_linux/
H A Dudev_unittest.cc36 const std::string attr_value = UdevDeviceGetPropertyValue(device, "prop"); in TEST() local
48 std::string attr_value = UdevDeviceGetPropertyValue(device, "prop"); in TEST() local
61 const std::string attr_value = UdevDeviceGetSysattrValue(device, "attr"); in TEST() local
73 std::string attr_value = UdevDeviceGetSysattrValue(device, "attr"); in TEST() local
107 std::string attr_value = UdevDeviceGetSysattrValue(device, "attr"); in TEST() local
/dports/cad/iverilog/verilog-11.0/tgt-pcb/
H A Dscope.cc32 struct attr_value { struct
38 static void sheet_box(ivl_scope_t scope, const map<string,attr_value>&attrs); argument
94 void sheet_box(ivl_scope_t scope, const map<string,attr_value>&) in sheet_box() argument
/dports/www/kannel/gateway-1.4.4/gw/
H A Dwap_push_pap_compiler.c1018 static int parse_address_value(Octstr *attr_name, Octstr *attr_value, in parse_address_value()
1177 Octstr *attr_value, WAPEvent **e) in parse_response_result_value()
1242 Octstr *attr_value, WAPEvent **e, in parse_attr_value()
1282 static int set_attribute_value(Octstr *element_name, Octstr *attr_value, in set_attribute_value()
1324 static int parse_code(Octstr *attr_value) in parse_code()
1360 static Octstr *parse_bearer(Octstr *attr_value) in parse_bearer()
1375 static Octstr *parse_network(Octstr *attr_value) in parse_network()
1394 static int parse_requirement(Octstr *attr_value) in parse_requirement()
1412 static int parse_priority(Octstr *attr_value) in parse_priority()
1432 static int parse_delivery_method(Octstr *attr_value) in parse_delivery_method()
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/x509/
H A Dx509_attribute.cpp18 Attribute::Attribute(const OID& attr_oid, const std::vector<uint8_t>& attr_value) : in Attribute()
27 const std::vector<uint8_t>& attr_value) : in Attribute()
/dports/security/botan2/Botan-2.18.2/src/lib/x509/
H A Dx509_attribute.cpp18 Attribute::Attribute(const OID& attr_oid, const std::vector<uint8_t>& attr_value) : in Attribute()
27 const std::vector<uint8_t>& attr_value) : in Attribute()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dx509_attribute.cpp18 Attribute::Attribute(const OID& attr_oid, const std::vector<uint8_t>& attr_value) : in Attribute()
27 const std::vector<uint8_t>& attr_value) : in Attribute()
/dports/security/botan110/Botan-1.10.17/src/asn1/
H A Dasn1_att.cpp18 Attribute::Attribute(const OID& attr_oid, const MemoryRegion<byte>& attr_value) in Attribute()
28 const MemoryRegion<byte>& attr_value) in Attribute()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/hdf/test/
H A Dtest_hdf5.cpp218 int attr_value = 0x12345678; in TEST_F() local
245 int attr_value = 0x12345678; in TEST_F() local
263 double attr_value = 123.456789; in TEST_F() local
281 String attr_value = "----_______----Hello HDF5----_______----\n"; in TEST_F() local
299 String attr_value; in TEST_F() local
317 cv::Mat attr_value; in TEST_F() local
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dgroup.c128 char *attr_value; in flickcurl_build_groups() local
181 char *attr_value; in flickcurl_build_groups() local
202 char *attr_value = (char*)attr->children->content; in flickcurl_build_groups() local
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dfileinfo.cc372 void FileInfo::set_attribute_string(const std::string& attribute, const std::string& attr_value) in set_attribute_string()
377 …::set_attribute_strings(const std::string& attribute, const std::vector<Glib::ustring>& attr_value) in set_attribute_strings()
382 …id FileInfo::set_attribute_byte_string(const std::string& attribute, const std::string& attr_value) in set_attribute_byte_string()
387 void FileInfo::set_attribute_boolean(const std::string& attribute, bool attr_value) in set_attribute_boolean()
392 void FileInfo::set_attribute_uint32(const std::string& attribute, guint32 attr_value) in set_attribute_uint32()
397 void FileInfo::set_attribute_int32(const std::string& attribute, gint32 attr_value) in set_attribute_int32()
402 void FileInfo::set_attribute_uint64(const std::string& attribute, guint64 attr_value) in set_attribute_uint64()
407 void FileInfo::set_attribute_int64(const std::string& attribute, gint64 attr_value) in set_attribute_int64()
412 …o::set_attribute_object(const std::string& attribute, const Glib::RefPtr<Glib::Object>& attr_value) in set_attribute_object()
/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A D__attribute.c77 typedef struct attr_value struct
83 } attr_value; argument
/dports/print/openprinting/papi-1.0_beta/source/libpapi-cups/
H A Dpapi_attr.c1550 papi_attribute_value_t attr_value; in papiAttributeListAddString() local
1572 papi_attribute_value_t attr_value; in papiAttributeListAddInteger() local
1586 papi_attribute_value_t attr_value; in papiAttributeListAddBoolean() local
1601 papi_attribute_value_t attr_value; in papiAttributeListAddRange() local
1618 papi_attribute_value_t attr_value; in papiAttributeListAddResolution() local
1634 papi_attribute_value_t attr_value; in papiAttributeListAddDatetime() local
1648 papi_attribute_value_t attr_value; in papiAttributeListAddCollection() local
1746 papi_attribute_value_t* attr_value; in papiAttributeListGetString() local
1769 papi_attribute_value_t* attr_value; in papiAttributeListGetInteger() local
1791 papi_attribute_value_t* attr_value; in papiAttributeListGetBoolean() local
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/dynamodb/
H A Ditem.py75 def add_attribute(self, attr_name, attr_value): argument
89 def delete_attribute(self, attr_name, attr_value=None): argument
105 def put_attribute(self, attr_name, attr_value): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/dynamodb/
H A Ditem.py75 def add_attribute(self, attr_name, attr_value): argument
89 def delete_attribute(self, attr_name, attr_value=None): argument
105 def put_attribute(self, attr_name, attr_value): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/dynamodb/
H A Ditem.py75 def add_attribute(self, attr_name, attr_value): argument
89 def delete_attribute(self, attr_name, attr_value=None): argument
105 def put_attribute(self, attr_name, attr_value): argument
/dports/devel/py-boto/boto-2.49.0/boto/dynamodb/
H A Ditem.py75 def add_attribute(self, attr_name, attr_value): argument
89 def delete_attribute(self, attr_name, attr_value=None): argument
105 def put_attribute(self, attr_name, attr_value): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dxml_element_writer.cc12 const base::StringPiece& attr_value) { in XmlAttributes()
17 const base::StringPiece& attr_value) { in add()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dxml_element_writer.cc12 const std::string_view& attr_value) { in XmlAttributes()
17 const std::string_view& attr_value) { in add()
/dports/devel/gn/gn-1962/src/gn/
H A Dxml_element_writer.cc12 std::string_view attr_value) { in XmlAttributes()
17 std::string_view attr_value) { in add()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgfileinfo.c1145 GObject *attr_value) in _g_file_info_set_attribute_object_by_id()
1166 GObject *attr_value) in g_file_info_set_attribute_object()
1204 char **attr_value) in g_file_info_set_attribute_stringv()
1239 const char *attr_value) in g_file_info_set_attribute_string()
1274 const char *attr_value) in g_file_info_set_attribute_byte_string()
1309 gboolean attr_value) in g_file_info_set_attribute_boolean()
1343 guint32 attr_value) in g_file_info_set_attribute_uint32()
1356 gint32 attr_value) in _g_file_info_set_attribute_int32_by_id()
1411 guint64 attr_value) in g_file_info_set_attribute_uint64()
1424 gint64 attr_value) in _g_file_info_set_attribute_int64_by_id()
[all …]
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/pb/
H A Devent_set_card_attr.proto12 optional string attr_value = 4; field
H A Dcommand_set_card_attr.proto12 optional string attr_value = 4; field
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dns_output_parser.cpp40 CTempString* attr_name, string* attr_value, size_t* attr_column) in NextAttribute()

12345678910>>...30