Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for zb0002 (0.09 sec)

  1. guava-tests/test/com/google/common/primitives/DoublesTest.java

        testSortDescending(new double[] {1, 3, 1}, new double[] {3, 1, 1});
        testSortDescending(new double[] {-1, 1, -2, 2}, new double[] {2, 1, -1, -2});
        testSortDescending(
            new double[] {-1, 1, Double.NaN, -2, -0.0, 0, 2},
            new double[] {Double.NaN, 2, 1, 0, -0.0, -1, -2});
      }
    
      private static void testSortDescending(double[] input, double[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 32.2K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    (new RegExp(j)),null===e)return!1;var m=function(b,c,d){for(var e=0;e<c.length;e++)if(c[e].substring(0,1)===b)return a.formUtils.parseDateInt(d[e+1]);return-1};return g=m("m",k,e),f=m("d",k,e),h=m("y",k,e),!(2===g&&f>28&&(h%4!==0||h%100===0&&h%400!==0)||2===g&&f>29&&(h%4===0||h%100!==0&&h%400===0)||g>12||0===g)&&(!(this.isShortMonth(g)&&f>30||!this.isShortMonth(g)&&f>31||0===f)&&[h,g,f])},parseDateInt:function(a){return 0===a.indexOf("0")&&(a=a.replace("0","")),parseInt(a,10)},isShortMonth:function(a){return...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 32.8K bytes
    - Viewed (0)
  3. src/bytes/bytes_test.go

    	{" \t ", []string{}},
    	{"  abc  ", []string{"abc"}},
    	{"1 2 3 4", []string{"1", "2", "3", "4"}},
    	{"1  2  3  4", []string{"1", "2", "3", "4"}},
    	{"1\t\t2\t\t3\t4", []string{"1", "2", "3", "4"}},
    	{"1\u20002\u20013\u20024", []string{"1", "2", "3", "4"}},
    	{"\u2000\u2001\u2002", []string{}},
    	{"\n™\t™\n", []string{"™", "™"}},
    	{faces, []string{faces}},
    }
    
    func TestFields(t *testing.T) {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Aug 19 19:09:04 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="application/x-elf"/>
        <magic priority="50">
          <match value="\177ELF" type="string" offset="0">
            <match value="0x0200" type="string" offset="16"/>
            <match value="0x0002" type="string" offset="16"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="application/x-sharedlib">
        <sub-class-of type="application/x-elf"/>
        <magic priority="50">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.12.md

    * fix azure disk attachment error on Linux ([#70002](https://github.com/kubernetes/kubernetes/pull/70002), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top