Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for reAssemble (0.13 sec)

  1. src/cmd/vendor/golang.org/x/mod/module/pseudo.go

    		return older + ".0." + segment + build // form (4), (5)
    	}
    
    	// Form (2), (3).
    	// Extract patch from vMAJOR.MINOR.PATCH
    	i := strings.LastIndex(older, ".") + 1
    	v, patch := older[:i], older[i:]
    
    	// Reassemble.
    	return v + incDecimal(patch) + "-0." + segment + build
    }
    
    // ZeroPseudoVersion returns a pseudo-version with a zero timestamp and
    // revision, which may be used as a placeholder.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/assembler/AssemblyLanguageIncrementalBuildIntegrationTest.groovy

        def "does not re-execute build with no change"() {
            when:
            run "mainExecutable"
    
            then:
            allSkipped()
        }
    
        @Requires(UnitTestPreconditions.CanInstallExecutable)
        def "reassembles binary with assembler option change"() {
            when:
            buildFile << """
                model {
                    components {
                        hello {
                            binaries.all {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  3. docs/fr/docs/tutorial/debugging.md

    Il démarrera alors le serveur avec votre code **FastAPI**, s'arrêtera à vos points d'arrêt, etc.
    
    Voici à quoi cela pourrait ressembler :
    
    <img src="/img/tutorial/debugging/image01.png">
    
    ---
    
    Si vous utilisez Pycharm, vous pouvez :
    
    - Ouvrir le menu "Run".
    - Sélectionnez l'option "Debug...".
    - Un menu contextuel s'affiche alors.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Mar 06 16:26:49 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  4. releasenotes/notes/inbound-cluster-name.yaml

        and port name, such as `inbound|80|http|httpbin.default.svc.cluster.local`. This lead to issues when multiple
        Services select the same pod. As a result, we have removed the port name and hostname - the new format will
        instead resemble `inbound|80||`.
    
        For most users, this is an implementation detail, and will only impact debugging or tooling that directly
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 22 16:31:28 UTC 2020
    - 778 bytes
    - Viewed (0)
  5. docs/fr/docs/deployment/docker.md

    ```
    
    ### Applications plus larges
    
    Si vous avez suivi la section sur la création d' [Applications avec plusieurs fichiers](../tutorial/bigger-applications.md){.internal-link target=_blank}, votre `Dockerfile` pourrait ressembler à ceci :
    
    ```Dockerfile
    FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
    
    COPY ./app /app/app
    ```
    
    ### Raspberry Pi et autres architectures
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 7.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.s

    #include "textflag.h"
    
    // function to call USS assembly language services
    //
    // doc: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_3.1.0/com.ibm.zos.v3r1.bpxb100/bit64env.htm
    //
    //   arg1 unsafe.Pointer array that ressembles an OS PLIST
    //
    //   arg2 function offset as in
    //       doc: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_3.1.0/com.ibm.zos.v3r1.bpxb100/bpx2cr_List_of_offsets.htm
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top