Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 403 for stage1 (0.22 sec)

  1. .github/workflows/team-triage-stale.yml

              days-before-issue-stale: 14
              stale-issue-label: to-triage
              stale-issue-message: ""
              days-before-issue-close: -1
    
              only-pr-labels: 'from:contributor'
              exempt-all-pr-milestones: true
              days-before-pr-stale: 14
              stale-pr-label: to-triage
              stale-pr-message: ""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 09:13:16 UTC 2024
    - 835 bytes
    - Viewed (0)
  2. docs/en/docs/deployment/docker.md

    The first stage will only be used to **install Poetry** and to **generate the `requirements.txt`** with your project dependencies from Poetry's `pyproject.toml` file.
    
    This `requirements.txt` file will be used with `pip` later in the **next stage**.
    
    In the final container image **only the final stage** is preserved. The previous stage(s) will be discarded.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 34K bytes
    - Viewed (0)
  3. src/crypto/sha256/sha256block_amd64.s

    	VMOVDQU		(0*16)(digestPtr), state0	// load initial hash values and reorder
    	VMOVDQU		(1*16)(digestPtr), state1	// DCBA, HGFE -> ABEF, CDGH
    	PSHUFD		$0xb1, state0, state0		// CDAB
    	PSHUFD		$0x1b, state1, state1		// EFGH
    	VMOVDQA		state0, m4
    	PALIGNR		$8, state1, state0		// ABEF
    	PBLENDW		$0xf0, m4, state1		// CDGH
    	VMOVDQA		flip_mask<>(SB), shufMask
    	LEAQ		K256<>(SB), sha256Constants
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  4. Jenkinsfile.s390x

            echo "OS: ${os} JDK: ${jdk} => Label: ${osLabel} JDK: ${jdkName} Arch: s390x"
    
            String stageId = "${os}-jdk${jdk}-s390x"
            String stageLabel = "Run ITs ${os.capitalize()} Java ${jdk} on s390x"
            runITsTasks[stageId] = {
                node('s390x') {
                    stage("${stageLabel}") {
                        echo "NODE_NAME = ${env.NODE_NAME}"
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 03 21:28:30 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  5. src/crypto/aes/asm_ppc64x.s

    	STXVD2X	STAGE, (R0+OUTENC)
    	STXVD2X	STAGE, (R0+OUTDEC)
    	VCIPHERLAST	KEY, RCON, KEY           // vcipherlast 3,3,4
    	ADD	$16, OUTENC, OUTENC
    	ADD	$-16, OUTDEC, OUTDEC
    
    	VSLDOI	$8, IN0, IN1, STAGE              // vsldoi 7,1,2,8
    	VXOR	IN0, TMP, IN0                    // vxor 1,1,6
    	VSLDOI	$12, ZERO, TMP, TMP              // vsldoi 6,0,6,12
    	STXVD2X	STAGE, (R0+OUTENC)
    	STXVD2X	STAGE, (R0+OUTDEC)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/loong64/galign.go

    package loong64
    
    import (
    	"cmd/compile/internal/ssa"
    	"cmd/compile/internal/ssagen"
    	"cmd/internal/obj/loong64"
    )
    
    func Init(arch *ssagen.ArchInfo) {
    	arch.LinkArch = &loong64.Linkloong64
    	arch.REGSP = loong64.REGSP
    	arch.MAXWIDTH = 1 << 50
    	arch.ZeroRange = zerorange
    	arch.Ginsnop = ginsnop
    
    	arch.SSAMarkMoves = func(s *ssagen.State, b *ssa.Block) {}
    	arch.SSAGenValue = ssaGenValue
    	arch.SSAGenBlock = ssaGenBlock
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:16 UTC 2023
    - 649 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/group_version.go

    	"fmt"
    	"strings"
    
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupResource specifies a Group and a Resource, but does not force a version.  This is useful for identifying
    // concepts during lookup stages without having partially valid types
    //
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    type GroupResource struct {
    	Group    string `json:"group" protobuf:"bytes,1,opt,name=group"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 04 09:55:26 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  8. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildContentGenerationContext.java

     * limitations under the License.
     */
    
    package org.gradle.buildinit.plugins.internal;
    
    import org.gradle.api.NonNullApi;
    
    /**
     * Context passed through all stages of the build generation to track state.
     */
    @NonNullApi
    public class BuildContentGenerationContext {
        private final VersionCatalogDependencyRegistry versionCatalogDependencyRegistry;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 14:16:33 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/gccgo_link_c.txt

    ! go build -x -compiler gccgo
    stderr 'gccgo.*\-L [^ ]*alibpath \-lalib' # make sure that Go-inline "#cgo LDFLAGS:" ("-L alibpath -lalib") passed to gccgo linking stage
    ! stderr 'gccgo.*-lalib.*-lalib' # make sure -lalib is only passed once
    
    -- go.mod --
    module m
    -- cgoref.go --
    package main
    // #cgo LDFLAGS: -L alibpath -lalib
    // void f(void) {}
    import "C"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 16:38:51 UTC 2023
    - 617 bytes
    - Viewed (0)
  10. cluster/gce/gci/mounter/Makefile

    TAG=v2
    REGISTRY=staging-k8s.gcr.io
    IMAGE=gci-mounter
    
    all: container
    
    container:
    	docker build --pull -t ${REGISTRY}/${IMAGE}:${TAG} .
    
    push:
    	docker push ${REGISTRY}/${IMAGE}:${TAG}
    
    upload:
    	./stage-upload.sh ${TAG} ${REGISTRY}/${IMAGE}:${TAG}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 23 02:28:04 UTC 2019
    - 862 bytes
    - Viewed (0)
Back to top