Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nostri (0.27 sec)

  1. src/bytes/bytes_test.go

    						FieldsFunc(data, unicode.IsSpace)
    					}
    				})
    			}
    		})
    	}
    }
    
    func BenchmarkTrimSpace(b *testing.B) {
    	tests := []struct {
    		name  string
    		input []byte
    	}{
    		{"NoTrim", []byte("typical")},
    		{"ASCII", []byte("  foo bar  ")},
    		{"SomeNonASCII", []byte("    \u2000\t\r\n x\t\t\r\r\ny\n \u3000    ")},
    		{"JustNonASCII", []byte("\u2000\u2000\u2000☺☺☺☺\u3000\u3000\u3000")},
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 24 16:07:25 GMT 2024
    - 56.2K bytes
    - Viewed (0)
  2. cni/pkg/iptables/iptables.go

    	InpodMask            = 0xfff
    	InpodRestoreMask     = 0xffffffff
    	ChainInpodOutput     = "ISTIO_OUTPUT"
    	ChainInpodPrerouting = "ISTIO_PRERT"
    	ChainHostPostrouting = "ISTIO_POSTRT"
    	RouteTableInbound    = 100
    
    	DNSCapturePort              = 15053
    	ZtunnelInboundPort          = 15008
    	ZtunnelOutboundPort         = 15001
    	ZtunnelInboundPlaintextPort = 15006
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue May 07 19:54:50 GMT 2024
    - 19.7K bytes
    - Viewed (0)
Back to top