Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 83 for table_1 (0.36 sec)

  1. pkg/proxy/metrics/metrics.go

    			Subsystem:      kubeProxySubsystem,
    			Name:           "sync_proxy_rules_iptables_total",
    			Help:           "Total number of iptables rules owned by kube-proxy",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"table"},
    	)
    
    	// IPTablesRulesLastSync is the number of iptables rules that the iptables proxy
    	// updated in the last sync.
    	IPTablesRulesLastSync = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. docs/en/docs/async.md

    <img src="/img/async/concurrent-burgers/concurrent-burgers-04.png" class="illustration">
    
    While you are waiting, you go with your crush and pick a table, you sit and talk with your crush for a long time (as your burgers are very fancy and take some time to prepare).
    
    As you are sitting at the table with your crush, while you wait for the burgers, you can spend that time admiring how awesome, cute and smart your crush is ✨😍✨.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

      output_type : TensorType;
    }
    
    table ArgMinOptions {
      output_type : TensorType;
    }
    
    table GreaterOptions {
    }
    
    table GreaterEqualOptions {
    }
    
    table LessOptions {
    }
    
    table LessEqualOptions {
    }
    
    table NegOptions {
    }
    
    table SelectOptions {
    }
    
    table SliceOptions {
    }
    
    table TransposeConvOptions {
      padding:Padding;
      stride_w:int;
      stride_h:int;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  4. src/compress/flate/deflate.go

    			}
    			// Insert in the hash table all strings up to the end of the match.
    			// index and index-1 are already inserted. If there is not enough
    			// lookahead, the last two strings are not inserted into the hash
    			// table.
    			if d.length <= d.fastSkipHashing {
    				var newIndex int
    				if d.fastSkipHashing != skipNever {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  5. internal/auth/credentials.go

    	// is used when autogenerating new credentials.
    	// There is no max length enforcement for secret keys
    	secretKeyMaxLen = 40
    
    	// Alpha numeric table used for generating access keys.
    	alphaNumericTable = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    
    	// Total length of the alpha numeric table.
    	alphaNumericTableLen = byte(len(alphaNumericTable))
    
    	reservedChars = "=,"
    )
    
    // Common errors generated for access and secret key validation.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:14:16 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. src/internal/coverage/cfile/emit.go

    	// List of meta-data symbols obtained from the runtime
    	metalist []rtcov.CovMetaBlob
    
    	// List of counter-data symbols obtained from the runtime
    	counterlist []rtcov.CovCounterBlob
    
    	// Table to use for remapping hard-coded pkg ids.
    	pkgmap map[int]int
    
    	// emit debug trace output
    	debug bool
    }
    
    var (
    	// finalHash is computed at init time from the list of meta-data
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  7. pkg/istio-agent/agent.go

    	if a.cfg.DNSCapture && a.cfg.ProxyType == model.SidecarProxy {
    		if !a.localDNSServer.IsReady() {
    			return errors.New("istio DNS capture is turned ON and DNS lookup table is not ready yet")
    		}
    	}
    	return nil
    }
    
    // GetDNSTable builds DNS table used in debugging interface.
    func (a *Agent) GetDNSTable() *dnsProto.NameTable {
    	if a.localDNSServer != nil && a.localDNSServer.NameTable() != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/schema/schema.fbs

    }
    
    table LogicalAndOptions {
    }
    
    table LogicalNotOptions {
    }
    
    table UnpackOptions {
      num:int;
      axis:int;
    }
    
    table FloorDivOptions {
    }
    
    table SquareOptions {
    }
    
    table ZerosLikeOptions {
    }
    
    table FillOptions {
    }
    
    table FloorModOptions {
    }
    
    table RangeOptions {
    }
    
    table LeakyReluOptions {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  9. src/internal/trace/generation.go

    			return err
    		}
    	default:
    		g.batches[b.m] = append(g.batches[b.m], b)
    	}
    	return nil
    }
    
    // validateStackStrings makes sure all the string references in
    // the stack table are present in the string table.
    func validateStackStrings(
    	stacks *dataTable[stackID, stack],
    	strings *dataTable[stringID, string],
    	frames map[uint64]frame,
    ) error {
    	var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 22:14:45 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. internal/hash/checksum.go

    	// ChecksumSHA256 indicates a SHA256 checksum.
    	ChecksumSHA256
    	// ChecksumSHA1 indicates a SHA-1 checksum.
    	ChecksumSHA1
    	// ChecksumCRC32 indicates a CRC32 checksum with IEEE table.
    	ChecksumCRC32
    	// ChecksumCRC32C indicates a CRC32 checksum with Castagnoli table.
    	ChecksumCRC32C
    	// ChecksumInvalid indicates an invalid checksum.
    	ChecksumInvalid
    	// ChecksumMultipart indicates the checksum is from a multipart upload.
    	ChecksumMultipart
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 08 16:18:34 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top