Home
last modified time | relevance | path

Searched refs:checkServer (Results 1 – 25 of 99) sorted by relevance

1234

/dports/sysutils/epazote/epazote-2.1.2/
H A Dsupervice_test.go55 defer checkServer.Close()
100 URL: checkServer.URL,
111 URL: checkServer.URL,
123 URL: checkServer.URL,
163 URL: checkServer.URL,
183 URL: checkServer.URL,
204 URL: checkServer.URL,
224 URL: checkServer.URL,
244 URL: checkServer.URL,
268 URL: checkServer.URL,
[all …]
H A Dreport_test.go156 checkServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
163 defer checkServer.Close()
167 URL: checkServer.URL,
/dports/net/kea/kea-2.0.1/src/bin/d2/tests/
H A Dd2_simple_parser_unittest.cc112 bool checkServer(DnsServerInfoPtr server, const char* hostname, in checkServer() function
898 EXPECT_TRUE(checkServer(server_, "", "192.168.2.5", in TEST_F()
928 EXPECT_TRUE(checkServer(server, "", "127.0.0.1", in TEST_F()
933 EXPECT_TRUE(checkServer(server, "", "127.0.0.2", in TEST_F()
938 EXPECT_TRUE(checkServer(server, "", "127.0.0.3", in TEST_F()
1022 EXPECT_TRUE(checkServer(server, "", "127.0.0.1", 100)); in TEST_F()
1029 EXPECT_TRUE(checkServer(server, "", "127.0.0.2", 200)); in TEST_F()
1036 EXPECT_TRUE(checkServer(server, "", "127.0.0.3", 300)); in TEST_F()
1110 EXPECT_TRUE(checkServer(server, "", "127.0.0.1", 100)); in TEST_F()
1120 EXPECT_TRUE(checkServer(server, "", "127.0.0.2", 200)); in TEST_F()
[all …]
/dports/security/kgpg/kgpg-21.12.3/
H A Dkeyexport.cpp24 checkServer->setEnabled(true); in KeyExport()
25 checkServer->setToolTip(QString()); in KeyExport()
29 connect(checkServer, &QRadioButton::toggled, destServer, &QComboBox::setEnabled); in KeyExport()
H A Dsourceselect.cpp13 connect(checkServer, &QRadioButton::toggled, this, &SrcSelect::checkServer_toggled); in SrcSelect()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/
H A DHelpServerInterrupt.java58 checkServer(); in testServerWithoutInterrupt()
66 checkServer(); in testServerWithInterrupt()
107 private void checkServer() throws Exception { in checkServer() method in HelpServerInterrupt
/dports/net-im/kaccounts-providers/kaccounts-providers-21.12.3/plugins/owncloud-ui/
H A Downcloudcontroller.cpp31 void OwncloudController::checkServer(const QString &username, const QString &password, const QStrin… in checkServer() function in OwncloudController
39 checkServer(createStatusUrl(path)); in checkServer()
42 void OwncloudController::checkServer(const QUrl &url) in checkServer() function in OwncloudController
68 checkServer(urlUp.adjusted(QUrl::NormalizePathSegments)); in figureOutServer()
H A Downcloudcontroller.h51 …Q_INVOKABLE void checkServer(const QString &username, const QString &password, const QString &serv…
72 void checkServer(const QUrl &url);
/dports/www/nextcloud/nextcloud/apps-pkg/federation/lib/Controller/
H A DSettingsController.php67 $this->checkServer($url);
99 protected function checkServer($url) { function in OCA\\Federation\\Controller\\SettingsController
/dports/www/owncloud/owncloud/apps/federation/lib/Controller/
H A DSettingsController.php64 $this->checkServer($url);
104 protected function checkServer($url) { function in OCA\\Federation\\Controller\\SettingsController
/dports/net/syncthing/syncthing-1.18.1/syncthing/cmd/stfinddevice/
H A Dmain.go65 res := checkServer(deviceID, srv)
86 func checkServer(deviceID protocol.DeviceID, server string) checkResult { func
/dports/net-im/kaccounts-providers/kaccounts-providers-21.12.3/plugins/nextcloud-ui/
H A Dnextcloudcontroller.cpp42 void NextcloudController::checkServer(const QString &path) in checkServer() function in NextcloudController
49 checkServer(createStatusUrl(path)); in checkServer()
53 void NextcloudController::checkServer(const QUrl &url) in checkServer() function in NextcloudController
H A Dnextcloudcontroller.h63 Q_INVOKABLE void checkServer(const QString &server);
86 void checkServer(const QUrl &url);
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DMonitor.py98 if checkServer(False):
132 def checkServer(restart=True): function
194 checkServer()
/dports/www/owncloud/owncloud/core/Command/
H A DCheck.php50 $errors = \OC_Util::checkServer($this->config);
/dports/www/nextcloud/nextcloud/core/Command/
H A DCheck.php52 $errors = \OC_Util::checkServer($this->config);
/dports/net-im/nheko/nheko-0.9.0/src/
H A DRegisterPage.cpp167 connect(server_input_, &TextField::editingFinished, this, &RegisterPage::checkServer); in Q_DECLARE_METATYPE()
256 RegisterPage::checkServer() in checkServer() function in RegisterPage
266 if (checkUsername() && checkPassword() && checkPasswordConfirmation() && checkServer()) { in onRegisterButtonClicked()
H A DRegisterPage.h58 bool checkServer();
/dports/misc/lf/lf-r26/
H A Dmain.go172 func checkServer() { func
275 checkServer()
/dports/mail/cone/cone-1.1/libmail/
H A Dnntpadd.C42 if (!checkServer()) in go()
H A Dtmpaccountadd.C44 if (!checkServer()) in go()
H A Dsmapaddmessage.C54 if (!checkServer()) in go()
H A Daddmessage.H45 bool checkServer();
/dports/net-im/psi/psi-1.5/src/
H A Dpsidbusnotifier.h58 static bool checkServer();
/dports/net-im/kaccounts-providers/kaccounts-providers-21.12.3/plugins/nextcloud-ui/package/contents/ui/
H A DServer.qml68 helper.checkServer(serverText.text)

1234