Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 134 for 01234567 (0.76 sec)

  1. src/math/big/ratconv.go

    // This file implements rat-to-string conversion functions.
    
    package big
    
    import (
    	"errors"
    	"fmt"
    	"io"
    	"strconv"
    	"strings"
    )
    
    func ratTok(ch rune) bool {
    	return strings.ContainsRune("+-/0123456789.eE", ch)
    }
    
    var ratZero Rat
    var _ fmt.Scanner = &ratZero // *Rat must implement fmt.Scanner
    
    // Scan is a support routine for fmt.Scanner. It accepts the formats
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_386.go

    	LINUX_REBOOT_CMD_CAD_ON          = 0x89abcdef
    	LINUX_REBOOT_CMD_HALT            = 0xcdef0123
    	LINUX_REBOOT_CMD_KEXEC           = 0x45584543
    	LINUX_REBOOT_CMD_POWER_OFF       = 0x4321fedc
    	LINUX_REBOOT_CMD_RESTART         = 0x1234567
    	LINUX_REBOOT_CMD_RESTART2        = 0xa1b2c3d4
    	LINUX_REBOOT_CMD_SW_SUSPEND      = 0xd000fce2
    	LINUX_REBOOT_MAGIC1              = 0xfee1dead
    	LINUX_REBOOT_MAGIC2              = 0x28121969
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  3. cmd/object-api-utils_test.go

    	}{
    		// cases which should pass the test.
    		// passing in valid bucket names.
    		{"lol", true},
    		{"1-this-is-valid", true},
    		{"1-this-too-is-valid-1", true},
    		{"this.works.too.1", true},
    		{"1234567", true},
    		{"123", true},
    		{"s3-eu-west-1.amazonaws.com", true},
    		{"ideas-are-more-powerful-than-guns", true},
    		{"testbucket", true},
    		{"1bucket", true},
    		{"bucket1", true},
    		{"a.b", true},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_amd64.go

    	LINUX_REBOOT_CMD_CAD_ON          = 0x89abcdef
    	LINUX_REBOOT_CMD_HALT            = 0xcdef0123
    	LINUX_REBOOT_CMD_KEXEC           = 0x45584543
    	LINUX_REBOOT_CMD_POWER_OFF       = 0x4321fedc
    	LINUX_REBOOT_CMD_RESTART         = 0x1234567
    	LINUX_REBOOT_CMD_RESTART2        = 0xa1b2c3d4
    	LINUX_REBOOT_CMD_SW_SUSPEND      = 0xd000fce2
    	LINUX_REBOOT_MAGIC1              = 0xfee1dead
    	LINUX_REBOOT_MAGIC2              = 0x28121969
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_arm.go

    	LINUX_REBOOT_CMD_CAD_ON          = 0x89abcdef
    	LINUX_REBOOT_CMD_HALT            = 0xcdef0123
    	LINUX_REBOOT_CMD_KEXEC           = 0x45584543
    	LINUX_REBOOT_CMD_POWER_OFF       = 0x4321fedc
    	LINUX_REBOOT_CMD_RESTART         = 0x1234567
    	LINUX_REBOOT_CMD_RESTART2        = 0xa1b2c3d4
    	LINUX_REBOOT_CMD_SW_SUSPEND      = 0xd000fce2
    	LINUX_REBOOT_MAGIC1              = 0xfee1dead
    	LINUX_REBOOT_MAGIC2              = 0x28121969
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  6. src/runtime/hash_test.go

    	if testing.Short() {
    		t.Skip("Skipping in short mode")
    	}
    	if race.Enabled {
    		t.Skip("Too long for race mode")
    	}
    	testenv.ParallelOn64Bit(t)
    	h := newHashSet()
    	permutation(t, h, []uint32{0, 1, 2, 3, 4, 5, 6, 7}, 8)
    	permutation(t, h, []uint32{0, 1 << 29, 2 << 29, 3 << 29, 4 << 29, 5 << 29, 6 << 29, 7 << 29}, 8)
    	permutation(t, h, []uint32{0, 1}, 20)
    	permutation(t, h, []uint32{0, 1 << 31}, 20)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 17:50:18 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  7. src/reflect/all_test.go

    				}
    			}
    		})
    	}
    }
    
    var _i = 7
    
    var valueToStringTests = []pair{
    	{123, "123"},
    	{123.5, "123.5"},
    	{byte(123), "123"},
    	{"abc", "abc"},
    	{T{123, 456.75, "hello", &_i}, "reflect_test.T{123, 456.75, hello, *int(&7)}"},
    	{new(chan *T), "*chan *reflect_test.T(&chan *reflect_test.T)"},
    	{[10]int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, "[10]int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_riscv64.go

    	LINUX_REBOOT_CMD_CAD_ON          = 0x89abcdef
    	LINUX_REBOOT_CMD_HALT            = 0xcdef0123
    	LINUX_REBOOT_CMD_KEXEC           = 0x45584543
    	LINUX_REBOOT_CMD_POWER_OFF       = 0x4321fedc
    	LINUX_REBOOT_CMD_RESTART         = 0x1234567
    	LINUX_REBOOT_CMD_RESTART2        = 0xa1b2c3d4
    	LINUX_REBOOT_CMD_SW_SUSPEND      = 0xd000fce2
    	LINUX_REBOOT_MAGIC1              = 0xfee1dead
    	LINUX_REBOOT_MAGIC2              = 0x28121969
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mips.go

    	LINUX_REBOOT_CMD_CAD_ON          = 0x89abcdef
    	LINUX_REBOOT_CMD_HALT            = 0xcdef0123
    	LINUX_REBOOT_CMD_KEXEC           = 0x45584543
    	LINUX_REBOOT_CMD_POWER_OFF       = 0x4321fedc
    	LINUX_REBOOT_CMD_RESTART         = 0x1234567
    	LINUX_REBOOT_CMD_RESTART2        = 0xa1b2c3d4
    	LINUX_REBOOT_CMD_SW_SUSPEND      = 0xd000fce2
    	LINUX_REBOOT_MAGIC1              = 0xfee1dead
    	LINUX_REBOOT_MAGIC2              = 0x28121969
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_mips64.go

    	LINUX_REBOOT_CMD_CAD_ON          = 0x89abcdef
    	LINUX_REBOOT_CMD_HALT            = 0xcdef0123
    	LINUX_REBOOT_CMD_KEXEC           = 0x45584543
    	LINUX_REBOOT_CMD_POWER_OFF       = 0x4321fedc
    	LINUX_REBOOT_CMD_RESTART         = 0x1234567
    	LINUX_REBOOT_CMD_RESTART2        = 0xa1b2c3d4
    	LINUX_REBOOT_CMD_SW_SUSPEND      = 0xd000fce2
    	LINUX_REBOOT_MAGIC1              = 0xfee1dead
    	LINUX_REBOOT_MAGIC2              = 0x28121969
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
Back to top