Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 67 for oo (0.06 sec)

  1. pilot/pkg/config/kube/crdclient/client_test.go

    	fake := kube.NewFakeClient()
    	fake.RunAndWait(test.NewStop(t))
    	vs := apiistioioapinetworkingv1beta1.VirtualService{
    		TypeMeta:   metav1.TypeMeta{},
    		ObjectMeta: metav1.ObjectMeta{Name: "oo"},
    		Spec:       v1beta1.VirtualService{Hosts: []string{"hello"}},
    		Status:     v1alpha1.IstioStatus{},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 02:58:52 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/fmt/scan.go

    	}
    	s.accept("0")
    	// Special cases for 0, 0b, 0o, 0x.
    	switch {
    	case s.peek("bB"):
    		s.consume("bB", true)
    		return 0, binaryDigits + "_", true
    	case s.peek("oO"):
    		s.consume("oO", true)
    		return 0, octalDigits + "_", true
    	case s.peek("xX"):
    		s.consume("xX", true)
    		return 0, hexadecimalDigits + "_", true
    	default:
    		return 0, octalDigits + "_", true
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:56:20 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  3. src/net/http/cookiejar/jar_test.go

    	{"foo.com", "om"},
    	{"foo.com", "com"},
    	{"foo.com", ".com"},
    	{"foo.com", "o.com"},
    	{"foo.com", "oo.com"},
    	{"foo.com", "foo.com"},
    	{"foo.com", ".foo.com"},
    	{"foo.com", "x.foo.com"},
    	{"foo.com", "xfoo.com"},
    	{"foo.com", "xfoo.org"},
    	{"foo.com", "foo.org"},
    	{"foo.com", "oo.org"},
    	{"foo.com", "o.org"},
    	{"foo.com", ".org"},
    	{"foo.com", "org"},
    	{"foo.com", "rg"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  4. src/text/template/parse/lex.go

    	l.accept("+-")
    	// Is it hex?
    	digits := "0123456789_"
    	if l.accept("0") {
    		// Note: Leading 0 does not mean octal in floats.
    		if l.accept("xX") {
    			digits = "0123456789abcdefABCDEF_"
    		} else if l.accept("oO") {
    			digits = "01234567_"
    		} else if l.accept("bB") {
    			digits = "01_"
    		}
    	}
    	l.acceptRun(digits)
    	if l.accept(".") {
    		l.acceptRun(digits)
    	}
    	if len(digits) == 10+1 && l.accept("eE") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 04 22:36:12 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

        limiter.setRate(Double.POSITIVE_INFINITY);
        limiter.acquire();
        limiter.acquire();
        limiter.acquire();
        assertEvents("R0.50", "R0.00", "R0.00"); // we repay the last request (.5sec), then back to +oo
      }
    
      /** https://code.google.com/p/guava-libraries/issues/detail?id=1791 */
      public void testInfinity_BustyTimeElapsed() {
        RateLimiter limiter = RateLimiter.create(Double.POSITIVE_INFINITY, stopwatch);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

        limiter.setRate(Double.POSITIVE_INFINITY);
        limiter.acquire();
        limiter.acquire();
        limiter.acquire();
        assertEvents("R0.50", "R0.00", "R0.00"); // we repay the last request (.5sec), then back to +oo
      }
    
      /** https://code.google.com/p/guava-libraries/issues/detail?id=1791 */
      public void testInfinity_BustyTimeElapsed() {
        RateLimiter limiter = RateLimiter.create(Double.POSITIVE_INFINITY, stopwatch);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  7. src/internal/types/testdata/check/stmt0.go

    	case 2, 3.0, 4.1:
    	case 5.2, 1.10 /* ERROR "duplicate case" */ :
    	}
    
    	var s string
    	switch s {
    	case "foo":
    	case "foo" /* ERROR "duplicate case" */ :
    	case "f" /* ERROR "duplicate case" */ + "oo":
    	case "abc", "def", "ghi":
    	case "jkl", "foo" /* ERROR "duplicate case" */ :
    	}
    
    	type T int
    	type F float64
    	type S string
    	type B bool
    	var i interface{}
    	switch i {
    	case nil:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 19K bytes
    - Viewed (0)
  8. pkg/ctrlz/assets/static/js/prism-1.14.0.min.js

    inally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b(?:0[xX][\dA-Fa-f]+|0[bB][01]+|0[oO][0-7]+|NaN|Infinity)\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,'function':/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\()/i,operator:/-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),Prism.languages....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  9. src/compress/flate/testdata/huffman-rand-max.in

    uz"e!�Z�Y)p��yQ��Y�.�P֪��X�{K��π��$]�NH�g�zLZX!�`���_ ��(��,�ډ`7�$2����YV�<ɩ���J�cϗ��+�9H=G�]8ʟ�"G�)�G��N\�u[�^?5S;X��
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    dth*o,u=n?eo(n,a,e):i+si(r).width*o*(ct?-1:1);return{dir:o,show:function(t,e,i){void 0===e&&(e=0);var n=i?"linear":s;return t-=Math.round(t*tt(e,-1,1)),this.translate(e),r&&this.updateTranslates(),e=r?e:tt(e,0,1),oo(this.getItemIn(),"itemin",{percent:e,duration:t,timing:n,dir:o}),r&&oo(this.getItemIn(!0),"itemout",{percent:1-e,duration:t,timing:n,dir:o}),Ze.start(a,{transform:Br(-u*(ct?-1:1),"px")},t,n).then(h.resolve,et),h.promise},stop:function(){return Ze.stop(a)},cancel:function(){Ze.cancel(...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
Back to top