Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for always (0.54 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    anything() - Static method in class org.hamcrest.core.IsAnything Creates a matcher that always matches, regardless of the examined object. anything(String) - Static method in class org.hamcrest.core.IsAnything Creates a matcher that always matches, regardless of the examined object, but describes itself with the specified String. anything() - Static method in class org.hamcrest.CoreMatchers Creates a matcher that always matches, regardless of the examined object. anything(String) - Static method in class...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `And ever since that,' the Hatter went on in a mournful tone,
    `he won't do a thing I ask!  It's always six o'clock now.'
    
      A bright idea came into Alice's head.  `Is that the reason so
    many tea-things are put out here?' she asked.
    
      `Yes, that's it,' said the Hatter with a sigh:  `it's always
    tea-time, and we've no time to wash the things between whiles.'
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </p>
    
    <pre>
    make([]int, 50, 100)
    new([100]int)[0:50]
    </pre>
    
    <p>
    Like arrays, slices are always one-dimensional but may be composed to construct
    higher-dimensional objects.
    With arrays of arrays, the inner arrays are, by construction, always the same length;
    however with slices of slices (or arrays of slices), the inner lengths may vary dynamically.
    Moreover, the inner slices must be initialized individually.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `And ever since that,' the Hatter went on in a mournful tone,
    `he won't do a thing I ask!  It's always six o'clock now.'
    
      A bright idea came into Alice's head.  `Is that the reason so
    many tea-things are put out here?' she asked.
    
      `Yes, that's it,' said the Hatter with a sigh:  `it's always
    tea-time, and we've no time to wash the things between whiles.'
    
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  5. cmd/bucket-replication.go

    			ReplicationDeleteMarker: dobj.DeleteMarkerVersionID != "",
    			ReplicationMTime:        dobj.DeleteMarkerMTime.Time,
    			ReplicationStatus:       minio.ReplicationStatusReplica,
    			ReplicationRequest:      true, // always set this to distinguish between `mc mirror` replication and serverside
    		},
    	})
    	if rmErr != nil {
    		rinfo.Err = rmErr
    		if dobj.VersionID == "" {
    			rinfo.ReplicationStatus = replication.Failed
    		} else {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  6. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertEquals(
              "Nothing should be logged", 0, aggregateFutureLogHandler.getStoredLogRecords().size());
        }
      }
    
      /** Ensure that errors are always logged. */
      public void testAllAsList_logging_error() throws Exception {
        try {
          getDone(allAsList(immediateFailedFuture(new MyError())));
          fail();
        } catch (ExecutionException expected) {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.30.md

      `.spec.schedulingGates` field is always available within the Pod and PodTemplate APIs. ([#123575](https://github.com/kubernetes/kubernetes/pull/123575), [@Huang-Wei](https://github.com/Huang-Wei))
    - Graduated support for `minDomains` in pod topology spread constraints, to general availability.
      The `MinDomainsInPodTopologySpread` feature gate no longer has any effect, and the field is
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertEquals(
              "Nothing should be logged", 0, aggregateFutureLogHandler.getStoredLogRecords().size());
        }
      }
    
      /** Ensure that errors are always logged. */
      public void testAllAsList_logging_error() throws Exception {
        try {
          getDone(allAsList(immediateFailedFuture(new MyError())));
          fail();
        } catch (ExecutionException expected) {
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services ipFamilyPolicy: "" ipFamilies: [] sidecarInjectorWebho: # You can use the field called alwaysInjectSelector and neverInjectSelector which will always inject the sidecar or # always skip the injection on pods that match that label selector, regardless of the global policy. # See https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#more-control-adding-exceptions neverInjectSelector: [] alwaysInjectSelector:...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  10. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    org/apache/maven/artifact/repository/ArtifactRepositoryPo.class package org.apache.maven.artifact.repository; public synchronized class ArtifactRepositoryPo { public static final String UPDATE_POLICY_NEVER = never; public static final String UPDATE_POLICY_ALWAYS = always; public static final String UPDATE_POLICY_DAILY = daily; public static final String UPDATE_POLICY_INTERVAL = interval; public static final String CHECKSUM_POLICY_FAIL = fail; public static final String CHECKSUM_POLICY_WARN = warn; public static...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160.1K bytes
    - Viewed (0)
Back to top