Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for palm (1.62 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.osa.netdeploy",
    				"application/vnd.osgi.bundle",
    				"application/vnd.osgi.dp",
    				"application/vnd.otps.ct-kip+xml",
    				"application/vnd.palm",
    				"application/vnd.paos.xml",
    				"application/vnd.pg.format",
    				"application/vnd.pg.osasli",
    				"application/vnd.piaccess.application-licence",
    				"application/vnd.picsel",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. src/image/gif/writer_test.go

    		Image: []*image.Paletted{
    			image.NewPaletted(image.Rect(0, 0, w, h), pals[0]),
    			image.NewPaletted(image.Rect(0, 0, w, h), pals[1]),
    			image.NewPaletted(image.Rect(0, 0, w, h), pals[2]),
    			image.NewPaletted(image.Rect(0, 0, w, h), pals[3]),
    		},
    		Delay:    make([]int, len(pals)),
    		Disposal: make([]byte, len(pals)),
    		Config: image.Config{
    			ColorModel: pals[2],
    			Width:      w,
    			Height:     h,
    		},
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. test/abi/bad_internal_offsets.go

    		return
    	}
    	p1f0c := int16(-3096)
    	if p1.F0 != p1f0c {
    		NoteFailureElem(0, "genChecker0", "parm", 1, 0, pad[0])
    		return
    	}
    	p1f1c := "f6ꂅ8ˋ<"
    	if p1.F1 != p1f1c {
    		NoteFailureElem(0, "genChecker0", "parm", 1, 1, pad[0])
    		return
    	}
    	p1f2c := StructF0S1{}
    	if p1.F2 != p1f2c {
    		NoteFailureElem(0, "genChecker0", "parm", 1, 2, pad[0])
    		return
    	}
    	p2f0c := int32(496713155)
    	if p2 != p2f0c {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. test/abi/bad_select_crash.go

    	if p1 != p1f0c {
    		NoteFailureElem(9, 42, 2, "genChecker42", "parm", 1, 0, false, pad[0])
    		return
    	}
    	_ = uint16(10920)
    	p3f0c := float64(-1.597256501942112)
    	if p3 != p3f0c {
    		NoteFailureElem(9, 42, 2, "genChecker42", "parm", 3, 0, false, pad[0])
    		return
    	}
    	defer func(p0 ArrayF2S0E0, p1 uint8) {
    		// check parm passed
    		// check parm passed
    		if p1 != p1f0c {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 16 13:38:02 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  5. maven-core/src/test/java/org/apache/maven/internal/impl/PropertiesAsMapTest.java

            Properties props = new Properties();
            props.setProperty("foo1", "bar1");
            props.setProperty("foo2", "bar2");
            PropertiesAsMap pam = new PropertiesAsMap(props);
            assertEquals(2, pam.size());
            Set<Entry<String, String>> set = pam.entrySet();
            assertNotNull(set);
            assertEquals(2, set.size());
            Iterator<Entry<String, String>> iterator = set.iterator();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. test/abi/named_results.out

    y =  1
    y =  6
    y =  27
    x = 21
    len(y) = 41
    y = OKAY! Aloha! Hello World! !!!!!!!!!!!!!!!
    len(z) = 17
    z = Aloha! Hello Pal!
    
    len(y) = 25
    y = OKAY! Aloha! Hello World!
    len(z) = 17
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 04 20:18:16 UTC 2021
    - 198 bytes
    - Viewed (0)
  7. test/abi/named_return_stuff.out

    y =  1
    y =  6
    y =  27
    x = 21
    len(y) = 41
    y = OKAY! Aloha! Hello World! !!!!!!!!!!!!!!!
    len(z) = 17
    z = Aloha! Hello Pal!
    
    len(y) = 25
    y = OKAY! Aloha! Hello World!
    len(z) = 17
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 04 23:07:50 UTC 2021
    - 198 bytes
    - Viewed (0)
  8. test/abi/named_return_stuff.go

    	y := H("Hello", "World!")
    	fmt.Println("len(y) =", len(y))
    	fmt.Println("y =", y)
    	z := H("Hello", "Pal!")
    	fmt.Println("len(z) =", len(z))
    	fmt.Println("z =", z)
    
    	fmt.Println()
    
    	y = K("Hello", "World!")
    	fmt.Println("len(y) =", len(y))
    	fmt.Println("y =", y)
    	z = K("Hello", "Pal!")
    	fmt.Println("len(z) =", len(z))
    	fmt.Println("z =", z)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  9. test/abi/named_results.go

    	y := H("Hello", "World!")
    	fmt.Println("len(y) =", len(y))
    	fmt.Println("y =", y)
    	z := H("Hello", "Pal!")
    	fmt.Println("len(z) =", len(z))
    	fmt.Println("z =", z)
    
    	fmt.Println()
    
    	y = K("Hello", "World!")
    	fmt.Println("len(y) =", len(y))
    	fmt.Println("y =", y)
    	z = K("Hello", "Pal!")
    	fmt.Println("len(z) =", len(z))
    	fmt.Println("z =", z)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. src/image/png/writer.go

    	}
    
    	e.enc = enc
    	e.w = w
    	e.m = m
    
    	var pal color.Palette
    	// cbP8 encoding needs PalettedImage's ColorIndexAt method.
    	if _, ok := m.(image.PalettedImage); ok {
    		pal, _ = m.ColorModel().(color.Palette)
    	}
    	if pal != nil {
    		if len(pal) <= 2 {
    			e.cb = cbP1
    		} else if len(pal) <= 4 {
    			e.cb = cbP2
    		} else if len(pal) <= 16 {
    			e.cb = cbP4
    		} else {
    			e.cb = cbP8
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 17:08:05 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top