Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 546 for begin8_ (0.26 sec)

  1. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/InMemoryPgpSignatoryProviderIntegrationSpec.groovy

            ])
            succeeds("signJar")
    
            then:
            executed(":signJar")
            file("build", "libs", "sign-1.0.jar.asc").exists()
        }
    
        final secretKeyWithPassword = '''\
    -----BEGIN PGP PRIVATE KEY BLOCK-----
    
    lQPGBFxb6KEBCAC/lBOqM5Qx116XOWIK3vavHF3eSNx9PbCtGZCRiYeB0xbGvKPw
    mSg4j2YMxpxOazdeD24KNExvR5EGUdI/4LTqZLiF/o37sY/GDbYdgSrKo99DCbqC
    DsX6loXe9tJQGMFXMhm+ILy+YzmzGZD+4JGxn4Dro8zndIkKUP1OgTEUNEl5Y03c
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. src/reflect/abi.go

    	//
    	// For instance, if this abiSeq represents 3 arguments
    	// passed to a function, then the 2nd argument's steps
    	// begin at steps[valueStart[1]].
    	//
    	// Because reflect accepts Go arguments in distinct
    	// Values and each Value is stored separately, each abiStep
    	// that begins a new argument will have its offset
    	// field == 0.
    	steps      []abiStep
    	valueStart []int
    
    	stackBytes   uintptr // stack space used
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:08:32 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

    		validateDeletion ValidateObjectFunc, cachedExistingObject runtime.Object) error
    
    	// Watch begins watching the specified key. Events are decoded into API objects,
    	// and any items selected by 'p' are sent down to returned watch.Interface.
    	// resourceVersion may be used to specify what version to begin watching,
    	// which should be the current resourceVersion, and no longer rv+1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:53:48 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/freeze_global_tensors.cc

      if (failed(solver.initializeAndRun(module))) return signalPassFailure();
    
      DenseSet<GlobalTensorOp> remaining_global_tensor_ops;
      {
        auto ops = module.getOps<GlobalTensorOp>();
        remaining_global_tensor_ops.insert(ops.begin(), ops.end());
      }
    
      for (auto global_tensor : remaining_global_tensor_ops) {
        // This pass assumes that all global tensors as immutable (e.g. by a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. src/runtime/pprof/vminfo_darwin_test.go

    	"internal/abi"
    	"internal/testenv"
    	"os"
    	"os/exec"
    	"strconv"
    	"strings"
    	"testing"
    )
    
    func TestVMInfo(t *testing.T) {
    	var begin, end, offset uint64
    	var filename string
    	first := true
    	machVMInfo(func(lo, hi, off uint64, file, buildID string) {
    		if first {
    			begin = lo
    			end = hi
    			offset = off
    			filename = file
    		}
    		// May see multiple text segments if rosetta is used for running
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 19:59:50 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/resources/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureWriteIntegTest/invalid-utf8-secret-key.asc

    -----BEGIN PGP PRIVATE KEY BLOCK-----
    
    lQIGBGFWykABBAC5Ub/qYQwlbKRM7DZkZSX2kHlqKmZbR19lqAizbD74BxH7wi9N
    2S12JcCDuuJ4il6oUOP2NGaWNyXJBiDsAfwivVpX+t48mEd5W4HHUVK/Qg6WsEQN
    AHwetRhkr4d2E/FFiuBAaPqBT1TCqvHhkyHem2xCw1kQZ3cVUGY09S+WzwARAQAB
    /gcDAqcenWy80U6X9g7ylfrcgrKIZa7PHO/56EUcplO5w9lVAuLQLTRW8N6CqusC
    Ys//13zifu5V2zijr3K5fAFKRIRWMIC6mSTUXOq/T5SOlpiGQ/h0LqwSzO2tMz1k
    ARuITw7UzU5Dnoj3hlN3GijauL5y9KS7UEnoBW2PL+1974w0pPuVDerROtPqyfQd
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. internal/event/target/kafka_scram_client_contrib.go

    	*scram.Client
    	*scram.ClientConversation
    	scram.HashGeneratorFcn
    }
    
    // Begin constructs a SCRAM client component based on a given hash.Hash
    // factory receiver.  This constructor will normalize the username, password
    // and authzID via the SASLprep algorithm, as recommended by RFC-5802.  If
    // SASLprep fails, the method returns an error.
    func (x *XDGSCRAMClient) Begin(userName, password, authzID string) (err error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Nov 09 04:04:01 UTC 2023
    - 3.2K bytes
    - Viewed (1)
  8. hack/testdata/ca/ca.crt

    # tests as the kube controller manager's signing certificate
    # and the api server's client ca file.
    # generated with 'openssl req -new -x509 -nodes -days 365000 -key ca.key -out ca.crt', set the CN to 127.0.0.1
    -----BEGIN CERTIFICATE-----
    MIICpjCCAY4CCQCP7S9OEzUZmDANBgkqhkiG9w0BAQsFADAUMRIwEAYDVQQDDAkx
    MjcuMC4wLjEwIBcNMjIwMTA0MjMzNDMyWhgPMzAyMTA1MDcyMzM0MzJaMBQxEjAQ
    BgNVBAMMCTEyNy4wLjAuMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 07 21:54:32 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

      return reshaped_input;
    }
    
    // Create a tensor which is equal to input[begin: begin + size].
    Value BuildSliceOp(ImplicitLocOpBuilder& builder,
                       ConversionPatternRewriter& rewriter, Value input,
                       Value begin, ArrayRef<int64_t> shape, Type idx_type,
                       Type element_type) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    // Returns true if we can eliminate the SliceOp. When the values of `begin` are
    // all 0s and `size[i]` is equal to either -1 or `input.shape[i]`
    // for each dim i, the output tensor is identical to `input`.
    bool CanOptimizeIdentitySliceOp(Value input, Attribute begin, Attribute size) {
      // Checks if `begin` and `size` are i32 or i64.
      auto begin_attr = mlir::dyn_cast<DenseIntElementsAttr>(begin);
      auto size_attr = mlir::dyn_cast<DenseIntElementsAttr>(size);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top