Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for reAssemble (0.36 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. src/cmd/internal/obj/x86/asm6.go

    		}
    	}
    	if toPad <= 0 {
    		return c
    	}
    
    	return noppad(ctxt, s, c, toPad)
    }
    
    // reAssemble is called if an instruction's size changes during assembly. If
    // it does and the instruction is a standalone or a macro-fused jump we need to
    // reassemble.
    func (pjc padJumpsCtx) reAssemble(p *obj.Prog) bool {
    	if pjc == 0 {
    		return false
    	}
    
    	fj, _ := fusedJump(p)
    	return fj || isJump(p)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. docs/fr/docs/tutorial/first-steps.md

    #### Allez voir `openapi.json`
    
    Si vous êtes curieux d'à quoi ressemble le schéma brut **OpenAPI**, **FastAPI** génère automatiquement un (schéma) JSON avec les descriptions de toute votre API.
    
    Vous pouvez le voir directement à cette adresse : <a href="http://127.0.0.1:8000/openapi.json" class="external-link" target="_blank">http://127.0.0.1:8000/openapi.json</a>.
    
    Le schéma devrait ressembler à ceci :
    
    
    ```JSON
    {
        "openapi": "3.0.2",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 20:52:31 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. platforms/documentation/docs/src/docs/userguide/core-plugins/jacoco_plugin.adoc

    The attributes will resemble the following.  User-configurable attributes are highlighted below the sample.
    
    .outgoingVariants task output
    [source,text]
    ----
    --------------------------------------------------
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  10. docs/fr/docs/contributing.md

    Si vous allez sur votre navigateur, vous verrez que maintenant les documents montrent votre nouvelle section. 🎉
    
    Vous pouvez maintenant tout traduire et voir à quoi cela ressemble au fur et à mesure que vous enregistrez le fichier.
    
    #### Nouvelle langue
    
    Disons que vous voulez ajouter des traductions pour une langue qui n'est pas encore traduite, pas même quelques pages.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:07 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top