Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for tokensFor (0.23 sec)

  1. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/TokenLookup.java

            }
            return tokensFor.get(expression);
        }
    
        void addTokensFor(Expression expression, Expression tokens) {
            if (tokensFor == null) {
                tokensFor = LinkedHashMultimap.create();
            }
            tokensFor.put(expression, tokens);
        }
    
        boolean hasTokensFor(Expression expression) {
            return tokensFor != null && tokensFor.containsKey(expression);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/DefaultSourceIncludesResolver.java

            }
            if (tokenLookup.isUnresolved(expression)) {
                visitor.visitUnresolved();
            }
            return tokenLookup.tokensFor(expression);
        }
    
        private Collection<Expression> resolveTokenConcatenationToTokens(MacroLookup visibleMacros, Expression expression, ExpressionVisitor visitor, TokenLookup tokenLookup) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/options/token.go

    type BootstrapTokenOptions struct {
    	*bootstraptokenv1.BootstrapToken
    	TokenStr string `datapolicy:"token"`
    }
    
    // AddTokenFlag adds the --token flag to the given flagset
    func (bto *BootstrapTokenOptions) AddTokenFlag(fs *pflag.FlagSet) {
    	fs.StringVar(
    		&bto.TokenStr, TokenStr, "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 21 10:34:21 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  4. internal/jwt/parser.go

    	json := jsoniter.ConfigCompatibleWithStandardLibrary
    	return json.Marshal(c.MapClaims)
    }
    
    // ParseWithStandardClaims - parse the token string, valid methods.
    func ParseWithStandardClaims(tokenStr string, claims *StandardClaims, key []byte) error {
    	// Key is not provided.
    	if key == nil {
    		// keyFunc was not provided, return error.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 09 07:53:08 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/cmd/phases/join/controlplaneprepare.go

    			options.TLSBootstrapToken,
    			options.TokenStr,
    			options.CertificateKey,
    			options.Patches,
    			options.DryRun,
    		}
    	case "download-certs":
    		flags = []string{
    			options.CfgPath,
    			options.ControlPlane,
    			options.FileDiscovery,
    			options.TokenDiscovery,
    			options.TokenDiscoveryCAHash,
    			options.TokenDiscoverySkipCAHash,
    			options.TLSBootstrapToken,
    			options.TokenStr,
    			options.CertificateKey,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:46:34 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/options/constant.go

    	// SkipTokenPrint flag instructs kubeadm to skip printing of the default bootstrap token generated by 'kubeadm init'.
    	SkipTokenPrint = "skip-token-print"
    
    	// TokenStr flags sets both the discovery-token and the tls-bootstrap-token when those values are not provided
    	TokenStr = "token"
    
    	// TokenTTL flag sets the time to live for token
    	TokenTTL = "token-ttl"
    
    	// TokenUsages flag sets the usages of the token
    	TokenUsages = "usages"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/copycerts/copycerts.go

    // and return the tokenID
    func createShortLivedBootstrapToken(client clientset.Interface) (string, error) {
    	tokenStr, err := bootstraputil.GenerateBootstrapToken()
    	if err != nil {
    		return "", errors.Wrap(err, "error generating token to upload certs")
    	}
    	token, err := bootstraptokenv1.NewBootstrapTokenString(tokenStr)
    	if err != nil {
    		return "", errors.Wrap(err, "error creating upload certs token")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 01 00:15:30 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. tensorflow/c/tf_tensor.cc

    }
    
    Status TF_TensorToTensor(const TF_Tensor* src, Tensor* dst) {
      return tensorflow::down_cast<const tensorflow::TensorInterface*>(src->tensor)
          ->ToTensor(dst);
    }
    
    Status TensorInterface::ToTensor(tensorflow::Tensor* dst) const {
      *dst = tensor_;
      return absl::OkStatus();
    }
    
    bool TensorInterface::IsAligned() const { return tensor_.IsAligned(); }
    
    }  // namespace tensorflow
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 21:57:32 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  9. tensorflow/c/tf_tensor_internal.h

      void* Data() const override;
      bool IsAligned() const override;
      bool CanMove() const override;
      std::string SummarizeValue() const override;
    
      void SetShape(const int64_t* dims, int num_dims);
      Status ToTensor(tensorflow::Tensor* dst) const;
      Status BitcastFrom(const TensorInterface& from, DataType type,
                         const int64_t* new_dims, int num_new_dims);
      Status FromProto(const tensorflow::TensorProto& from);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 24 20:38:55 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/join_test.go

    				}
    			},
    		},
    		{
    			name: "--token sets TLSBootstrapToken and BootstrapToken.Token if unset",
    			args: []string{"1.2.3.4:6443"},
    			flags: map[string]string{
    				options.TokenStr:                 "abcdef.0123456789abcdef",
    				options.TokenDiscoverySkipCAHash: "true",
    			},
    			validate: func(t *testing.T, data *joinData) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 12:26:20 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top