Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 183 for team1 (0.05 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    // limitations under the License.
    
    [[build_teamcity]]
    = Executing Gradle builds on TeamCity
    
    TIP: Top engineering teams using TeamCity have been able to reduce CI build time by up to 90% by using the Gradle Build Cache. https://gradle.org/training/#build-cache-deep-dive[Register here] for our Build Cache training session to learn how your team can achieve similar results.
    
    Building Gradle projects doesn't stop with the developer's machine.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. README.fips.md

    version of the Go compiler (that uses BoringCrypto, from BoringSSL, which is [FIPS 140-2 validated](https://csrc.nist.gov/csrc/media/projects/cryptographic-module-validation-program/documents/security-policies/140sp2964.pdf)) published by the Golang Team [here](https://github.com/golang/go/tree/dev.boringcrypto/misc/boring).
    
    MinIO FIPS executables are available at <http://dl.min.io> - they are only published for `linux-amd64` architecture as binary files with the suffix `.fips`. We also publish...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Jul 17 15:43:14 UTC 2022
    - 869 bytes
    - Viewed (0)
  3. samples/slack/src/main/java/okhttp3/slack/RtmStartResponse.java

     */
    package okhttp3.slack;
    
    import java.util.List;
    import okhttp3.HttpUrl;
    
    /** See https://api.slack.com/methods/rtm.start. */
    public final class RtmStartResponse {
      HttpUrl url;
      Object self;
      Object team;
      List<Object> users;
      List<Object> channels;
      List<Object> groups;
      List<Object> mpims;
      List<Object> ims;
      List<Object> bots;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Oct 23 15:24:22 UTC 2016
    - 943 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/stablehlo_quantizer_odml_oss.ipynb

            "\n",
            "Note: This API is experimental and will likely have breakages with other models. Please reach out to [scalable-opt-team@google.com](mailto:scalable-opt-team@google.com) and we will support your use case."
          ]
        },
        {
          "cell_type": "markdown",
          "metadata": {
            "id": "-S0P42BpPSeJ"
          },
          "source": [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 12 03:40:43 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. src/crypto/internal/edwards25519/doc.go

    // operations can use filippo.io/edwards25519, an extended version of this
    // package repackaged as an importable module.
    //
    // (Note that filippo.io/edwards25519 and github.com/gtank/ristretto255 are not
    // maintained by the Go team and are not covered by the Go 1 Compatibility Promise.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:10 UTC 2022
    - 1K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Container.puml

    ' Primary elements: Containers within the software system in scope.
    ' Supporting elements: People and software systems directly connected to the containers.
    ' Intended audience: Technical people inside and outside of the software development team; including software architects, developers and operations/support staff.
    
    ' Colors
    ' ##################################
    
    !define CONTAINER_BG_COLOR #438DD5
    
    ' Styling
    ' ##################################
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/android-application/README.adoc

    You can also find https://developer.android.com/guide[Android development related information inside the guides provided by the Android team]....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 846 bytes
    - Viewed (0)
  8. schema/model_test.go

    	Birthday  *time.Time
    	Account   *tests.Account
    	Pets      []*tests.Pet
    	Toys      []*tests.Toy `gorm:"polymorphic:Owner"`
    	CompanyID *int
    	Company   *tests.Company
    	ManagerID *uint
    	Manager   *User
    	Team      []*User           `gorm:"foreignkey:ManagerID"`
    	Languages []*tests.Language `gorm:"many2many:UserSpeak"`
    	Friends   []*User           `gorm:"many2many:user_friends"`
    	Active    *bool
    }
    
    type (
    	mytime time.Time
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Thu Jan 06 07:02:53 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/vintage/JUnitVintageSuitesIntegrationTest.groovy

        @Override
        boolean supportsSuiteOutput() {
            // Suite output events are not correctly reported until version 5.9.0.  See https://github.com/junit-team/junit5/pull/2985.
            return VersionNumber.parse(version) >= VersionNumber.parse("5.9.0")
        }
    
        @Override
        String getTestFrameworkJUnit3Dependencies() {
            return """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  10. pkg/apis/extensions/types.go

    */
    
    /*
    This file (together with pkg/apis/extensions/v1beta1/types.go) contain the experimental
    types in kubernetes. These API objects are experimental, meaning that the
    APIs may be broken at any time by the kubernetes team.
    
    DISCLAIMER: The implementation of the experimental API group itself is
    a temporary one meant as a stopgap solution until kubernetes has proper
    support for multiple API groups. The transition may require changes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 13 17:21:33 UTC 2019
    - 1.1K bytes
    - Viewed (0)
Back to top