Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 103 for enhanced (0.49 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    Gradle itself provides <<groovy_plugin.adoc#groovy_plugin,Groovy>> and <<scala_plugin.adoc#scala_plugin,Scala>> plugins.
    The plugins automatically apply support for compiling Java code and can be further enhanced by combining them with the `java-library` plugin.
    
    [[sub:compile_deps_jvm_lang]]
    === Compilation dependency between languages
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    Now, the convention that is associated with the property using the `convention()` method will be used to determine the value of the property.
    
    ==== Enhanced validation of names for `publishing.publications` and `publishing.repositories`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    		roots:         []string{globalSignRoot},
    		currentTime:   1382387896,
    		dnsName:       "secure.iddl.vt.edu",
    
    		expectedChains: [][]string{
    			{
    				"Technology-enhanced Learning and Online Strategies",
    				"Virginia Tech Global Qualified Server CA",
    				"Trusted Root CA G2",
    				"GlobalSign Root CA",
    			},
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //   GTEST_HAS_DEATH_TEST   - death tests
    //   GTEST_HAS_PARAM_TEST   - value-parameterized tests
    //   GTEST_HAS_TYPED_TEST   - typed tests
    //   GTEST_HAS_TYPED_TEST_P - type-parameterized tests
    //   GTEST_USES_POSIX_RE    - enhanced POSIX regex is used. Do not confuse with
    //                            GTEST_HAS_POSIX_RE (see above) which users can
    //                            define themselves.
    //   GTEST_USES_SIMPLE_RE   - our own simple regex is used;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

      - Easier to get a cluster up and running (eg: `kubeadm`, intra-cluster bootstrapping)
      - Easier to understand a cluster (eg: API audit logs, server-based API defaults)
    - **Stateful Application Support**
      - Enhanced persistence capabilities (eg: `StorageClasses`, new volume plugins)
      - New resources and scheduler features (eg: `ScheduledJob` resource, pod/node affinity/anti-affinity)
    - **Cluster Federation**
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //   GTEST_HAS_DEATH_TEST   - death tests
    //   GTEST_HAS_PARAM_TEST   - value-parameterized tests
    //   GTEST_HAS_TYPED_TEST   - typed tests
    //   GTEST_HAS_TYPED_TEST_P - type-parameterized tests
    //   GTEST_USES_POSIX_RE    - enhanced POSIX regex is used. Do not confuse with
    //                            GTEST_HAS_POSIX_RE (see above) which users can
    //                            define themselves.
    //   GTEST_USES_SIMPLE_RE   - our own simple regex is used;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    :gradle-issues: https://github.com/gradle/gradle/issues/
    :plugin-portal: https://plugins.gradle.org/
    
    [[kotlin_dsl]]
    = Gradle Kotlin DSL Primer
    
    Gradle's Kotlin DSL provides an alternative syntax to the traditional Groovy DSL with an enhanced editing experience in supported IDEs, with superior content assist, refactoring, documentation, and more.
    This chapter provides details of the main Kotlin DSL constructs and how to use it to interact with the Gradle API.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.3.md

    * Allow mounts to run in parallel for non-attachable volumes ([#28939](https://github.com/kubernetes/kubernetes/pull/28939), [@saad-ali](https://github.com/saad-ali))
    * add enhanced volume and mount logging for block devices ([#24797](https://github.com/kubernetes/kubernetes/pull/24797), [@screeley44](https://github.com/screeley44))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    		return nil
    	case EAGAIN:
    		return errEAGAIN
    	case EINVAL:
    		return errEINVAL
    	case ENOENT:
    		return errENOENT
    	}
    	return e
    }
    
    var reg *regexp.Regexp
    
    // enhanced with zos specific errno2
    func errnoErr2(e Errno, e2 uintptr) error {
    	switch e {
    	case 0:
    		return nil
    	case EAGAIN:
    		return errEAGAIN
    		/*
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.23.md

    - Enhanced event messages for pod failed for exec probe timeout ([#106201](https://github.com/kubernetes/kubernetes/pull/106201), [@yxxhero](https://github.com/yxxhero)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
Back to top