Home
last modified time | relevance | path

Searched defs:process (Results 1 – 25 of 10642) sorted by relevance

12345678910>>...426

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/imap/
H A Dhandler_modules.php16 public function process() { function in Hm_Handler_imap_forward_attachments
67 public function process() { function in Hm_Handler_imap_folder_status
87 public function process() { function in Hm_Handler_process_imap_per_page_setting
100 public function process() { function in Hm_Handler_process_sent_source_max_setting
113 public function process() { function in Hm_Handler_process_simple_msg_parts
129 public function process() { function in Hm_Handler_process_msg_part_icons
145 public function process() { function in Hm_Handler_process_text_only_setting
161 public function process() { function in Hm_Handler_process_sent_since_setting
171 public function process() { function in Hm_Handler_imap_process_move
219 public function process() { function in Hm_Handler_imap_save_sent
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/core/
H A Dhandler_modules.php17 public function process() { function in Hm_Handler_check_folder_icon_setting
30 public function process() { function in Hm_Handler_process_pw_update
104 public function process() { function in Hm_Handler_check_missing_passwords
153 public function process() { function in Hm_Handler_close_session_early
166 public function process() { function in Hm_Handler_http_headers
199 public function process() { function in Hm_Handler_process_mailto_handler_setting
215 public function process() { function in Hm_Handler_process_list_style_setting
234 public function process() { function in Hm_Handler_process_start_page_setting
253 public function process() { function in Hm_Handler_process_hide_folder_icons
269 public function process() { function in Hm_Handler_process_show_list_icons
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jbenet/goprocess/
H A Dimpl-mutex.go8 type process struct { struct
14 closing chan struct{} // closed once close starts.
18 sync.Mutex
36 func (p *process) WaitFor(q Process) {
85 func (p *process) AddChild(child Process) {
125 func (p *process) Go(f ProcessFunc) Process {
165 func (p *process) Close() error {
182 func (p *process) Closing() <-chan struct{} {
186 func (p *process) Closed() <-chan struct{} {
190 func (p *process) Err() error {
[all …]
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dtop.h82 struct process { struct
83 struct process *next; argument
84 struct process *previous; argument
86 pid_t pid;
87 char *name;
88 char *basename;
89 uid_t uid;
113 struct sorted_process { argument
116 struct process *proc; argument
/dports/sysutils/conky/conky-1.12.2/src/
H A Dtop.h82 struct process { struct
83 struct process *next; argument
84 struct process *previous; argument
86 pid_t pid;
87 char *name;
88 char *basename;
89 uid_t uid;
113 struct sorted_process { argument
116 struct process *proc; argument
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Duxproc.h32 struct process struct
39 enum process_status raw_status; argument
40 enum process_status status; argument
41 enum process_jc_status jc_status; argument
44 #define PROCESS_ID(process) ((process_table [(process)]) . id) argument
45 #define PROCESS_TICK(process) ((process_table [(process)]) . tick) argument
46 #define PROCESS_SYNC_TICK(process) ((process_table [(process)]) . sync_tick) argument
47 #define PROCESS_RAW_REASON(process) ((process_table [(process)]) . raw_reason) argument
48 #define PROCESS_REASON(process) ((process_table [(process)]) . reason) argument
50 #define PROCESS_STATUS(process) ((process_table [(process)]) . status) argument
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/event/
H A Dprocess.h18 struct process { struct
24 uint64_t stopped_time; // process_stop() timestamp argument
29 /// Exit handler. If set, user must call process_free(). argument
30 process_exit_cb cb; argument
31 internal_process_cb internal_exit_cb, internal_close_cb; argument
37 static inline Process process_init(Loop *loop, ProcessType type, void *data) in process_init() argument
/dports/devel/dev86/dev86-0.16.20/doselks/
H A Ddoselks.h59 struct process struct
79 struct process * next; argument
102 extern struct process * proc; argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/
H A Dprocess.go13 type process struct { struct
14 p *hcs.Process
15 waitOnce sync.Once
16 waitCh chan struct{}
17 waitErr error
21 func (process *process) Pid() int {
26 func (process *process) Kill() error {
38 func (process *process) Wait() error {
64 func (process *process) ExitCode() (int, error) {
90 func (process *process) CloseStdin() error {
[all …]

12345678910>>...426