Searched refs:remote (Results 1 - 4 of 4) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_api_search.py | 645 def _search_op(self, api_obj, remote, token, test_value, 650 self._search_op_common(api_obj, remote, query, test_value, 653 def _search_op_multi(self, api_obj, remote, tokens, test_value, 658 self._search_op_common(api_obj, remote, query, test_value, 661 def _search_op_common(self, api_obj, remote, query, test_value, 665 if remote: 687 def _search_op_slow(self, api_obj, remote, token, test_value, 695 def _search_op_slow_multi(self, api_obj, remote, tokens, test_value, 1218 def _run_remove_root_search(self, search_func, remote, api_obj, ip): 1219 search_func(api_obj, remote, [i [all...] |
/pkg/src/tests/cli/ |
H A D | t_pkg_search.py | 383 def _search_op(self, remote, token, test_value, case_sensitive=False, 387 if remote: 628 """Test remote search.""" 629 # Need to retain to check that default search does remote, not 921 def __run_empty_attrs_searches(self, remote): 923 self._search_op(remote=remote, token="group", 928 self._search_op(remote=remote, token="empty", 932 self._search_op(remote [all...] |
/pkg/src/ |
H A D | client.py | 360 priv_usage["remote"] = _( 1946 package remote process will silently exit with a non-zero 1949 remote dispatch routine with a call to handle_errors(), which 1960 def remote(op, api_inst, pargs, ctlfd): function 1961 """Execute commands from a remote pipe""" 2837 local = remote = case_sensitive = False 2861 remote = True 2863 remote = True 2869 if not local and not remote: 2870 remote [all...] |
H A D | publish.py | 178 xport, pub = setup_transport_and_pubs(repo_uri, remote=False) 728 def setup_transport_and_pubs(repo_uri, remote=True, ssl_key=None, 736 xport, xport_cfg, remote_prefix=remote, ssl_key=ssl_key,
|
Completed in 40 milliseconds