Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 6612) sorted by relevance

12345678910>>...265

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/pkg/profile/
H A Dprofile.go3 package profile package
22 type profile struct { struct
24 quiet bool
28 noShutdownHook bool
31 mode int
35 path string
38 memProfileRate int
41 closer func()
44 stopped uint32
65 func MemProfile(p *profile) {
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dgrafana4.py49 def _get_headers(profile): argument
56 def _get_auth(profile): argument
64 def get_users(profile="grafana"): argument
91 def get_user(login, profile="grafana"): argument
115 def get_user_data(userid, profile="grafana"): argument
145 def create_user(profile="grafana", **kwargs): argument
293 def delete_user(userid, profile="grafana"): argument
386 def get_orgs(profile="grafana"): argument
413 def get_org(name, profile="grafana"): argument
443 def switch_org(orgname, profile="grafana"): argument
[all …]
H A Dnova.py101 def _auth(profile=None): argument
214 def volume_show(name, profile=None): argument
265 def volume_delete(name, profile=None): argument
374 def lock(instance_id, profile=None): argument
410 def flavor_list(profile=None): argument
430 profile=None, argument
471 def keypair_list(profile=None): argument
565 def list_(profile=None): argument
579 def server_list(profile=None): argument
593 def show(server_id, profile=None): argument
[all …]
H A Dmodjk.py55 def _do_http(opts, profile="default"): argument
102 def version(profile="default"): argument
121 def get_running(profile="default"): argument
140 def dump_config(profile="default"): argument
181 def workers(profile="default"): argument
217 def recover_all(lbn, profile="default"): argument
247 def reset_stats(lbn, profile="default"): argument
267 def lb_edit(lbn, settings, profile="default"): argument
289 def bulk_stop(workers, lbn, profile="default"): argument
405 def worker_status(worker, profile="default"): argument
[all …]
H A Dneutronng.py94 return __context__["shade_opcloud"]
151 def network_delete(auth=None, **kwargs):
171 def list_networks(auth=None, **kwargs):
188 kwargs = _clean_kwargs(**kwargs)
207 kwargs = _clean_kwargs(**kwargs)
307 disable_gateway_ip : False
328 kwargs = _clean_kwargs(**kwargs)
349 kwargs = _clean_kwargs(**kwargs)
369 cloud = get_operator_cloud(auth)
388 cloud = get_operator_cloud(auth)
[all …]
H A Delasticsearch.py84 def _get_instance(hosts=None, profile=None): argument
162 def ping(allow_failure=False, hosts=None, profile=None): argument
187 def info(hosts=None, profile=None): argument
270 def cluster_stats(nodes=None, hosts=None, profile=None): argument
668 def index_delete(index, hosts=None, profile=None): argument
697 def index_exists(index, hosts=None, profile=None): argument
724 def index_get(index, hosts=None, profile=None): argument
757 profile=None, argument
804 profile=None, argument
1185 def pipeline_get(id, hosts=None, profile=None): argument
[all …]
H A Dlibcloud_compute.py74 def _get_driver(profile): argument
89 def list_nodes(profile, **libcloud_kwargs): argument
151 def list_locations(profile, **libcloud_kwargs): argument
177 def reboot_node(node_id, profile, **libcloud_kwargs): argument
201 def destroy_node(node_id, profile, **libcloud_kwargs): argument
225 def list_volumes(profile, **libcloud_kwargs): argument
554 def get_image(image_id, profile, **libcloud_kwargs): argument
618 def list_key_pairs(profile, **libcloud_kwargs): argument
644 def get_key_pair(name, profile, **libcloud_kwargs): argument
668 def create_key_pair(name, profile, **libcloud_kwargs): argument
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dexecution_profile.cpp25 ExecutionProfile* profile = new ExecutionProfile(); in cass_execution_profile_new() local
29 void cass_execution_profile_free(CassExecProfile* profile) { delete profile->from(); } in cass_execution_profile_free()
31 CassError cass_execution_profile_set_request_timeout(CassExecProfile* profile, in cass_execution_profile_set_request_timeout()
37 CassError cass_execution_profile_set_consistency(CassExecProfile* profile, in cass_execution_profile_set_consistency()
43 CassError cass_execution_profile_set_serial_consistency(CassExecProfile* profile, in cass_execution_profile_set_serial_consistency()
67 CassExecProfile* profile, const char* local_dc, size_t local_dc_length, in cass_execution_profile_set_load_balance_dc_aware_n()
77 CassError cass_execution_profile_set_token_aware_routing(CassExecProfile* profile, in cass_execution_profile_set_token_aware_routing()
89 CassError cass_execution_profile_set_latency_aware_routing(CassExecProfile* profile, in cass_execution_profile_set_latency_aware_routing()
108 CassError cass_execution_profile_set_whitelist_filtering(CassExecProfile* profile, in cass_execution_profile_set_whitelist_filtering()
124 CassError cass_execution_profile_set_blacklist_filtering(CassExecProfile* profile, in cass_execution_profile_set_blacklist_filtering()
[all …]
/dports/textproc/py-precis_i18n/precis_i18n-1.0.3/test/
H A Dgolden.json3 "profile": "UsernameCasePreserved", string
9 "profile": "UsernameCasePreserved", string
15 "profile": "UsernameCasePreserved", string
21 "profile": "UsernameCasePreserved", string
27 "profile": "UsernameCasePreserved", string
33 "profile": "UsernameCasePreserved", string
3596 "profile": "OpaqueString", string
3602 "profile": "OpaqueString", string
3608 "profile": "OpaqueString", string
3614 "profile": "OpaqueString", string
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_profile_validation_util_unittest.cc52 void ValidateProfileTest(AutofillProfile* profile) { in ValidateProfileTest()
56 void ValidateAddressTest(AutofillProfile* profile) { in ValidateAddressTest()
60 void ValidatePhoneTest(AutofillProfile* profile) { in ValidatePhoneTest()
64 void ValidateEmailTest(AutofillProfile* profile) { in ValidateEmailTest()
85 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
112 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
138 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
165 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
187 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
211 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_profile_validation_util_unittest.cc52 void ValidateProfileTest(AutofillProfile* profile) { in ValidateProfileTest()
56 void ValidateAddressTest(AutofillProfile* profile) { in ValidateAddressTest()
60 void ValidatePhoneTest(AutofillProfile* profile) { in ValidatePhoneTest()
64 void ValidateEmailTest(AutofillProfile* profile) { in ValidateEmailTest()
85 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
112 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
138 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
165 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
187 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
211 AutofillProfile profile(autofill::test::GetFullValidProfileForCanada()); in TEST_F() local
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/rna/
H A Drna_event_handler.cc33 Profile profile(rna_perf_stats); in handle() local
40 Profile profile(rna_perf_stats); in handle() local
47 Profile profile(rna_perf_stats); in handle() local
54 Profile profile(rna_perf_stats); in handle() local
61 Profile profile(rna_perf_stats); in handle() local
68 Profile profile(rna_perf_stats); in handle() local
75 Profile profile(rna_perf_stats); in handle() local
82 Profile profile(rna_perf_stats); in handle() local
89 Profile profile(rna_perf_stats); in handle() local
96 Profile profile(rna_perf_stats); in handle() local
[all …]
/dports/security/lasso/lasso-2.7.0/lasso/id-ff/
H A Dprofile.c107 lasso_profile_get_nameIdentifier(LassoProfile *profile) in lasso_profile_get_nameIdentifier()
293 lasso_profile_get_identity(LassoProfile *profile) in lasso_profile_get_identity()
311 lasso_profile_get_session(LassoProfile *profile) in lasso_profile_get_session()
347 lasso_profile_is_session_dirty(LassoProfile *profile) in lasso_profile_is_session_dirty()
398 lasso_profile_clean_msg_info(LassoProfile *profile) in lasso_profile_clean_msg_info()
461 lasso_profile_get_artifact(LassoProfile *profile) in lasso_profile_get_artifact()
510 lasso_profile_get_server(LassoProfile *profile) in lasso_profile_get_server()
535 lasso_profile_get_message_id(LassoProfile *profile) in lasso_profile_get_message_id()
569 lasso_profile_get_idp_list(LassoProfile *profile) in lasso_profile_get_idp_list()
927 LassoProfile *profile = LASSO_PROFILE(object); in dispose() local
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-epl.h23 struct profile { struct
42 struct profile *next; argument
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-epl.h23 struct profile { struct
42 struct profile *next; argument
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-epl.h23 struct profile { struct
42 struct profile *next; argument
/dports/multimedia/py-mlt6/mlt-6.26.1/src/framework/
H A Dmlt_profile.c49 mlt_profile profile = NULL; in mlt_profile_select() local
101 mlt_profile profile = NULL; in mlt_profile_init() local
173 mlt_profile profile = NULL; in mlt_profile_load_file() local
239 mlt_profile profile = NULL; in mlt_profile_load_string() local
264 double mlt_profile_fps( mlt_profile profile ) in mlt_profile_fps()
279 double mlt_profile_sar( mlt_profile profile ) in mlt_profile_sar()
294 double mlt_profile_dar( mlt_profile profile ) in mlt_profile_dar()
308 void mlt_profile_close( mlt_profile profile ) in mlt_profile_close()
326 mlt_profile mlt_profile_clone( mlt_profile profile ) in mlt_profile_clone()
381 mlt_properties profile = mlt_properties_load( filename ); in mlt_profile_list() local
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/framework/
H A Dmlt_profile.c49 mlt_profile profile = NULL; in mlt_profile_select() local
101 mlt_profile profile = NULL; in mlt_profile_init() local
173 mlt_profile profile = NULL; in mlt_profile_load_file() local
239 mlt_profile profile = NULL; in mlt_profile_load_string() local
264 double mlt_profile_fps( mlt_profile profile ) in mlt_profile_fps()
279 double mlt_profile_sar( mlt_profile profile ) in mlt_profile_sar()
294 double mlt_profile_dar( mlt_profile profile ) in mlt_profile_dar()
308 void mlt_profile_close( mlt_profile profile ) in mlt_profile_close()
326 mlt_profile mlt_profile_clone( mlt_profile profile ) in mlt_profile_clone()
381 mlt_properties profile = mlt_properties_load( filename ); in mlt_profile_list() local
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/framework/
H A Dmlt_profile.c49 mlt_profile profile = NULL; in mlt_profile_select() local
101 mlt_profile profile = NULL; in mlt_profile_init() local
173 mlt_profile profile = NULL; in mlt_profile_load_file() local
239 mlt_profile profile = NULL; in mlt_profile_load_string() local
264 double mlt_profile_fps( mlt_profile profile ) in mlt_profile_fps()
279 double mlt_profile_sar( mlt_profile profile ) in mlt_profile_sar()
294 double mlt_profile_dar( mlt_profile profile ) in mlt_profile_dar()
308 void mlt_profile_close( mlt_profile profile ) in mlt_profile_close()
326 mlt_profile mlt_profile_clone( mlt_profile profile ) in mlt_profile_clone()
381 mlt_properties profile = mlt_properties_load( filename ); in mlt_profile_list() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DUnifiedConsentServiceBridge.java17 public static boolean isUrlKeyedAnonymizedDataCollectionEnabled(Profile profile) { in isUrlKeyedAnonymizedDataCollectionEnabled()
24 Profile profile, boolean enabled) { in setUrlKeyedAnonymizedDataCollectionEnabled()
30 public static boolean isUrlKeyedAnonymizedDataCollectionManaged(Profile profile) { in isUrlKeyedAnonymizedDataCollectionManaged()
39 public static void recordSyncSetupDataTypesHistogram(Profile profile) { in recordSyncSetupDataTypesHistogram()
45 boolean isUrlKeyedAnonymizedDataCollectionEnabled(Profile profile); in isUrlKeyedAnonymizedDataCollectionEnabled()
46 void setUrlKeyedAnonymizedDataCollectionEnabled(Profile profile, boolean enabled); in setUrlKeyedAnonymizedDataCollectionEnabled()
47 boolean isUrlKeyedAnonymizedDataCollectionManaged(Profile profile); in isUrlKeyedAnonymizedDataCollectionManaged()
48 void recordSyncSetupDataTypesHistogram(Profile profile); in recordSyncSetupDataTypesHistogram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser_mac.cc13 void OpenAboutWindow(Profile* profile) { in OpenAboutWindow()
19 void OpenHistoryWindow(Profile* profile) { in OpenHistoryWindow()
25 void OpenDownloadsWindow(Profile* profile) { in OpenDownloadsWindow()
31 void OpenHelpWindow(Profile* profile, HelpSource source) { in OpenHelpWindow()
37 void OpenOptionsWindow(Profile* profile) { in OpenOptionsWindow()
43 void OpenClearBrowsingDataDialogWindow(Profile* profile) { in OpenClearBrowsingDataDialogWindow()
49 void OpenImportSettingsDialogWindow(Profile* profile) { in OpenImportSettingsDialogWindow()
55 void OpenBookmarkManagerWindow(Profile* profile) { in OpenBookmarkManagerWindow()
61 void OpenExtensionsWindow(Profile* profile) { in OpenExtensionsWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/send_tab_to_self/
H A DSendTabToSelfAndroidBridge.java32 public static List<String> getAllGuids(Profile profile) { in getAllGuids()
54 public static void deleteAllEntries(Profile profile) { in deleteAllEntries()
97 public static void deleteEntry(Profile profile, String guid) { in deleteEntry()
107 public static void dismissEntry(Profile profile, String guid) { in dismissEntry()
116 public static void markEntryOpened(Profile profile, String guid) { in markEntryOpened()
171 void getAllGuids(Profile profile, List<String> guids); in getAllGuids()
173 void deleteAllEntries(Profile profile); in deleteAllEntries()
175 void deleteEntry(Profile profile, String guid); in deleteEntry()
177 void dismissEntry(Profile profile, String guid); in dismissEntry()
179 void markEntryOpened(Profile profile, String guid); in markEntryOpened()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dthemes_helper.cc29 ThemeService* GetThemeService(Profile* profile) { in GetThemeService()
41 std::string GetThemeID(Profile* profile) { in GetThemeID()
45 bool UsingCustomTheme(Profile* profile) { in UsingCustomTheme()
49 bool UsingDefaultTheme(Profile* profile) { in UsingDefaultTheme()
53 bool UsingSystemTheme(Profile* profile) { in UsingSystemTheme()
62 void UseCustomTheme(Profile* profile, int index) { in UseCustomTheme()
67 void UseDefaultTheme(Profile* profile) { in UseDefaultTheme()
71 void UseSystemTheme(Profile* profile) { in UseSystemTheme()
113 Profile* profile, in ThemeConditionChecker()
139 SystemThemeChecker::SystemThemeChecker(Profile* profile) in SystemThemeChecker()
[all …]
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-profile.c71 GtrProfile *profile = GTR_PROFILE (object); in gtr_profile_finalize() local
107 gtr_profile_get_name (GtrProfile *profile) in gtr_profile_get_name()
116 gtr_profile_set_name (GtrProfile *profile, in gtr_profile_set_name()
128 gtr_profile_get_auth_token (GtrProfile *profile) in gtr_profile_get_auth_token()
137 gtr_profile_set_auth_token (GtrProfile *profile, in gtr_profile_set_auth_token()
149 gtr_profile_get_author_name (GtrProfile *profile) in gtr_profile_get_author_name()
158 gtr_profile_set_author_name (GtrProfile *profile, in gtr_profile_set_author_name()
233 gtr_profile_get_charset (GtrProfile *profile) in gtr_profile_get_charset()
242 gtr_profile_set_charset (GtrProfile *profile, in gtr_profile_set_charset()
254 gtr_profile_get_encoding (GtrProfile *profile) in gtr_profile_get_encoding()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/crostini/
H A Dfake_crostini_features.cc40 bool FakeCrostiniFeatures::IsAllowed(Profile* profile) { in IsAllowed()
46 bool FakeCrostiniFeatures::IsUIAllowed(Profile* profile, bool check_policy) { in IsUIAllowed()
52 bool FakeCrostiniFeatures::IsEnabled(Profile* profile) { in IsEnabled()
58 bool FakeCrostiniFeatures::IsExportImportUIAllowed(Profile* profile) { in IsExportImportUIAllowed()
64 bool FakeCrostiniFeatures::IsRootAccessAllowed(Profile* profile) { in IsRootAccessAllowed()
70 bool FakeCrostiniFeatures::IsContainerUpgradeUIAllowed(Profile* profile) { in IsContainerUpgradeUIAllowed()
77 Profile* profile, in CanChangeAdbSideloading()
86 bool FakeCrostiniFeatures::IsPortForwardingAllowed(Profile* profile) { in IsPortForwardingAllowed()

12345678910>>...265