Home
last modified time | relevance | path

Searched refs:new_app (Results 1 – 25 of 53) sorted by relevance

123

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DProblem.h128 T* set_application( std::pair< ApplicationHandle, T* > new_app ) in set_application() argument
130 app = new_app.second; in set_application()
131 app_handle = new_app.first; in set_application()
132 return new_app.second; in set_application()
136 void set_application(Application<ProblemT>* new_app) in set_application() argument
138 app = new_app; in set_application()
146 void set_application(Application<ProblemT>& new_app) in set_application() argument
148 app = &new_app; in set_application()
149 app_handle = new_app.get_handle(); in set_application()
/dports/math/polymake/polymake-4.5/perllib/Polymake/
H A DUser.pm29 } elsif (my ($new_app)=@_) {
36 if (ref($new_app)) {
37 …warn_print( "application() call without effect as the application ", $new_app->name, " already loa…
38 $new_app;
40 add Core::Application($new_app);
43 $new_app = add Core::Application($new_app) unless ref($new_app);
44 return if $application == $new_app;
46 $application = $new_app;
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DCPlusPlusGenerator.pm643 if ($app != $new_app) {
645 $self->application=$new_app;
646 if ($new_app->common($app) != $new_app) {
649 $app=$new_app;
653 add_cross_app($self, $new_app);
660 foreach $new_app (@$new_cross_apps) {
661 if ($app->common($new_app) != $app) {
662 add_cross_app($self, $new_app);
667 $self->application=$new_app;
675 my ($self, $new_app)=@_;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Session/classes/
H A Dclass.ilSessionAppointment.php331 $new_app = new ilSessionAppointment();
332 $new_app->setSessionId($new_id);
333 $new_app->setStartingTime($this->getStartingTime());
334 $new_app->setEndingTime($this->getEndingTime());
335 $new_app->toggleFullTime($this->isFullday());
336 $new_app->create();
337 return $new_app;
/dports/www/ilias6/ILIAS-6.14/Modules/Session/classes/
H A Dclass.ilSessionAppointment.php331 $new_app = new ilSessionAppointment();
332 $new_app->setSessionId($new_id);
333 $new_app->setStartingTime($this->getStartingTime());
334 $new_app->setEndingTime($this->getEndingTime());
335 $new_app->toggleFullTime($this->isFullday());
336 $new_app->create();
337 return $new_app;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dupdate_install_gate_unittest.cc197 const Extension* new_app() const { return new_app_.get(); } in new_app() function in extensions::UpdateInstallGateTest
236 Check(new_app(), false, false, false, InstallGate::INSTALL); in TEST_F()
243 Check(new_app(), false, false, false, InstallGate::INSTALL); in TEST_F()
255 Check(new_app(), in_use, has_listener, kInstallImmediately, in TEST_F()
272 Check(new_app(), kInUse, has_listener, kDontInstallImmediately, in TEST_F()
/dports/www/py-asgiref/asgiref-3.4.1/tests/
H A Dtest_compatibility.py92 new_app = double_to_single_callable(double_application_function)
93 instance = ApplicationCommunicator(new_app, {"value": "woohoo"})
/dports/devel/py-moto/moto-2.2.16/moto/elasticbeanstalk/
H A Dmodels.py96 new_app = FakeApplication(backend=self, application_name=application_name,)
97 self.applications[application_name] = new_app
98 return new_app
/dports/www/py-paste/Paste-3.4.6/paste/auth/
H A Dopen_id.py405 new_app = AuthOpenIDHandler(
411 new_app = auth_tkt.make_auth_tkt_middleware(
412 new_app, global_conf, logout_path=auth_tkt_logout_path)
413 return new_app
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/auth/
H A Dopen_id.py405 new_app = AuthOpenIDHandler(
411 new_app = auth_tkt.make_auth_tkt_middleware(
412 new_app, global_conf, logout_path=auth_tkt_logout_path)
413 return new_app
/dports/x11/lxhotkey/lxhotkey-0.1.1/plugins/gtk/
H A Dedit.c188 LXHotkeyApp new_app; in on_save() local
230 if (new_app.accel1 == NULL || new_app.accel1[0] == 0) in on_save()
232 new_app.accel1 = new_app.accel2; in on_save()
233 new_app.accel2 = NULL; in on_save()
235 new_app.exec = (char *)gtk_entry_get_text(data->edit_exec); in on_save()
236 new_app.options = data->edit_options_copy; in on_save()
243 if (g_strcmp0(app->exec, new_app.exec) != 0 || in on_save()
244 !options_equal(app->options, new_app.options)) in on_save()
253 else if (g_strcmp0(app->accel1, new_app.accel1) == 0 && in on_save()
254 g_strcmp0(app->accel2, new_app.accel2) == 0) in on_save()
[all …]
/dports/lang/v/v-0.1.29/cmd/tools/
H A Dvup.v13 fn new_app() App {
23 app := new_app()
/dports/www/p5-Plack-Middleware-Test-StashWarnings/Plack-Middleware-Test-StashWarnings-0.08/t/
H A Ddestroy.t30 my $new_app = $mw->wrap($app);
34 test_psgi $new_app, sub {
/dports/www/p5-Plack/Plack-1.0048/t/Plack-Builder/
H A Doo_interface.t29 my $new_app = $builder->mount('/app/foo/bar' => $app);
30 test_app $builder->to_app($new_app);
/dports/sysutils/bamf/bamf-0.5.4/lib/libbamf/
H A Dbamf-matcher.c244 BamfApplication *new_app; in bamf_matcher_on_active_window_changed() local
250 new_app = old_app; in bamf_matcher_on_active_window_changed()
259 new_app = _bamf_factory_app_for_xid (factory, bamf_window_get_xid (BAMF_WINDOW (new_view))); in bamf_matcher_on_active_window_changed()
261 track_ptr (BAMF_TYPE_APPLICATION, (BamfView *) new_app, (gpointer *) &priv->active_application); in bamf_matcher_on_active_window_changed()
264 if (new_app != old_app) in bamf_matcher_on_active_window_changed()
266 g_signal_emit (matcher, matcher_signals[ACTIVE_APPLICATION_CHANGED], 0, old_app, new_app); in bamf_matcher_on_active_window_changed()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c197 struct i40e_dcb_app_priority_table new_app; in i40e_dcbnl_ieee_setapp() local
213 new_app.selector = app->selector; in i40e_dcbnl_ieee_setapp()
214 new_app.protocolid = app->protocol; in i40e_dcbnl_ieee_setapp()
215 new_app.priority = app->priority; in i40e_dcbnl_ieee_setapp()
217 if (i40e_dcbnl_find_app(old_cfg, &new_app)) in i40e_dcbnl_ieee_setapp()
223 pf->tmp_cfg.app[pf->tmp_cfg.numapps++] = new_app; in i40e_dcbnl_ieee_setapp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c694 struct ice_dcb_app_priority_table new_app; in ice_dcbnl_setapp() local
717 new_app.selector = app->selector; in ice_dcbnl_setapp()
718 new_app.prot_id = app->protocol; in ice_dcbnl_setapp()
719 new_app.priority = app->priority; in ice_dcbnl_setapp()
720 if (ice_dcbnl_find_app(old_cfg, &new_app)) { in ice_dcbnl_setapp()
725 new_cfg->app[new_cfg->numapps++] = new_app; in ice_dcbnl_setapp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c197 struct i40e_dcb_app_priority_table new_app; in i40e_dcbnl_ieee_setapp() local
213 new_app.selector = app->selector; in i40e_dcbnl_ieee_setapp()
214 new_app.protocolid = app->protocol; in i40e_dcbnl_ieee_setapp()
215 new_app.priority = app->priority; in i40e_dcbnl_ieee_setapp()
217 if (i40e_dcbnl_find_app(old_cfg, &new_app)) in i40e_dcbnl_ieee_setapp()
223 pf->tmp_cfg.app[pf->tmp_cfg.numapps++] = new_app; in i40e_dcbnl_ieee_setapp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c694 struct ice_dcb_app_priority_table new_app; in ice_dcbnl_setapp() local
717 new_app.selector = app->selector; in ice_dcbnl_setapp()
718 new_app.prot_id = app->protocol; in ice_dcbnl_setapp()
719 new_app.priority = app->priority; in ice_dcbnl_setapp()
720 if (ice_dcbnl_find_app(old_cfg, &new_app)) { in ice_dcbnl_setapp()
725 new_cfg->app[new_cfg->numapps++] = new_app; in ice_dcbnl_setapp()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c197 struct i40e_dcb_app_priority_table new_app; in i40e_dcbnl_ieee_setapp() local
213 new_app.selector = app->selector; in i40e_dcbnl_ieee_setapp()
214 new_app.protocolid = app->protocol; in i40e_dcbnl_ieee_setapp()
215 new_app.priority = app->priority; in i40e_dcbnl_ieee_setapp()
217 if (i40e_dcbnl_find_app(old_cfg, &new_app)) in i40e_dcbnl_ieee_setapp()
223 pf->tmp_cfg.app[pf->tmp_cfg.numapps++] = new_app; in i40e_dcbnl_ieee_setapp()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c694 struct ice_dcb_app_priority_table new_app; in ice_dcbnl_setapp() local
717 new_app.selector = app->selector; in ice_dcbnl_setapp()
718 new_app.prot_id = app->protocol; in ice_dcbnl_setapp()
719 new_app.priority = app->priority; in ice_dcbnl_setapp()
720 if (ice_dcbnl_find_app(old_cfg, &new_app)) { in ice_dcbnl_setapp()
725 new_cfg->app[new_cfg->numapps++] = new_app; in ice_dcbnl_setapp()
/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/
H A Dsetup-httpbin.R7 app <- webfakes::new_app()
/dports/www/R-cran-rvest/rvest/R/
H A Dtestthat.R12 app <- webfakes::new_app()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/inc/
H A Dclass.db_tools.inc.php276 $new_app = $this->app; // these are the ones, the users whiches to change too
286 if ($new_app != $this->app) // are we changeing the app, or hit the user just write
288 $this->app = $new_app; // if we change init the data empty
299 'new_app' => $new_app,
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dast_translation.cpp255 expr * new_app = m_to_manager.mk_app(new_f, num, new_args); in process() local
257 m_result_stack.push_back(new_app); in process()
258 cache(n, new_app); in process()

123