Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 155 for a$b (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    				t.Errorf("incorrect kms v1 detection: want=%v got=%v", tt.kmsv1, kmsUsed.v1Used)
    			}
    
    			if d := cmp.Diff(tt.want, got,
    				cmp.Comparer(func(a, b *kmsPluginProbe) bool {
    					return *a == *b
    				}),
    				cmp.Comparer(func(a, b *kmsv2PluginProbe) bool {
    					return *a == *b
    				}),
    			); d != "" {
    				t.Fatalf("HealthzConfig mismatch (-want +got):\n%s", d)
    			}
    		})
    	}
    }
    
    // tests for masking rules
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

              "a=>a", "b=>b","c=>c","d=>d","e=>e","f=>f","g=>g","h=>h","i=>i","j=>j","k=>k","l=>l","m=>m","n=>n","o=>o","p=>p","q=>q","r=>r","s=>s",
              "t=>t","u=>u","v=>v","w=>w","x=>x", "y=>y", "z=>z",
              "A=>A", "B=>B","C=>C","D=>D","E=>E","F=>F","G=>g","H=>H","I=>I","J=>j","K=>k","L=>L","M=>M","N=>N","O=>O","P=>P","Q=>Q","R=>R","S=>S",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  3. src/main/resources/suggest_indices/suggest_analyzer.json

              "a=>a", "b=>b","c=>c","d=>d","e=>e","f=>f","g=>g","h=>h","i=>i","j=>j","k=>k","l=>l","m=>m","n=>n","o=>o","p=>p","q=>q","r=>r","s=>s",
              "t=>t","u=>u","v=>v","w=>w","x=>x", "y=>y", "z=>z",
              "A=>A", "B=>B","C=>C","D=>D","E=>E","F=>F","G=>g","H=>H","I=>I","J=>j","K=>k","L=>L","M=>M","N=>N","O=>O","P=>P","Q=>Q","R=>R","S=>S",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

              "a=>a", "b=>b","c=>c","d=>d","e=>e","f=>f","g=>g","h=>h","i=>i","j=>j","k=>k","l=>l","m=>m","n=>n","o=>o","p=>p","q=>q","r=>r","s=>s",
              "t=>t","u=>u","v=>v","w=>w","x=>x", "y=>y", "z=>z",
              "A=>A", "B=>B","C=>C","D=>D","E=>E","F=>F","G=>g","H=>H","I=>I","J=>j","K=>k","L=>L","M=>M","N=>N","O=>O","P=>P","Q=>Q","R=>R","S=>S",
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
  5. pkg/apis/networking/validation/validation_test.go

    						MatchLabels: map[string]string{"a": "b"},
    					},
    					Ingress: []networking.NetworkPolicyIngressRule{},
    				},
    			},
    			update: networking.NetworkPolicy{
    				ObjectMeta: metav1.ObjectMeta{Name: "foo", Namespace: "bar"},
    				Spec: networking.NetworkPolicySpec{
    					PodSelector: metav1.LabelSelector{
    						MatchLabels: map[string]string{"a": "b"},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewrite.go

    	return t
    }
    func s390xCCMaskToAux(c s390x.CCMask) Aux {
    	return c
    }
    func s390xRotateParamsToAux(r s390x.RotateParams) Aux {
    	return r
    }
    
    // uaddOvf reports whether unsigned a+b would overflow.
    func uaddOvf(a, b int64) bool {
    	return uint64(a)+uint64(b) < uint64(a)
    }
    
    // loadLSymOffset simulates reading a word at an offset into a
    // read-only symbol's runtime memory. If it would read a pointer to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  7. tensorflow/cc/gradients/math_grad.cc

      // is just 1, so we only need replicate the output gradient on such a
      // dimension to its "expanded" shape.
      // Running example:
      // input is
      // [[a, b, c],
      //  [d, e, f]]
      // reduction_indices = [1]
      // Sum = [a + b + c, d + e + f]
      // if the gradient is [g1, g2]
      // We want the propagated gradient to be
      // [[g1, g1, g1],
      //  [g2, g2, g2]]
    
      // input_shape = [2, 3]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // chance of all most important edges to be contracted.
      //
      // An example of where this might occur is with a digraph:
      // {A -> B, B -> C, A -> X, X -> C} where B is a Size operation and X is
      // not-compilable. In this case, the valid clusterings are {A,B} or {B,C}. B
      // should be clustered with A because it will prevent a potentially large
      // tensor from A being computed and copied.
      //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  9. src/regexp/testdata/testregex.c

    H("</PRE>\n");
    H("</BODY>\n");
    H("</HTML>\n");
    }
    
    #ifndef elementsof
    #define elementsof(x)	(sizeof(x)/sizeof(x[0]))
    #endif
    
    #ifndef streq
    #define streq(a,b)	(*(a)==*(b)&&!strcmp(a,b))
    #endif
    
    #define HUNG		2
    #define NOTEST		(~0)
    
    #ifndef REG_TEST_DEFAULT
    #define REG_TEST_DEFAULT	0
    #endif
    
    #ifndef REG_EXEC_DEFAULT
    #define REG_EXEC_DEFAULT	0
    #endif
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  10. src/compress/flate/testdata/huffman-rand-max.in

    �lš���0�x�<o/U�V��-[ԳG��F��q���$���h*C�|�S�}��]��9��1���;*ZI��T���R_M؍�ގطp�3���c]��������7��o������9N�l���$�u"�����}1gDm���`�M
    L10:���p��l��z �*?;1�V��Μ�u����W>հ0���u�r�^�w;����ݺ�D�m��{�
    ��+\�4�v]��`�>6��#�`6�?ڈ�y2��������ϩ����A�+ʙ�%�Ȼ�&�\�#,y�V�W?�r�D�=�1�Lx�@#qxL%W��ϣ�V�إ����I�8s��~��(��	��W��N+N#�$��ߝ�	�2K�CK��H��uwq':���������n|�$��*���G���]D�ʦp�F���EN�NpS:j���_��0ˋ�]4y�s�^���7��&!{�OR��c�n�
    g�	ދ��`#s�1�I�UWs`��h,���c�"�4�U���?Z�Ê��=rj[�:x&�Q5�?��>��v�...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top