Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for svcdelete (0.17 sec)

  1. pilot/pkg/xds/monitoring.go

    	inboundEDSUpdates     = inboundUpdates.With(typeTag.Value("eds"))
    	inboundServiceUpdates = inboundUpdates.With(typeTag.Value("svc"))
    	inboundServiceDeletes = inboundUpdates.With(typeTag.Value("svcdelete"))
    
    	configSizeBytes = monitoring.NewDistribution(
    		"pilot_xds_config_size_bytes",
    		"Distribution of configuration sizes pushed to clients",
    		// Important boundaries: 10K, 1M, 4M, 10M, 40M
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. src/runtime/defs_dragonfly.go

    	SEGV_MAPERR = C.SEGV_MAPERR
    	SEGV_ACCERR = C.SEGV_ACCERR
    
    	ITIMER_REAL    = C.ITIMER_REAL
    	ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
    	ITIMER_PROF    = C.ITIMER_PROF
    
    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    	EVFILT_WRITE = C.EVFILT_WRITE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. src/runtime/defs_netbsd.go

    	SEGV_MAPERR = C.SEGV_MAPERR
    	SEGV_ACCERR = C.SEGV_ACCERR
    
    	ITIMER_REAL    = C.ITIMER_REAL
    	ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
    	ITIMER_PROF    = C.ITIMER_PROF
    
    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_RECEIPT   = 0
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. src/runtime/defs_darwin.go

    	SEGV_MAPERR = C.SEGV_MAPERR
    	SEGV_ACCERR = C.SEGV_ACCERR
    
    	ITIMER_REAL    = C.ITIMER_REAL
    	ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
    	ITIMER_PROF    = C.ITIMER_PROF
    
    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_RECEIPT   = C.EV_RECEIPT
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. src/runtime/defs_freebsd.go

    	SEGV_MAPERR = C.SEGV_MAPERR
    	SEGV_ACCERR = C.SEGV_ACCERR
    
    	ITIMER_REAL    = C.ITIMER_REAL
    	ITIMER_VIRTUAL = C.ITIMER_VIRTUAL
    	ITIMER_PROF    = C.ITIMER_PROF
    
    	EV_ADD       = C.EV_ADD
    	EV_DELETE    = C.EV_DELETE
    	EV_ENABLE    = C.EV_ENABLE
    	EV_DISABLE   = C.EV_DISABLE
    	EV_CLEAR     = C.EV_CLEAR
    	EV_RECEIPT   = C.EV_RECEIPT
    	EV_ERROR     = C.EV_ERROR
    	EV_EOF       = C.EV_EOF
    	EVFILT_READ  = C.EVFILT_READ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/asm_zos_s390x.s

    #define __errno  0x156*16
    #define __err2ad 0x16C*16
    
    // Call Instructions
    #define LE_CALL    BYTE $0x0D; BYTE $0x76 // BL R7, R6
    #define SVC_LOAD   BYTE $0x0A; BYTE $0x08 // SVC 08 LOAD
    #define SVC_DELETE BYTE $0x0A; BYTE $0x09 // SVC 09 DELETE
    
    DATA zosLibVec<>(SB)/8, $0
    GLOBL zosLibVec<>(SB), NOPTR, $8
    
    TEXT ·initZosLibVec(SB), NOSPLIT|NOFRAME, $0-0
    	MOVW PSALAA, R8
    	MOVD LCA64(R8), R8
    	MOVD CAA(R8), R8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/typecheck/typecheck.go

    	case ir.OCLEAR:
    		n := n.(*ir.UnaryExpr)
    		return tcClear(n)
    
    	case ir.OCLOSE:
    		n := n.(*ir.UnaryExpr)
    		return tcClose(n)
    
    	case ir.ODELETE:
    		n := n.(*ir.CallExpr)
    		return tcDelete(n)
    
    	case ir.OAPPEND:
    		n := n.(*ir.CallExpr)
    		return tcAppend(n)
    
    	case ir.OCOPY:
    		n := n.(*ir.BinaryExpr)
    		return tcCopy(n)
    
    	case ir.OCONV:
    		n := n.(*ir.ConvExpr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 19:08:34 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"EVFILT_USER", Const, 0},
    		{"EVFILT_VM", Const, 0},
    		{"EVFILT_VNODE", Const, 0},
    		{"EVFILT_WRITE", Const, 0},
    		{"EV_ADD", Const, 0},
    		{"EV_CLEAR", Const, 0},
    		{"EV_DELETE", Const, 0},
    		{"EV_DISABLE", Const, 0},
    		{"EV_DISPATCH", Const, 0},
    		{"EV_DROP", Const, 3},
    		{"EV_ENABLE", Const, 0},
    		{"EV_EOF", Const, 0},
    		{"EV_ERROR", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    unction(){var n=(0,Fr.default)(this._value,ua[this.quoteMark]);n===this._value?this.raws&&delete this.raws.value:this.raws.value=n},t._handleEscapes=function(n,a){if(this._constructed){var s=(0,Fr.default)(a,{isIdentifier:!0});s!==a?this.raws[n]=s:delete this.raws[n]}},t._spacesFor=function(n){var a={before:"",after:""},s=this.spaces[n]||{},o=this.raws.spaces&&this.raws.spaces[n]||{};return Object.assign(a,s,o)},t._stringFor=function(n,a,s){a===void 0&&(a=n),s===void 0&&(s=rp);var o=this._spacesFor(a);return...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top