Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Hoek (0.26 sec)

  1. src/log/slog/text_handler_test.go

    		{
    			"unquoted",
    			Int("a", 1),
    			"a", "1",
    		},
    		{
    			"quoted",
    			String("x = y", `qu"o`),
    			`"x = y"`, `"qu\"o"`,
    		},
    		{
    			"String method",
    			Any("name", name{"Ren", "Hoek"}),
    			`name`, `"Hoek, Ren"`,
    		},
    		{
    			"struct",
    			Any("x", &struct{ A, b int }{A: 1, b: 2}),
    			`x`, `"&{A:1 b:2}"`,
    		},
    		{
    			"TextMarshaler",
    			Any("t", text{"abc"}),
    			`t`, `"text{\"abc\"}"`,
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 19:05:59 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. src/log/slog/handler_test.go

    			replace: removeKeys(TimeKey, LevelKey),
    			attrs: []Attr{
    				Int("a", 1),
    				Any("name", logValueName{"Ren", "Hoek"}),
    				Int("b", 2),
    			},
    			wantText: "msg=message a=1 name.first=Ren name.last=Hoek b=2",
    			wantJSON: `{"msg":"message","a":1,"name":{"first":"Ren","last":"Hoek"},"b":2}`,
    		},
    		{
    			// Test resolution when there is no ReplaceAttr function.
    			name: "resolve",
    			attrs: []Attr{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 13:57:53 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  3. docs/security/README.md

    The MinIO server uses an unique, randomly generated secret key per object also known as, Object Encryption Key ([OEK](#oek)). Neither the client-provided SSE-C key nor the KMS-managed key is directly used to en/decrypt an object. Instead, the OEK is stored as part of the object metadata next to the object in an encrypted form. To en/decrypt the OEK another secret key is needed also known as, Key Encryption Key ([KEK](#kek)).
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  4. cmd/tier.go

    	}
    
    	// Note: Local variables with names ek, oek, etc are named inline with
    	// acronyms defined here -
    	// https://github.com/minio/minio/blob/master/docs/security/README.md#acronyms
    
    	// Encrypt json encoded tier configurations
    	metadata := make(map[string]string)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 08:44:07 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  5. src/regexp/testdata/re2-exhaustive.txt.bz2

    �h[:ϱ�WCb���x�8�����;�;���~=9� ����ϯ]\m ���߯]lwy�vF�pw��7E��?7T�c1��. ` cϳ:���s�{��;�E��(� ����w;�K���/t��7){/���wv��l���hƗ�:��-�k=n�Y�v��{Æsj_%�����ñr�{]���Ǚ��wغ��ۛ�>�q��;̘�����P�q/�>U},����%yROIg�UVOY;���H��I+�~��{��c�L��[w۽m�r]��oEk��C�o��_�- O!# �c0P��~k����� O)��|�m~�i�M����~m��4��6�v��Z�m$������{y��7��Lqْ̝M��h�[��d�n^;�{i�qˍ�UT\�b�z(��� �.\�x6��X�c� �ve�Ie�zi�){Exxot��na$ݏM�D���1�2I$��ݍ�D 5��0�7m��| ��;� &�zn�'� ��;� &�zn�'���9�I&8�N�m� ...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
Back to top