Home
last modified time | relevance | path

Searched refs:myApp (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/cad/sumo/sumo-1.2.0/src/utils/gui/images/
H A DGUITextureSubSys.cpp65 myApp(a) { in GUITextureSubSys()
107 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_E3, IM… in getTexture()
110 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_E3Sele… in getTexture()
113 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_Empty,… in getTexture()
119 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_Lock, … in getTexture()
125 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_NotMov… in getTexture()
131 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_Rerout… in getTexture()
143 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_TLS, I… in getTexture()
146 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_Vapori… in getTexture()
158 …ce->myTextures[which] = GUITexturesHelper::add(new FXGIFImage(myInstance->myApp, GNETexture_LaneBi… in getTexture()
[all …]
/dports/audio/elisa/elisa-21.12.3/autotests/
H A Delisaapplicationtest.cpp49 ElisaApplication myApp; in setArgumentsTest() local
51 QSignalSpy argumentsChangedSpy(&myApp, &ElisaApplication::argumentsChanged); in setArgumentsTest()
52 QSignalSpy enqueueSpy(&myApp, &ElisaApplication::enqueue); in setArgumentsTest()
58 myApp.setArguments({{{}, {}, QUrl::fromLocalFile(relativePath)}}); in setArgumentsTest()
63 QCOMPARE(myApp.arguments().count(), 1); in setArgumentsTest()
64 …QCOMPARE(std::get<2>(myApp.arguments().at(0)), QUrl::fromLocalFile(myTestFile.canonicalFilePath())… in setArgumentsTest()
69 ElisaApplication myApp; in activateRequestedTest() local
71 QSignalSpy argumentsChangedSpy(&myApp, &ElisaApplication::argumentsChanged); in activateRequestedTest()
72 QSignalSpy enqueueSpy(&myApp, &ElisaApplication::enqueue); in activateRequestedTest()
78 myApp.activateRequested({QString(), relativePath}, QDir::currentPath()); in activateRequestedTest()
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/target/
H A Dbaseandoverlaysmall_test.go27 app: myApp
72 app: myApp
78 app: myApp
85 app: myApp
90 app: myApp
94 app: myApp
147 app: myApp
154 app: myApp
162 app: myApp
169 app: myApp
[all …]
H A Dcustomconfig_test.go27 app: myApp
113 app: myApp
127 app: myApp
136 app: myApp
145 app: myApp
184 app: myApp
198 app: myApp
207 app: myApp
216 app: myApp
281 app: myApp
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/target/
H A Dbaseandoverlaysmall_test.go27 app: myApp
72 app: myApp
78 app: myApp
85 app: myApp
90 app: myApp
94 app: myApp
147 app: myApp
154 app: myApp
162 app: myApp
169 app: myApp
[all …]
H A Dcustomconfig_test.go27 app: myApp
113 app: myApp
127 app: myApp
136 app: myApp
145 app: myApp
184 app: myApp
198 app: myApp
207 app: myApp
216 app: myApp
281 app: myApp
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/tools/common/
H A DSimpleApplication.java38 private static SimpleApplication myApp; // simple app or a subclass field in SimpleApplication
52 return myApp; in getMyApp()
57 myApp = _myApp; in setMyApp()
102 if (myApp == null) { in main()
104 myApp = new SimpleApplication(); in main()
107 myApp.doMyAppStart(args); // do the app start protocol in main()
111 myApp.doMyAppWork(args); // do the app work in main()
116 myApp.doMyAppFinish(args); // do the app finish protocol in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/tools/common/
H A DSimpleApplication.java38 private static SimpleApplication myApp; // simple app or a subclass field in SimpleApplication
52 return myApp; in getMyApp()
57 myApp = _myApp; in setMyApp()
102 if (myApp == null) { in main()
104 myApp = new SimpleApplication(); in main()
107 myApp.doMyAppStart(args); // do the app start protocol in main()
111 myApp.doMyAppWork(args); // do the app work in main()
116 myApp.doMyAppFinish(args); // do the app finish protocol in main()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Applications/ctkXnatTreeBrowser/
H A DctkXnatTreeBrowserMain.cpp29 QApplication myApp(argc, argv); in main() local
30 myApp.setOrganizationName("CommonTK"); in main()
31 myApp.setApplicationName("XnatTreeBrowser"); in main()
36 return myApp.exec(); in main()
/dports/textproc/htmltest/htmltest-0.15.0/vendor/gopkg.in/seborama/govcr.v2/
H A Dgovcr_example2_test.go17 type myApp struct { struct
21 func (app *myApp) Get(url string) (*http.Response, error) { argument
25 func (app *myApp) Post(url string) (*http.Response, error) { argument
31 func runTestEx2(app *myApp) { argument
78 app := &myApp{
/dports/cad/sumo/sumo-1.2.0/src/utils/foxtools/
H A DFXSingleEventThread.cpp57 myApp = (a); in FXIMPLEMENT()
63 myApp->addInput(event[PIPE_READ], INPUT_READ, this, ID_THREAD_EVENT); in FXIMPLEMENT()
67 myApp->addInput(event, INPUT_READ, this, ID_THREAD_EVENT); in FXIMPLEMENT()
74 myApp->removeInput(event[PIPE_READ], INPUT_READ); in ~FXSingleEventThread()
79 myApp->removeInput(event, INPUT_READ); in ~FXSingleEventThread()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Documentation/Snippets/ModuleManager/
H A Dmain.cpp44 QApplication myApp(argc, argv); in main() local
45 myApp.setOrganizationName("CommonTK"); in main()
46 myApp.setApplicationName("ModuleManagerSnippet"); in main()
90 myApp.addLibraryPath(QCoreApplication::applicationDirPath() + "/../"); in main()
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dlaunch.pl25 my $myApp;
54 $myApp = $::application = MyApp-> create( name => "Launcher");
85 return $myApp ? $myApp : $x-> SUPER::create( @_);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A DmyApp.app1 {application, myApp,
7 {mod, {myApp, {myApp, 1, 3}} }]}.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A DmyApp.app1 {application, myApp,
7 {mod, {myApp, {myApp, 1, 3}} }]}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A DmyApp.app1 {application, myApp,
7 {mod, {myApp, {myApp, 1, 3}} }]}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A DmyApp.app1 {application, myApp,
7 {mod, {myApp, {myApp, 1, 3}} }]}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A DmyApp.app1 {application, myApp,
7 {mod, {myApp, {myApp, 1, 3}} }]}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A DmyApp.app1 {application, myApp,
7 {mod, {myApp, {myApp, 1, 3}} }]}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A DmyApp.app1 {application, myApp,
7 {mod, {myApp, {myApp, 1, 3}} }]}.
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/test/YesodCoreTest/
H A DWaiSubsite.hs15 myApp :: ByteString -> Application
16 myApp s _ f = f $ responseLBS H.status200 [("Content-type", "text/plain")] s function
19 getApp _ = WaiSubsite $ myApp "WAI"
22 getAppArgs _ i j = WaiSubsite $ myApp $ B.concat ["WAI - ", B8.pack $ show i, " - ", B8.pack $ show…
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/test/YesodCoreTest/
H A DWaiSubsite.hs15 myApp :: ByteString -> Application
16 myApp s _ f = f $ responseLBS H.status200 [("Content-type", "text/plain")] s function
19 getApp _ = WaiSubsite $ myApp "WAI"
22 getAppArgs _ i j = WaiSubsite $ myApp $ B.concat ["WAI - ", B8.pack $ show i, " - ", B8.pack $ show…
/dports/textproc/htmltest/htmltest-0.15.0/vendor/gopkg.in/seborama/govcr.v2/examples/
H A Dexample2.go15 type myApp struct { struct
19 func (app myApp) Get(url string) { argument
35 myapp := &myApp{
/dports/audio/faust/faust-2.37.3/architecture/
H A Djack-qt-chain-footer.cpp33 QApplication myApp(argc, argv); in main() local
77 myApp.setStyleSheet(interface.styleSheet()); in main()
78 myApp.exec(); in main()
H A Doscio-qt.cpp85 QApplication myApp(argc, argv); in main() local
106 myApp.setStyleSheet(interface->styleSheet()); in main()
107 myApp.exec(); in main()

1234567891011