Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 763 for certChain (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/cc/run_passes.h

    // only argument. `name` identifies the set of passes added by `add_passes_func`
    // and is used for debugging. Changing the `name` does not modify the behavior
    // of the passes.
    //
    // It will try to dump intermediate MLIRs if certain conditions are met. See the
    // description from `MaybeEnableIrPrinting` for the details about the
    // conditions.
    //
    // Returns a non-OK status when the pass run fails or it fails to create an MLIR
    // dump file.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 07 01:17:26 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/ProblemSpec.java

         * @return this
         * @since 8.6
         */
        ProblemSpec lineInFileLocation(String path, int line);
    
        /**
         * Declares that this problem is in a file with on a line at a certain position.
         * <p>
         *
         * @param path the file location
         * @param line the one-indexed line number
         * @param column the one-indexed column
         * @return this
         * @since 8.6
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:08 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/NotSupportedForK1Exception.kt

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api
    
    
    /**
     * Exception indicating that a certain operation is not supported for the K1 version of Analysis API
     */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Oct 06 11:39:33 UTC 2023
    - 436 bytes
    - Viewed (0)
  4. src/go/parser/testdata/issue11377.src

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test case for go.dev/issue/11377: Better synchronization of
    // parser after certain syntax errors.
    
    package p
    
    func bad1() {
        if f()) /* ERROR "expected ';', found '\)'" */ {
            return
        }
    }
    
    // There shouldn't be any errors down below.
    
    func F1() {}
    func F2() {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 02 12:56:53 UTC 2023
    - 542 bytes
    - Viewed (0)
  5. LICENSES/vendor/github.com/google/cadvisor/third_party/containerd/NOTICE

    Docker
    Copyright 2012-2015 Docker, Inc.
    
    This product includes software developed at Docker, Inc. (https://www.docker.com).
    
    The following is courtesy of our legal counsel:
    
    
    Use and transfer of Docker may be subject to certain restrictions by the
    United States and other governments.
    It is your responsibility to ensure that your use and/or transfer does not
    violate applicable laws.
    
    For more information, please see https://www.bis.doc.gov
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 03 16:47:06 UTC 2022
    - 519 bytes
    - Viewed (0)
  6. src/crypto/internal/boring/sig/sig.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package sig holds “code signatures” that can be called
    // and will result in certain code sequences being linked into
    // the final binary. The functions themselves are no-ops.
    package sig
    
    // BoringCrypto indicates that the BoringCrypto module is present.
    func BoringCrypto()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 15:58:43 UTC 2017
    - 614 bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ResolutionStrategy.java

    import org.gradle.api.Action;
    import org.gradle.api.provider.Property;
    
    import java.util.Set;
    import java.util.concurrent.TimeUnit;
    
    /**
     * Defines the strategies around dependency resolution.
     * For example, forcing certain dependency versions, substitutions, conflict resolutions or snapshot timeouts.
     * <p>
     * Examples:
     * <pre class='autoTested'>
     * plugins {
     *     id 'java' // so that there are some configurations
     * }
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 17 13:05:50 UTC 2022
    - 16K bytes
    - Viewed (0)
  8. src/runtime/cputicks.go

    //go:build !arm && !arm64 && !mips64 && !mips64le && !mips && !mipsle && !wasm
    
    package runtime
    
    // careful: cputicks is not guaranteed to be monotonic! In particular, we have
    // noticed drift between cpus on certain os/arch combinations. See issue 8976.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 10 12:47:42 UTC 2023
    - 437 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/authorization/path/doc.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package path contains an authorizer that allows certain paths and path prefixes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 11 10:32:04 UTC 2018
    - 720 bytes
    - Viewed (0)
  10. manifests/helm-profiles/README.md

    Any changes to this folder should have a `make copy-templates` applied afterwards.
    
    Warning: unlike the `IstioOperator` profiles, these profiles cannot enable or disable certain components.
    As a result, users still need to ensure they install the appropriate charts to use a profile correctly.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 708 bytes
    - Viewed (0)
Back to top