Home
last modified time | relevance | path

Searched refs:_appName (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/ice37/ice-3.7.2/cpp/src/Glacier2Lib/
H A DApplication.cpp196 out << _appName << ": " << ex; in doMain()
248 out << _appName << ": " << ex; in doMain()
254 out << _appName << ": " << ex; in doMain()
260 out << _appName << ": " << ex; in doMain()
266 out << _appName << ": " << ex; in doMain()
272 out << _appName << ": " << ex; in doMain()
278 out << _appName << ": " << ex; in doMain()
284 out << _appName << ": std::exception " << ex; in doMain()
290 out << _appName << ": c++ exception " << ex; in doMain()
296 out << _appName << ": char* exception " << ex; in doMain()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Glacier2Lib/
H A DApplication.cpp196 out << _appName << ": " << ex; in doMain()
248 out << _appName << ": " << ex; in doMain()
254 out << _appName << ": " << ex; in doMain()
260 out << _appName << ": " << ex; in doMain()
266 out << _appName << ": " << ex; in doMain()
272 out << _appName << ": " << ex; in doMain()
278 out << _appName << ": " << ex; in doMain()
284 out << _appName << ": std::exception " << ex; in doMain()
290 out << _appName << ": c++ exception " << ex; in doMain()
296 out << _appName << ": char* exception " << ex; in doMain()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Glacier2Lib/
H A DApplication.cpp196 out << _appName << ": " << ex; in doMain()
248 out << _appName << ": " << ex; in doMain()
254 out << _appName << ": " << ex; in doMain()
260 out << _appName << ": " << ex; in doMain()
266 out << _appName << ": " << ex; in doMain()
272 out << _appName << ": " << ex; in doMain()
278 out << _appName << ": " << ex; in doMain()
284 out << _appName << ": std::exception " << ex; in doMain()
290 out << _appName << ": c++ exception " << ex; in doMain()
296 out << _appName << ": char* exception " << ex; in doMain()
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/samples/badge/
H A DAIRBadge.as51 _appName = parameters["appname"];
52 if ( _appName == null || _appName.length == 0 || _appName.indexOf("<") >= 0) {
53 _appName = null;
60 _appName = null;
114 if (_appName && _appName.length > 0) {
115 …align='center'><font color='#" + _messageColor + "'>In order to run " + _appName + ", this install…
195 private var _appName: String;
/dports/net/quiterss/quiterss-0.19.4_1/3rdparty/ganalytics/
H A Dganalytics.h134 void setAppName(QString appName) { _appName = appName; } in setAppName()
168 if (_appName.size()) params.addQueryItem("an", _appName); // mobile event app tracking
221 else if (!_appName.isEmpty()) params.addQueryItem("an", _appName);
237 if (_appName.size()) params.addQueryItem("an", _appName); // mobile event app tracking in startSession()
249 if (_appName.size()) params.addQueryItem("an", _appName); // mobile event app tracking in endSession()
412 QString _appName; variable
/dports/security/kwalletmanager/kwalletmanager-21.12.3/src/manager/
H A Ddisconnectappbutton.cpp13 _appName(appName), _wallet(wallet) in DisconnectAppButton()
22 if (_wallet->disconnectApplication(_wallet->walletName(), _appName)) { in onClicked()
23 Q_EMIT appDisconnected(_appName); in onClicked()
H A Drevokeauthbutton.cpp12 _appName(appName), in RevokeAuthButton()
22 Q_EMIT appRevoked(_appName); in onClicked()
/dports/deskutils/nextcloudclient/desktop-3.4.1/admin/win/tools/NCNavRemove/
H A DConfigIni.cpp65 _appName = pv; in load()
66 success = !_appName.empty(); in load()
76 return _appName; in getAppName()
/dports/www/firefox-esr/firefox-91.8.0/third_party/WinToast/
H A Dmoz-check-system-shortcut.patch45 - Util::defaultShellLinkPath(_appName, path);
46 + Util::defaultUserShellLinkPath(_appName, path);
54 + Util::defaultSystemShellLinkPath(_appName, systemPath);
77 - Util::defaultShellLinkPath(_appName, slPath);
78 + Util::defaultUserShellLinkPath(_appName, slPath);
/dports/www/firefox/firefox-99.0/third_party/WinToast/
H A Dmoz-check-system-shortcut.patch45 - Util::defaultShellLinkPath(_appName, path);
46 + Util::defaultUserShellLinkPath(_appName, path);
54 + Util::defaultSystemShellLinkPath(_appName, systemPath);
77 - Util::defaultShellLinkPath(_appName, slPath);
78 + Util::defaultUserShellLinkPath(_appName, slPath);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/WinToast/
H A Dmoz-check-system-shortcut.patch45 - Util::defaultShellLinkPath(_appName, path);
46 + Util::defaultUserShellLinkPath(_appName, path);
54 + Util::defaultSystemShellLinkPath(_appName, systemPath);
77 - Util::defaultShellLinkPath(_appName, slPath);
78 + Util::defaultUserShellLinkPath(_appName, slPath);
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Konfigurator/
H A Dsearchobject.h75 return _appName; in getAppName()
84 _appName = s; in setAppName()
91 QString _appName;
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DApplication.java150 _appName = appName; in main()
179 _appName = initData.properties.getPropertyWithDefault("Ice.ProgramName", _appName); in main()
339 return _appName; in appName()
684 protected static String _appName; field in Application
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DApplication.java150 _appName = appName; in main()
179 _appName = initData.properties.getPropertyWithDefault("Ice.ProgramName", _appName); in main()
339 return _appName; in appName()
684 protected static String _appName; field in Application
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DApplication.java150 _appName = appName; in main()
179 _appName = initData.properties.getPropertyWithDefault("Ice.ProgramName", _appName); in main()
339 return _appName; in appName()
684 protected static String _appName; field in Application
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dk4aboutdata.cpp391 QByteArray _appName; member in K4AboutData::Private
419 K4AboutData::K4AboutData(const QByteArray &_appName, in K4AboutData() argument
432 d->_appName = _appName; in K4AboutData()
433 int p = d->_appName.indexOf('/'); in K4AboutData()
435 d->_appName = d->_appName.mid(p + 1); in K4AboutData()
597 K4AboutData &K4AboutData::setAppName(const QByteArray &_appName) in setAppName() argument
599 d->_appName = _appName; in setAppName()
690 return QString::fromUtf8(d->_appName.data()); in appName()
789 return QString::fromUtf8(d->_appName.data()); in catalogName()
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DApplication.java150 _appName = appName; in main()
180 _appName = initData.properties.getPropertyWithDefault("Ice.ProgramName", _appName); in main()
340 return _appName; in appName()
687 protected static String _appName; field in Application
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DApplication.java150 _appName = appName; in main()
180 _appName = initData.properties.getPropertyWithDefault("Ice.ProgramName", _appName); in main()
340 return _appName; in appName()
687 protected static String _appName; field in Application
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DApplication.java150 _appName = appName; in main()
180 _appName = initData.properties.getPropertyWithDefault("Ice.ProgramName", _appName); in main()
340 return _appName; in appName()
687 protected static String _appName; field in Application
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DApplication.cpp32 string Ice::Application::_appName; member in Ice::Application
68 _appName = ""; in main()
71 _appName = argv[0]; in main()
176 _appName = initData.properties->getPropertyWithDefault("Ice.ProgramName", _appName); in main()
240 return _appName.c_str(); in appName()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DApplication.cpp32 string Ice::Application::_appName; member in Ice::Application
68 _appName = ""; in main()
71 _appName = argv[0]; in main()
176 _appName = initData.properties->getPropertyWithDefault("Ice.ProgramName", _appName); in main()
240 return _appName.c_str(); in appName()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DApplication.cpp32 string Ice::Application::_appName; member in Ice::Application
68 _appName = ""; in main()
71 _appName = argv[0]; in main()
176 _appName = initData.properties->getPropertyWithDefault("Ice.ProgramName", _appName); in main()
240 return _appName.c_str(); in appName()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/rpc/metadata/
H A Dclient_metadata.cpp184 _appName = std::move(appName); in parseClientMetadataDocument()
313 if (!_appName.empty()) { in setMongoSMetadata()
324 invariant(appName == _appName); in setMongoSMetadata()
326 _appName = appName; in setMongoSMetadata()
431 return _appName; in getApplicationName()
/dports/devel/sope/SOPE/sope-appserver/mod_ngobjweb/
H A Dsns.c165 const char *_appName, in _sendSNSQuery() argument
242 len = strlen(_line) + 1 + strlen(_appName); in _sendSNSQuery()
258 if ((len = strlen(_appName)) > 0) { in _sendSNSQuery()
259 if (!NGBufferedDescriptor_safeWrite(toSNS, _appName, len)) { in _sendSNSQuery()
/dports/devel/sope2/SOPE/sope-appserver/mod_ngobjweb/
H A Dsns.c165 const char *_appName, in _sendSNSQuery() argument
242 len = strlen(_line) + 1 + strlen(_appName); in _sendSNSQuery()
258 if ((len = strlen(_appName)) > 0) { in _sendSNSQuery()
259 if (!NGBufferedDescriptor_safeWrite(toSNS, _appName, len)) { in _sendSNSQuery()

12345