Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 73 for IsSame (0.11 sec)

  1. src/runtime/traceback.go

    // that recorded the context, but only when the context is known to be
    // valid and unchanging. The traceback function may also be called
    // deeper in the call stack on the same thread that recorded the
    // context. The traceback function may be called multiple times with
    // the same Context value; it will usually be appropriate to cache the
    // result, if possible, the first time this is called for a specific
    // context value.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                }
            }
        }
    
        // makes sure the extension with a different name is created even if a
        // different one with same contents exists
        def "can configure multiple libraries extension with same contents"() {
            settingsFile << """
                dependencyResolutionManagement {
                    versionCatalogs {
                        myLibs {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    		}
    	}
    }
    
    func TestExecute(t *testing.T) {
    	testExecute(execTests, nil, t)
    }
    
    var delimPairs = []string{
    	"", "", // default
    	"{{", "}}", // same as default
    	"|", "|", // same
    	"(日)", "(本)", // peculiar
    }
    
    func TestDelims(t *testing.T) {
    	const hello = "Hello, world"
    	var value = struct{ Str string }{hello}
    	for i := 0; i < len(delimPairs); i += 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    //sys	Fsetxattr(fd int, attr string, dest []byte, flags int) (err error)
    //sys	Fsync(fd int) (err error)
    //sys	Fsmount(fd int, flags int, mountAttrs int) (fsfd int, err error)
    //sys	Fsopen(fsName string, flags int) (fd int, err error)
    //sys	Fspick(dirfd int, pathName string, flags int) (fd int, err error)
    
    //sys	fsconfig(fd int, cmd uint, key *byte, value *byte, aux int) (err error)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  5. src/math/big/int_test.go

    			t.Errorf("#%d: %v is not normalized", i, *z1)
    		}
    		if !(z1 == nil && out == nil || z1.Cmp(out) == 0) {
    			t.Errorf("#%d: got %x want %x", i, z1, out)
    		}
    
    		if m == nil {
    			// The result should be the same as for m == 0;
    			// specifically, there should be no div-zero panic.
    			m = &Int{abs: nat{}} // m != nil && len(m.abs) == 0
    			z2 := new(Int).Exp(x, y, m)
    			if z2.Cmp(z1) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  6. cmd/batch-handlers.go

    	}
    
    	retryAttempts := ri.RetryAttempts
    	retry := false
    	for attempts := 1; attempts <= retryAttempts; attempts++ {
    		attempts := attempts
    		// one of source/target is s3, skip delete marker and all versions under the same object name.
    		s3Type := r.Target.Type == BatchJobReplicateResourceS3 || r.Source.Type == BatchJobReplicateResourceS3
    		minioSrc := r.Source.Type == BatchJobReplicateResourceMinIO
    		ctx, cancel := context.WithCancel(ctx)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

            plugins {
                // must include the plugin contributing the build service,
                // and must be a different ordered set than the other project
                // or else both subprojects are built with the same classloader
                id 'my.plugin2'
                id 'my.plugin1'
            }
            """)
    
            when:
            fails("hello")
    
            then:
            outputContains """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	if err == nil {
    		err = EINVAL
    		for i := 0; i < fs_count; i++ {
    			if b2s(buffer.fsinfo[i].Mountpoint[:]) == name {
    				err = unmount_LE(b2s(buffer.fsinfo[i].Fsname[:]), mtm)
    				break
    			}
    		}
    	} else if fs_count == 0 {
    		err = EINVAL
    	}
    	return err
    }
    
    // Unmount end
    
    func direntIno(buf []byte) (uint64, bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  9. src/runtime/mgcmark.go

    	}
    
    	// Steal as much credit as we can from the background GC's
    	// scan credit. This is racy and may drop the background
    	// credit below 0 if two mutators steal at the same time. This
    	// will just cause steals to fail until credit is accumulated
    	// again, so in the long run it doesn't really matter, but we
    	// do have to handle the negative credit case.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  10. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

            if (!DefaultModelValidator.VALID_MODEL_VERSIONS.contains(superModelVersion)) {
                // Maven 3.x is always using 4.0.0 version to load the supermodel, so
                // do the same when loading a dependency.  The model validator will also
                // check that field later.
                superModelVersion = "4.0.0";
            }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
Back to top