Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 111 for lets (0.08 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    		//      we don't need to do anything and let kubelet handle it.
    		//   2. It could be that - although we successfully expanded the volume, we failed to
    		//      record our work in API objects, in which case - we should resume resizing operation
    		//      and let API objects be updated.
    		//   3. Controller successfully expanded the volume, but expansion is failing on the node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

          return FluentIterable.from(inputs)
              .<FluentFuture<?>>transform(future -> future.future)
              .toList();
        }
      }
    
      /**
       * A generic {@link Combiner} that lets you use a lambda or method reference to combine two {@link
       * ClosingFuture}s. Use {@link #whenAllSucceed(ClosingFuture, ClosingFuture)} to start this
       * combination.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/ClosingFuture.java

          return FluentIterable.from(inputs)
              .<FluentFuture<?>>transform(future -> future.future)
              .toList();
        }
      }
    
      /**
       * A generic {@link Combiner} that lets you use a lambda or method reference to combine two {@link
       * ClosingFuture}s. Use {@link #whenAllSucceed(ClosingFuture, ClosingFuture)} to start this
       * combination.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Circles. If the Diameters of the Circles whilst their Centers remain the same, be made three times less than before, the Mixture will be also three times less; if ten times less, the Mixture will be ten times less, and so of other Proportions. That is, the Mixture of the Rays in the greater Figure PT will be to their Mixture in the less _pt_, as the Latitude of the greater Figure is to the Latitude of the less. For the Latitudes of these Figures are equal to the Diameters of their Circles. And hence it...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/database/sql/sql.go

    	}
    	if db.maxLifetime <= 0 {
    		return db.maxIdleTime
    	}
    	return min(db.maxIdleTime, db.maxLifetime)
    }
    
    // SetMaxIdleConns sets the maximum number of connections in the idle
    // connection pool.
    //
    // If MaxOpenConns is greater than 0 but less than the new MaxIdleConns,
    // then the new MaxIdleConns will be reduced to match the MaxOpenConns limit.
    //
    // If n <= 0, no idle connections are retained.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

                                        rewriter.getI64Type()),
                  permutation));
          reverse_filter_in = filter_transposed;
        }
    
        // Lets hard-code the reverse indexes to be {0, 1} as the expectation is
        // that the kernel is always in HWOI format, with the above code.
        mhlo::ReverseOp filter = rewriter.create<mhlo::ReverseOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/exec.go

    		if err != nil {
    			return err
    		}
    		objects = append(objects, ofiles...)
    	}
    
    	// For gccgo on ELF systems, we write the build ID as an assembler file.
    	// This lets us set the SHF_EXCLUDE flag.
    	// This is read by readGccgoArchive in cmd/internal/buildid/buildid.go.
    	if a.buildID != "" && cfg.BuildToolchainName == "gccgo" {
    		switch cfg.Goos {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/popper.min.js.map

    boundaries = getBoundaries(\n    data.instance.popper,\n    data.instance.reference,\n    options.padding,\n    options.boundariesElement,\n    data.positionFixed\n  );\n\n  let placement = data.placement.split('-')[0];\n  let placementOpposite = getOppositePlacement(placement);\n  let variation = data.placement.split('-')[1] || '';\n\n  let flipOrder = [];\n\n  switch (options.behavior) {\n    case BEHAVIORS.FLIP:\n      flipOrder = [placement, placementOpposite];\n      break;\n    case BEHAVIORS.CLOCKWISE:\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	VMOVDQA DD0, ctr0StoreAVX2; VMOVDQA DD1, ctr1StoreAVX2; VMOVDQA DD2, ctr2StoreAVX2; VMOVDQA DD3, ctr3StoreAVX2
    	XORQ    itr1, itr1
    
    openAVX2InternalLoop:
    	// Lets just say this spaghetti loop interleaves 2 quarter rounds with 3 poly multiplications
    	// Effectively per 512 bytes of stream we hash 480 bytes of ciphertext
    	polyAdd(0*8(inp)(itr1*1))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  10. src/net/http/server.go

    // writes are done to w.
    // The error message should be plain text.
    //
    // Error deletes the Content-Length and Content-Encoding headers,
    // sets Content-Type to “text/plain; charset=utf-8”,
    // and sets X-Content-Type-Options to “nosniff”.
    // This configures the header properly for the error message,
    // in case the caller had set it up expecting a successful output.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top