Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 99 for lombok (0.13 sec)

  1. src/cmd/go/internal/modload/load.go

    // Most code today now uses google.golang.org/appengine instead,
    // but not all code has been so updated. When we mostly ignore build tags
    // during "go vendor", we look into "// +build appengine" files and
    // may see these legacy imports. We drop them so that the module
    // search does not look for modules to try to satisfy them.
    func scanDir(modroot string, dir string, tags map[string]bool) (imports_, testImports []string, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    [[changes_4.7]]
    == Upgrading from 4.6 and earlier
    
    === Potential breaking changes
    
     * Gradle will now, by convention, look for Checkstyle configuration files in the root project's _config/checkstyle_ directory.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

     * How Gradle finds tests to run (<<#sec:test_detection,Test detection>>)
     * How to make use of the major frameworks' mechanisms for grouping tests together (<<#test_grouping,Test grouping>>)
    
    But first, let's look at the basics of JVM testing in Gradle.
    
    NOTE: A new configuration DSL for modeling test execution phases is available via the incubating <<jvm_test_suite_plugin.adoc#jvm_test_suite_plugin,JVM Test Suite>> plugin.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/debug.go

    			// SplitOf pointing to a parent slot, and SplitOffset
    			// holding the offset into the parent object.
    			pieceSlot := LocalSlot{N: n, Type: t, Off: offsets[k]}
    
    			// Look up this piece to see if we've seen a reg op
    			// for it. If not, create one.
    			_, found := sc.lookup(pieceSlot)
    			if !found {
    				// This slot doesn't appear in the map, meaning it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	s.labelService(t, "svc1", testNS, map[string]string{constants.AmbientUseWaypointLabel: "test-wp"})
    	s.assertEvent(t, s.svcXdsName("svc1"))
    	s.assertNoEvent(t)
    
    	// We should now see the waypoint service IP when we look up the annotated svc
    	assert.Equal(t,
    		s.lookup(s.addrXdsName("10.0.0.1"))[0].Address.GetService().Waypoint.GetAddress().Address,
    		netip.MustParseAddr("10.0.0.10").AsSlice())
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    	schema LookupPatchMeta, diffOptions DiffOptions) error {
    	subschema, patchMeta, err := schema.LookupPatchMetadataForStruct(key)
    
    	if err != nil {
    		// We couldn't look up metadata for the field
    		// If the values are identical, this doesn't matter, no patch is needed
    		if reflect.DeepEqual(originalValue, modifiedValue) {
    			return nil
    		}
    		// Otherwise, return the error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

                action.execute(component.getImplicitCapability());
            } else {
                // The isEmpty check is not required, might look innocent, but Guava's performance bad for an empty immutable list
                // because it still creates an inner class for an iterator, which delegates to an Array iterator, which does... nothing.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/syntax/parser.go

    	i := len(s)
    	if s[i-1] == '\r' {
    		i--
    	}
    	return s[2:i] // lop off //, and \r at end, if any
    }
    
    func trailingDigits(text string) (uint, uint, bool) {
    	i := strings.LastIndexByte(text, ':') // look from right (Windows filenames may contain ':')
    	if i < 0 {
    		return 0, 0, false // no ':'
    	}
    	// i >= 0
    	n, err := strconv.ParseUint(text[i+1:], 10, 0)
    	return uint(i + 1), uint(n), err == nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  9. src/cmd/link/internal/loader/loader.go

    func (l *Loader) LookupOrCreateCgoExport(name string, ver int) Sym {
    	if ver >= sym.SymVerStatic {
    		return l.LookupOrCreateSym(name, ver)
    	}
    	if ver != 0 {
    		panic("ver must be 0 or a static version")
    	}
    	// Look for a cgo-exported symbol from Go.
    	if s, ok := l.CgoExports[name]; ok {
    		return s
    	}
    	// Otherwise, this must just be a symbol in the host object.
    	// Create a version 0 symbol for it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/MapMakerInternalMap.java

         * read operations anyway:
         *
         * - All (unsynchronized) read operations must first read the "count" field, and should not
         * look at table entries if it is 0.
         *
         * - All (synchronized) write operations should write to the "count" field after structurally
         * changing any bin. The operations must not take any action that could even momentarily
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
Back to top