Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 912 for regular (0.14 sec)

  1. platforms/core-configuration/kotlin-dsl-plugins/src/test/kotlin/org/gradle/kotlin/dsl/plugins/dsl/ExperimentalCompilerWarningSilencerTest.kt

    import org.hamcrest.Matchers.equalTo
    import org.hamcrest.Matchers.nullValue
    import org.junit.Test
    
    
    class ExperimentalCompilerWarningSilencerTest {
    
        @Test
        fun `does not tamper regular message`() {
            val silencer = ExperimentalCompilerWarningSilencer(listOf("SOME"))
    
            val message = "Hello, World!"
            val rewritten = silencer.rewrite(LogLevel.WARN, message)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/vfs/FileSystemAccess.java

     */
    @ServiceScope({Scope.UserHome.class, Scope.BuildSession.class})
    public interface FileSystemAccess {
    
        /**
         * Visits the hash of the content of the file only if the file is a regular file.
         *
         * @return the visitor function applied to the found snapshot.
         */
        Optional<HashCode> readRegularFileContentHash(String location);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 08:29:37 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/NonNormalizedIdentityImmutableTransformExecution.java

        @Override
        protected TransformWorkspaceIdentity createIdentity(Map<String, ValueSnapshot> identityInputs, Map<String, CurrentFileCollectionFingerprint> identityFileInputs) {
            // This is a performance hack. We could use the regular fingerprint of the input artifact, but that takes longer than
            // capturing the normalized path and the snapshot of the raw contents, so we are using these to determine the identity.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:14:33 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/xla_ops_on_regular_devices.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    // Register XlaXXX operations on regular CPU/GPU devices using
    // `XlaCompileOnDemandOp`.
    #include "tensorflow/compiler/jit/xla_compile_on_demand_op.h"
    #include "tensorflow/core/framework/op_kernel.h"
    
    namespace tensorflow {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 19 19:55:14 UTC 2022
    - 8.8K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/collect/ContiguousSetTest.java

        assertTrue(empty instanceof EmptyContiguousSet);
        reserializeAndAssert(empty);
    
        ContiguousSet<Integer> regular = ContiguousSet.create(Range.closed(1, 3), integers());
        assertTrue(regular instanceof RegularContiguousSet);
        reserializeAndAssert(regular);
    
        /*
         * Make sure that we're using RegularContiguousSet.SerializedForm and not
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 19 20:34:55 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/phases/init/showjoincommand.go

    )
    
    var (
    	initDoneTempl = template.Must(template.New("init").Parse(dedent.Dedent(`
    		Your Kubernetes control-plane has initialized successfully!
    
    		To start using your cluster, you need to run the following as a regular user:
    
    		  mkdir -p $HOME/.kube
    		  sudo cp -i {{.KubeConfigPath}} $HOME/.kube/config
    		  sudo chown $(id -u):$(id -g) $HOME/.kube/config
    
    		Alternatively, if you are the root user, you can run:
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 15:35:58 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  7. pkg/controller/serviceaccount/tokens_controller_test.go

    	sa := serviceAccount(secretRefs)
    	sa.ResourceVersion = "2"
    	return sa
    }
    
    // opaqueSecret returns a persisted non-ServiceAccountToken secret named "regular-secret-1"
    func opaqueSecret() *v1.Secret {
    	return &v1.Secret{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "regular-secret-1",
    			Namespace:       "default",
    			UID:             "23456",
    			ResourceVersion: "1",
    		},
    		Type: "Opaque",
    		Data: map[string][]byte{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/collect/testing/SortedSetTestSuiteBuilder.java

       * Creates a suite whose set has some elements filtered out of view.
       *
       * <p>Because the set may be ascending or descending, this test must derive the relative order of
       * these extreme values rather than relying on their regular sort ordering.
       */
      final TestSuite createSubsetSuite(
          FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>
              parentBuilder,
          Bound from,
          Bound to) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 19:46:10 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. guava-testlib/src/com/google/common/collect/testing/SortedSetTestSuiteBuilder.java

       * Creates a suite whose set has some elements filtered out of view.
       *
       * <p>Because the set may be ascending or descending, this test must derive the relative order of
       * these extreme values rather than relying on their regular sort ordering.
       */
      final TestSuite createSubsetSuite(
          FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>>
              parentBuilder,
          Bound from,
          Bound to) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 19:46:10 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/internal/management/DefaultVersionCatalogBuilderContainer.java

        private static void validateName(String name) {
            if (!VALID_EXTENSION_PATTERN.matcher(name).matches()) {
                throw new InvalidUserDataException("Invalid model name '" + name + "': it must match the following regular expression: " + VALID_EXTENSION_NAME);
            }
        }
    
        @Override
        public VersionCatalogBuilder create(String name, Action<? super VersionCatalogBuilder> configureAction) throws InvalidUserDataException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 23 13:02:33 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top