Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 169 for Discovered (0.29 sec)

  1. src/cmd/link/internal/loader/loader.go

    // and creates a new external symbol payload that is a clone with
    // respect to name, version, type, relocations, etc. The idea here
    // is that if the linker decides it wants to update the contents of
    // a symbol originally discovered as part of an object file, it's
    // easier to do this if we make the updates to an external symbol
    // payload.
    func (l *Loader) cloneToExternal(symIdx Sym) {
    	if l.IsExternal(symIdx) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.13.md

    - The `kubectl plugin list` command now displays discovered plugin paths in the same order as they are found in a user's PATH variable. ([#70443](https://github.com/kubernetes/kubernetes/pull/70443), [@juanvallejo](https://github.com/juanvallejo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    compound than the Sun's direct Light. And Light thus far simple and homogeneal, is sufficient for trying all the Experiments in this Book about simple Light. For the Composition of heterogeneal Rays is in this Light so little, that it is scarce to be discovered and perceiv'd by Sense, except perhaps in the indigo and violet. For these being dark Colours do easily suffer a sensible Allay by that little scattering Light which uses to be refracted irregularly by the Inequalities of the Prism. Yet instead...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    thus far simple and homogeneal, is sufficient for trying all the
    Experiments in this Book about simple Light. For the Composition of
    heterogeneal Rays is in this Light so little, that it is scarce to be
    discovered and perceiv'd by Sense, except perhaps in the indigo and
    violet. For these being dark Colours do easily suffer a sensible Allay
    by that little scattering Light which uses to be refracted irregularly
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. pkg/quota/v1/evaluator/core/pods.go

    	uncoveredScopes := []corev1.ScopedResourceSelectorRequirement{}
    	for _, selector := range limitedScopes {
    		isCovered := false
    		for _, matchedScopeSelector := range matchedQuotaScopes {
    			if matchedScopeSelector.ScopeName == selector.ScopeName {
    				isCovered = true
    				break
    			}
    		}
    
    		if !isCovered {
    			uncoveredScopes = append(uncoveredScopes, selector)
    		}
    	}
    	return uncoveredScopes, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 05 00:02:47 UTC 2023
    - 17.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    * [alpha] Improve Flex volume deployment
    
      * Flex volume driver deployment is simplified in the following ways:
    
        * New driver files can now be automatically discovered and initialized without requiring a kubelet or controller-manager restart.
    
        * A sample DaemonSet to deploy Flexvolume drivers is now available.
    
    * [prototype] Volume snapshots
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                      number and cluster size to projectcalico.org. Logs warnings returned
                      by the usage server. For example, if a significant security vulnerability
                      has been discovered in the version of Calico being used. [Default:
                      true]'
                    type: boolean
                  usageReportingInitialDelay:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    ## Important Security Information
    
    This release contains changes that address the following vulnerabilities:
    
    ### CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access
    
    A security issue was discovered in Kubernetes where a user may be able to
    create a container with subpath volume mounts to access files &
    directories outside of the volume, including on the host filesystem.
    
    **Affected Versions**:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/analysis/resource_value_typed_analyzer.cc

    // control flow ops.
    // TODO(ashwinm): Move to iterative traversal.
    LogicalResult ResourceAnalyzer::AnalyzeRegion(Region& region) {
      // Avoid infinite recursion.
      if (!discovered_.insert(&region).second) {
        return success();
      }
    
      region.walk([&](Operation* op) {
        if (isa<TF::ReadVariableOp, func::ReturnOp, YieldOp>(op)) {
          return;
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

    ## Important Security Information
    
    This release contains changes that address the following vulnerabilities:
    
    ### CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access
    
    A security issue was discovered in Kubernetes where a user may be able to
    create a container with subpath volume mounts to access files &
    directories outside of the volume, including on the host filesystem.
    
    **Affected Versions**:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top