Home
last modified time | relevance | path

Searched refs:access_method (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-keyring.c66 void gnc_keyring_set_password (const gchar *access_method, in gnc_keyring_set_password() argument
77 g_return_if_fail(access_method != NULL && server != NULL && in gnc_keyring_set_password()
85 "protocol", access_method, in gnc_keyring_set_password()
92 "protocol", access_method, in gnc_keyring_set_password()
110 g_return_if_fail(access_method != NULL && server != NULL && in gnc_keyring_set_password()
115 access_method, NULL, port, password, &item_id); in gnc_keyring_set_password()
128 g_return_if_fail(access_method != NULL && server != NULL && in gnc_keyring_set_password()
140 strlen(access_method), in gnc_keyring_set_password()
291 access_method, NULL, port, &found_list ); in gnc_keyring_get_password()
318 strlen(access_method), access_method, in gnc_keyring_get_password()
[all …]
H A Dgnc-keyring.h64 void gnc_keyring_set_password ( const gchar *access_method,
112 const gchar *access_method,
H A Ddialog-file-access.c372 const gchar* access_method = node->data; in gnc_ui_file_access() local
377 if ( strcmp( access_method, "mysql" ) == 0 ) in gnc_ui_file_access()
381 else if ( strcmp( access_method, "postgres" ) == 0 ) in gnc_ui_file_access()
385 else if ( strcmp( access_method, "xml" ) == 0 ) in gnc_ui_file_access()
396 else if ( strcmp( access_method, "sqlite3" ) == 0 ) in gnc_ui_file_access()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dalter_table_set_access_method.sql33 SELECT table_name, access_method FROM public.citus_tables WHERE table_name::text = 'dist_table' ORD…
35 SELECT table_name, access_method FROM public.citus_tables WHERE table_name::text = 'dist_table' ORD…
48 SELECT table_name::text, access_method FROM public.citus_tables WHERE table_name::text LIKE 'partit…
61 SELECT table_name::text, access_method FROM public.citus_tables WHERE table_name::text LIKE 'partit…
82 SELECT partition, access_method FROM time_partitions WHERE parent_table = 'time_partitioned'::regcl…
87 SELECT partition, access_method FROM time_partitions WHERE parent_table = 'time_partitioned'::regcl…
92 SELECT partition, access_method FROM time_partitions WHERE parent_table = 'time_partitioned'::regcl…
97 SELECT partition, access_method FROM time_partitions WHERE parent_table = 'time_partitioned'::regcl…
173 SELECT table_name, citus_table_type, distribution_column, shard_count, access_method FROM public.ci…
181 SELECT table_name, citus_table_type, distribution_column, shard_count, access_method FROM public.ci…
/dports/databases/py-Pyrseas/Pyrseas-0.9.1/pyrseas/dbobject/
H A Dindex.py58 access_method='btree', keys=[], predicate=None, argument
79 self.access_method = access_method
226 if self.access_method == 'btree':
250 if self.access_method != 'btree':
251 acc = 'USING %s ' % self.access_method
283 if self.access_method != inindex.access_method \
287 self.access_method = inindex.access_method
H A Dconstraint.py238 access_method='btree', tablespace=None, cluster=False, argument
254 self.access_method = access_method
313 if self.access_method == 'btree':
361 access_method='btree', tablespace=None, cluster=False, argument
401 self.access_method = access_method
494 if self.access_method == 'btree':
601 access_method='btree', tablespace=None, cluster=False, argument
618 self.access_method = access_method
678 if self.access_method == 'btree':
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/wwan/
H A Dcc-wwan-data.c137 NMAMobileAccessMethod *access_method; member
245 if (apn->access_method == access_method) in wwan_data_find_matching_apn()
249 access_method)) in wwan_data_find_matching_apn()
320 apn->access_method = l->data; in wwan_data_update_apn_list_db()
714 if (!apn->access_method) in cc_wwan_data_new_connection_added_cb()
977 if (!apn->access_method) in cc_wwan_data_delete_apn()
1126 g_clear_pointer (&apn->access_method, in cc_wwan_data_apn_finalize()
1167 if (apn->access_method) in cc_wwan_data_apn_get_name()
1228 else if (apn->access_method) in cc_wwan_data_apn_get_apn()
1293 else if (apn->access_method) in cc_wwan_data_apn_get_username()
[all …]
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Daccessor_dt.py79 access_method = _access_through_series
81 access_method = _access_through_cftimeindex
93 access_method, values, name, dtype=dtype, new_axis=new_axis, chunks=chunks
96 return access_method(values, name)
170 access_method = _strftime_through_series
172 access_method = _strftime_through_cftimeindex
176 return map_blocks(access_method, values, date_format)
178 return access_method(values, date_format)
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofsession.cpp112 … gpointer method = reinterpret_cast<gpointer>(const_cast<char*>(provider->access_method)); in qof_backend_get_registered_access_method_list()
170 QofSessionImpl::load_backend (std::string access_method) noexcept in load_backend() argument
177 if (!boost::iequals (access_method, prov->access_method)) in load_backend()
180 prov->access_method, access_method.c_str ()); in load_backend()
196 std::string msg {"failed to get_backend using access method \"" + access_method + "\""}; in load_backend()
692 void qof_session_load_backend (QofSession * session, const char * access_method) in qof_session_load_backend() argument
694 session->load_backend (access_method); in qof_session_load_backend()
717 void (*p_qof_session_load_backend) (QofSession *, const char * access_method);
H A Dgnc-backend-prov.hpp33 provider_name {name}, access_method {type} {} in QofBackendProvider()
67 const char * access_method; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dhpsa.h30 struct access_method { struct
188 struct access_method access;
616 static struct access_method SA5_access = {
624 static struct access_method SA5A_access = {
631 static struct access_method SA5B_access = {
638 static struct access_method SA5_ioaccel_mode1_access = {
645 static struct access_method SA5_ioaccel_mode2_access = {
652 static struct access_method SA5_performant_access = {
659 static struct access_method SA5_performant_access_no_read = {
669 struct access_method *access;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dhpsa.h30 struct access_method { struct
188 struct access_method access;
616 static struct access_method SA5_access = {
624 static struct access_method SA5A_access = {
631 static struct access_method SA5B_access = {
638 static struct access_method SA5_ioaccel_mode1_access = {
645 static struct access_method SA5_ioaccel_mode2_access = {
652 static struct access_method SA5_performant_access = {
659 static struct access_method SA5_performant_access_no_read = {
669 struct access_method *access;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dhpsa.h30 struct access_method { struct
188 struct access_method access;
616 static struct access_method SA5_access = {
624 static struct access_method SA5A_access = {
631 static struct access_method SA5B_access = {
638 static struct access_method SA5_ioaccel_mode1_access = {
645 static struct access_method SA5_ioaccel_mode2_access = {
652 static struct access_method SA5_performant_access = {
659 static struct access_method SA5_performant_access_no_read = {
669 struct access_method *access;
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/sql/udfs/alter_table_set_access_method/
H A D10.0-1.sql2 table_name regclass, access_method text)
8 table_name regclass, access_method text)
H A Dlatest.sql2 table_name regclass, access_method text)
8 table_name regclass, access_method text)
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dalter_table_set_access_method.out46 SELECT table_name, access_method FROM public.citus_tables WHERE table_name::text = 'dist_table' ORD…
47 table_name | access_method
63 table_name | access_method
102 table_name | access_method
165 table_name | access_method
212 partition | access_method
240 partition | access_method
258 partition | access_method
286 partition | access_method
462 table_name | citus_table_type | distribution_column | shard_count | access_method
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/sql/udfs/alter_old_partitions_set_access_method/
H A D10.0-1.sql17 AND access_method <> new_access_method;
29 AND access_method <> new_access_method
H A Dlatest.sql17 AND access_method <> new_access_method;
29 AND access_method <> new_access_method
/dports/graphics/gegl/gegl-0.4.34/tests/simple/
H A Dtest-buffer-changes.c33 void test_buffer_change_signal_with_iter(guint access_method, guint expected_signal_calls);
101 test_buffer_change_signal_with_iter(guint access_method, guint expected_signal_calls) in test_buffer_change_signal_with_iter() argument
107 test_case->buffer_format, access_method, GEGL_ABYSS_NONE, 1); in test_buffer_change_signal_with_iter()
/dports/devel/libical/libical-3.0.8/src/libicalss/
H A Dicalbdbset.h67 u_int32_t access_method);
70 u_int32_t access_method);
82 LIBICAL_ICALSS_EXPORT int icalbdbset_put(DB *dbp, DBT *key, DBT *data, u_int32_t access_method);
/dports/math/polymake/polymake-4.5/apps/common/perllib/
H A DVisual.pm498 if (my $access_method=UNIVERSAL::can($obj,$name)) {
499 my $filter=Struct::get_field_filter($access_method);
501 if (Struct::is_default($access_method->($vis))) {
506 $access_method->($vis)=$val;
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/tools/m4/
H A Dlist.m4154 dnl GP_LIST_FIND(access_method)
157 dnl access_method is the name of method returning a Widget*
188 dnl GP_LIST_CONTAINER_REMOVE(access_method)
193 dnl access_method is the name of the method returning a Widget*
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/
H A Ddmi-sysfs.c250 u8 access_method; member
284 DMI_SYSFS_SEL_FIELD(access_method);
367 sel_io_reader io_reader = sel_io_readers[sel->access_method]; in dmi_sel_raw_read_io()
411 switch (sel.access_method) { in dmi_sel_raw_read_helper()
425 sel.access_method); in dmi_sel_raw_read_helper()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/
H A Ddmi-sysfs.c250 u8 access_method; member
284 DMI_SYSFS_SEL_FIELD(access_method);
367 sel_io_reader io_reader = sel_io_readers[sel->access_method]; in dmi_sel_raw_read_io()
411 switch (sel.access_method) { in dmi_sel_raw_read_helper()
425 sel.access_method); in dmi_sel_raw_read_helper()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/
H A Ddmi-sysfs.c250 u8 access_method; member
284 DMI_SYSFS_SEL_FIELD(access_method);
367 sel_io_reader io_reader = sel_io_readers[sel->access_method]; in dmi_sel_raw_read_io()
411 switch (sel.access_method) { in dmi_sel_raw_read_helper()
425 sel.access_method); in dmi_sel_raw_read_helper()

12345678910>>...19