Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 636 for repeated (0.2 sec)

  1. src/index/suffixarray/suffixarray_test.go

    	return true
    }
    
    var (
    	benchdata = make([]byte, 1e6)
    	benchrand = make([]byte, 1e6)
    )
    
    // Of all possible inputs, the random bytes have the least amount of substring
    // repetition, and the repeated bytes have the most. For most algorithms,
    // the running time of every input will be between these two.
    func benchmarkNew(b *testing.B, random bool) {
    	b.ReportAllocs()
    	b.StopTimer()
    	data := benchdata
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. schema/relationship.go

    		settings = ParseTagSetting(str, ",")
    	)
    
    	// optimize match english letters and midline
    	// The following code is basically called in for.
    	// In order to avoid the performance problems caused by repeated compilation of regular expressions,
    	// it only needs to be done once outside, so optimization is done here.
    	if idx != -1 && regEnLetterAndMidline.MatchString(str[0:idx]) {
    		name = str[0:idx]
    	} else {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 03:46:59 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modcmd/edit.go

    -retract=version is a no-op if that retraction already exists.
    
    The -godebug, -dropgodebug, -require, -droprequire, -exclude, -dropexclude,
    -replace, -dropreplace, -retract, and -dropretract editing flags may be
    repeated, and the changes are applied in the order given.
    
    The -print flag prints the final go.mod in its text format instead of
    writing it back to go.mod.
    
    The -json flag prints the final go.mod file in JSON format instead of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. pkg/volume/fc/fc.go

    	return b.SetUpAt(b.GetPath(), mounterArgs)
    }
    
    func (b *fcDiskMounter) SetUpAt(dir string, mounterArgs volume.MounterArgs) error {
    	// diskSetUp checks mountpoints and prevent repeated calls
    	err := diskSetUp(b.manager, *b, dir, b.mounter, mounterArgs.FsGroup, mounterArgs.FSGroupChangePolicy)
    	if err != nil {
    		klog.Errorf("fc: failed to setup")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  5. pkg/scheduler/apis/config/validation/validation_pluginargs_test.go

    						Weight: 1,
    					},
    				},
    			},
    			wantErrs: field.ErrorList{
    				&field.Error{
    					Type:  field.ErrorTypeInvalid,
    					Field: "resources[0].weight",
    				},
    			},
    		},
    		"repeated resources": {
    			args: &config.NodeResourcesBalancedAllocationArgs{
    				Resources: []config.ResourceSpec{
    					{
    						Name:   "cpu",
    						Weight: 1,
    					},
    					{
    						Name:   "cpu",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  6. src/image/jpeg/scan.go

    		// B.2.2) are unique, it suffices to check that the implicit indexes
    		// into d.comp are unique.
    		for j := 0; j < i; j++ {
    			if scan[i].compIndex == scan[j].compIndex {
    				return FormatError("repeated component selector")
    			}
    		}
    		totalHV += d.comp[compIndex].h * d.comp[compIndex].v
    
    		// The baseline t <= 1 restriction is specified in table B.3.
    		scan[i].td = d.tmp[2+2*i] >> 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/shell.go

    	// Make Mkdir(a.Objdir) a no-op instead of an error when a.Objdir == "".
    	if dir == "" {
    		return nil
    	}
    
    	// We can be a little aggressive about being
    	// sure directories exist. Skip repeated calls.
    	return sh.mkdirCache.Do(dir, func() error {
    		if cfg.BuildN || cfg.BuildX {
    			sh.ShowCmd("", "mkdir -p %s", dir)
    			if cfg.BuildN {
    				return nil
    			}
    		}
    
    		return os.MkdirAll(dir, 0777)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. pkg/volume/iscsi/iscsi.go

    	return b.SetUpAt(b.GetPath(), mounterArgs)
    }
    
    func (b *iscsiDiskMounter) SetUpAt(dir string, mounterArgs volume.MounterArgs) error {
    	// diskSetUp checks mountpoints and prevent repeated calls
    	err := diskSetUp(b.manager, *b, dir, b.mounter, mounterArgs.FsGroup, mounterArgs.FSGroupChangePolicy)
    	if err != nil {
    		klog.Errorf("iscsi: failed to setup")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_4x.md

        could use new flow control capacity before acknowledging it, causing strict HTTP/2 servers to
        fail the call.
    
    
    ## Version 4.1.1
    
    _2019-09-05_
    
     *  Fix: Don't drop repeated headers when validating cached responses. In our Kotlin upgrade we
        introduced a regression where we iterated the number of unique header names rather than then
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  10. src/encoding/gob/doc.go

    Compatibility: Any future changes to the package will endeavor to maintain
    compatibility with streams encoded using previous versions. That is, any released
    version of this package should be able to decode data written with any previously
    released version, subject to issues such as security fixes. See the Go compatibility
    document for background: https://golang.org/doc/go1compat
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top