Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 276 for practice (0.17 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/loopclosure/loopclosure.go

    }
    
    // parallelSubtest returns statements that can be easily proven to execute
    // concurrently via the go test runner, as t.Run has been invoked with a
    // function literal that calls t.Parallel.
    //
    // In practice, users rely on the fact that statements before the call to
    // t.Parallel are synchronous. For example by declaring test := test inside the
    // function literal, but before the call to t.Parallel.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/pom/junit-4.12.pom

                                        <version>${jdkVersion}</version>
                                    </requireJavaVersion>
                                    <requireNoRepositories>
                                        <message>Best Practice is to never define repositories in pom.xml (use a repository
                                            manager instead).
                                        </message>
                                    </requireNoRepositories>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-egress/values.yaml

        # ID post-install.
        #
        # If the mesh admin does not specify a value, Istio will use the value of the
        # mesh's Trust Domain. The best practice is to select a proper Trust Domain
        # value.
        meshID: ""
    
        # Use the user-specified, secret volume mounted key and certs for Pilot and workloads.
        mountMtlsCerts: false
    
        multiCluster:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/language/match.go

    //   5) Distance from want tag to have tag using the parent relation [see Note 5.]
    // If there is still no winner after these rules are applied, the first match
    // found wins.
    //
    // Notes:
    // [2] In practice, as matching of Exact is done in a separate phase from
    //     matching the other levels, we reuse the Exact level to mean MaxExact in
    //     the second phase. As a consequence, we only need the levels defined by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/passes/prepare_quantize.cc

          return quant_specs_.input_ranges[index];
        } else {
          return {0.0, 255.0};
        }
      }
    
      // Apply some sanity check and report some warnings for those who don't follow
      // the best quantization practice. This also fixes some simple violations.
      void SanityCheckAndAdjustment(func::FuncOp func);
    
      // Whether the func contains Quantize ops. This is used to determine whether
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

                                        <version>${jdkVersion}</version>
                                    </requireJavaVersion>
                                    <requireNoRepositories>
                                        <message>Best Practice is to never define repositories in pom.xml (use a repository
                                            manager instead).
                                        </message>
                                    </requireNoRepositories>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  7. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/project/structure/StandaloneProjectFactory.kt

                        // Error(ish): file package does not match file path.
                        // This could happen if, e.g., src/my/pkg/MyTest.java has package `test.pkg`.
                        // It is just best practice, not enforced by language spec.
                        // So, here, we just stop iterating upward the folder structure.
                        break
                    }
                }
                javaDir?.let { result += it }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_quantize.cc

          return quant_specs_.input_ranges[index];
        } else {
          return {0.0, 255.0};
        }
      }
    
      // Apply some sanity check and report some warnings for those who don't follow
      // the best quantization practice. This also fixes some simple violations.
      void SanityCheckAndAdjustment(func::FuncOp func);
    
      // Whether the func contains Quantize ops. This is used to determine whether
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    However, if a dependency is compromised in a repository, it's likely its checksum will be too, so it's a good practice to get the checksum from a different place, usually the website of the library itself.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    These items must be supplied as the values of the `signing.keyId`, `signing.secretKeyRingFile`, and `signing.password` properties, respectively.
    
    NOTE: Given the personal and private nature of these values, a good practice is to store them in the `gradle.properties` file in the user's Gradle home directory (described in <<build_environment.adoc#sec:gradle_system_properties,System properties>>) instead of in the project directory itself.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
Back to top