Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 100 for notified (0.19 sec)

  1. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                }
            }
    
            @Override
            public ModelSource resolveModel(Session session, Parent parent, AtomicReference<Parent> modified)
                    throws ModelResolverException {
                try {
                    org.apache.maven.model.Parent p = new org.apache.maven.model.Parent(parent);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            when:
            files.files
    
            then:
            resolver.resolveGraph(config) >> graphResolved()
            1 * resolver.getAllRepositories() >> []
            0 * resolver._
        }
    
        def "notifies beforeResolve action on incoming dependencies set when dependencies are resolved"() {
            Action<ResolvableDependencies> action = Mock()
            def config = conf("conf")
    
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

    // p256MulInternal
    // V0-V3 V30,V31 - Not Modified
    // V4-V15 V27-V29 - Volatile
    
    #define CPOOL   R7
    
    // Parameters
    #define X0    V0 // Not modified
    #define X1    V1 // Not modified
    #define Y0    V2 // Not modified
    #define Y1    V3 // Not modified
    #define T0    V4 // Result
    #define T1    V5 // Result
    #define P0    V30 // Not modified
    #define P1    V31 // Not modified
    
    // Temporaries: lots of reused vector regs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm_s390x.s

    // p256MulInternal
    // V0-V3,V30,V31 - Not Modified
    // V4-V15 - Volatile
    
    #define CPOOL   R4
    
    // Parameters
    #define X0    V0 // Not modified
    #define X1    V1 // Not modified
    #define Y0    V2 // Not modified
    #define Y1    V3 // Not modified
    #define T0    V4
    #define T1    V5
    #define P0    V30 // Not modified
    #define P1    V31 // Not modified
    
    // Temporaries
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Iterators.java

          Iterator<T> removeFrom, Predicate<? super T> predicate) {
        checkNotNull(predicate);
        boolean modified = false;
        while (removeFrom.hasNext()) {
          if (predicate.apply(removeFrom.next())) {
            removeFrom.remove();
            modified = true;
          }
        }
        return modified;
      }
    
      /**
       * Traverses an iterator and removes every element that does not belong to the provided
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Iterators.java

          Iterator<T> removeFrom, Predicate<? super T> predicate) {
        checkNotNull(predicate);
        boolean modified = false;
        while (removeFrom.hasNext()) {
          if (predicate.apply(removeFrom.next())) {
            removeFrom.remove();
            modified = true;
          }
        }
        return modified;
      }
    
      /**
       * Traverses an iterator and removes every element that does not belong to the provided
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	allEvents := []watch.Event{
    		{Type: watch.Added, Object: pod1.DeepCopy()},
    		{Type: watch.Modified, Object: pod2.DeepCopy()},
    		{Type: watch.Modified, Object: pod3.DeepCopy()},
    		{Type: watch.Deleted, Object: pod4.DeepCopy()},
    	}
    	fooEvents := []watch.Event{
    		{Type: watch.Added, Object: pod1.DeepCopy()},
    		{Type: watch.Modified, Object: pod2.DeepCopy()},
    		{Type: watch.Deleted, Object: pod2DeletedAt3.DeepCopy()},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  8. pkg/controller/volume/persistentvolume/pv_controller.go

    // directions: a PVC that wants a specific PV or a PV that is reserved for a
    // specific PVC.
    //
    // The binding is two-step process. PV.Spec.ClaimRef is modified first and
    // PVC.Spec.VolumeName second. At any point of this transaction, the PV or PVC
    // can be modified by user or other controller or completely deleted. Also,
    // two (or more) controllers may try to bind different volumes to different
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  9. tensorflow/BUILD

            "//third_party/py/tensorfn/...",
        ],
    )
    
    # Packages that use private types symbols, until they are exported.
    # TODO(b/154650521) Remove.
    # If this is modified, then copy.bara.sky must also be modified.
    package_group(name = "types_allowlist")
    
    # Packages that use StructuredTensors.
    # TODO(b/159007891) Remove this package once StructuredTensor is exported.
    # LINT.IfChange
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  10. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      //
      // The server guarantees that the objects returned when using continue will be identical to issuing
      // a single list call without a limit - that is, no objects created, modified, or deleted after the
      // first request is issued will be included in any subsequent continued requests. This is sometimes
      // referred to as a consistent snapshot, and ensures that a client that is using limit to receive
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top