Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,054 for died (0.06 sec)

  1. src/compress/gzip/gunzip_test.go

    			"dead we take increased devotion to that cause for which they\n" +
    			"gave the last full measure of devotion —\n" +
    			"  that we here highly resolve that these dead shall not have\n" +
    			"died in vain — that this nation, under God, shall have a new\n" +
    			"birth of freedom — and that government of the people, by the\n" +
    			"people, for the people, shall not perish from this earth.\n" +
    			"\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	{126, "ENOKEY", "required key not available"},
    	{127, "EKEYEXPIRED", "key has expired"},
    	{128, "EKEYREVOKED", "key has been revoked"},
    	{129, "EKEYREJECTED", "key was rejected by service"},
    	{130, "EOWNERDEAD", "owner died"},
    	{131, "ENOTRECOVERABLE", "state not recoverable"},
    	{132, "ERFKILL", "operation not possible due to RF-kill"},
    	{133, "EHWPOISON", "memory page has hardware error"},
    }
    
    // Signal table
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	{126, "ENOKEY", "required key not available"},
    	{127, "EKEYEXPIRED", "key has expired"},
    	{128, "EKEYREVOKED", "key has been revoked"},
    	{129, "EKEYREJECTED", "key was rejected by service"},
    	{130, "EOWNERDEAD", "owner died"},
    	{131, "ENOTRECOVERABLE", "state not recoverable"},
    	{132, "ERFKILL", "operation not possible due to RF-kill"},
    	{133, "EHWPOISON", "memory page has hardware error"},
    }
    
    // Signal table
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  4. src/syscall/zerrors_darwin_arm64.go

    	99:  "not a STREAM",
    	100: "protocol error",
    	101: "STREAM ioctl timeout",
    	102: "operation not supported on socket",
    	103: "policy not found",
    	104: "state not recoverable",
    	105: "previous owner died",
    	106: "interface output queue is full",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    	5:  "trace/BPT trap",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  5. src/syscall/zerrors_aix_ppc64.go

    	88:  "disk quota exceeded",
    	89:  "invalid file system control data detected",
    	90:  "for future use ",
    	93:  "item is not local to host",
    	94:  "state not recoverable ",
    	95:  "previous owner died ",
    	109: "function not implemented",
    	110: "media surface error",
    	111: "I/O completed, but needs relocation",
    	112: "no attribute found",
    	113: "security Authentication Denied",
    	114: "not a Trusted Program",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  6. src/syscall/zerrors_darwin_amd64.go

    	99:  "not a STREAM",
    	100: "protocol error",
    	101: "STREAM ioctl timeout",
    	102: "operation not supported on socket",
    	103: "policy not found",
    	104: "state not recoverable",
    	105: "previous owner died",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    	5:  "trace/BPT trap",
    	6:  "abort trap",
    	7:  "EMT trap",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_386.go

    	124: "wrong medium type",
    	125: "operation canceled",
    	126: "required key not available",
    	127: "key has expired",
    	128: "key has been revoked",
    	129: "key was rejected by service",
    	130: "owner died",
    	131: "state not recoverable",
    	132: "operation not possible due to RF-kill",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_solaris_amd64.go

    	52:  "message tables full",
    	53:  "anode table overflow",
    	54:  "bad request code",
    	55:  "invalid slot",
    	56:  "file locking deadlock",
    	57:  "bad font file format",
    	58:  "owner of the lock died",
    	59:  "lock is not recoverable",
    	60:  "not a stream device",
    	61:  "no data available",
    	62:  "timer expired",
    	63:  "out of stream resources",
    	64:  "machine is not on the network",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_amd64.go

    	124: "wrong medium type",
    	125: "operation canceled",
    	126: "required key not available",
    	127: "key has expired",
    	128: "key has been revoked",
    	129: "key was rejected by service",
    	130: "owner died",
    	131: "state not recoverable",
    	132: "operation not possible due to RF-kill",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{90, "ESYSERROR", "for future use "},
    	{93, "EREMOTE", "item is not local to host"},
    	{94, "ENOTRECOVERABLE", "state not recoverable "},
    	{95, "EOWNERDEAD", "previous owner died "},
    	{109, "ENOSYS", "function not implemented"},
    	{110, "EMEDIA", "media surface error"},
    	{111, "ESOFT", "I/O completed, but needs relocation"},
    	{112, "ENOATTR", "no attribute found"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top