Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 316 for pubs (0.44 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    [listing,subs=+attributes]
    ----
    $ gradle wrapper --gradle-version {gradleVersion} --distribution-type all
    include::{snippetsPath}/wrapper/simple/tests/wrapperCommandLine.out[]
    ----
    
    As a result, you can find the desired information (the generated distribution URL) in the Wrapper properties file:
    
    [source,properties,subs=+attributes]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption.go

    	pdbsAllowed := make([]int32, len(pdbs))
    	for i, pdb := range pdbs {
    		pdbsAllowed[i] = pdb.Status.DisruptionsAllowed
    	}
    
    	for _, podInfo := range podInfos {
    		pod := podInfo.Pod
    		pdbForPodIsViolated := false
    		// A pod with no labels will not match any PDB. So, no need to check.
    		if len(pod.Labels) != 0 {
    			for i, pdb := range pdbs {
    				if pdb.Namespace != pod.Namespace {
    					continue
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 25 19:36:04 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  3. src/cmd/internal/archive/testdata/mycgo/c1.c

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include <stdio.h>
    
    void c1(void) {
    	puts("c1");
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 10 22:16:32 UTC 2020
    - 211 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/structuring/multi_project_builds.adoc

    This can lead to phantom build directories, especially when using `allprojects{}` or `subproject{}`.
    
    To avoid this, you can use:
    
    ```
    include(':subs:web:my-web-module')
    project(':subs:web:my-web-module').projectDir = "subs/web/my-web-module"
    ```
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 00:33:43 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/internal/classpath/transforms/ClasspathElementTransformTest.groovy

            expect:
            with(transformJar(LEGACY, testFile)) {
                assertContainsVersioned(AsmConstants.MAX_SUPPORTED_JAVA_VERSION + 1, "Foo.class")
            }
        }
    
        def "agent instrumentation puts no marker into non-multi-release jar"() {
            given:
            def testFile = jar(testDir.file("thing.jar")) {
                manifest {
                    // No Multi-Release attribute in the manifest.
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 14 09:24:02 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  6. src/cmd/compile/profile.sh

    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    # This script collects a CPU profile of the compiler
    # for building all targets in std and cmd, and puts
    # the profile at cmd/compile/default.pgo.
    
    dir=$(mktemp -d)
    cd $dir
    seed=$(date)
    
    for p in $(go list std cmd); do
    	h=$(echo $seed $p | md5sum | cut -d ' ' -f 1)
    	echo $p $h
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 17:31:10 UTC 2023
    - 588 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/build_overlay.txt

    package foo
    
    import "fmt"
    
    func bar() {
    	fmt.Println("different")
    }
    -- m/cgo_hello_quote/hello.c --
    #include <stdio.h>
    
    void say_hello() { puts("hello cgo\n"); fflush(stdout); }
    -- m/cgo_hello_angle/hello.c --
    #include <stdio.h>
    
    void say_hello() { puts("hello cgo\n"); fflush(stdout); }
    
    -- print_line_comments.go --
    package main
    
    import (
    	"fmt"
    	"io/ioutil"
    	"log"
    	"os"
    	"strings"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 29 00:40:18 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  8. src/runtime/memmove_arm64.s

    	LDP	-48(R4), (R10, R11)
    	LDP.W	-64(R4), (R12, R13)
    	SUB	R14, R5, R5
    	SUBS	$128, R2, R2
    	BLS	copy64_from_start
    
    loop64_backward:
    	STP	(R6, R7), -16(R5)
    	LDP	-16(R4), (R6, R7)
    	STP	(R8, R9), -32(R5)
    	LDP	-32(R4), (R8, R9)
    	STP	(R10, R11), -48(R5)
    	LDP	-48(R4), (R10, R11)
    	STP.W	(R12, R13), -64(R5)
    	LDP.W	-64(R4), (R12, R13)
    	SUBS	$64, R2, R2
    	BHI	loop64_backward
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 6K bytes
    - Viewed (0)
  9. src/internal/bytealg/indexbyte_arm64.s

    	LSL	$1, R9, R4
    	LSR	R4, R6, R6
    	LSL	R4, R6, R6
    	// The first block can also be the last
    	BLS	masklast
    	// Have we found something already?
    	CBNZ	R6, tail
    
    loop:
    	VLD1.P	(R3), [V1.B16, V2.B16]
    	SUBS	$0x20, R2, R2
    	VCMEQ	V0.B16, V1.B16, V3.B16
    	VCMEQ	V0.B16, V2.B16, V4.B16
    	// If we're out of data we finish regardless of the result
    	BLS	end
    	// Use a fast check for the termination condition
    	VORR	V4.B16, V3.B16, V6.B16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 08 20:52:47 UTC 2018
    - 3.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom

      </parent>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>wagon-webdav</artifactId>
      <name>Maven Wagon WebDav Provider</name>
      <version>1.0-beta-2</version>
      <description>Wagon that gets and puts artifacts through webdav protocol</description>
      <contributors>
        <contributor>
          <name>Henry Isidro</name>
          <email>******@****.***</email>
        </contributor>
        <contributor>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 1.4K bytes
    - Viewed (0)
Back to top