Home
last modified time | relevance | path

Searched refs:supported_fields (Results 1 – 25 of 43) sorted by relevance

12

/dports/deskutils/py-todoman/todoman-4.1.0/tests/
H A Dtest_backend.py47 supported_fields = set(Todo.ALL_SUPPORTED_FIELDS)
50 assert supported_fields == serialized_fields
/dports/multimedia/libv4l/linux-5.13-rc2/security/integrity/ima/
H A Dima_template.c31 static const struct ima_template_field supported_fields[] = { variable
157 for (i = 0; i < ARRAY_SIZE(supported_fields); i++) in lookup_template_field()
158 if (strncmp(supported_fields[i].field_id, field_id, in lookup_template_field()
160 return &supported_fields[i]; in lookup_template_field()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/integrity/ima/
H A Dima_template.c31 static const struct ima_template_field supported_fields[] = { variable
157 for (i = 0; i < ARRAY_SIZE(supported_fields); i++) in lookup_template_field()
158 if (strncmp(supported_fields[i].field_id, field_id, in lookup_template_field()
160 return &supported_fields[i]; in lookup_template_field()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/integrity/ima/
H A Dima_template.c31 static const struct ima_template_field supported_fields[] = { variable
157 for (i = 0; i < ARRAY_SIZE(supported_fields); i++) in lookup_template_field()
158 if (strncmp(supported_fields[i].field_id, field_id, in lookup_template_field()
160 return &supported_fields[i]; in lookup_template_field()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/lib/
H A Dcontacts-conn.c322 static GPtrArray *supported_fields = NULL; in conn_contact_info_properties_getter() local
326 if (supported_fields == NULL) in conn_contact_info_properties_getter()
328 supported_fields = g_ptr_array_new (); in conn_contact_info_properties_getter()
330 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
337 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
344 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
351 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
358 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
365 g_value_set_boxed (value, supported_fields); in conn_contact_info_properties_getter()
/dports/net-im/folks/folks-0.15.3/tests/lib/telepathy/contactlist/
H A Dcontacts-conn.c326 static GPtrArray *supported_fields = NULL; in conn_contact_info_properties_getter() local
330 if (supported_fields == NULL) in conn_contact_info_properties_getter()
332 supported_fields = g_ptr_array_new (); in conn_contact_info_properties_getter()
334 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
341 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
348 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
355 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
362 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
369 g_value_set_boxed (value, supported_fields); in conn_contact_info_properties_getter()
/dports/deskutils/egroupware/egroupware/addressbook/inc/
H A Dclass.addressbook_hooks.inc.php538 …$supported_fields = $bocontacts->get_fields('supported',null,0); // fields supported by the backen…
557 if(in_array('adr_one_countrycode', $supported_fields))
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Dconnection-contact-info.c39 static TpContactInfoFieldSpec supported_fields[] = { in get_supported_fields() local
64 for (spec = supported_fields; spec->name != NULL; spec++) in get_supported_fields()
/dports/deskutils/egroupware/egroupware/api/src/Contacts/
H A DStorage.php1035 …$supported_fields = method_exists($backend, 'supported_fields') ? $backend->supported_fields() : $…
1039 return $supported_fields;
1041 return array_diff($all_fields,$supported_fields);
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/tests/lib/
H A Dcontacts-conn.c315 static GPtrArray *supported_fields = NULL; in conn_contact_info_properties_getter() local
319 if (supported_fields == NULL) in conn_contact_info_properties_getter()
321 supported_fields = g_ptr_array_new (); in conn_contact_info_properties_getter()
322 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
329 g_value_set_boxed (value, supported_fields); in conn_contact_info_properties_getter()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/backends/ldap/
H A De-book-backend-ldap.c136 GSList *supported_fields; member
471 bl->priv->supported_fields = g_slist_append ( in add_to_supported_fields()
476 bl->priv->supported_fields = g_slist_append ( in add_to_supported_fields()
477 bl->priv->supported_fields, in add_to_supported_fields()
480 bl->priv->supported_fields, in add_to_supported_fields()
483 bl->priv->supported_fields, in add_to_supported_fields()
486 bl->priv->supported_fields, in add_to_supported_fields()
490 bl->priv->supported_fields, in add_to_supported_fields()
494 bl->priv->supported_fields, in add_to_supported_fields()
498 bl->priv->supported_fields, in add_to_supported_fields()
[all …]
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/lib/glib/
H A Dcontacts-conn.c331 static GPtrArray *supported_fields = NULL; in conn_contact_info_properties_getter() local
335 if (supported_fields == NULL) in conn_contact_info_properties_getter()
337 supported_fields = g_ptr_array_new (); in conn_contact_info_properties_getter()
338 g_ptr_array_add (supported_fields, tp_value_array_build (4, in conn_contact_info_properties_getter()
345 g_value_set_boxed (value, supported_fields); in conn_contact_info_properties_getter()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/test/
H A Dtest_metadata.py48 self.supported_fields = ["track_name",
112 for field in self.supported_fields:
131 for field in self.supported_fields:
239 if field in self.supported_fields:
426 for field in self.supported_fields:
783 self.supported_fields = ["track_name",
1670 if field in self.supported_fields:
1993 self.supported_fields = ["track_name",
2214 self.supported_fields = ["track_name",
3346 self.supported_fields = ["track_name",
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2578 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2582 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
2603 u16 supported_fields; in ena_com_fill_hash_ctrl() local
2618 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2619 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2622 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2578 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2582 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
2603 u16 supported_fields; in ena_com_fill_hash_ctrl() local
2618 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2619 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2622 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2578 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2582 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
2603 u16 supported_fields; in ena_com_fill_hash_ctrl() local
2618 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2619 if ((hash_fields & supported_fields) != hash_fields) { in ena_com_fill_hash_ctrl()
2622 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
/dports/net-im/folks/folks-0.15.3/backends/telepathy/lib/
H A Dtpf-persona.vala909 if ("bday" in tpf_store.supported_fields)
911 if ("email" in tpf_store.supported_fields)
913 if ("fn" in tpf_store.supported_fields)
915 if ("tel" in tpf_store.supported_fields)
917 if ("url" in tpf_store.supported_fields)
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/pylib/gyp/
H A Dmsvs_emulation.py208 supported_fields = [
219 for field, default in supported_fields:
/dports/www/firefox/firefox-99.0/third_party/python/gyp/pylib/gyp/
H A Dmsvs_emulation.py208 supported_fields = [
219 for field, default in supported_fields:
/dports/www/node10/node-v10.24.1/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py199 supported_fields = [
210 for field, default in supported_fields:
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py199 supported_fields = [
210 for field, default in supported_fields:
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py199 supported_fields = [
210 for field, default in supported_fields:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/pylib/gyp/
H A Dmsvs_emulation.py208 supported_fields = [
219 for field, default in supported_fields:
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py195 supported_fields = [
206 for field, default in supported_fields:
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py195 supported_fields = [
206 for field, default in supported_fields:

12