Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 127 for subTable (0.34 sec)

  1. guava/src/com/google/common/primitives/UnsignedBytes.java

                && theUnsafe.arrayIndexScale(byte[].class) == 1)) {
              throw new Error(); // force fallback to PureJavaComparator
            }
          }
    
          /**
           * Returns a sun.misc.Unsafe. Suitable for use in a 3rd party package. Replace with a simple
           * call to Unsafe.getUnsafe when integrating into a jdk.
           *
           * @return a sun.misc.Unsafe
           */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt

    Steward has the right to modify this Agreement. The Eclipse Foundation
    is the initial Agreement Steward. The Eclipse Foundation may assign the
    responsibility to serve as the Agreement Steward to a suitable separate
    entity. Each new version of the Agreement will be given a distinguishing
    version number. The Program (including Contributions) may always be
    Distributed subject to the version of the Agreement under which it was
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/collect/testing/Helpers.java

          public @Nullable Object[] toArray() {
            return data.toArray();
          }
        };
      }
    
      /**
       * Returns a "nefarious" map entry with the specified key and value, meaning an entry that is
       * suitable for testing that map entries cannot be modified via a nefarious implementation of
       * equals. This is used for testing unmodifiable collections of map entries; for example, it
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  4. src/crypto/cipher/gcm.go

    type gcmAble interface {
    	NewGCM(nonceSize, tagSize int) (AEAD, error)
    }
    
    // gcmFieldElement represents a value in GF(2¹²⁸). In order to reflect the GCM
    // standard and make binary.BigEndian suitable for marshaling these values, the
    // bits are stored in big endian order. For example:
    //
    //	the coefficient of x⁰ can be obtained by v.low >> 63.
    //	the coefficient of x⁶³ can be obtained by v.low & 1.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  5. src/cmd/gofmt/gofmt.go

    func (s *sequencer) AddReport(err error) {
    	s.Add(0, func(*reporter) error { return err })
    }
    
    // GetExitCode waits for all previously-added tasks to complete, then returns an
    // exit code for the sequence suitable for passing to os.Exit.
    func (s *sequencer) GetExitCode() int {
    	c := make(chan int, 1)
    	s.Add(0, func(r *reporter) error {
    		c <- r.ExitCode()
    		return nil
    	})
    	return <-c
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/primitives/UnsignedBytes.java

                && theUnsafe.arrayIndexScale(byte[].class) == 1)) {
              throw new Error(); // force fallback to PureJavaComparator
            }
          }
    
          /**
           * Returns a sun.misc.Unsafe. Suitable for use in a 3rd party package. Replace with a simple
           * call to Unsafe.getUnsafe when integrating into a jdk.
           *
           * @return a sun.misc.Unsafe
           */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/api.go

    	// FileVersions maps a file to its Go version string.
    	// If the file doesn't specify a version, the reported
    	// string is Config.GoVersion.
    	// Version strings begin with “go”, like “go1.21”, and
    	// are suitable for use with the [go/version] package.
    	FileVersions map[*syntax.PosBase]string
    }
    
    func (info *Info) recordTypes() bool {
    	return info.Types != nil || info.StoreTypesInSyntax
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  8. src/go/types/api.go

    	// FileVersions maps a file to its Go version string.
    	// If the file doesn't specify a version, the reported
    	// string is Config.GoVersion.
    	// Version strings begin with “go”, like “go1.21”, and
    	// are suitable for use with the [go/version] package.
    	FileVersions map[*ast.File]string
    }
    
    func (info *Info) recordTypes() bool {
    	return info.Types != nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  9. pkg/kube/util.go

    	}
    
    	return clientcmd.NewNonInteractiveDeferredLoadingClientConfig(loadingRules, configOverrides)
    }
    
    // NewUntrustedRestConfig returns the rest.Config for the given kube config context.
    // This is suitable for access to remote clusters from untrusted kubeConfig inputs.
    // The kubeconfig is sanitized and unsafe auth methods are denied.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  10. pkg/config/analysis/msg/messages.yaml

          - name: annotation
            type: string
          - name: extra
            type: string
    
      - name: "AlphaAnnotation"
        code: IST0136
        level: Info
        description: "An Istio annotation may not be suitable for production."
        template: "Annotation %q is part of an alpha-phase feature and may be incompletely supported."
        args:
          - name: annotation
            type: string
    
      - name: "DeploymentConflictingPorts"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top