Home
last modified time | relevance | path

Searched refs:connect (Results 251 – 275 of 65653) sorted by relevance

1...<<11121314151617181920>>...2627

/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/innodb/r/
H A Dxa_debug.result4 connect con$trial, localhost, root,,;
9 connect con$trial, localhost, root,,;
14 connect con$trial, localhost, root,,;
19 connect con$trial, localhost, root,,;
24 connect con$trial, localhost, root,,;
29 connect con$trial, localhost, root,,;
34 connect con$trial, localhost, root,,;
39 connect con$trial, localhost, root,,;
44 connect con$trial, localhost, root,,;
49 connect con$trial, localhost, root,,;
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Project/
H A DProjectBrowser.py54 self.vcsStatusIndicator.clicked.connect(
104 self.project.projectPropertiesChanged.connect(
112 self.project.projectPropertiesChanged.connect(
120 self.project.projectPropertiesChanged.connect(
128 self.project.projectPropertiesChanged.connect(
136 self.project.projectPropertiesChanged.connect(
144 self.project.projectPropertiesChanged.connect(
152 self.project.projectPropertiesChanged.connect(
158 self.project.newProject.connect(self.__newProject)
159 self.project.projectPropertiesChanged.connect(
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtgamepad/examples/gamepad/simple/
H A Dgamepadmonitor.cpp70 connect(m_gamepad, &QGamepad::axisLeftXChanged, this, [](double value){ in GamepadMonitor()
73 connect(m_gamepad, &QGamepad::axisLeftYChanged, this, [](double value){ in GamepadMonitor()
76 connect(m_gamepad, &QGamepad::axisRightXChanged, this, [](double value){ in GamepadMonitor()
82 connect(m_gamepad, &QGamepad::buttonAChanged, this, [](bool pressed){ in GamepadMonitor()
85 connect(m_gamepad, &QGamepad::buttonBChanged, this, [](bool pressed){ in GamepadMonitor()
88 connect(m_gamepad, &QGamepad::buttonXChanged, this, [](bool pressed){ in GamepadMonitor()
91 connect(m_gamepad, &QGamepad::buttonYChanged, this, [](bool pressed){ in GamepadMonitor()
94 connect(m_gamepad, &QGamepad::buttonL1Changed, this, [](bool pressed){ in GamepadMonitor()
97 connect(m_gamepad, &QGamepad::buttonR1Changed, this, [](bool pressed){ in GamepadMonitor()
100 connect(m_gamepad, &QGamepad::buttonL2Changed, this, [](double value){ in GamepadMonitor()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/Lib/src/
H A Dexgssn.c75 int *connect = NULL; in ex_get_side_set_node_list() local
625 free(connect); in ex_get_side_set_node_list()
651 connect) == -1) in ex_get_side_set_node_list()
653 free(connect); in ex_get_side_set_node_list()
719 free(connect); in ex_get_side_set_node_list()
793 free(connect); in ex_get_side_set_node_list()
826 free(connect); in ex_get_side_set_node_list()
885 free(connect); in ex_get_side_set_node_list()
930 free(connect); in ex_get_side_set_node_list()
989 free(connect); in ex_get_side_set_node_list()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/
H A Dexgssn.c75 int *connect = NULL; in ex_get_side_set_node_list() local
625 free(connect); in ex_get_side_set_node_list()
651 connect) == -1) in ex_get_side_set_node_list()
653 free(connect); in ex_get_side_set_node_list()
719 free(connect); in ex_get_side_set_node_list()
793 free(connect); in ex_get_side_set_node_list()
826 free(connect); in ex_get_side_set_node_list()
885 free(connect); in ex_get_side_set_node_list()
930 free(connect); in ex_get_side_set_node_list()
989 free(connect); in ex_get_side_set_node_list()
[all …]
/dports/deskutils/korganizer/korganizer-21.12.3/src/views/whatsnextview/
H A Dkowhatsnextview.cpp19connect(mView, &EventViews::EventView::incidenceSelected, this, &KOrg::BaseView::incidenceSelected… in KOWhatsNextView()
21connect(mView, &EventViews::EventView::showIncidenceSignal, this, &KOrg::BaseView::showIncidenceSi… in KOWhatsNextView()
23connect(mView, &EventViews::EventView::editIncidenceSignal, this, &KOrg::BaseView::editIncidenceSi… in KOWhatsNextView()
27connect(mView, &EventViews::EventView::cutIncidenceSignal, this, &KOrg::BaseView::cutIncidenceSign… in KOWhatsNextView()
29connect(mView, &EventViews::EventView::copyIncidenceSignal, this, &KOrg::BaseView::copyIncidenceSi… in KOWhatsNextView()
33connect(mView, &EventViews::EventView::toggleAlarmSignal, this, &KOrg::BaseView::toggleAlarmSignal… in KOWhatsNextView()
45 connect(mView, qOverload<const QDate &>(&EventViews::WhatsNextView::newEventSignal), in KOWhatsNextView()
48 connect(mView, qOverload<const QDateTime &>(&EventViews::WhatsNextView::newEventSignal), in KOWhatsNextView()
54 connect(mView, &EventViews::EventView::newTodoSignal, this, &KOrg::BaseView::newTodoSignal); in KOWhatsNextView()
56connect(mView, &EventViews::EventView::newSubTodoSignal, this, &KOrg::BaseView::newSubTodoSignal); in KOWhatsNextView()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/core/
H A Dk3bjob.cpp42 connect( this, SIGNAL(canceled()), in Job()
164 connect( subJob, SIGNAL(debuggingOutput(QString,QString)), in connectJob()
166 connect( subJob, SIGNAL(infoMessage(QString,int)), in connectJob()
173 connect( subJob, SIGNAL(newTask(QString)), this, newTaskSlot ); in connectJob()
183 connect( subJob, SIGNAL(finished(bool)), this, finishedSlot ); in connectJob()
189 connect( subJob, SIGNAL(percent(int)), this, progressSlot ); in connectJob()
219 connect( subJob, SIGNAL(debuggingOutput(QString,QString)), in connectSubJob()
221 connect( subJob, SIGNAL(infoMessage(QString,int)), in connectSubJob()
228 connect( subJob, SIGNAL(newTask(QString)), this, newTaskSlot ); in connectSubJob()
238 connect( subJob, SIGNAL(finished(bool)), this, finishedSlot ); in connectSubJob()
[all …]
/dports/devel/dbus-tcl/dbus-2.2/tests/
H A Dconnect.test7 dbus connect
9 test connect-1.1 {simple connect} -body {
10 dbus connect
13 test connect-1.2 {connect to specified bus} -body {
14 dbus connect session
17 test connect-1.3 {connect to specified bus} -body {
18 dbus connect foo:
22 test connect-1.4 {too many arguments} -body {
23 dbus connect session foo
24 } -returnCodes error -result {wrong # args: should be "dbus connect ?busId?"}
/dports/games/freedoko/FreeDoko_0.7.19/src/os/
H A Dgameplay.cpp47 Party::signal_open().connect(*this, &Gameplay::party_open, this->disconnector_); in Gameplay()
48 Game::signal_open().connect(*this, &Gameplay::game_open, this->disconnector_); in Gameplay()
63 ::party->signal_start().connect(*this, &Gameplay::party_start, this->disconnector_); in party_open()
64 ::party->signal_finish().connect(*this, &Gameplay::party_finish, this->disconnector_); in party_open()
65 ::party->signal_close().connect(*this, &Gameplay::party_close, this->disconnector_); in party_open()
108 game.signal_start().connect(*this, &Gameplay::game_start, this->disconnector_); in game_open()
109 game.signal_finish().connect(*this, &Gameplay::game_finish, this->disconnector_); in game_open()
110 game.signal_close().connect(*this, &Gameplay::game_close, this->disconnector_); in game_open()
113 game.signal_card_played().connect(*this, &Gameplay::card_played, this->disconnector_); in game_open()
120 game.marriage().signal_marriage().connect(*this, &Gameplay::marriage, this->disconnector_); in game_open()
[all …]
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/jobs/
H A DSimulationJobs.cpp70 rangeCat.connect<Float>("Duration [s]", settings, RunSettingsId::RUN_END_TIME); in addTimeSteppingCategory()
71 rangeCat.connect("Use start time of input", "is_resumed", resumeRun); in addTimeSteppingCategory()
75 rangeCat.connect<Flags<TimeStepCriterionEnum>>( in addTimeSteppingCategory()
95 gravityCat.connect<Float>( in addGravityCategory()
106 outputCat.connect<EnumWrapper>("Format", settings, RunSettingsId::RUN_OUTPUT_TYPE) in addOutputCategory()
121 outputCat.connect<Path>("Directory", settings, RunSettingsId::RUN_OUTPUT_PATH) in addOutputCategory()
148 loggerCat.connect<EnumWrapper>("Logger", settings, RunSettingsId::RUN_LOGGER); in addLoggerCategory()
149 loggerCat.connect<Path>("Log file", settings, RunSettingsId::RUN_LOGGER_FILE) in addLoggerCategory()
258 solverCat.connect<Flags<SmoothingLengthEnum>>( in getSettings()
301 modCat.connect<bool>("Enable XPSH", settings, RunSettingsId::SPH_USE_XSPH); in getSettings()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dmax_password_errors.result5 connect con1, localhost, u, bas_pass;
8 connect con1, localhost, u, bad_pass;
11 connect con1, localhost, u, good_pass;
14 connect con1, localhost, u, bad_pass;
17 connect con1, localhost, u, good_pass;
20 connect con1, localhost, u, bad_pass;
22 connect con1, localhost, u, good_pass;
25 connect con1, localhost, u, bad_pass;
27 connect con1, localhost, u, good_pass;
35 connect con1, localhost, root, bas_pass;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dmax_password_errors.result5 connect con1, localhost, u, bas_pass;
8 connect con1, localhost, u, bad_pass;
11 connect con1, localhost, u, good_pass;
14 connect con1, localhost, u, bad_pass;
17 connect con1, localhost, u, good_pass;
20 connect con1, localhost, u, bad_pass;
22 connect con1, localhost, u, good_pass;
25 connect con1, localhost, u, bad_pass;
27 connect con1, localhost, u, good_pass;
35 connect con1, localhost, root, bas_pass;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dmax_password_errors.result5 connect con1, localhost, u, bas_pass;
8 connect con1, localhost, u, bad_pass;
11 connect con1, localhost, u, good_pass;
14 connect con1, localhost, u, bad_pass;
17 connect con1, localhost, u, good_pass;
20 connect con1, localhost, u, bad_pass;
22 connect con1, localhost, u, good_pass;
25 connect con1, localhost, u, bad_pass;
27 connect con1, localhost, u, good_pass;
35 connect con1, localhost, root, bas_pass;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dmax_password_errors.result5 connect con1, localhost, u, bas_pass;
8 connect con1, localhost, u, bad_pass;
11 connect con1, localhost, u, good_pass;
14 connect con1, localhost, u, bad_pass;
17 connect con1, localhost, u, good_pass;
20 connect con1, localhost, u, bad_pass;
22 connect con1, localhost, u, good_pass;
25 connect con1, localhost, u, bad_pass;
27 connect con1, localhost, u, good_pass;
35 connect con1, localhost, root, bas_pass;
[all …]
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dinspectablemonitor.cpp24 connect(this, &Akonadi::Monitor::itemAdded, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
25 connect(this, &Akonadi::Monitor::itemChanged, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
26 connect(this, &Akonadi::Monitor::itemLinked, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
27 connect(this, &Akonadi::Monitor::itemMoved, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
28 connect(this, &Akonadi::Monitor::itemRemoved, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
29 connect(this, &Akonadi::Monitor::itemUnlinked, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
30 connect(this, &Akonadi::Monitor::collectionAdded, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
31 connect(this, SIGNAL(collectionChanged(Akonadi::Collection)), SIGNAL(dummySignal())); in InspectableMonitor()
33 connect(this, &Akonadi::Monitor::collectionMoved, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
34 connect(this, &Akonadi::Monitor::collectionRemoved, this, &InspectableMonitor::dummySignal); in InspectableMonitor()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/tests/opt/
H A Dbug2920.ys13 connect \CLK \clk
14 connect \D 1'0
15 connect \Q $q1 [0]
20 connect \CLK \clk
21 connect \D 1'0
22 connect \Q $q2 [0]
27 connect \CLK \clk
28 connect \D 2'00
31 connect \q [0] $q1 [0]
32 connect \q [1] $q2 [0]
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-channels/python/channels/
H A Diqbal_gen.py79 self.connect((self, 0), (self.c2f, 0))
80 self.connect((self.c2f, 0), (self.cos_phase, 0))
84 self.connect((self.adder, 0), (self.mag, 0))
85 self.connect((self.mag, 0), (self.f2c, 0))
86 self.connect((self.c2f, 1), (self.f2c, 1))
87 self.connect((self.f2c, 0), (self, 0))
90 self.connect((self, 0), (self.c2f, 0))
91 self.connect((self.c2f, 0), (self.mag, 0))
96 self.connect((self.c2f, 1), (self.adder, 1))
97 self.connect((self.adder, 0), (self.f2c, 1))
[all …]
/dports/deskutils/korganizer/korganizer-21.12.3/src/views/listview/
H A Dkolistview.cpp37 connect(mListView, &EventViews::EventView::datesSelected, this, &KOEventView::datesSelected); in KOListView()
39 connect(mListView, &EventViews::EventView::shiftedEvent, this, &KOEventView::shiftedEvent); in KOListView()
41connect(mListView, &EventViews::EventView::incidenceSelected, this, &BaseView::incidenceSelected); in KOListView()
43connect(mListView, &EventViews::EventView::showIncidenceSignal, this, &BaseView::showIncidenceSign… in KOListView()
49connect(mListView, &EventViews::EventView::cutIncidenceSignal, this, &BaseView::cutIncidenceSignal… in KOListView()
55connect(mListView, &EventViews::EventView::toggleAlarmSignal, this, &BaseView::toggleAlarmSignal); in KOListView()
67 connect(mListView, qOverload<const QDate &>(&EventViews::EventView::newEventSignal), in KOListView()
70 connect(mListView, qOverload<const QDateTime &>(&EventViews::EventView::newEventSignal), in KOListView()
76 connect(mListView, &EventViews::EventView::newTodoSignal, this, &BaseView::newTodoSignal); in KOListView()
78 connect(mListView, &EventViews::EventView::newSubTodoSignal, this, &BaseView::newSubTodoSignal); in KOListView()
[all …]
/dports/sysutils/jstest-gtk/jstest-gtk-62f6e2d7d44620e503149510c428df9e004c9f3b/src/
H A Djoystick_test_widget.cpp127 axis_callbacks[0].connect(sigc::mem_fun(stick1_widget, &AxisWidget::set_x_axis)); in JoystickTestWidget()
128 axis_callbacks[1].connect(sigc::mem_fun(stick1_widget, &AxisWidget::set_y_axis)); in JoystickTestWidget()
142 axis_callbacks[0].connect(sigc::mem_fun(stick1_widget, &AxisWidget::set_x_axis)); in JoystickTestWidget()
143 axis_callbacks[1].connect(sigc::mem_fun(stick1_widget, &AxisWidget::set_y_axis)); in JoystickTestWidget()
144 axis_callbacks[2].connect(sigc::mem_fun(rudder_widget, &RudderWidget::set_pos)); in JoystickTestWidget()
146 axis_callbacks[4].connect(sigc::mem_fun(stick3_widget, &AxisWidget::set_x_axis)); in JoystickTestWidget()
147 axis_callbacks[5].connect(sigc::mem_fun(stick3_widget, &AxisWidget::set_y_axis)); in JoystickTestWidget()
174 axis_callbacks[0].connect(sigc::mem_fun(stick1_widget, &AxisWidget::set_x_axis)); in JoystickTestWidget()
175 axis_callbacks[1].connect(sigc::mem_fun(stick1_widget, &AxisWidget::set_y_axis)); in JoystickTestWidget()
230 joystick.axis_move.connect(sigc::mem_fun(this, &JoystickTestWidget::axis_move)); in JoystickTestWidget()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dprefs_preflightverifier.cpp24 connect(ignoreAllErrorsCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
26 connect(checkMissingGlyphsCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
27 connect(checkItemsNotOnAPageCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
28 connect(checkTextOverflowCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
29 connect(checkTransparenciesCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
30 connect(checkMissingImagesCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
34 connect(checkPlacedPDFCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
35 connect(checkGIFsCheckBox, SIGNAL(clicked()), this, SLOT(putProfile())); in Prefs_PreflightVerifier()
40 connect(removeProfilePushButton, SIGNAL(clicked()), this, SLOT(delProf())); in Prefs_PreflightVerifier()
41 connect(addProfilePushButton, SIGNAL(clicked()), this, SLOT(addProf())); in Prefs_PreflightVerifier()
[all …]
/dports/www/py-django-cms/django-cms-3.7.1/cms/signals/
H A D__init__.py73 urls_need_reloading.connect(debug_server_restart)
76 urls_need_reloading.connect(
85 signals.pre_save.connect(pre_save_user, sender=User, dispatch_uid='cms_pre_save_user')
86 signals.post_save.connect(post_save_user, sender=User, dispatch_uid='cms_post_save_user')
87 signals.pre_delete.connect(pre_delete_user, sender=User, dispatch_uid='cms_pre_delete_user')
89 signals.pre_save.connect(pre_save_user, sender=PageUser, dispatch_uid='cms_pre_save_pageuser')
92 signals.pre_save.connect(pre_save_group, sender=Group, dispatch_uid='cms_pre_save_group')
94 signals.pre_delete.connect(pre_delete_group, sender=Group, dispatch_uid='cms_post_save_group')
100 signals.pre_delete.connect(pre_delete_pagepermission, sender=PagePermission,
103 signals.pre_save.connect(pre_save_globalpagepermission, sender=GlobalPagePermission,
[all …]
/dports/ports-mgmt/octopkg/octopkg-0.3.1/src/
H A Dmainwindow_init.cpp449 connect(ui->tvPackages, SIGNAL(customContextMenuRequested(QPoint)), this, in initPackageTreeView()
541 connect(searchBar, SIGNAL(closed()), this, SLOT(searchBarClosedInTreeView())); in initTabFiles()
547 connect(tvPkgFileList, SIGNAL(customContextMenuRequested(QPoint)), in initTabFiles()
549 connect(tvPkgFileList, SIGNAL(doubleClicked (const QModelIndex&)), in initTabFiles()
670 connect(ui->actionExit, SIGNAL(triggered()), this, SLOT(close())); in initActions()
675 connect(m_actionLockPackage, SIGNAL(triggered()), this, SLOT(doLock())); in initActions()
676 connect(m_actionUnlockPackage, SIGNAL(triggered()), this, SLOT(doUnlock())); in initActions()
682 connect(ui->actionHelpUsage, SIGNAL(triggered()), this, SLOT(onHelpUsage())); in initActions()
684 connect(ui->actionHelpAbout, SIGNAL(triggered()), this, SLOT(onHelpAbout())); in initActions()
692 connect(ui->actionOpenFile, SIGNAL(triggered()), this, SLOT(openFile())); in initActions()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/python/blocks/
H A Dqa_hier_block2.py218 hblock.connect(blk)
233 hblock.connect(blk)
242 hblock.connect(blk)
261 hb.connect(src, dst)
262 tb.connect(hb)
324 hb.connect(src, dst)
328 tb.connect(src, dst)
335 tb.connect(src, dst)
337 tb.connect(src, dst)
351 tb.connect(src, hb1)
[all …]
/dports/audio/mpz/mpz-1.0.19/libs/qhotkey/QHotkey-1.5.0/HotkeyTest/
H A Dhottestwidget.cpp29 connect(this->ui->hotkeyCheckbox_1, &QCheckBox::toggled, in HotTestWidget()
33 connect(this->hotkey_1, &QHotkey::activated, in HotTestWidget()
37 connect(this->ui->hotkeyCheckbox_2, &QCheckBox::toggled, in HotTestWidget()
41 connect(this->hotkey_2, &QHotkey::activated, in HotTestWidget()
49 connect(this->hotkey_3, &QHotkey::activated, in HotTestWidget()
57 connect(this->hotkey_4, &QHotkey::activated, in HotTestWidget()
65 connect(this->hotkey_5, &QHotkey::activated, in HotTestWidget()
70 connect(this->testHotkeys.last(), &QHotkey::activated, in HotTestWidget()
73 connect(this->testHotkeys.last(), &QHotkey::activated, in HotTestWidget()
76 connect(this->testHotkeys.last(), &QHotkey::activated, in HotTestWidget()
[all …]
/dports/comms/gqrx/gqrx-2.15/src/receivers/
H A Dnbrx.cpp67 connect(self(), 0, iq_resamp, 0); in nbrx()
68 connect(iq_resamp, 0, nb, 0); in nbrx()
69 connect(nb, 0, filter, 0); in nbrx()
70 connect(filter, 0, meter, 0); in nbrx()
71 connect(filter, 0, sql, 0); in nbrx()
72 connect(sql, 0, agc, 0); in nbrx()
73 connect(agc, 0, demod, 0); in nbrx()
77 connect(demod, 0, audio_rr0, 0); in nbrx()
84 connect(demod, 0, self(), 0); in nbrx()
85 connect(demod, 0, self(), 1); in nbrx()
[all …]

1...<<11121314151617181920>>...2627