Home
last modified time | relevance | path

Searched refs:runController (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/heaptrack/
H A Dplugin.cpp92 auto runController = KDevelop::Core::self()->runControllerInternal(); in launchHeaptrack() local
93 auto defaultLaunch = runController->defaultLaunch(); in launchHeaptrack()
95 runController->showConfigurationDialog(); in launchHeaptrack()
115 auto ecJob = new KDevelop::ExecuteCompositeJob(runController, jobList); in launchHeaptrack()
117 runController->registerJob(ecJob); in launchHeaptrack()
136 core()->runController()->registerJob(heaptrackJob); in attachHeaptrack()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/testview/
H A Dtestviewplugin.cpp72 …connect(core()->runController(),&IRunController::jobRegistered, this, &TestViewPlugin::jobStateCha… in TestViewPlugin()
73 …connect(core()->runController(),&IRunController::jobUnregistered, this, &TestViewPlugin::jobStateC… in TestViewPlugin()
107 core()->runController()->registerJob(compositeJob); in runAllTests()
114 const auto jobs = core()->runController()->currentJobs(); in stopRunningTests()
125 const auto jobs = core()->runController()->currentJobs(); in jobStateChanged()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dcore.cpp145 if( !runController ) in initialize()
147 runController = new RunController(m_core); in initialize()
246 runController->initialize(); in initialize()
270 delete runController.data(); in ~CorePrivate()
370 d->runController->cleanup(); in cleanup()
473 IRunController *Core::runController() in runController() function in KDevelop::Core
475 return d->runController.data(); in runController()
480 return d->runController.data(); in runControllerInternal()
H A Ddebugcontroller.cpp502 auto runController = ICore::self()->runController(); in run() local
503 if (runController->launchConfigurations().isEmpty()) { in run()
504 runController->showConfigurationDialog(); in run()
506 runController->executeDefaultLaunch(QStringLiteral("debug")); in run()
/dports/devel/kdev-php/kdev-php-21.12.3/testprovider/
H A Dphpunitrunjob.cpp42 …KDevelop::LaunchConfigurationType* type = KDevelop::ICore::self()->runController()->launchConfigur… in createTestJob()
43 …KDevelop::ILaunchMode* mode = KDevelop::ICore::self()->runController()->launchModeForId( launchMod… in createTestJob()
60 …LaunchConfiguration*> launchConfigurations = KDevelop::ICore::self()->runController()->launchConfi… in createTestJob()
68 ilaunch = KDevelop::ICore::self()->runController()->createLaunchConfiguration( type, in createTestJob()
78 return KDevelop::ICore::self()->runController()->execute(launchModeId, ilaunch); in createTestJob()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/testprovider/
H A Dphpunitrunjob.cpp41 …KDevelop::LaunchConfigurationType* type = KDevelop::ICore::self()->runController()->launchConfigur… in createTestJob()
42 …KDevelop::ILaunchMode* mode = KDevelop::ICore::self()->runController()->launchModeForId( launchMod… in createTestJob()
59 …LaunchConfiguration*> launchConfigurations = KDevelop::ICore::self()->runController()->launchConfi… in createTestJob()
67 ilaunch = KDevelop::ICore::self()->runController()->createLaunchConfiguration( type, in createTestJob()
77 return KDevelop::ICore::self()->runController()->execute(launchModeId, ilaunch); in createTestJob()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/testprovider/
H A Dphpunitrunjob.cpp42 …KDevelop::LaunchConfigurationType* type = KDevelop::ICore::self()->runController()->launchConfigur… in createTestJob()
43 …KDevelop::ILaunchMode* mode = KDevelop::ICore::self()->runController()->launchModeForId( launchMod… in createTestJob()
60 …LaunchConfiguration*> launchConfigurations = KDevelop::ICore::self()->runController()->launchConfi… in createTestJob()
68 ilaunch = KDevelop::ICore::self()->runController()->createLaunchConfiguration( type, in createTestJob()
78 return KDevelop::ICore::self()->runController()->execute(launchModeId, ilaunch); in createTestJob()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/testing/
H A Dctestrunjob.cpp46 …LaunchConfigurationType* type = ICore::self()->runController()->launchConfigurationTypeForId( QStr… in createTestJob()
47 ILaunchMode* mode = ICore::self()->runController()->launchModeForId( launchModeId ); in createTestJob()
63 const auto launchConfigurations = ICore::self()->runController()->launchConfigurations(); in createTestJob()
72 ilaunch = ICore::self()->runController()->createLaunchConfiguration( type, in createTestJob()
84 return ICore::self()->runController()->execute(launchModeId, ilaunch); in createTestJob()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/executeplasmoid/
H A Dexecuteplasmoidplugin.cpp30 core()->runController()->addConfigurationType( m_configType ); in ExecutePlasmoidPlugin()
38 core()->runController()->removeConfigurationType( m_configType ); in unload()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/debuggercommon/
H A Dmidebuggerplugin.cpp247 auto *job = new MIExamineCoreJob(this, core()->runController()); in slotExamineCore()
248 core()->runController()->registerJob(job); in slotExamineCore()
288 auto *job = new MIAttachProcessJob(this, pid, core()->runController()); in attachProcess()
289 core()->runController()->registerJob(job); in attachProcess()
/dports/devel/hs-git-annex/git-annex-8.20210903/RemoteDaemon/
H A DCore.hs49 let controller = runController ichan ochan
66 let controller = runController ichan ochan
76 runController :: TChan Consumed -> TChan Emitted -> IO ()
77 runController ichan ochan = do function
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/flatpak/
H A Dflatpakplugin.cpp84 ICore::self()->runController()->registerJob(runtime->rebuild()); in rebuildCurrent()
94 …ICore::self()->runController()->registerJob(new ExecuteCompositeJob(runtime, runtime->exportBundle… in exportCurrent()
212 ICore::self()->runController()->registerJob(job); in executeOnRemoteDevice()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/pkg/mapper/crd/controller/
H A Dcontroller_test.go95 f.runController(iamIdentityName, true, false)
99 f.runController(iamIdentityName, true, true)
102 func (f *fixture) runController(iamIdentityName string, startInformers bool, expectError bool) { func
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/git/
H A Dstashmanagerdialog.cpp75 ICore::self()->runController()->registerJob(job); in runStash()
122 ICore::self()->runController()->registerJob(job); in StashModel()
H A Dcommittoolview.cpp417 ICore::self()->runController()->registerJob(job); in revertSelectedFiles()
441 ICore::self()->runController()->registerJob(job); in stageSelectedFiles()
457 ICore::self()->runController()->registerJob(job); in unstageSelectedFiles()
481 ICore::self()->runController()->registerJob(job); in commitActiveProject()
H A Drebasedialog.cpp45 ICore::self()->runController()->registerJob(job); in performRebase()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/
H A Dvcspluginhelper.cpp226 d->plugin->core()->runController()->registerJob( d->vcs-> method ( d->ctxUrls ) )
253 d->plugin->core()->runController()->registerJob(job); in revert()
359 d->plugin->core()->runController()->registerJob(job); in diffForRev()
549 ICore::self()->runController()->registerJob(job); in push()
559 ICore::self()->runController()->registerJob(job); in pull()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/dvcs/ui/
H A Dbranchmanager.cpp171 ICore::self()->runController()->registerJob(branchJob); in checkoutBranch()
189 ICore::self()->runController()->registerJob(branchJob); in mergeBranch()
257 m_dvcPlugin->core()->runController()->registerJob(job); in diffFromBranch()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/executescript/
H A Dexecutescriptplugin.cpp33 core()->runController()->addConfigurationType( m_configType ); in ExecuteScriptPlugin()
43 core()->runController()->removeConfigurationType( m_configType ); in unload()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/execute/
H A Dexecuteplugin.cpp39 core()->runController()->addConfigurationType( m_configType ); in ExecutePlugin()
48 core()->runController()->removeConfigurationType( m_configType ); in unload()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/project/
H A Dprojectchangesmodel.cpp52 …connect(ICore::self()->runController(), &IRunController::jobUnregistered, this, &ProjectChangesMod… in ProjectChangesModel()
134 ICore::self()->runController()->registerJob(job); in changes()
269 ICore::self()->runController()->registerJob(job); in repositoryBranchChanged()
/dports/devel/kdev-python/kdev-python-21.12.3/debugger/
H A Dpdbdebuggerplugin.cpp33 KDevelop::LaunchConfigurationType* type = core()->runController() in PdbDebuggerPlugin()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/
H A Dgroupofficecli.php53 \GO::router()->runController($args);
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/sample-controller/sample-controller-0.16.8/
H A Dcontroller_test.go110 f.runController(fooName, true, false)
114 f.runController(fooName, true, true)
117 func (f *fixture) runController(fooName string, startInformers bool, expectError bool) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/sample-controller/
H A Dcontroller_test.go110 f.runController(fooName, true, false)
114 f.runController(fooName, true, true)
117 func (f *fixture) runController(fooName string, startInformers bool, expectError bool) { func

1234