Home
last modified time | relevance | path

Searched refs:install_options (Results 1 – 25 of 144) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dexternal_install_options.cc106 << install_options.add_to_applications_menu in operator <<()
109 << install_options.add_to_quick_launch_bar in operator <<()
121 << install_options.disable_if_arc_supported in operator <<()
126 << install_options.bypass_service_worker_check in operator <<()
130 << install_options.wait_for_windows_closed in operator <<()
133 << install_options.reinstall_placeholder in operator <<()
142 << install_options.only_use_app_info_factory in operator <<()
148 const ExternalInstallOptions& install_options) { in ConvertExternalInstallOptionsToParams() argument
159 params.add_to_search = install_options.add_to_search; in ConvertExternalInstallOptionsToParams()
161 params.is_disabled = install_options.is_disabled; in ConvertExternalInstallOptionsToParams()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dpending_app_manager_impl_browsertest.cc199 InstallApp(std::move(install_options)); in IN_PROC_BROWSER_TEST_F()
212 InstallApp(std::move(install_options)); in IN_PROC_BROWSER_TEST_F()
225 install_options.force_reinstall = true; in IN_PROC_BROWSER_TEST_F()
226 InstallApp(std::move(install_options)); in IN_PROC_BROWSER_TEST_F()
236 install_options.force_reinstall = true; in IN_PROC_BROWSER_TEST_F()
273 install_options.require_manifest = true; in IN_PROC_BROWSER_TEST_F()
274 InstallApp(std::move(install_options)); in IN_PROC_BROWSER_TEST_F()
294 InstallApp(std::move(install_options)); in IN_PROC_BROWSER_TEST_F()
315 InstallApp(std::move(install_options)); in IN_PROC_BROWSER_TEST_F()
337 InstallApp(std::move(install_options)); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dpending_app_manager_impl.cc56 for (auto& install_options : install_options_list) { in InstallApps() local
101 ExternalInstallOptions install_options) { in CreateInstallationTask() argument
140 const ExternalInstallOptions& install_options = in MaybeStartNext() local
141 front->task->install_options(); in MaybeStartNext()
143 if (install_options.force_reinstall) { in MaybeStartNext()
149 install_options.install_url); in MaybeStartNext()
171 if (install_options.reinstall_placeholder && in MaybeStartNext()
181 .Run(install_options.install_url, in MaybeStartNext()
192 .Run(install_options.install_url, in MaybeStartNext()
305 if (install_options.only_use_app_info_factory) in MaybeEnqueueServiceWorkerRegistration()
[all …]
H A Dexternal_web_app_manager_unittest.cc254 ExternalInstallOptions install_options( in TEST_F() local
259 install_options.add_to_search = true; in TEST_F()
260 install_options.add_to_management = true; in TEST_F()
261 install_options.add_to_desktop = true; in TEST_F()
262 install_options.add_to_quick_launch_bar = true; in TEST_F()
263 install_options.require_manifest = true; in TEST_F()
267 ExternalInstallOptions install_options( in TEST_F() local
272 install_options.add_to_search = true; in TEST_F()
273 install_options.add_to_management = true; in TEST_F()
274 install_options.add_to_desktop = false; in TEST_F()
[all …]
H A Dpending_app_manager_impl_unittest.cc236 ExternalInstallOptions install_options) in TestPendingAppInstallTask() argument
244 install_options), in TestPendingAppInstallTask()
388 ExternalInstallOptions install_options) { in InstallAndWait() argument
395 std::move(install_options), in InstallAndWait()
1006 install_options.install_placeholder = true; in TEST_F()
1069 install_options.install_placeholder = true; in TEST_F()
1071 apps_to_install.push_back(install_options); in TEST_F()
1483 install_options.install_placeholder = true; in TEST_F()
1526 install_options.install_placeholder = true; in TEST_F()
1570 install_options.install_placeholder = true; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/policy/
H A Dweb_app_policy_manager.cc53 ExternalInstallOptions install_options{ in ParseInstallOptionsFromPolicyEntry() local
57 install_options.add_to_applications_menu = true; in ParseInstallOptionsFromPolicyEntry()
58 install_options.add_to_desktop = in ParseInstallOptionsFromPolicyEntry()
62 install_options.add_to_quick_launch_bar = false; in ParseInstallOptionsFromPolicyEntry()
64 return install_options; in ParseInstallOptionsFromPolicyEntry()
104 ExternalInstallOptions install_options = in ReinstallPlaceholderAppIfNecessary() local
108 install_options.wait_for_windows_closed = true; in ReinstallPlaceholderAppIfNecessary()
109 install_options.reinstall_placeholder = true; in ReinstallPlaceholderAppIfNecessary()
150 ExternalInstallOptions install_options = in RefreshPolicyInstalledApps() local
153 install_options.install_placeholder = true; in RefreshPolicyInstalledApps()
[all …]
/dports/devel/roswell/roswell-20.06.14.107/src/
H A Dcmd-install.h4 struct install_options { struct
16 typedef int (*install_cmds)(struct install_options* param); argument
17 typedef char* (*install_cmd_string)(struct install_options* param);
19 int start(struct install_options* param);
20 int download(struct install_options* param);
21 int expand(struct install_options* param);
35 char* download_archive_name(struct install_options* param);
H A Dinstall-sbcl-bin.c4 int sbcl_bin_expand(struct install_options* param);
5 int sbcl_bin_install(struct install_options* param);
6 char* sbcl_bin_extention(struct install_options* param);
8 char* arch_(struct install_options* param) { in arch_()
35 int sbcl_version_bin(struct install_options* param) { in sbcl_version_bin()
77 int sbcl_bin_download(struct install_options* param) { in sbcl_bin_download()
113 char* sbcl_bin_extention(struct install_options* param) { in sbcl_bin_extention()
117 int sbcl_bin_expand(struct install_options* param) { in sbcl_bin_expand()
131 int sbcl_bin_install(struct install_options* param) { in sbcl_bin_install()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/test/
H A Dtest_pending_app_manager_impl.cc16 void TestPendingAppManagerImpl::Install(ExternalInstallOptions install_options, in Install() argument
21 base::BindOnce(handle_install_request_callback_, install_options), in Install()
22 base::BindOnce(std::move(callback), install_options.install_url)); in Install()
26 install_requests_.push_back(install_options); in Install()
27 PendingAppManagerImpl::Install(install_options, std::move(callback)); in Install()
34 for (auto& install_options : install_options_list) in InstallApps() local
35 Install(std::move(install_options), callback); in InstallApps()
H A Dtest_pending_app_manager.cc44 void TestPendingAppManager::Install(ExternalInstallOptions install_options, in Install() argument
52 base::BindLambdaForTesting([this, weak_ptr, install_options, result_code, in Install()
54 const GURL& url = install_options.install_url; in Install()
61 {url, install_options.install_source}); in Install()
64 install_requests_.push_back(install_options); in Install()
73 for (auto& install_options : install_options_list) in InstallApps() local
74 Install(std::move(install_options), callback); in InstallApps()
/dports/devel/py-pip/pip-20.3.4/tests/unit/
H A Dtest_command_install.py49 install_options = ["--prefix=/hello"]
51 reject_location_related_install_options([], install_options)
57 install_options = []
62 install_options=bad_named_req_options
67 None, "requirements2.txt", install_options=bad_unnamed_req_options
72 [bad_named_req, bad_unnamed_req], install_options
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/extensions/
H A Dpending_app_install_task_unittest.cc454 ExternalInstallOptions install_options( in TEST_F() local
457 install_options.add_to_desktop = false; in TEST_F()
484 ExternalInstallOptions install_options( in TEST_F() local
514 ExternalInstallOptions install_options( in TEST_F() local
517 install_options.add_to_desktop = false; in TEST_F()
544 auto install_options = in TEST_F() local
564 auto install_options = in TEST_F() local
583 auto install_options = in TEST_F() local
604 auto install_options = in TEST_F() local
906 ExternalInstallOptions install_options( in TEST_F() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dhomebrew.py359 if not install_options:
360 install_options = list()
365 install_options=install_options, )
574 + self.install_options
626 + self.install_options
645 + self.install_options
692 + self.install_options
737 + self.install_options
783 + self.install_options
842 install_options=dict(
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/operations/install/
H A Dlegacy.py28 install_options, # type: List[str] argument
45 install_options = list(install_options) + \
55 install_options=install_options,
/dports/devel/py-trollius/trollius-2.2/
H A Dsetup.py61 install_options = { variable
84 install_options['install_requires'] = requirements
89 setup(**install_options)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/utils/
H A Dsetuptools_build.py82 install_options, # type: Sequence[str] argument
99 args += install_options
131 install_options, # type: Sequence[str] argument
171 args += install_options
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/utils/
H A Dsetuptools_build.py88 install_options, # type: Sequence[str] argument
105 args += install_options
139 install_options, # type: Sequence[str] argument
179 args += install_options
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/utils/
H A Dsetuptools_build.py88 install_options, # type: Sequence[str] argument
105 args += install_options
139 install_options, # type: Sequence[str] argument
179 args += install_options
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/utils/
H A Dsetuptools_build.py90 install_options, # type: Sequence[str] argument
107 args += install_options
141 install_options, # type: Sequence[str] argument
181 args += install_options
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/utils/
H A Dsetuptools_build.py88 install_options, # type: Sequence[str] argument
105 args += install_options
139 install_options, # type: Sequence[str] argument
179 args += install_options
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/operations/install/
H A Deditable_legacy.py15 install_options, # type: List[str] argument
35 install_options=install_options,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dhomebrew.py398 if not install_options:
399 install_options = list()
406 install_options=install_options,
627 + self.install_options
681 + self.install_options
701 + self.install_options
749 + self.install_options
795 + self.install_options
842 + self.install_options
904 install_options=dict(
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dhomebrew.py398 if not install_options:
399 install_options = list()
406 install_options=install_options,
627 + self.install_options
681 + self.install_options
701 + self.install_options
749 + self.install_options
795 + self.install_options
842 + self.install_options
904 install_options=dict(
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/operations/install/
H A Deditable_legacy.py20 install_options, # type: List[str] argument
40 install_options=install_options,
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/operations/install/
H A Deditable_legacy.py20 install_options, # type: List[str] argument
40 install_options=install_options,

123456