Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,558 for vtable (0.14 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Sterling Greene <******@****.***> 1717795469 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. src/syscall/mksysnum_freebsd.pl

    		}
    		if($name =~ /^SYS_CAP_+/ || $name =~ /^SYS___CAP_+/){
    			next
    		}
    
    		print "	$name = $num;  // $proto\n";
    
    		# We keep Capsicum syscall numbers for FreeBSD
    		# 9-STABLE here because we are not sure whether they
    		# are mature and stable.
    		if($num == 513){
    			print " SYS_CAP_NEW = 514 // { int cap_new(int fd, uint64_t rights); }\n";
    			print " SYS_CAP_GETRIGHTS = 515 // { int cap_getrights(int fd, \\\n";
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  3. src/internal/trace/generation.go

    //
    // If gen is non-nil, it is valid and must be processed before handling the returned
    // error.
    func readGeneration(r *bufio.Reader, spill *spilledBatch) (*generation, *spilledBatch, error) {
    	g := &generation{
    		evTable: &evTable{
    			pcs: make(map[uint64]frame),
    		},
    		batches: make(map[ThreadID][]batch),
    	}
    	// Process the spilled batch.
    	if spill != nil {
    		g.gen = spill.gen
    		if err := processBatch(g, *spill.batch); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 22:14:45 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.7.md

        - [Action Required](#action-required)
        - [Other notable changes](#other-notable-changes)
    - [v1.7.15](#v1715)
      - [Downloads for v1.7.15](#downloads-for-v1715)
        - [Client Binaries](#client-binaries-1)
        - [Server Binaries](#server-binaries-1)
        - [Node Binaries](#node-binaries-1)
      - [Changelog since v1.7.14](#changelog-since-v1714)
        - [Other notable changes](#other-notable-changes-1)
    - [v1.7.14](#v1714)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  5. cmd/kubeadm/test/cmd/config_test.go

    	var tests = []struct {
    		name     string
    		args     string
    		expected bool
    	}{
    		{
    			name:     "valid: latest stable Kubernetes version should not throw the warning that a supported etcd version cannot be found",
    			args:     "--kubernetes-version=stable-1",
    			expected: false,
    		},
    	}
    
    	kubeadmPath := getKubeadmPath()
    	for _, rt := range tests {
    		t.Run(rt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:45:06 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. pkg/controller/job/metrics/metrics.go

    		&metrics.HistogramOpts{
    			Subsystem:      JobControllerSubsystem,
    			Name:           "job_sync_duration_seconds",
    			Help:           "The time it took to sync a job",
    			StabilityLevel: metrics.STABLE,
    			Buckets:        metrics.ExponentialBuckets(0.004, 2, 15),
    		},
    		[]string{"completion_mode", "result", "action"},
    	)
    	// JobSyncNum tracks the number of Job syncs. Possible label values:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 17:25:15 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  7. docs/en/docs/async.md

    Starlette (and **FastAPI**) are based on <a href="https://anyio.readthedocs.io/en/stable/" class="external-link" target="_blank">AnyIO</a>, which makes it compatible with both Python's standard library <a href="https://docs.python.org/3/library/asyncio-task.html" class="external-link" target="_blank">asyncio</a> and <a href="https://trio.readthedocs.io/en/stable/" class="external-link" target="_blank">Trio</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  8. tools/packaging/common/sidecar.env

    # every inbound packet to be redirected to Envoy.
    # If not set, defaults to "1337".
    # ISTIO_INBOUND_TPROXY_MARK=1337
    
    # When the interception mode is "TPROXY", the number of the routing table that
    # is configured and used to route inbound connections to the loopback interface
    # in order to be redirected to Envoy.
    # If not set, defaults to "133".
    # ISTIO_INBOUND_TPROXY_ROUTE_TABLE=133
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 18:02:42 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  9. releasenotes/notes/fix-se-stale-ep.yaml

    kind: bug-fix
    area: traffic-management
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - https://github.com/istio/istio/issues/35404
      - 35404
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 12 18:58:19 UTC 2021
    - 293 bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/public-api-mutable-text-resource.txt

    Anže Sodja <******@****.***> 1717576978 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 827 bytes
    - Viewed (0)
Back to top