Home
last modified time | relevance | path

Searched refs:mHostPort (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/gui/auth/
H A Dqgsauthsslerrorsdialog.cpp45 , mHostPort( hostport ) in QgsAuthSslErrorsDialog()
51 if ( mHostPort.isEmpty() ) in QgsAuthSslErrorsDialog()
53 mHostPort = QStringLiteral( "%1:%2" ) in QgsAuthSslErrorsDialog()
112 QgsDebugMsg( QStringLiteral( "Loading certificate for host:port = %1" ).arg( mHostPort ) ); in loadUnloadCertificate()
113 wdgtSslConfig->setSslCertificate( mSslConfiguration.peerCertificate(), mHostPort ); in loadUnloadCertificate()
180 QStringLiteral( "%1:%2" ).arg( mDigest, mHostPort ), in buttonBox_clicked()
H A Dqgsauthsslerrorsdialog.h83 QString mHostPort; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/auth/
H A Dqgsauthsslerrorsdialog.cpp45 , mHostPort( hostport ) in QgsAuthSslErrorsDialog()
51 if ( mHostPort.isEmpty() ) in QgsAuthSslErrorsDialog()
53 mHostPort = QStringLiteral( "%1:%2" ) in QgsAuthSslErrorsDialog()
112 QgsDebugMsg( QStringLiteral( "Loading certificate for host:port = %1" ).arg( mHostPort ) ); in loadUnloadCertificate()
113 wdgtSslConfig->setSslCertificate( mSslConfiguration.peerCertificate(), mHostPort ); in loadUnloadCertificate()
180 QStringLiteral( "%1:%2" ).arg( mDigest, mHostPort ), in buttonBox_clicked()
H A Dqgsauthsslerrorsdialog.h83 QString mHostPort; variable
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/httpserver/
H A DHTTPRequest.cpp104 mHostPort(80), // default if not specified in HTTPRequest()
127 mHostPort(80), // default if not specified in HTTPRequest()
478 if (mHostPort != 80) in Send()
480 oss << "Host: " << mHostName << ":" << mHostPort << in Send()
625 mHostPort = ::strtol(mHostName.c_str() + colon + 1, 0, 10); in ParseHeaders()
632 "port = " << mHostPort); in ParseHeaders()
H A DHTTPRequest.h150 const int GetHostPort() const {return mHostPort;} in GetHostPort()
223 int mHostPort; variable
/dports/misc/perkeep/perkeep-0.11/clients/android/app/src/main/java/org/camlistore/
H A DUploadThread.java41 private final HostPort mHostPort; field in UploadThread
58 mHostPort = hp; in UploadThread()
150 if (!mHostPort.isValid()) { in run()
154 status("Running UploadThread for " + mHostPort); in run()
161 …pb.command(binaryPath("pk-put.bin"), "--server=" + mHostPort.urlPrefix(), "file", "-stdinargs", "-… in run()
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Ddbconfigpostgresql.cpp36 : mHostPort(0) in DbConfigPostgresql()
160 mHostPort = settings.value(QStringLiteral("Port")).toInt(); in init()
191 if (mHostPort) { in init()
192 settings.setValue(QStringLiteral("Port"), mHostPort); in init()
236 if (mHostPort > 0 && mHostPort < 65535) { in apply()
237 database.setPort(mHostPort); in apply()
H A Ddbconfigpostgresql.h85 int mHostPort; variable
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/network/
H A DHttpRequestHeader.java157 private int mHostPort; field in HttpRequestHeader
166 mHostPort = 80; in HttpRequestHeader()
539 return mHostPort; in getHostPort()
556 mHostPort = port; in setHostPort()
559 mHostPort = 443; in setHostPort()
562 mHostPort = 80; in setHostPort()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DToastNotificationHandler.h41 mHostPort(aHostPort), in ToastNotificationHandler()
83 nsString mHostPort; variable
H A DToastNotificationHandler.cpp189 if (mHostPort.IsEmpty()) { in ShowAlert()
294 if (!mHostPort.IsEmpty()) { in ShowAlert()
295 AutoTArray<nsString, 1> formatStrings = {mHostPort}; in ShowAlert()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DToastNotificationHandler.h41 mHostPort(aHostPort), in ToastNotificationHandler()
83 nsString mHostPort; variable
H A DToastNotificationHandler.cpp189 if (mHostPort.IsEmpty()) { in ShowAlert()
294 if (!mHostPort.IsEmpty()) { in ShowAlert()
295 AutoTArray<nsString, 1> formatStrings = {mHostPort}; in ShowAlert()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DToastNotificationHandler.h41 mHostPort(aHostPort), in ToastNotificationHandler()
83 nsString mHostPort; variable
H A DToastNotificationHandler.cpp189 if (mHostPort.IsEmpty()) { in ShowAlert()
294 if (!mHostPort.IsEmpty()) { in ShowAlert()
295 AutoTArray<nsString, 1> formatStrings = {mHostPort}; in ShowAlert()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DToastNotificationHandler.h41 mHostPort(aHostPort), in ToastNotificationHandler()
83 nsString mHostPort; variable
H A DToastNotificationHandler.cpp189 if (mHostPort.IsEmpty()) { in ShowAlert()
294 if (!mHostPort.IsEmpty()) { in ShowAlert()
295 AutoTArray<nsString, 1> formatStrings = {mHostPort}; in ShowAlert()