Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,575 for halted (0.14 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/internal/ReactorBuildStatus.java

                }
            }
        }
    
        public void halt() {
            halted = true;
        }
    
        public boolean isHalted() {
            return halted;
        }
    
        public boolean isHaltedOrBlacklisted(MavenProject mavenProject) {
            return isBlackListed(mavenProject) || isHalted();
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. src/syscall/zerrors_windows.go

    	EKEYREVOKED - APPLICATION_ERROR:     "key has been revoked",
    	EL2HLT - APPLICATION_ERROR:          "level 2 halted",
    	EL2NSYNC - APPLICATION_ERROR:        "level 2 not synchronized",
    	EL3HLT - APPLICATION_ERROR:          "level 3 halted",
    	EL3RST - APPLICATION_ERROR:          "level 3 reset",
    	ELIBACC - APPLICATION_ERROR:         "can not access a needed shared library",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10K bytes
    - Viewed (0)
  3. src/syscall/tables_js.go

    	EL3HLT          Errno = 46      /* Level 3 halted */
    	EL3RST          Errno = 47      /* Level 3 reset */
    	ELNRNG          Errno = 48      /* Link number out of range */
    	EUNATCH         Errno = 49      /* Protocol driver not attached */
    	ENOCSI          Errno = 50      /* No CSI structure available */
    	EL2HLT          Errno = 51      /* Level 2 halted */
    	EBADE           Errno = 52      /* Invalid exchange */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 19.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/example/types.go

    	// If this value is nil, the default grace period will be used instead.
    	// The grace period is the duration in seconds after the processes running in the pod are sent
    	// a termination signal and the time when the processes are forcibly halted with a kill signal.
    	// Set this value longer than the expected cleanup time for your process.
    	// +optional
    	TerminationGracePeriodSeconds *int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 03 06:34:52 UTC 2019
    - 5.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/types.go

    	// The grace period is the duration in seconds after the processes running in the carp are sent
    	// a termination signal and the time when the processes are forcibly halted with a kill signal.
    	// Set this value longer than the expected cleanup time for your process.
    	// +optional
    	TerminationGracePeriodSeconds *int64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 03 06:34:52 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	{38, "EL2NSYNC", "level 2 not synchronized"},
    	{39, "EL3HLT", "level 3 halted"},
    	{40, "EL3RST", "level 3 reset"},
    	{41, "ELNRNG", "link number out of range"},
    	{42, "EUNATCH", "protocol driver not attached"},
    	{43, "ENOCSI", "no CSI structure available"},
    	{44, "EL2HLT", "level 2 halted"},
    	{45, "EDEADLK", "resource deadlock avoided"},
    	{46, "ENOLCK", "no locks available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	{38, "EL2NSYNC", "level 2 not synchronized"},
    	{39, "EL3HLT", "level 3 halted"},
    	{40, "EL3RST", "level 3 reset"},
    	{41, "ELNRNG", "link number out of range"},
    	{42, "EUNATCH", "protocol driver not attached"},
    	{43, "ENOCSI", "no CSI structure available"},
    	{44, "EL2HLT", "level 2 halted"},
    	{45, "EDEADLK", "resource deadlock avoided"},
    	{46, "ENOLCK", "no locks available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	{45, "EL2NSYNC", "level 2 not synchronized"},
    	{46, "EL3HLT", "level 3 halted"},
    	{47, "EL3RST", "level 3 reset"},
    	{48, "ELNRNG", "link number out of range"},
    	{49, "EUNATCH", "protocol driver not attached"},
    	{50, "ENOCSI", "no CSI structure available"},
    	{51, "EL2HLT", "level 2 halted"},
    	{52, "EBADE", "invalid exchange"},
    	{53, "EBADR", "invalid request descriptor"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	{45, "EL2NSYNC", "level 2 not synchronized"},
    	{46, "EL3HLT", "level 3 halted"},
    	{47, "EL3RST", "level 3 reset"},
    	{48, "ELNRNG", "link number out of range"},
    	{49, "EUNATCH", "protocol driver not attached"},
    	{50, "ENOCSI", "no CSI structure available"},
    	{51, "EL2HLT", "level 2 halted"},
    	{52, "EBADE", "invalid exchange"},
    	{53, "EBADR", "invalid request descriptor"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	{45, "EL2NSYNC", "level 2 not synchronized"},
    	{46, "EL3HLT", "level 3 halted"},
    	{47, "EL3RST", "level 3 reset"},
    	{48, "ELNRNG", "link number out of range"},
    	{49, "EUNATCH", "protocol driver not attached"},
    	{50, "ENOCSI", "no CSI structure available"},
    	{51, "EL2HLT", "level 2 halted"},
    	{52, "EBADE", "invalid exchange"},
    	{53, "EBADR", "invalid request descriptor"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
Back to top