Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 70 for somme (0.11 sec)

  1. src/reflect/value.go

    	// The remaining 22+ bits give a method number for method values.
    	// If flag.kind() != Func, code can assume that flagMethod is unset.
    	flag
    
    	// A method value represents a curried method invocation
    	// like r.Read for some receiver r. The typ+val+flag bits describe
    	// the receiver r, but the flag's Kind bits say Func (methods are
    	// functions), and the top bits of the flag give the method number
    	// in r's type's method table.
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	// If the skip function returns true, no copy is required.
    	// If the copy function returns nil, no copy is required.
    	// The Copy method will do the right thing if copy returns nil
    	// for some components of an AST but not others, so a good
    	// copy function will only return non-nil for AST values that
    	// need to change.
    	// Copy itself returns either a copy or nil.
    	Copy(copy func(AST) AST, skip func(AST) bool) AST
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods_test.go

    fe00::0	ip6-mcastprefix
    fe00::1	ip6-allnodes
    fe00::2	ip6-allrouters
    123.45.67.89	some.domain
    `,
    			expectedHostsFileContent: `# Kubernetes-managed hosts file (host network).
    # hosts file for testing.
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    fe00::0	ip6-localnet
    fe00::0	ip6-mcastprefix
    fe00::1	ip6-allnodes
    fe00::2	ip6-allrouters
    123.45.67.89	some.domain
    `,
    		},
    		{
    			hostsFileName: "hosts_test_file2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                    break
                case 'changed':
                    outputDir1.file("dir1.classes.dir/child.txt") << "different"
                    break
                case 'added':
                    outputDir1.file("some-unrelated-file.txt") << "added"
                    break
                default:
                    throw new IllegalStateException("Unknown action: ${action}")
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  5. cmd/bucket-replication.go

    			if !rinfo.VersionPurgeStatus.Empty() {
    				rinfo.VersionPurgeStatus = Complete
    				return
    			}
    		case isErrReadQuorum(serr), isErrWriteQuorum(serr):
    			// destination has some quorum issues, perform removeObject() anyways
    			// to complete the operation.
    		default:
    			if err != nil && minio.IsNetworkOrHostDown(err, true) && !globalBucketTargetSys.isOffline(tgt.EndpointURL()) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      // -------------------------------------------
      // When generating the FlatBuffer output some operations have
      // Options (as defined in the schema). These options are effectively
      // the attributes of the operations (e.g., what padding is to be used
      // for a pooling operator). Not all operations have Options and some
      // operations share Options. The following attributes indicate whether
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  7. src/database/sql/sql.go

    	}
    	rs.dc.Lock()
    	defer rs.dc.Unlock()
    
    	return rs.rowsi.Columns(), nil
    }
    
    // ColumnTypes returns column information such as column type, length,
    // and nullable. Some information may not be available from some drivers.
    func (rs *Rows) ColumnTypes() ([]*ColumnType, error) {
    	rs.closemu.RLock()
    	defer rs.closemu.RUnlock()
    	if rs.closed {
    		return nil, rs.lasterrOrErrLocked(errRowsClosed)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    //		a build will run as if the disk file path exists with the contents
    //		given by the backing file paths, or as if the disk file path does not
    //		exist if its backing file path is empty. Support for the -overlay flag
    //		has some limitations: importantly, cgo files included from outside the
    //		include path must be in the same directory as the Go package they are
    //		included from, and overlays will not appear when binaries and tests are
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_test.go

    			if len(podVolumes) != 0 {
    				return false, nil
    			}
    
    			return true, nil
    		},
    	)
    
    	if err != nil {
    		return fmt.Errorf(
    			"Expected volumes to be unmounted. But some volumes are still mounted: %#v", podVolumes)
    	}
    
    	return nil
    }
    
    func waitForVolumeDetach(
    	volumeName v1.UniqueVolumeName,
    	volumeManager kubeletvolume.VolumeManager) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  10. cmd/metrics-v2.go

    			Description: MetricDescription{
    				Namespace: clusterMetricNamespace,
    				Subsystem: kmsSubsystem,
    				Name:      kmsRequestsError,
    				Help:      "Number of KMS requests that failed due to some error. (HTTP 4xx status code)",
    				Type:      counterMetric,
    			},
    			Value: float64(metric.ReqErr),
    		})
    		metrics = append(metrics, MetricV2{
    			Description: MetricDescription{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
Back to top