Home
last modified time | relevance | path

Searched refs:thisApp (Results 1 – 7 of 7) sorted by relevance

/dports/x11/simdock/trunk/src/
H A Dinterrupts.cc20 MyApp *thisApp = NULL; variable
25 if (thisApp != NULL) in SIGINT_Handler()
27 thisApp->GracefullyExit (); in SIGINT_Handler()
35 thisApp = application; in register_sigint()
/dports/sysutils/kf5-kwallet/kwallet-5.89.0/src/runtime/kwalletd/
H A Dkwalletd.cpp522 QString thisApp; in internalOpen() local
524 thisApp = QStringLiteral("KDE System"); in internalOpen()
526 thisApp = appid; in internalOpen()
529 if (implicitDeny(wallet, thisApp)) { in internalOpen()
782 QString thisApp; in isAuthorizedApp() local
786 thisApp = appid; in isAuthorizedApp()
789 if (!implicitAllow(wallet, thisApp)) { in isAuthorizedApp()
811 if (!apps.contains(thisApp)) { in isAuthorizedApp()
815 apps += thisApp; in isAuthorizedApp()
824 if (!apps.contains(thisApp)) { in isAuthorizedApp()
[all …]
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Util/
H A DJApp.h135 static JApp* thisApp; /**< Pointer to this application */ variable
455 static JApp * App() {return thisApp;} in App()
H A DJApp.cpp32 JApp * JApp::thisApp = 0; member in JApp
56 thisApp = this; in JApp()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DSPMediaKeyTap.m287 NSRunningApplication *thisApp = [NSRunningApplication currentApplication];
290 BOOL isCurrent = [thisApp isEqual:otherApp];
/dports/audio/strawberry/strawberry-1.0.0/3rdparty/SPMediaKeyTap/
H A DSPMediaKeyTap.m320 NSRunningApplication *thisApp = [NSRunningApplication currentApplication];
323 BOOL isCurrent = [thisApp isEqual:otherApp];
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Guides/
H A Dstandalones.schelp116 // 1. make a copy of thisApp with the newAppName: