Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for regabi (0.21 sec)

  1. android/guava/src/com/google/common/io/BaseEncoding.java

       *     lower-case characters
       */
      public abstract BaseEncoding lowerCase();
    
      /**
       * Returns an encoding that behaves equivalently to this encoding, but decodes letters without
       * regard to case.
       *
       * @throws IllegalStateException if the alphabet used by this encoding contains mixed upper- and
       *     lower-case characters
       * @since 32.0.0
       */
      public abstract BaseEncoding ignoreCase();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Mar 15 16:33:32 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. guava/src/com/google/common/io/BaseEncoding.java

       *     lower-case characters
       */
      public abstract BaseEncoding lowerCase();
    
      /**
       * Returns an encoding that behaves equivalently to this encoding, but decodes letters without
       * regard to case.
       *
       * @throws IllegalStateException if the alphabet used by this encoding contains mixed upper- and
       *     lower-case characters
       * @since 32.0.0
       */
      public abstract BaseEncoding ignoreCase();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Mar 15 16:33:32 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    For Gradle 7.0, those warnings are now errors and will fail the build.
    
    ==== Change in behavior when there's a strict version conflict with a local project
    
    Previous Gradle releases had an inconsistent behavior in regard to conflict resolution in a particular configuration:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    //  7. The queueset interface allows StartRequest 2 to return `nil` in this situation,
    //     if the scheduler gets the cancel done before StartRequest finishes;
    //     the test handles this without regard to whether the implementation will ever do that.
    //  8. Check that the above took exactly 1 second.
    func TestContextCancel(t *testing.T) {
    	metrics.Register()
    	metrics.Reset()
    	now := time.Now()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/mips/asm0.go

    	{AMOVW, C_REG, C_NONE, C_SEXT, 7, 4, REGSB, sys.MIPS64, 0},
    	{AMOVWU, C_REG, C_NONE, C_SEXT, 7, 4, REGSB, sys.MIPS64, 0},
    	{AMOVV, C_REG, C_NONE, C_SEXT, 7, 4, REGSB, sys.MIPS64, 0},
    	{AMOVB, C_REG, C_NONE, C_SEXT, 7, 4, REGSB, sys.MIPS64, 0},
    	{AMOVBU, C_REG, C_NONE, C_SEXT, 7, 4, REGSB, sys.MIPS64, 0},
    	{AMOVWL, C_REG, C_NONE, C_SEXT, 7, 4, REGSB, sys.MIPS64, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  6. src/runtime/map.go

    			// Check the current hash table for the data.
    			// This code handles the case where the key
    			// has been deleted, updated, or deleted and reinserted.
    			// NOTE: we need to regrab the key as it has potentially been
    			// updated to an equal() but not identical key (e.g. +0.0 vs -0.0).
    			rk, re := mapaccessK(t, h, k)
    			if rk == nil {
    				continue // key has been deleted
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        assertThat(requestA.sequenceNumber).isEqualTo(0)
        val requestB = server.takeRequest()
        assertThat(requestB.sequenceNumber).isEqualTo(1)
      }
    
      /**
       * The RFC is unclear in this regard as it only specifies that this should invalidate the cache
       * entry (if any).
       */
      @Test
      fun bodyPermittedOnDelete() {
        server.enqueue(MockResponse())
        val response =
          getResponse(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/opGen.go

    var registers386 = [...]Register{
    	{0, x86.REG_AX, 0, "AX"},
    	{1, x86.REG_CX, 1, "CX"},
    	{2, x86.REG_DX, 2, "DX"},
    	{3, x86.REG_BX, 3, "BX"},
    	{4, x86.REGSP, -1, "SP"},
    	{5, x86.REG_BP, 4, "BP"},
    	{6, x86.REG_SI, 5, "SI"},
    	{7, x86.REG_DI, 6, "DI"},
    	{8, x86.REG_X0, -1, "X0"},
    	{9, x86.REG_X1, -1, "X1"},
    	{10, x86.REG_X2, -1, "X2"},
    	{11, x86.REG_X3, -1, "X3"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  9. CREDITS

    purpose with or without fee is hereby granted, provided that the above
    copyright notice and this permission notice appear in all copies.
    
    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  10. RELEASE.md

        layers. Specifically, the previous variable names "weights" and "biases"
        have been changed to "kernel" and "bias", respectively. This may cause
        backward incompatibility with regard to your old checkpoints containing such
        RNN cells, in which case you can use the tool
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top