Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 132 for timesTU (0.23 sec)

  1. src/time/time.go

    // this year as the absolute zero year, and to times measured as a uint64
    // seconds since this year as absolute times.
    //
    // Times measured as an int64 seconds since the year 1—the representation
    // used for Time's sec field—are called internal times.
    //
    // Times measured as an int64 seconds since the year 1970 are called Unix
    // times.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

     * properties used in this stylesheet.
     */
    :root {
        /* body, block and code fonts */
        --body-font-family: Lato, Arial, Helvetica, sans-serif;
        --block-font-family: Lato, Georgia, "Times New Roman", Times, serif;
        --code-font-family: monospace;
        /* Base font sizes for body and code elements */
        --body-font-size: 14px;
        --code-font-size: 14px;
        /* Text colors for body and block elements */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  3. src/html/template/escape_test.go

    			"styleFontNameString",
    			`<p style='font-family: "{{"Times New Roman"}}"'>`,
    			`<p style='font-family: "Times New Roman"'>`,
    		},
    		{
    			"styleFontNameString",
    			`<p style='font-family: "{{"Times New Roman"}}", "{{"sans-serif"}}"'>`,
    			`<p style='font-family: "Times New Roman", "sans-serif"'>`,
    		},
    		{
    			"styleFontNameUnquoted",
    			`<p style='font-family: {{"Times New Roman"}}'>`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  4. configure.py

        n_ask_attempts: (Integer) Number of times to query for valid input before
          raising an error and quitting.
    
      Returns:
        [String] The value of var_name after querying for input.
    
      Raises:
        UserInputError: if a query has been attempted n_ask_attempts times without
          success, assume that the user has made a scripting error, and will
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go

    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func utimes(path string, times *[2]Timeval) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(path)
    	if err != nil {
    		return
    	}
    	_, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&procutimes)), 2, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(times)), 0, 0, 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    			},
    			metrics: []string{
    				"apiserver_envelope_encryption_invalid_key_id_from_status_total",
    			},
    			want: `
    			# HELP apiserver_envelope_encryption_invalid_key_id_from_status_total [ALPHA] Number of times an invalid keyID is returned by the Status RPC call split by error.
    			# TYPE apiserver_envelope_encryption_invalid_key_id_from_status_total counter
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  7. src/testing/testing.go

    //	        rand.Int()
    //	    }
    //	}
    //
    // The benchmark function must run the target code b.N times.
    // It is called multiple times with b.N adjusted until the
    // benchmark function lasts long enough to be timed reliably.
    // The output
    //
    //	BenchmarkRandInt-8   	68453040	        17.8 ns/op
    //
    // means that the loop ran 68453040 times at a speed of 17.8 ns per loop.
    //
    // If a benchmark needs some expensive setup before running, the timer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  8. src/crypto/tls/handshake_client_test.go

    			}
    			if clientCalled != wantCalled {
    				t.Errorf("%s: expected client VerifyConnection called %d times, did %d times", name, wantCalled, clientCalled)
    			}
    			if serverCalled != wantCalled {
    				t.Errorf("%s: expected server VerifyConnection called %d times, did %d times", name, wantCalled, serverCalled)
    			}
    		}
    		testHandshakeState(fmt.Sprintf("%s-FullHandshake", test.name), false)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  9. tests/integration/ambient/baseline_test.go

    			if opt.Scheme != scheme.TCP {
    				return
    			}
    			// Ensure we don't get stuck on old connections with old RBAC rules. This causes 45s test times
    			// due to draining.
    			opt.NewConnectionPerRequest = true
    
    			t.NewSubTest("permissive").Run(func(t framework.TestContext) {
    				t.ConfigIstio().Eval(apps.Namespace.Name(), map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  10. src/cmd/go/internal/test/test.go

    	    as a time.Duration (for example, -benchtime 1h30s).
    	    The default is 1 second (1s).
    	    The special syntax Nx means to run the benchmark N times
    	    (for example, -benchtime 100x).
    
    	-count n
    	    Run each test, benchmark, and fuzz seed n times (default 1).
    	    If -cpu is set, run n times for each GOMAXPROCS value.
    	    Examples are always run once. -count does not apply to
    	    fuzz tests matched by -fuzz.
    
    	-cover
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top