Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 86 for coordinator (0.17 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelResolver.java

    /**
     * Resolves a POM from its coordinates.
     */
    public interface ModelResolver extends Service {
    
        /**
         * Tries to resolve the POM for the specified parent coordinates possibly updating {@code parent}.
         *
         * @param session The session to use to resolve the model, must not be {@code null}.
         * @param parent The parent coordinates to resolve, must not be {@code null}.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tile.go

    	}
    	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
    // size newTreeSize to replace a tree of size oldTreeSize.
    // (No tiles need to be published for a tree of size zero.)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/coordination/v1/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    // +groupName=coordination.k8s.io
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 778 bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/garbagecollector_test.go

    					pendingAttemptToDelete: []*node{
    						makeNode(pod1nonamespace, virtual), // new virtual parent coordinates enqueued for deletion
    					},
    				}),
    
    				// 16,17: process attemptToDelete of bad virtual parent coordinates
    				// steady-state is bad cluster child and bad virtual parent coordinates, with no retries
    				processAttemptToDelete(1),
    				assertState(state{
    					graphNodes: []*node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolver.java

    public interface DependencyResolver extends Service {
    
        /**
         * Collects the transitive dependencies of some artifacts and builds a dependency graph. Note that this operation is
         * only concerned about determining the coordinates of the transitive dependencies and does not actually resolve the
         * artifact files.
         *
         * @param session the {@link Session}, must not be {@code null}
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util_test.cc

                std::vector<int64_t>(),
                "device coordinate (-1, 0, 0, 0) in 'topology' is outside "
                "of mesh shape (2, 1, 1, 1)"),
            std::make_tuple(
                2, 1, TopologyWithDeviceCoordinates({2, 0, 0, 0, 1, 0, 0, 0}),
                std::vector<int64_t>(),
                "device coordinate (2, 0, 0, 0) in 'topology' is outside "
                "of mesh shape (2, 1, 1, 1)"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/plugin/PluginBuilder.groovy

                }
            """
            executer.inDirectory(projectDir).withTasks("jar").run()
        }
    
        PluginPublicationResults publishAs(String coordinates, MavenRepository mavenRepo, GradleExecuter executer) {
            List<String> gav = Splitter.on(":").splitToList(coordinates)
            return publishAs(gav.get(0), gav.get(1), gav.get(2), mavenRepo, executer)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

      //   places: Place[];  // Stack slots that contributed to this group
      // }
      //
      // // Box is a rendered item.
      // interface Box {
      //   x: number;	   // X coordinate of top-left
      //   y: number;	   // Y coordinate of top-left
      //   width: number;	   // Width of box to display
      //   src: number;	   // Index in stacks.Sources
      //   sumpos: number;	   // From corresponding Group
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  9. pkg/controller/storageversiongc/gc_controller.go

    	"k8s.io/apiserver/pkg/storageversion"
    	apiserverinternalinformers "k8s.io/client-go/informers/apiserverinternal/v1alpha1"
    	coordinformers "k8s.io/client-go/informers/coordination/v1"
    	"k8s.io/client-go/kubernetes"
    	coordlisters "k8s.io/client-go/listers/coordination/v1"
    	"k8s.io/client-go/tools/cache"
    	"k8s.io/client-go/util/workqueue"
    	"k8s.io/kubernetes/pkg/controlplane"
    
    	"k8s.io/klog/v2"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/p256_asm.go

    // P256Point is a P-256 point. The zero value should not be assumed to be valid
    // (although it is in this implementation).
    type P256Point struct {
    	// (X:Y:Z) are Jacobian coordinates where x = X/Z² and y = Y/Z³. The point
    	// at infinity can be represented by any set of coordinates with Z = 0.
    	x, y, z p256Element
    }
    
    // NewP256Point returns a new P256Point representing the point at infinity.
    func NewP256Point() *P256Point {
    	return &P256Point{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top