Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 77 for 39 (0.21 sec)

  1. android/guava/src/com/google/common/math/IntMath.java

      static int[] biggestBinomials = {
        Integer.MAX_VALUE,
        Integer.MAX_VALUE,
        65536,
        2345,
        477,
        193,
        110,
        75,
        58,
        49,
        43,
        39,
        37,
        35,
        34,
        34,
        33
      };
    
      /**
       * Returns the arithmetic mean of {@code x} and {@code y}, rounded towards negative infinity. This
       * method is overflow resilient.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 07 17:50:39 GMT 2024
    - 23.5K bytes
    - Viewed (0)
  2. api/go1.6.txt

    pkg debug/elf, const R_MIPS_TLS_DTPMOD32 = 38
    pkg debug/elf, const R_MIPS_TLS_DTPMOD32 R_MIPS
    pkg debug/elf, const R_MIPS_TLS_DTPMOD64 = 40
    pkg debug/elf, const R_MIPS_TLS_DTPMOD64 R_MIPS
    pkg debug/elf, const R_MIPS_TLS_DTPREL32 = 39
    pkg debug/elf, const R_MIPS_TLS_DTPREL32 R_MIPS
    pkg debug/elf, const R_MIPS_TLS_DTPREL64 = 41
    pkg debug/elf, const R_MIPS_TLS_DTPREL64 R_MIPS
    pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 = 44
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 13 23:40:13 GMT 2016
    - 12.9K bytes
    - Viewed (0)
  3. api/go1.19.txt

    pkg debug/elf, const R_LARCH_SOP_POP_32_S_5_20 R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_POP_32_U = 46 #46229
    pkg debug/elf, const R_LARCH_SOP_POP_32_U R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 = 39 #46229
    pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE = 23 #46229
    pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE R_LARCH #46229
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  4. docs/bucket/notifications/README.md

      log.Printf("Received message '%s\n", string(msg.Data)+"'")
     })
    
     // Keep the connection alive
     runtime.Goexit()
    }
    ```
    
    ```
    go run nats.go
    2016/10/12 06:39:18 Connected
    2016/10/12 06:39:18 Subscribing to subject 'bucketevents'
    ```
    
    Open another terminal and upload a JPEG image into `images` bucket.
    
    ```
    mc cp myphoto.jpg myminio/images
    ```
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  5. api/go1.1.txt

    pkg debug/dwarf, const AttrNamelistItem = 68
    pkg debug/dwarf, const AttrOrdering = 9
    pkg debug/dwarf, const AttrPriority = 69
    pkg debug/dwarf, const AttrProducer = 37
    pkg debug/dwarf, const AttrPrototyped = 39
    pkg debug/dwarf, const AttrRanges = 85
    pkg debug/dwarf, const AttrReturnAddr = 42
    pkg debug/dwarf, const AttrSegment = 70
    pkg debug/dwarf, const AttrSibling = 1
    pkg debug/dwarf, const AttrSpecification = 71
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. src/archive/tar/reader_test.go

    			PAXRecords: map[string]string{
    				"GNU.sparse.size":      "200",
    				"GNU.sparse.numblocks": "95",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/net/InetAddresses.java

        //   start->num => "num"     start->gap => "::"
        //   num->num   => ":num"    num->gap   => "::"
        //   gap->num   => "num"     gap->gap   => ""
        StringBuilder buf = new StringBuilder(39);
        boolean lastWasNumber = false;
        for (int i = 0; i < hextets.length; i++) {
          boolean thisIsNumber = hextets[i] >= 0;
          if (thisIsNumber) {
            if (lastWasNumber) {
              buf.append(':');
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Dec 15 19:31:54 GMT 2023
    - 44K bytes
    - Viewed (1)
  8. src/archive/tar/writer_test.go

    		"0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/333/file.txt",
    		"0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/33/34/35/36/37/38/39/40/file.txt",
    		"0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000/file.txt",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 27 16:39:23 GMT 2024
    - 38.7K bytes
    - Viewed (0)
  9. api/go1.11.txt

    pkg debug/elf, const R_RISCV_SET8 = 54
    pkg debug/elf, const R_RISCV_SET8 R_RISCV
    pkg debug/elf, const R_RISCV_SUB16 = 38
    pkg debug/elf, const R_RISCV_SUB16 R_RISCV
    pkg debug/elf, const R_RISCV_SUB32 = 39
    pkg debug/elf, const R_RISCV_SUB32 R_RISCV
    pkg debug/elf, const R_RISCV_SUB6 = 52
    pkg debug/elf, const R_RISCV_SUB6 R_RISCV
    pkg debug/elf, const R_RISCV_SUB64 = 40
    pkg debug/elf, const R_RISCV_SUB64 R_RISCV
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  10. okhttp/src/test/java/okhttp3/CallTest.kt

          .assertFailure("HTTP 204 had non-zero Content-Length: 39")
      }
    
      @Test
      fun http205WithBodyDisallowed() {
        server.enqueue(
          MockResponse(
            code = 205,
            body = "I'm not even supposed to be here today.",
          ),
        )
        executeSynchronously("/")
          .assertFailure("HTTP 205 had non-zero Content-Length: 39")
      }
    
      @Test
      fun httpWithExcessiveHeaders() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
Back to top