Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 105 for parity (3.69 sec)

  1. licenses/github.com/hashicorp/go-version/LICENSE

       character including, without limitation, damages for lost profits, loss of
       goodwill, work stoppage, computer failure or malfunction, or any and all
       other commercial damages or losses, even if such party shall have been
       informed of the possibility of such damages. This limitation of liability
       shall not apply to liability for death or personal injury resulting from such
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    The main difference here is, that all dependencies are files, so we cannot do any smart resolution, all files on the classpath are treated as third party dependencies.
    
    
    #### Transformation of build scripts overview
    
    Transformation of build scripts is relatively simple and happens in the same execution unit of work as compilation.
    
    ```mermaid
    flowchart TB
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.duplicate_host_title_details	=	Hôte en double
    labels.dashboard_title_configuration	=	Configuration du système
    labels.suggest_search_log_enabled	=	Suggérer à partir de mots de recherche
    labels.suggest_documents_enabled	=	Suggérer à partir de documents
    labels.purge_suggest_search_log_day	=	Purger les documents suggérés avant
    labels.crawling_info_title	=	Informations d'exploration
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

     2. Generate classes that are handled differently from the `main` and `test` ones
     3. Form a natural part of the project
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  5. .space/CODEOWNERS

    /resources/ "Kotlin Build Infrastructure"
    
    # UNKNOWN: /spec-docs/
    
    /scripts/ "Kotlin Build Infrastructure"
    
    /test-instrumenter/ "Kotlin Build Infrastructure"
    
    /tests/ "Kotlin Build Infrastructure"
    
    /third-party/ "Kotlin Compiler Core"
    
    /wasm/ "Kotlin Wasm"
    
    # Generated files (no review required)
    *Generated.java "Kotlin" "Kotlin IDE Analysis Core"
    
    # Singular files
    /.gitattributes "Kotlin Build Infrastructure"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  6. Makefile.core.mk

    # I tried to make this dependent on what I thought was the appropriate
    # lock file, but it caused the rule for that file to get run (which
    # seems to be about obtaining a new version of the 3rd party libraries).
    $(TARGET_OUT)/istio_is_init: bin/init.sh istio.deps | $(TARGET_OUT)
    	@# Add a retry, as occasionally we see transient connection failures to GCS
    	@# Like `curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 19:53:04 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. tensorflow/c/kernels.cc

    #include "tsl/framework/device_id_utils.h"
    #include "tsl/platform/statusor.h"
    #endif  // !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD)
    
    // This file forms the basis of a stable ABI for third-party kernel
    // implementations. It is crucial that changes to this file are made cautiously
    // and with a focus on maintaining both source and binary compatibility.
    
    typedef std::function<void()> AsyncOpKernelDoneCallback;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 22:53:47 UTC 2024
    - 36K bytes
    - Viewed (0)
  8. docs/changelogs/changelog_4x.md

        ```kotlin
        val response: Response = call.execute()
        val multipartReader = MultipartReader(response.body!!)
    
        multipartReader.use {
          while (true) {
            val part = multipartReader.nextPart() ?: break
            process(part.headers, part.body)
          }
        }
        ```
    
     *  New: `MediaType.parameter()` gets a parameter like `boundary` from a media type like
        `multipart/mixed; boundary="abc"`.
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    //     we cannot tell if we created it or someone else did. SSA fixes these issues
    //   - SSA using client-go Apply libraries is almost a good choice, but most third-party clients (Istio, MCS, and gateway-api)
    //     do not provide these libraries.
    //   - SSA using standard API types doesn't work well either: https://github.com/kubernetes-sigs/controller-runtime/issues/1669
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  10. pkg/registry/core/service/storage/storage.go

    	// will be called on the new object soon enough.  All this needs to do is
    	// try to divine what user meant with these linked fields. The below
    	// is verbosely written for clarity.
    
    	// **** IMPORTANT *****
    	// as a governing rule. User must (either)
    	// -- Use singular only (old client)
    	// -- singular and plural fields (new clients)
    
    	if oldSvc == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:33 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top