Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for Brown (0.03 sec)

  1. api/except.txt

    pkg syscall (openbsd-386), type Dirent struct, Fileno uint32
    pkg syscall (openbsd-386), type FdSet struct, Bits [32]int32
    pkg syscall (openbsd-386), type Kevent_t struct, Data int32
    pkg syscall (openbsd-386), type Mclpool struct, Grown uint32
    pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32
    pkg syscall (openbsd-386), type Stat_t struct, Ino uint32
    pkg syscall (openbsd-386), type Stat_t struct, Lspare0 int32
    Registered: 2025-05-27 11:13
    - Last Modified: 2024-06-16 23:08
    - 34.8K bytes
    - Viewed (0)
  2. src/bytes/buffer.go

    	return nil
    }
    
    // WriteRune appends the UTF-8 encoding of Unicode code point r to the
    // buffer, returning its length and an error, which is always nil but is
    // included to match [bufio.Writer]'s WriteRune. The buffer is grown as needed;
    // if it becomes too large, WriteRune will panic with [ErrTooLarge].
    func (b *Buffer) WriteRune(r rune) (n int, err error) {
    	// Compare as uint32 to correctly handle negative runes.
    	if uint32(r) < utf8.RuneSelf {
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-05-19 17:38
    - 16K bytes
    - Viewed (0)
  3. src/bytes/buffer_test.go

    func (r panicReader) Read(p []byte) (int, error) {
    	if r.panic {
    		panic("oops")
    	}
    	return 0, io.EOF
    }
    
    // Make sure that an empty Buffer remains empty when
    // it is "grown" before a Read that panics
    func TestReadFromPanicReader(t *testing.T) {
    
    	// First verify non-panic behaviour
    	var buf Buffer
    	i, err := buf.ReadFrom(panicReader{})
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-05-19 16:13
    - 18.6K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F7DA..1F7DF  ; disallowed                             # NA   <reserved-1F7DA>..<reserved-1F7DF>
    1F7E0..1F7EB  ; valid                  ;      ; NV8    # 12.0 LARGE ORANGE CIRCLE..LARGE BROWN SQUARE
    1F7EC..1F7EF  ; disallowed                             # NA   <reserved-1F7EC>..<reserved-1F7EF>
    1F7F0         ; valid                  ;      ; NV8    # 14.0 HEAVY EQUALS SIGN
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-02-10 11:25
    - 854.1K bytes
    - Viewed (0)
  5. api/go1.3.txt

    pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32
    pkg syscall (openbsd-386), type Kevent_t struct, Data int64
    pkg syscall (openbsd-386), type Mclpool struct, Grown int32
    pkg syscall (openbsd-386), type RtMetrics struct, Expire int64
    pkg syscall (openbsd-386), type RtMetrics struct, Pad uint32
    pkg syscall (openbsd-386), type Stat_t struct, Ino uint64
    Registered: 2025-05-27 11:13
    - Last Modified: 2014-06-02 02:45
    - 117K bytes
    - Viewed (0)
  6. src/main/webapp/css/font-awesome.min.css

    mbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{co...
    Registered: 2025-05-26 08:04
    - Last Modified: 2019-12-14 21:22
    - 55.8K bytes
    - Viewed (2)
  7. src/main/webapp/css/admin/font-awesome.min.css

    mbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{co...
    Registered: 2025-05-26 08:04
    - Last Modified: 2019-12-14 21:22
    - 55.8K bytes
    - Viewed (0)
  8. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    cr
    cr.it
    cr.ua
    craft.me
    cranky.jp
    crap.jp
    crd.co
    credit
    creditcard
    creditunion
    cremona.it
    crew.aero
    cri.br
    cri.nz
    cricket
    crimea.ua
    crotone.it
    crown
    crs
    cruise
    cruises
    cs.in
    cs.it
    cs.keliweb.cloud
    csb.app
    csx.cc
    ct.it
    ct.us
    ctfcloud.net
    cu
    cuiaba.br
    cuisinella
    cuneo.it
    curitiba.br
    curv.dev
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-05-27 22:00
    - 129.6K bytes
    - Viewed (1)
  9. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

         * cause a concurrent read operation to see inconsistent data. This is made easier by the
         * nature of the read operations in Map. For example, no operation can reveal that the table
         * has grown but the threshold has not yet been updated, so there are no atomicity requirements
         * for this with respect to reads.
         *
         * As a guide, all critical volatile reads and writes to the count field are marked in code
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-02-19 21:24
    - 90.4K bytes
    - Viewed (0)
  10. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    cr
    cr.it
    cr.ua
    craft.me
    cranky.jp
    crap.jp
    crd.co
    credit
    creditcard
    creditunion
    cremona.it
    crew.aero
    cri.br
    cri.nz
    cricket
    crimea.ua
    crotone.it
    crown
    crs
    cruise
    cruises
    cs.in
    cs.it
    cs.keliweb.cloud
    csb.app
    csx.cc
    ct.it
    ct.us
    ctfcloud.net
    cu
    cuiaba.br
    cuisinella
    cuneo.it
    curitiba.br
    curv.dev
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-31 14:50
    - 129.6K bytes
    - Viewed (1)
Back to top