Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for zs (0.02 sec)

  1. src/time/genzabbrs.go

    		})
    	}
    	return zs, nil
    }
    
    func main() {
    	flag.Parse()
    	zs, err := readWindowsZones()
    	if err != nil {
    		log.Fatal(err)
    	}
    	slices.SortFunc(zs, func(a, b *zone) int {
    		return strings.Compare(a.UnixName, b.UnixName)
    	})
    	var v = struct {
    		URL string
    		Zs  []*zone
    	}{
    		wzURL,
    		zs,
    	}
    	var buf bytes.Buffer
    	err = template.Must(template.New("prog").Parse(prog)).Execute(&buf, v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. test/method.go

    	}
    	v = i
    	if Val.val(v) != 3 {
    		println("Val.val(v):", Val.val(v))
    		panic("fail")
    	}
    
    	var zs struct{ S }
    	var zps struct{ *S1 }
    	var zi struct{ I }
    	var zpi struct{ *I1 }
    	var zpt struct{ *T1 }
    	var zt struct{ T }
    	var zv struct{ Val }
    
    	if zs.val() != 1 {
    		println("zs.val:", zs.val())
    		panic("fail")
    	}
    	if zps.val() != 2 {
    		println("zps.val:", zps.val())
    		panic("fail")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 11 23:20:52 UTC 2013
    - 5.2K bytes
    - Viewed (0)
  3. test/sliceopt.go

    }
    
    func s1(x **[]int, xs **string, i, j int) {
    	var z []int
    	z = (**x)[0:] // ERROR "slice: omit slice operation$"
    	println(z)
    
    	var zs string
    	zs = (**xs)[0:] // ERROR "slice: omit slice operation$"
    	println(zs)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 08 22:25:25 UTC 2018
    - 735 bytes
    - Viewed (0)
  4. src/math/fma.go

    	pe -= int32(is62zero)
    
    	// Swap addition operands so |p| >= |z|
    	if pe < ze || pe == ze && pm1 < zm1 {
    		ps, pe, pm1, pm2, zs, ze, zm1, zm2 = zs, ze, zm1, zm2, ps, pe, pm1, pm2
    	}
    
    	// Special case: if p == -z the result is always +0 since neither operand is zero.
    	if ps != zs && pe == ze && pm1 == zm1 && pm2 == zm2 {
    		return 0
    	}
    
    	// Align significands
    	zm1, zm2 = shrcompress(zm1, zm2, uint(pe-ze))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 05 22:05:30 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. test/convert4.go

    	}
    }
    
    // test static variable conversion
    
    var (
    	ss  = make([]string, 10)
    	s5  = (*[5]string)(ss)
    	s10 = (*[10]string)(ss)
    
    	ns  []string
    	ns0 = (*[0]string)(ns)
    
    	zs  = make([]string, 0)
    	zs0 = (*[0]string)(zs)
    )
    
    func init() {
    	if &ss[0] != &s5[0] {
    		panic("s5 conversion failed")
    	}
    	if &ss[0] != &s10[0] {
    		panic("s5 conversion failed")
    	}
    	if ns0 != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 19 18:58:26 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  6. src/unicode/graphic.go

    	pLo    = pLl | pLu // a letter that is neither upper nor lower case.
    	pLmask = pLo
    )
    
    // GraphicRanges defines the set of graphic characters according to Unicode.
    var GraphicRanges = []*RangeTable{
    	L, M, N, P, S, Zs,
    }
    
    // PrintRanges defines the set of printable characters according to Go.
    // ASCII space, U+0020, is handled separately.
    var PrintRanges = []*RangeTable{
    	L, M, N, P, S,
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 20:02:46 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  7. src/unicode/script_test.go

    	{0x301e, "Pe"},
    	{0x2e03, "Pf"},
    	{0x2e02, "Pi"},
    	{0x0022, "Po"},
    	{0x2770, "Ps"},
    	{0x00a4, "Sc"},
    	{0xa711, "Sk"},
    	{0x25f9, "Sm"},
    	{0x2108, "So"},
    	{0x2028, "Zl"},
    	{0x2029, "Zp"},
    	{0x202f, "Zs"},
    	// Unifieds.
    	{0x04aa, "L"},
    	{0x0009, "C"},
    	{0x1712, "M"},
    	{0x0031, "N"},
    	{0x00bb, "P"},
    	{0x00a2, "S"},
    	{0x00a0, "Z"},
    }
    
    var inPropTest = []T{
    	{0x0046, "ASCII_Hex_Digit"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 14:09:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/Constants.java

        public static final Pattern LUCENE_FIELD_RESERVED_PATTERN = Pattern.compile("([+\\-!\\(\\){}\\[\\]^\"~\\\\:\\p{Zs}]|(&&)|(\\|\\|))"); // "*", "?",
    
        public static final Pattern LUCENE_RANGE_FIELD_RESERVED_PATTERN = Pattern.compile("([!\\(\\){}\\[\\]\"~\\\\:\\p{Zs}]|(&&)|(\\|\\|))");
    
        public static final String SEARCH_LOG_ACCESS_TYPE = "searchLogAccessType";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Vai <type 1>;
    var Variation_Selector <type 1>;
    const Version = "9.0.0";
    var Warang_Citi <type 1>;
    var White_Space <type 1>;
    var Yi <type 1>;
    var Z <type 1>;
    var Zl <type 1>;
    var Zp <type 1>;
    var Zs <type 1>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  10. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java

                    extention = strings[strings.length - 1];
                } else {
                    filePrefix = name;
                    extention = "";
                }
                filePrefix = filePrefix.replaceAll("\\p{Zs}", "_");
            } else {
                filePrefix = "none";
                extention = "";
            }
            File inputFile = null;
            File outputFile = null;
            try {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top