Home
last modified time | relevance | path

Searched refs:AppPid (Results 1 – 23 of 23) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/reltool/test/
H A Dreltool_wx_SUITE.erl66 {ok, AppPid} = ?msym({ok, _}, reltool_sys_win:open_app(SysPid, stdlib)),
67 erlang:monitor(process,AppPid),
68 {ok, ModPid} = ?msym({ok, _}, reltool_app_win:open_mod(AppPid, escript)),
87 wait_terminate([{sys,SysPid},{app,AppPid},{mod,ModPid}]),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/reltool/test/
H A Dreltool_wx_SUITE.erl66 {ok, AppPid} = ?msym({ok, _}, reltool_sys_win:open_app(SysPid, stdlib)),
67 erlang:monitor(process,AppPid),
68 {ok, ModPid} = ?msym({ok, _}, reltool_app_win:open_mod(AppPid, escript)),
87 wait_terminate([{sys,SysPid},{app,AppPid},{mod,ModPid}]),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/reltool/test/
H A Dreltool_wx_SUITE.erl66 {ok, AppPid} = ?msym({ok, _}, reltool_sys_win:open_app(SysPid, stdlib)),
67 erlang:monitor(process,AppPid),
68 {ok, ModPid} = ?msym({ok, _}, reltool_app_win:open_mod(AppPid, escript)),
87 wait_terminate([{sys,SysPid},{app,AppPid},{mod,ModPid}]),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/reltool/test/
H A Dreltool_wx_SUITE.erl66 {ok, AppPid} = ?msym({ok, _}, reltool_sys_win:open_app(SysPid, stdlib)),
67 erlang:monitor(process,AppPid),
68 {ok, ModPid} = ?msym({ok, _}, reltool_app_win:open_mod(AppPid, escript)),
82 wait_terminate([{sys,SysPid},{app,AppPid},{mod,ModPid}]),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/reltool/test/
H A Dreltool_wx_SUITE.erl66 {ok, AppPid} = ?msym({ok, _}, reltool_sys_win:open_app(SysPid, stdlib)),
67 erlang:monitor(process,AppPid),
68 {ok, ModPid} = ?msym({ok, _}, reltool_app_win:open_mod(AppPid, escript)),
87 wait_terminate([{sys,SysPid},{app,AppPid},{mod,ModPid}]),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/reltool/test/
H A Dreltool_wx_SUITE.erl66 {ok, AppPid} = ?msym({ok, _}, reltool_sys_win:open_app(SysPid, stdlib)),
67 erlang:monitor(process,AppPid),
68 {ok, ModPid} = ?msym({ok, _}, reltool_app_win:open_mod(AppPid, escript)),
87 wait_terminate([{sys,SysPid},{app,AppPid},{mod,ModPid}]),
/dports/lang/erlang/otp-OTP-24.1.7/lib/reltool/test/
H A Dreltool_wx_SUITE.erl66 {ok, AppPid} = ?msym({ok, _}, reltool_sys_win:open_app(SysPid, stdlib)),
67 erlang:monitor(process,AppPid),
68 {ok, ModPid} = ?msym({ok, _}, reltool_app_win:open_mod(AppPid, escript)),
87 wait_terminate([{sys,SysPid},{app,AppPid},{mod,ModPid}]),
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/taskmanager/package/contents/ui/
H A DTask.qml31 readonly property int pid: model.AppPid !== undefined ? model.AppPid : 0
163 …var sourceName = mpris2Source.sourceNameForLauncherUrl(model.LauncherUrlWithoutIcon, model.AppPid);
353 return model.AppPid !== undefined ? model.AppPid : 0;
H A DContextMenu.qml152 var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid));
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libtaskmanager/
H A Dabstracttasksmodel.h70 AppPid, /**< Application Process ID. This is provided best-effort, and may not enumerator
H A Dxwindowtasksmodel.cpp323 …s << Qt::DecorationRole << AppId << AppName << GenericName << LauncherUrl << AppPid << SkipTaskbar; in windowChanged()
676 } else if (role == AppPid) { in data()
H A Dwaylandtasksmodel.cpp455 } else if (role == AppPid) { in data()
/dports/www/plasma5-plasma-browser-integration/plasma-browser-integration-5.23.5/host/
H A Dsettings.cpp201 const auto pid = idx.data(TaskManager::AbstractTasksModel::AppPid).toLongLong(&ok); in setEnvironmentFromTasksModelIndex()
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/previews/
H A DToolTipInstance.qml34 …y int appPid: (typeof model !== 'undefined') && (typeof model.AppPid !== 'undefined') ? AppPid : -1
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/task/
H A DTaskItem.qml126 readonly property int pid: model && model.AppPid ? model.AppPid : -1
495 return model.AppPid;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/reltool/src/
H A Dreltool_sys_win.erl281 {value, #app_win{pid = AppPid}} =
283 reltool_utils:reply(ReplyTo, Ref, {ok, AppPid}),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/reltool/src/
H A Dreltool_sys_win.erl281 {value, #app_win{pid = AppPid}} =
283 reltool_utils:reply(ReplyTo, Ref, {ok, AppPid}),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_sys_win.erl281 {value, #app_win{pid = AppPid}} =
283 reltool_utils:reply(ReplyTo, Ref, {ok, AppPid}),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/reltool/src/
H A Dreltool_sys_win.erl281 {value, #app_win{pid = AppPid}} =
283 reltool_utils:reply(ReplyTo, Ref, {ok, AppPid}),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_sys_win.erl281 {value, #app_win{pid = AppPid}} =
283 reltool_utils:reply(ReplyTo, Ref, {ok, AppPid}),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_sys_win.erl281 {value, #app_win{pid = AppPid}} =
283 reltool_utils:reply(ReplyTo, Ref, {ok, AppPid}),
/dports/lang/erlang/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_sys_win.erl281 {value, #app_win{pid = AppPid}} =
283 reltool_utils:reply(ReplyTo, Ref, {ok, AppPid}),
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/
H A DContextMenu.qml176 var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid));