MCPcopy Create free account

hub / github.com/podman-desktop/podman-desktop / functions

Functions4,395 in github.com/podman-desktop/podman-desktop

Methodconstructor
(private _options?: EmitterOptions)
packages/main/src/plugin/events/emitter.ts:126
Methodconstructor
( @inject(ApiSenderType) private apiSender: ApiSenderType, @inject(StatusBarRegistry) private
packages/main/src/plugin/tasks/task-manager.ts:39
Methodconstructor
( public readonly id: string, name: string, )
packages/main/src/plugin/tasks/task-impl.ts:38
Methodconstructor
(id: string, name: string, state: TaskState, status: TaskStatus)
packages/main/src/plugin/tasks/progress-impl.spec.ts:48
Methodconstructor
( id: string, public readonly title: string, public readonly body: string, public readonly sil
packages/main/src/plugin/tasks/notification-impl.ts:24
Methodconstructor
( @inject(ApiSenderType) private apiSender: ApiSenderType, @inject(TaskManager) private taskMa
packages/main/src/plugin/tasks/notification-registry.ts:34
Methodconstructor
( @inject(TaskManager) private taskManager: TaskManager, @inject(NavigationManager) private na
packages/main/src/plugin/tasks/progress-impl.ts:43
Methodconstructor
( @inject(ApiSenderType) private apiSender: ApiSenderType, @inject(ExtensionLoader) private ex
packages/main/src/plugin/install/extension-installer.ts:47
Methodconstructor
( @inject(IPCHandle) private readonly ipcHandle: IPCHandle, )
packages/main/src/plugin/help-menu/help-menu.ts:27
Methodconstructor
( private id: number, private registry: CustomPickRegistry, private apiSender: ApiSenderType, )
packages/main/src/plugin/custompick/custompick-impl.ts:38
Methodconstructor
(@inject(ApiSenderType) private apiSender: ApiSenderType)
packages/main/src/plugin/custompick/custompick-registry.ts:30
Methodconstructor
( @inject(IConfigurationRegistry) private configurationRegistry: IConfigurationRegistry, @inject(F
packages/main/src/plugin/recommendations/recommendations-registry.ts:38
Methodconstructor
(@inject(IConfigurationRegistry) private configurationRegistry: IConfigurationRegistry)
packages/main/src/plugin/welcome/welcome-init.ts:25
Methodconstructor
( @inject(IConfigurationRegistry) configurationRegistry: IConfigurationRegistry, @inject(ProviderRegis
packages/main/src/plugin/docker/docker-compatibility.ts:46
Methodconstructor
( @inject(ApiSenderType) private apiSender: ApiSenderType, @inject(ContainerProviderRegistry)
packages/main/src/plugin/navigation/navigation-manager.ts:43
Methodconstructor
( @inject(ExtensionLoader) private extensionLoader: ExtensionLoader, @inject(ExtensionsCatalog)
packages/main/src/plugin/featured/featured.ts:36
Methodconstructor
(options: { file?: string; content?: string; context: string; })
packages/main/src/plugin/podman/kube.ts:61
Methodconstructor
( @inject(IConfigurationRegistry) private configurationRegistry: IConfigurationRegistry, @inject(Statu
packages/main/src/plugin/dashboard/dashboard-service.ts:48
Methodconstructor
(protected dependencies: TaskConnectionUtilsParams)
packages/main/src/plugin/util/task-connection-utils.ts:41
Methodconstructor
( override readonly name: string, override readonly message: string, readonly exitCode: number,
packages/main/src/plugin/util/exec.ts:33
Methodconstructor
(private proxy: Proxy)
packages/main/src/plugin/util/exec.ts:49
Methodconstructor
(@inject(FilesystemMonitoring) fileSystemMonitoring: FilesystemMonitoring)
packages/main/src/plugin/extension/extension-watcher.ts:44
Methodconstructor
( @inject(CommandRegistry) private commandRegistry: CommandRegistry, @inject(MenuRegistry) pri
packages/main/src/plugin/extension/extension-loader.ts:147
Methodconstructor
( @inject(IConfigurationRegistry) configurationRegistry: IConfigurationRegistry, @inject(Extension
packages/main/src/plugin/extension/extension-development-folders.ts:57
Methodconstructor
(rootPath: string)
packages/main/src/plugin/extension/extension-tsconfig-parser.ts:32
Methodconstructor
( @inject(ExtensionsCatalog) private extensionCatalog: ExtensionsCatalog, @inject(ExtensionLoader)
packages/main/src/plugin/extension/updater/extensions-updater.ts:38
Methodconstructor
( @inject(IConfigurationRegistry) private configurationRegistry: IConfigurationRegistry, @inject(A
packages/main/src/plugin/extension/catalog/extensions-catalog.ts:42
Methodconstructor
(private configurationRegistry: IConfigurationRegistry)
packages/main/src/system/startup-install.ts:31
Methodconstructor
()
packages/main/src/system/macos-startup.ts:38
Methodconstructor
(configurationRegistry: IConfigurationRegistry)
packages/main/src/system/windows-startup.ts:34
Methodconstructor
(configurationRegistry: IConfigurationRegistry, browserWindow: BrowserWindow)
packages/main/src/system/window/window-handler.ts:33
Methodconstructor
(name: string, isDirectory: boolean)
packages/api/src/filesystem-tree.ts:27
Methodconstructor
(name: string)
packages/api/src/filesystem-tree.ts:69
Methodconstructor
(callback1: ResizeObserverCallback)
packages/ui/src/lib/carousel/Carousel.spec.ts:31
Methodconstructor
( readonly title: string, readonly info: ColumnInformation<Type, RenderType>, )
packages/ui/src/lib/table/table.ts:93
Methodconstructor
(readonly info: RowInformation<Type, ChildType>)
packages/ui/src/lib/table/table.ts:123
Methodconstructor
({ profile = '', customFolder = 'podman-desktop', customOutputFolder = 'tests/playwright/output/',
tests/playwright/src/runner/runner-options.ts:33
Methodconstructor
(options?: { runnerOptions?: RunnerOptions })
tests/playwright/src/runner/chrome-dev-tools-protocol-runner.ts:42
Methodconstructor
(options?: { runnerOptions?: RunnerOptions })
tests/playwright/src/runner/electron-runner.ts:39
Methodconstructor
(page: Page)
tests/playwright/src/model/workbench/status-bar.ts:38
Methodconstructor
(page: Page)
tests/playwright/src/model/workbench/navigation.ts:46
Methodconstructor
* Creates a new DropdownComponent instance * @param page - The Playwright page object * @param ariaLabel - The aria-label used to identify the d
tests/playwright/src/model/components/dropdown-component.ts:44
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/container-details-page.ts:53
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/run-image-page.ts:43
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/image-edit-page.ts:34
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/create-kind-cluster-page.ts:38
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/build-image-page.ts:46
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/podman-kube-play-page.ts:40
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/preferences-page.ts:29
Methodconstructor
(page: Page, title: string)
tests/playwright/src/model/pages/resource-details-page.ts:28
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/select-image-page.ts:35
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/command-palette.ts:36
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/create-volume-page.ts:33
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/troubleshooting-page.ts:38
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/containers-page.ts:41
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/volume-details-page.ts:33
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/experimental-page.ts:31
Methodconstructor
( page: Page, public readonly extensionName: string, )
tests/playwright/src/model/pages/extension-details-page.ts:36
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/images-page.ts:47
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/pods-details-page.ts:41
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/proxy-page.ts:37
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/pull-image-page.ts:40
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/docker-compatibility-page.ts:32
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/create-pod-page.ts:31
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/extensions-page.ts:36
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/dashboard-page.ts:58
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/resources-page.ts:27
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/create-machine-page.ts:33
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/authentication-page.ts:30
Methodconstructor
(page: Page, title: string)
tests/playwright/src/model/pages/kubernetes-resource-details-page.ts:41
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/pods-page.ts:33
Methodconstructor
(page: Page, podmanMachineName: string)
tests/playwright/src/model/pages/podman-machine-details-page.ts:40
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/networks-page.ts:32
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/kubernetes-resource-page.ts:31
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/image-details-page.ts:45
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/kubernetes-dashboard-page.ts:41
Methodconstructor
(page: Page, name: string)
tests/playwright/src/model/pages/network-details-page.ts:34
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/tasks-page.ts:49
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/deploy-to-kubernetes-page.ts:38
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/kubernetes-bar.ts:31
Methodconstructor
(page: Page, extensionName: string)
tests/playwright/src/model/pages/extension-catalog-card-page.ts:32
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/registries-page.ts:39
Methodconstructor
(page: Page, resourceName: string, resourceElementVisibleName?: string)
tests/playwright/src/model/pages/resource-connection-card-page.ts:36
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/create-network-page.ts:35
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/resource-creation-page.ts:36
Methodconstructor
(page: Page, extensionName: string, extensionLabel: string)
tests/playwright/src/model/pages/extension-card-page.ts:41
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/cli-tools-page.ts:37
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/welcome-page.ts:43
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/settings-bar.ts:35
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/podman-onboarding-page.ts:31
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/kubernetes-context-page.ts:32
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/volumes-page.ts:35
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/onboarding-page.ts:33
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/compose-onboarding/compose-failed-page.ts:26
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/compose-onboarding/compose-wide-install-page.ts:26
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/compose-onboarding/compose-onboarding-page.ts:26
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/compose-onboarding/compose-local-install-page.ts:26
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/compose-onboarding/compose-version-page.ts:26
Methodconstructor
(page: Page)
tests/playwright/src/model/pages/forms/machine-creation-form.ts:46
Methodconstructor
(kubeConfig: KubeConfig, errorHandler?: (error: unknown, context: string) => void)
extensions/kind/src/kind-cluster-watcher.ts:31
← previousnext →3,201–3,300 of 4,395, ranked by callers