Home
last modified time | relevance | path

Searched refs:account_path (Results 1 – 25 of 65) sorted by relevance

123

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/account-manager/
H A Dbackend-makes-changes.py56 account = Account(bus, account_path)
64 path=account_path,
79 args=[account_path]),
109 path=account_path,
132 args=[account_path,
148 path=account_path,
172 path=account_path,
200 path=account_path,
224 path=account_path,
245 path=account_path,
[all …]
H A Daccount-basics.py59 assert isinstance(account_path, dbus.ObjectPath), repr(account_path)
98 path=account_path,
109 args=[account_path]),
125 path=account_path,
136 args=[account_path]),
153 path=account_path,
165 args=[account_path]),
190 args=[account_path]),
210 path=account_path,
300 path=account_path,
[all …]
H A Dmake-valid.py112 account_path = (cs.tp_path_prefix + '/Account/' + account1_id)
123 account_path, request, user_action_time, "",
130 assert request_props['Account'] == account_path
146 account_path = (cs.tp_path_prefix + '/Account/' + account1_id)
147 account = bus.get_object(cs.MC, account_path)
179 path=account_path, interface=cs.ACCOUNT,
191 account_path = (cs.tp_path_prefix + '/Account/' + account2_id)
192 account = bus.get_object(cs.MC, account_path)
231 path=account_path, interface=cs.ACCOUNT,
H A Dparam-types.py66 account_path = ret.value[0]
67 assert am_signal.args == [account_path, True], am_signal.args
68 assert account_path is not None
72 account_path)
H A Dcreate-with-properties.py99 account_path = ret.value[0]
100 assert am_signal.args == [account_path, True], am_signal.args
102 assert account_path is not None
106 account_path)
H A Davatar-refresh.py157 account_path = (cs.ACCOUNT_PATH_PREFIX + self.id)
158 account_proxy = bus.get_object(cs.AM, account_path)
199 path=account_path))
216 path=account_path, interface=cs.ACCOUNT,
236 path=account_path, interface=cs.ACCOUNT,
251 q.expect('dbus-signal', path=account_path,
H A Dauto-connect.py133 account_path = (cs.tp_path_prefix + '/Account/' + account_id)
136 account_path)
174 path=account_path, interface=cs.ACCOUNT,
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dbip39_recovery.py33 account_path = bip32_str_to_ints(wallet_format["derivation_path"])
35 account_xpub = get_account_xpub(account_path)
39 account = format_account(wallet_format, account_path)
43 account_path[-1] = account_path[-1] + 1
66 def format_account(wallet_format, account_path): argument
69 account_index = account_path[-1] % BIP32_PRIME
73 "derivation_path": bip32_ints_to_str(account_path),
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/account-storage/
H A Ddiverted-storage.py58 account_path = account.__dbus_object_path__
64 assert properties.get('ValidAccounts') == [account_path], properties
65 account_path = properties['ValidAccounts'][0]
66 assert isinstance(account_path, dbus.ObjectPath), repr(account_path)
97 account = get_fakecm_account(bus, mc, account_path)
104 path=account_path,
113 args=[account_path]
H A Ddefault-keyring-storage.py79 account_path = account.__dbus_object_path__
85 assert properties.get('ValidAccounts') == [account_path], properties
86 account_path = properties['ValidAccounts'][0]
87 assert isinstance(account_path, dbus.ObjectPath), repr(account_path)
121 account = get_fakecm_account(bus, mc, account_path)
128 path=account_path,
137 args=[account_path]
168 account = get_fakecm_account(bus, mc, account_path)
179 path=account_path,
213 account = get_fakecm_account(bus, mc, account_path)
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/
H A Daccount_analysis.py138 def account_from_path(top_account, account_path, original_path=None): argument
139 if original_path==None: original_path = account_path
140 account, account_path = account_path[0], account_path[1:]
146 if len(account_path) > 0 :
147 return account_from_path(account, account_path, original_path)
174 account_path = argv[8:]
178 account_of_interest = account_from_path(root_account, account_path)
H A Dnew_book_with_opening_balances.py224 current_account_name, account_path = account_tuple[0], account_tuple[1:]
232 if len(account_path) > 0:
233 return find_or_make_account(account_path, current_account, book,
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-dispatcher.c106 gchar *account_path; member
615 const gchar *account_path = in mcd_dispatcher_client_needs_recovery_cb() local
1257 g_return_if_fail (account_path != NULL); in dispatcher_request_channel()
1326 g_free (crd->account_path); in dispatcher_channel_request_acl_cleanup()
1379 g_value_set_string (account, account_path); in dispatcher_channel_request_acl_start()
1383 crd->account_path = g_strdup (account_path); in dispatcher_channel_request_acl_start()
1445 const gchar *account_path, in dispatcher_create_channel_with_hints() argument
1465 const gchar *account_path, in dispatcher_ensure_channel_with_hints() argument
1545 gchar *account_path; member
1587 context->account_path = g_strdup (account_path); in message_context_new()
[all …]
H A Dmcd-handler-map-priv.h81 const gchar *account_path);
90 const gchar *account_path);
H A Dmcd-handler-map.c354 const gchar *account_path) in _mcd_handler_map_set_channel_handled() argument
364 g_strdup (account_path)); in _mcd_handler_map_set_channel_handled()
469 const gchar *account_path) in _mcd_handler_map_set_channel_handled_internally() argument
473 NULL, account_path); in _mcd_handler_map_set_channel_handled_internally()
/dports/security/py-certbot/certbot-1.22.0/tests/
H A Daccount_test.py135 account_path = os.path.join(self.config.accounts_dir, self.acc.id)
136 self.assertTrue(os.path.exists(account_path))
139 os.path.join(account_path, file_name)))
157 account_path = os.path.join(self.config.accounts_dir, self.acc.id)
158 self.assertTrue(os.path.exists(account_path))
159 self.assertTrue(os.path.exists(os.path.join(account_path, "regr.json")))
161 self.assertFalse(os.path.exists(os.path.join(account_path, "meta.json")))
166 account_path = os.path.join(self.config.accounts_dir, self.acc.id)
167 self.assertTrue(os.path.exists(account_path))
168 self.assertTrue(os.path.exists(os.path.join(account_path, "meta.json")))
[all …]
/dports/net-im/folks/folks-0.15.3/backends/telepathy/lib/
H A Dtpf-logger.vala28 ObjectPath account_path;
38 ObjectPath account_path, string id) throws GLib.Error;
40 ObjectPath account_path, string id) throws GLib.Error;
43 ObjectPath account_path, string[] added, string[] removed);
71 public string account_path { get; construct; }
73 public Logger (string account_path)
75 Object (account_path: account_path);
168 if (account.account_path == this._account_path)
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/lib/
H A Dsimple-channel-dispatch-operation.c49 gchar *account_path; member
130 g_value_set_boxed (value, self->priv->account_path); in tp_tests_simple_channel_dispatch_operation_get_property()
186 g_free (self->priv->account_path); in tp_tests_simple_channel_dispatch_operation_finalize()
300 const gchar *account_path) in tp_tests_simple_channel_dispatch_operation_set_account_path() argument
302 self->priv->account_path = g_strdup (account_path); in tp_tests_simple_channel_dispatch_operation_set_account_path()
H A Dsimple-channel-request.c53 gchar *account_path; member
138 self->priv->account_path, in tp_tests_simple_channel_request_dup_immutable_props()
255 self->priv->account_path, in tp_tests_simple_channel_request_proceed()
313 g_value_set_string (value, self->priv->account_path); in tp_tests_simple_channel_request_get_property()
356 self->priv->account_path = g_value_dup_string (value); in tp_tests_simple_channel_request_set_property()
391 g_free (self->priv->account_path); in tp_tests_simple_channel_request_dispose()
493 const gchar *account_path, in tp_tests_simple_channel_request_new() argument
503 "account", account_path, in tp_tests_simple_channel_request_new()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/lib/glib/
H A Dsimple-channel-dispatch-operation.c54 gchar *account_path; member
133 g_value_set_boxed (value, self->priv->account_path); in tp_tests_simple_channel_dispatch_operation_get_property()
189 g_free (self->priv->account_path); in tp_tests_simple_channel_dispatch_operation_finalize()
303 const gchar *account_path) in tp_tests_simple_channel_dispatch_operation_set_account_path() argument
305 self->priv->account_path = g_strdup (account_path); in tp_tests_simple_channel_dispatch_operation_set_account_path()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Dome_user_info.py140 account_path = "{0}('{1}')".format(account_uri, account_id)
144 account_path = account_uri
147 account_path = account_uri
148 resp = rest_obj.invoke_request('GET', account_path, query_param=query_param)
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/examples/client/stream-tubes/
H A Dofferer.c138 char *account_path; in main() local
151 account_path = g_strconcat (TP_ACCOUNT_OBJECT_PATH_BASE, argv[1], NULL); in main()
152 account = tp_simple_client_factory_ensure_account (factory, account_path, in main()
155 g_free (account_path); in main()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/examples/client/dbus-tubes/
H A Dofferer.c186 char *account_path; in main() local
199 account_path = g_strconcat (TP_ACCOUNT_OBJECT_PATH_BASE, argv[1], NULL); in main()
200 account = tp_simple_client_factory_ensure_account (factory, account_path, in main()
203 g_free (account_path); in main()
/dports/finance/electrum/Electrum-4.1.5/electrum/scripts/
H A Dbip39_recovery.py29 def get_account_xpub(account_path): argument
32 account_node = root_node.subkey_at_private_derivation(account_path)
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/plugins/telepathy/
H A Dtelepathy_handler.c67 …atic void remmina_tp_handler_handle_channels(TpSvcClientHandler *handler, const char *account_path, in remmina_tp_handler_handle_channels() argument
77 remmina_tp_channel_handler_new(account_path, connection_path, in remmina_tp_handler_handle_channels()

123