Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,092 for 4000 (0.05 sec)

  1. cmd/notification.go

    		g.Go(func() error {
    			var err error
    			peerChannels[index], err = sys.peerClients[index].GetReplicationMRF(ctx, bucket)
    			return err
    		}, index)
    	}
    	mrfCh = make(chan madmin.ReplicationMRF, 4000)
    	var wg sync.WaitGroup
    
    	for index, err := range g.Wait() {
    		if err != nil {
    			if sys.peerClients[index] != nil {
    				reqInfo := (&logger.ReqInfo{}).AppendTags("peerAddress",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^5184 mod p(x), x^5120 mod p(x) */
    DATA ·IEEEConst+4000(SB)/8,$0x0000000133212464
    DATA ·IEEEConst+4008(SB)/8,$0x00000000fd226d14
    
    	/* x^4160 mod p(x), x^4096 mod p(x) */
    DATA ·IEEEConst+4016(SB)/8,$0x00000000e4e45610
    DATA ·IEEEConst+4024(SB)/8,$0x000000011cfd42e0
    
    	/* x^3136 mod p(x), x^3072 mod p(x) */
    DATA ·IEEEConst+4032(SB)/8,$0x000000000c1bd370
    DATA ·IEEEConst+4040(SB)/8,$0x000000016e5a5678
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  3. src/time/time.go

    //	fmt.Print(int64(second/time.Millisecond)) // prints 1000
    //
    // To convert an integer number of units to a Duration, multiply:
    //
    //	seconds := 10
    //	fmt.Print(time.Duration(seconds)*time.Second) // prints 10s
    const (
    	Nanosecond  Duration = 1
    	Microsecond          = 1000 * Nanosecond
    	Millisecond          = 1000 * Microsecond
    	Second               = 1000 * Millisecond
    	Minute               = 60 * Second
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/debug.go

    	}
    	state := &f.Cache.debugState
    	state.loggingLevel = loggingLevel % 1000
    
    	// A specific number demands exactly that many iterations. Under
    	// particular circumstances it make require more than the total of
    	// 2 passes implied by a single run through liveness and a single
    	// run through location list generation.
    	state.convergeCount = loggingLevel / 1000
    	state.f = f
    	state.registers = f.Config.registers
    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. src/encoding/xml/marshal_test.go

    }
    
    func TestMarshalWriteErrors(t *testing.T) {
    	var buf bytes.Buffer
    	const writeCap = 1024
    	w := &limitedBytesWriter{&buf, writeCap}
    	enc := NewEncoder(w)
    	var err error
    	var i int
    	const n = 4000
    	for i = 1; i <= n; i++ {
    		err = enc.Encode(&Passenger{
    			Name:   []string{"Alice", "Bob"},
    			Weight: 5,
    		})
    		if err != nil {
    			break
    		}
    	}
    	if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

                defaultMap.put(FessConfig.PAGE_DOCBOOST_MAX_FETCH_SIZE, "1000");
                defaultMap.put(FessConfig.PAGE_KEYMATCH_MAX_FETCH_SIZE, "1000");
                defaultMap.put(FessConfig.PAGE_LABELTYPE_MAX_FETCH_SIZE, "1000");
                defaultMap.put(FessConfig.PAGE_ROLETYPE_MAX_FETCH_SIZE, "1000");
                defaultMap.put(FessConfig.PAGE_USER_MAX_FETCH_SIZE, "1000");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  7. helm-releases/minio-4.0.10.tgz

    topologySpreadConstr: [] ## Add stateful containers to have security context, if enabled MinIO will run as this ## user and group NOTE: securityContext is only enabled if persistence.enabled=true securityContext: enabled: true runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 fsGroupChangePolicy: "OnRootMismatch" # Additational pod annotations podAnnotations: {} # Additional pod labels podLabels: {} ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ##...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Aug 04 16:09:22 UTC 2022
    - 19.2K bytes
    - Viewed (0)
  8. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        }*/
    
        /*MNG- 4010*/
        @Test
        void testDuplicateExclusionsDependency() throws Exception {
            PomTestWrapper pom = buildPom("duplicate-exclusions-dependency/sub");
            assertEquals(1, ((List<?>) pom.getValue("dependencies[1]/exclusions")).size());
        }
    
        /*MNG- 4008*/
        @Test
        void testMultipleFilters() throws Exception {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/css/fonts.css

    }
    /* latin */
    @font-face {
      font-family: 'Roboto';
      font-style: italic;
      font-weight: 400;
      src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    /* cyrillic-ext */
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  10. helm-releases/minio-4.0.0.tgz

    tolerations: [] affinity: {} ## Add stateful containers to have security context, if enabled MinIO will run as this ## user and group NOTE: securityContext is only enabled if persistence.enabled=true securityContext: enabled: true runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 fsGroupChangePolicy: "OnRootMismatch" # Additational pod annotations podAnnotations: {} # Additional pod labels podLabels: {} ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ##...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Apr 26 02:41:39 UTC 2022
    - 18K bytes
    - Viewed (0)
Back to top