Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for nodePath (0.17 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/dom/data/DocumentDataContainers.kt

        fun data(node: DeclarativeDocument.DocumentNode.PropertyNode): DProperty
        fun data(node: DeclarativeDocument.DocumentNode.ErrorNode): DError
    }
    
    
    typealias NodeData<DNode> = NodeDataContainer<DNode, DNode, DNode, DNode>
    
    
    interface ValueDataContainer<DValue, DValueFactory : DValue, DLiteral : DValue> {
        fun data(value: DeclarativeDocument.ValueNode): DValue = when (value) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:09 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tlog.go

    		if err != nil {
    			return Hash{}, Hash{}, err
    		}
    		return oh, NodeHash(th, p[len(p)-1]), nil
    	} else {
    		oh, th, err := runTreeProof(p[:len(p)-1], lo+k, hi, n, old)
    		if err != nil {
    			return Hash{}, Hash{}, err
    		}
    		return NodeHash(p[len(p)-1], oh), NodeHash(p[len(p)-1], th), nil
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/phases/upgrade/node/data.go

    	"k8s.io/apimachinery/pkg/util/sets"
    	clientset "k8s.io/client-go/kubernetes"
    
    	kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    )
    
    // Data is the interface to use for kubeadm upgrade node phases.
    // The "nodeData" type from "cmd/upgrade/node.go" must satisfy this interface.
    type Data interface {
    	EtcdUpgrade() bool
    	RenewCerts() bool
    	DryRun() bool
    	Cfg() *kubeadmapi.UpgradeConfiguration
    	InitCfg() *kubeadmapi.InitConfiguration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/dom/fromLanguageTree/LanguageTreeToDom.kt

    import org.gradle.internal.declarativedsl.dom.UnsupportedSyntax
    import org.gradle.internal.declarativedsl.dom.UnsupportedSyntaxCause
    import org.gradle.internal.declarativedsl.dom.data.NodeData
    import org.gradle.internal.declarativedsl.dom.data.ValueData
    import org.gradle.internal.declarativedsl.language.Assignment
    import org.gradle.internal.declarativedsl.language.Block
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:09 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/config/param/template.go

    		// That's all we need when looking for well-known params.
    		firstIdentifier := n.(*parse.FieldNode).Ident[0]
    		out.Insert(firstIdentifier)
    	case parse.NodeIf:
    		out.Merge(getParams(n.(*parse.IfNode).Pipe))
    	case parse.NodeWith:
    		out.Merge(getParams(n.(*parse.WithNode).Pipe))
    	case parse.NodeRange:
    		out.Merge(getParams(n.(*parse.RangeNode).Pipe))
    	case parse.NodeAction:
    		out.Merge(getParams(n.(*parse.ActionNode).Pipe))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 15 21:32:48 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. src/text/template/parse/node.go

    	NodeRange                      // A range action.
    	NodeString                     // A string constant.
    	NodeTemplate                   // A template invocation action.
    	NodeVariable                   // A $ variable.
    	NodeWith                       // A with action.
    	NodeComment                    // A comment.
    	NodeBreak                      // A break action.
    	NodeContinue                   // A continue action.
    )
    
    // Nodes.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/node_matchers.cc

        if (src_oidx_) {
          *os << ")";
        }
      }
    
     private:
      ::testing::Matcher<const Node*> src_matcher_;
      int src_oidx_;
    };
    }  // namespace
    
    ::testing::Matcher<const Node*> impl::NodeWith(
        absl::Span<const NodeMatcherProperties> props) {
      NodeMatcher* matcher = new NodeMatcher();
      for (const NodeMatcherProperties& prop : props) {
        if (prop.name()) {
          DCHECK(!matcher->name);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 03 16:15:20 UTC 2022
    - 16.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tile.go

    func tileHash(data []byte) Hash {
    	if len(data) == 0 {
    		panic("bad math in tileHash")
    	}
    	if len(data) == HashSize {
    		var h Hash
    		copy(h[:], data)
    		return h
    	}
    	n := len(data) / 2
    	return NodeHash(tileHash(data[:n]), tileHash(data[n:]))
    }
    
    // NewTiles returns the coordinates of the tiles of height h ≥ 1
    // that must be published when publishing from a tree of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13K bytes
    - Viewed (0)
  9. src/io/multi_test.go

    	})
    	withFooBar(func() {
    		expectRead(5, "foo ", nil)
    	})
    }
    
    func TestMultiReaderAsWriterTo(t *testing.T) {
    	mr := MultiReader(
    		strings.NewReader("foo "),
    		MultiReader( // Tickle the buffer reusing codepath
    			strings.NewReader(""),
    			strings.NewReader("bar"),
    		),
    	)
    	mrAsWriterTo, ok := mr.(WriterTo)
    	if !ok {
    		t.Fatalf("expected cast to WriterTo to succeed")
    	}
    	sink := &strings.Builder{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:49:32 UTC 2022
    - 10K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go

    	requestFilterDuration.WithContext(ctx).WithLabelValues(name).Observe(elapsed.Seconds())
    }
    
    func RecordTimestampComparisonLatency(codePath string, elapsed time.Duration) {
    	requestTimestampComparisonDuration.WithLabelValues(codePath).Observe(elapsed.Seconds())
    }
    
    func RecordRequestPostTimeout(source string, status string) {
    	requestPostTimeoutTotal.WithLabelValues(source, status).Inc()
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 35K bytes
    - Viewed (0)
Back to top