Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for keynote (0.09 sec)

  1. doc/go1.17_spec.html

    </p>
    
    <p>
    The form <code>a … b</code> represents the set of characters from
    <code>a</code> through <code>b</code> as alternatives. The horizontal
    ellipsis <code>…</code> is also used elsewhere in the spec to informally denote various
    enumerations or code snippets that are not further specified. The character <code>…</code>
    (as opposed to the three characters <code>...</code>) is not a token of the Go
    language.
    </p>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				"node-x": framework.Success,
    				"node-y": framework.Unschedulable,
    			},
    		},
    		{
    			// only node-a and node-y are considered, so pods spread as 2/~1~/~0~/3
    			// ps: '~num~' is a markdown symbol to denote a crossline through 'num'
    			// but in this unit test, we don't run NodeAffinity/TaintToleration Predicate, so node-b and node-x are
    			// still expected to be fits;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
Back to top