Home
last modified time | relevance | path

Searched refs:new_profile (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/math/gambit/gambit-16.0.1/src/python/gambit/tests/
H A Dtest_stratprofiles.py35 assert strategy not in new_profile
41 new_restriction = new_profile.restrict()
51 assert len(new_profile) == 3
53 assert strategy not in new_profile
70 new_profile = fir_profile & sec_profile
71 assert len(new_profile) == 2
72 assert new_profile <= sec_profile
73 assert new_profile <= fir_profile
106 new_profile = self.support_profile
108 while loop_profile != new_profile:
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpimage-convert-precision.c59 GimpColorProfile *new_profile = NULL; in gimp_image_convert_precision() local
155 new_profile = in gimp_image_convert_precision()
160 new_profile = in gimp_image_convert_precision()
168 if (! new_profile) in gimp_image_convert_precision()
171 g_object_ref (new_profile); in gimp_image_convert_precision()
175 if (! new_profile) in gimp_image_convert_precision()
176 new_profile = g_object_ref (old_profile); in gimp_image_convert_precision()
215 new_profile, in gimp_image_convert_precision()
222 if (new_profile) in gimp_image_convert_precision()
224 if (new_profile != old_profile) in gimp_image_convert_precision()
[all …]
/dports/net-mgmt/nfsen/nfsen-1.3.8/html/
H A Dprofileadmin.php627 function NewProfileDialog ($new_profile) { argument
641 if ( is_null($new_profile['description']) )
642 $new_profile['description'] = array();
643 if ( is_null($new_profile['filter']) )
644 $new_profile['filter'] = array();
645 if ( is_null($new_profile['channel']) )
646 $new_profile['channel'] = array();
647 if ( !is_null($new_profile['tstart']) )
648 $new_profile['tstart'] = UNIX2DISPLAY($new_profile['tstart']);
649 if ( !is_null($new_profile['tend']) )
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/loggers/mod_logfile/
H A Dmod_logfile.c338 logfile_profile_t *new_profile; in load_profile() local
340 new_profile = switch_core_alloc(module_pool, sizeof(*new_profile)); in load_profile()
341 memset(new_profile, 0, sizeof(*new_profile)); in load_profile()
345 new_profile->suffix = 1; in load_profile()
346 new_profile->log_uuid = SWITCH_TRUE; in load_profile()
353 new_profile->logfile = strdup(val); in load_profile()
358 if (new_profile->max_rot == 0) { in load_profile()
359 new_profile->max_rot = MAX_ROT; in load_profile()
372 add_mapping(new_profile, var, val); in load_profile()
376 if (zstr(new_profile->logfile)) { in load_profile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/autofill/
H A Dcwv_autofill_profile_unittest.mm57 autofill::AutofillProfile new_profile = autofill::test::GetFullProfile2();
59 new_profile.GetInfo(autofill::NAME_FULL, locale));
61 new_profile.GetInfo(autofill::COMPANY_NAME, locale));
63 new_profile.GetInfo(autofill::ADDRESS_HOME_LINE1, locale));
65 new_profile.GetInfo(autofill::ADDRESS_HOME_LINE2, locale));
67 new_profile.GetInfo(autofill::ADDRESS_HOME_CITY, locale));
69 new_profile.GetInfo(autofill::ADDRESS_HOME_STATE, locale));
71 new_profile.GetInfo(autofill::ADDRESS_HOME_ZIP, locale));
73 new_profile.GetInfo(autofill::ADDRESS_HOME_COUNTRY, locale));
75 new_profile.GetInfo(autofill::PHONE_HOME_WHOLE_NUMBER, locale));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Ddice_web_signin_interceptor_browsertest.cc254 Profile* new_profile = in IN_PROC_BROWSER_TEST_F() local
256 ASSERT_TRUE(new_profile); in IN_PROC_BROWSER_TEST_F()
258 IdentityManagerFactory::GetForProfile(new_profile); in IN_PROC_BROWSER_TEST_F()
283 EXPECT_EQ(added_browser->profile(), new_profile); in IN_PROC_BROWSER_TEST_F()
326 Profile* new_profile = in IN_PROC_BROWSER_TEST_F() local
328 ASSERT_TRUE(new_profile); in IN_PROC_BROWSER_TEST_F()
330 IdentityManagerFactory::GetForProfile(new_profile); in IN_PROC_BROWSER_TEST_F()
335 EXPECT_EQ(new_profile->GetPath(), profile_path); in IN_PROC_BROWSER_TEST_F()
346 EXPECT_EQ(added_browser->profile(), new_profile); in IN_PROC_BROWSER_TEST_F()
462 ASSERT_TRUE(new_profile); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Ddice_signed_in_profile_creator.cc177 Profile* new_profile, in OnNewProfileCreated() argument
184 OnNewProfileInitialized(new_profile); in OnNewProfileCreated()
199 void DiceSignedInProfileCreator::OnNewProfileInitialized(Profile* new_profile) { in OnNewProfileInitialized() argument
200 if (!new_profile) { in OnNewProfileInitialized()
210 new_profile, in OnNewProfileInitialized()
220 Profile* new_profile) { in OnNewProfileTokensLoaded() argument
222 if (!new_profile) { in OnNewProfileTokensLoaded()
232 IdentityManagerFactory::GetForProfile(new_profile)->GetAccountsMutator(); in OnNewProfileTokensLoaded()
235 std::move(callback_).Run(new_profile); in OnNewProfileTokensLoaded()
H A Ddice_signed_in_profile_creator.h51 void OnNewProfileCreated(Profile* new_profile, Profile::CreateStatus status);
54 void OnNewProfileInitialized(Profile* new_profile);
57 void OnNewProfileTokensLoaded(Profile* new_profile);
/dports/databases/py-gdbm/Python-3.8.12/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/databases/py-sqlite3/Python-3.8.12/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python-tools/Python-3.8.12/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Danalyze_dxp.py61 new_profile = sys.getdxp()
62 if has_pairs(new_profile):
66 new_profile[first_inst][second_inst])
69 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python37/Python-3.7.12/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Danalyze_dxp.py61 new_profile = sys.getdxp()
62 if has_pairs(new_profile):
66 new_profile[first_inst][second_inst])
69 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python38/Python-3.8.12/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/scripts/
H A Danalyze_dxp.py60 new_profile = sys.getdxp()
61 if has_pairs(new_profile):
65 new_profile[first_inst][second_inst])
68 _cumulative_profile[inst] += new_profile[inst]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/signin/
H A Ddice_turn_sync_on_helper.cc392 void DiceTurnSyncOnHelper::OnNewProfileCreated(Profile* new_profile, in OnNewProfileCreated() argument
394 DCHECK_NE(profile_, new_profile); in OnNewProfileCreated()
408 new_profile, in OnNewProfileCreated()
428 void DiceTurnSyncOnHelper::OnNewProfileTokensLoaded(Profile* new_profile) { in OnNewProfileTokensLoaded() argument
432 IdentityManagerFactory::GetForProfile(new_profile)->GetAccountsMutator(); in OnNewProfileTokensLoaded()
436 SwitchToProfile(new_profile); in OnNewProfileTokensLoaded()
437 DCHECK_EQ(profile_, new_profile); in OnNewProfileTokensLoaded()
540 void DiceTurnSyncOnHelper::SwitchToProfile(Profile* new_profile) { in SwitchToProfile() argument
543 profile_ = new_profile; in SwitchToProfile()
550 delegate_->SwitchToProfile(new_profile); in SwitchToProfile()
H A Ddice_turn_sync_on_helper.h94 virtual void SwitchToProfile(Profile* new_profile) = 0;
176 void OnNewProfileCreated(Profile* new_profile, Profile::CreateStatus status);
179 void OnNewProfileTokensLoaded(Profile* new_profile);
199 void SwitchToProfile(Profile* new_profile);
/dports/www/py-selenium/selenium-3.141.0/selenium/webdriver/firefox/
H A Doptions.py115 def profile(self, new_profile): argument
120 if not isinstance(new_profile, FirefoxProfile):
121 new_profile = FirefoxProfile(new_profile)
122 self._profile = new_profile
/dports/japanese/p5-WWW-MobileCarrierJP/WWW-MobileCarrierJP-0.65/lib/WWW/MobileCarrierJP/DoCoMo/
H A DJava.pm19 if (my $new_profile = $tree->findvalue('//td[@rowspan]')) {
21 $new_profile =~ s/プロファイル//;
22 $profile = $new_profile;
/dports/games/lordsawar/lordsawar-0.3.2/src/ghs/
H A Dghs-client-tool.cpp45 new_profile = NULL; in GhsClientTool()
54 new_profile = new Profile("admin"); in GhsClientTool()
55 profile = new_profile; in GhsClientTool()
70 if (new_profile) in ~GhsClientTool()
71 delete new_profile; in ~GhsClientTool()

123456789