Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 76 for 38 (0.19 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/idn/Punycode.kt

     */
    object Punycode {
      val PREFIX_STRING = "xn--"
      val PREFIX = PREFIX_STRING.encodeUtf8()
    
      private const val BASE = 36
      private const val TMIN = 1
      private const val TMAX = 26
      private const val SKEW = 38
      private const val DAMP = 700
      private const val INITIAL_BIAS = 72
      private const val INITIAL_N = 0x80
    
      /**
       * Returns null if any label is oversized so much that the encoder cannot encode it without
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 03 03:04:50 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js

    hlightedUnit){this.hideWidget();break}this.highlightNextUnit()}a.preventDefault(),this.updateFromElementVal();break;case 27:this.updateFromElementVal();break;case 37:a.preventDefault(),this.highlightPrevUnit(),this.updateFromElementVal();break;case 38:switch(a.preventDefault(),this.highlightedUnit){case"hour":this.incrementHour(),this.highlightHour();break;case"minute":this.incrementMinute(),this.highlightMinute();break;case"second":this.incrementSecond(),this.highlightSecond();break;case"meridi...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 18.2K bytes
    - Viewed (0)
  3. src/archive/tar/reader_test.go

    		tests: []testFnc{
    			testRemaining{50, 50},
    			testRead{7, "hello, ", nil},
    			testRemaining{43, 43},
    			testRead{5, "world", nil},
    			testRemaining{38, 38},
    			testWriteTo{nil, 0, io.ErrUnexpectedEOF},
    			testRead{1, "", io.ErrUnexpectedEOF},
    			testRemaining{38, 38},
    		},
    	}, {
    		maker: makeReg{"hello, world", 5},
    		tests: []testFnc{
    			testRemaining{5, 5},
    			testRead{0, "", nil},
    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)
  4. docs/de/docs/how-to/custom-docs-ui-assets.md

    ### Eine *Pfadoperation* erstellen, um es zu testen
    
    Um nun testen zu können, ob alles funktioniert, erstellen Sie eine *Pfadoperation*:
    
    ```Python hl_lines="36-38"
    {!../../../docs_src/custom_docs_ui/tutorial001.py!}
    ```
    
    ### Es ausprobieren
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 18:17:36 GMT 2024
    - 9.2K bytes
    - Viewed (0)
  5. cmd/object-api-listobjects_test.go

    		37: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "foo/201910/1112"},
    				{Name: "foo/201910/1122"},
    			},
    		},
    		// ListObjectsResult-38 list with prefix match 1 level deep
    		38: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "foo/201910/1112"},
    				{Name: "foo/201910/1122"},
    				{Name: "foo/201910/2112"},
    				{Name: "foo/201910_txt"},
    			},
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jan 30 20:43:25 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  6. api/go1.10.txt

    pkg debug/elf, const R_386_IRELATIVE R_386
    pkg debug/elf, const R_386_PC16 = 21
    pkg debug/elf, const R_386_PC16 R_386
    pkg debug/elf, const R_386_PC8 = 23
    pkg debug/elf, const R_386_PC8 R_386
    pkg debug/elf, const R_386_SIZE32 = 38
    pkg debug/elf, const R_386_SIZE32 R_386
    pkg debug/elf, const R_386_TLS_DESC = 41
    pkg debug/elf, const R_386_TLS_DESC R_386
    pkg debug/elf, const R_386_TLS_DESC_CALL = 40
    pkg debug/elf, const R_386_TLS_DESC_CALL R_386
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/hash/HashingTest.java

       *
       */
      public void testConsistentHash_linearCongruentialGeneratorCompatibility() {
        int[] golden100 = {
          0, 55, 62, 8, 45, 59, 86, 97, 82, 59,
          73, 37, 17, 56, 86, 21, 90, 37, 38, 83
        };
        for (int i = 0; i < golden100.length; i++) {
          assertEquals(golden100[i], Hashing.consistentHash(i, 100));
        }
        assertEquals(6, Hashing.consistentHash(10863919174838991L, 11));
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 26.5K bytes
    - Viewed (0)
  8. cmd/apierrorcode_string.go

    	_ = x[ErrMissingSecurityHeader-33]
    	_ = x[ErrNoSuchBucket-34]
    	_ = x[ErrNoSuchBucketPolicy-35]
    	_ = x[ErrNoSuchBucketLifecycle-36]
    	_ = x[ErrNoSuchLifecycleConfiguration-37]
    	_ = x[ErrInvalidLifecycleWithObjectLock-38]
    	_ = x[ErrNoSuchBucketSSEConfig-39]
    	_ = x[ErrNoSuchCORSConfiguration-40]
    	_ = x[ErrNoSuchWebsiteConfiguration-41]
    	_ = x[ErrReplicationConfigurationNotFoundError-42]
    	_ = x[ErrRemoteDestinationNotFoundError-43]
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  9. api/go1.7.txt

    pkg debug/elf, const R_390_TLS_GD32 = 40
    pkg debug/elf, const R_390_TLS_GD32 R_390
    pkg debug/elf, const R_390_TLS_GD64 = 41
    pkg debug/elf, const R_390_TLS_GD64 R_390
    pkg debug/elf, const R_390_TLS_GDCALL = 38
    pkg debug/elf, const R_390_TLS_GDCALL R_390
    pkg debug/elf, const R_390_TLS_GOTIE12 = 42
    pkg debug/elf, const R_390_TLS_GOTIE12 R_390
    pkg debug/elf, const R_390_TLS_GOTIE20 = 60
    pkg debug/elf, const R_390_TLS_GOTIE20 R_390
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Jun 28 15:08:11 GMT 2016
    - 13.6K bytes
    - Viewed (0)
  10. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

     
    diff --git a/sysdeps/unix/sysv/linux/if_index.c b/sysdeps/unix/sysv/linux/if_index.c
    index 8ba5eae..b620d21 100644
    --- a/sysdeps/unix/sysv/linux/if_index.c
    +++ b/sysdeps/unix/sysv/linux/if_index.c
    @@ -38,12 +38,19 @@ __if_nametoindex (const char *ifname)
       return 0;
     #else
       struct ifreq ifr;
    +  if (strlen (ifname) >= IFNAMSIZ)
    +    {
    +      __set_errno (ENODEV);
    +      return 0;
    +    }
    +
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top