Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for pound (0.43 sec)

  1. src/os/env_unix_test.go

    		err := Setenv(tt.k, tt.v)
    		if err == nil {
    			t.Errorf(`Setenv(%q, %q) == nil, want error`, tt.k, tt.v)
    		}
    	}
    }
    
    var shellSpecialVarTests = []struct {
    	k, v string
    }{
    	{"*", "asterisk"},
    	{"#", "pound"},
    	{"$", "dollar"},
    	{"@", "at"},
    	{"!", "exclamation mark"},
    	{"?", "question mark"},
    	{"-", "dash"},
    }
    
    func TestExpandEnvShellSpecialVar(t *testing.T) {
    	for _, tt := range shellSpecialVarTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 29 16:24:51 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/core/convert/StringConversionUtil.java

        /** CENT SIGN */
        public static final char CENT_SIGN = '\u00A2';
    
        /** FULLWIDTH CENT SIGN */
        public static final char FULLWIDTH_CENT_SIGN = '\uFFE0';
    
        /** POUND SIGN */
        public static final char POUND_SIGN = '\u00A3';
    
        /** FULLWIDTH POUND SIGN */
        public static final char FULLWIDTH_POUND_SIGN = '\uFFE1';
    
        /** NOT SIGN */
        public static final char NOT_SIGN = '\u00AC';
    
        /** FULLWIDTH NOT SIGN */
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/collect/EnumHashBiMapTest.java

     * @author Mike Bostock
     */
    @J2ktIncompatible // EnumHashBiMap
    @GwtCompatible(emulated = true)
    public class EnumHashBiMapTest extends TestCase {
      private enum Currency {
        DOLLAR,
        FRANC,
        PESO,
        POUND,
        YEN
      }
    
      private enum Country {
        CANADA,
        CHILE,
        JAPAN,
        SWITZERLAND,
        UK
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 16:35:21 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/collect/EnumBiMapTest.java

     */
    @J2ktIncompatible // EnumBimap
    @GwtCompatible(emulated = true)
    @ElementTypesAreNonnullByDefault
    public class EnumBiMapTest extends TestCase {
      private enum Currency {
        DOLLAR,
        FRANC,
        PESO,
        POUND,
        YEN
      }
    
      private enum Country {
        CANADA,
        CHILE,
        JAPAN,
        SWITZERLAND,
        UK
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 16:35:21 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. src/html/entity.go

    		"plustwo;":                         '\U00002A27',
    		"pm;":                              '\U000000B1',
    		"pointint;":                        '\U00002A15',
    		"popf;":                            '\U0001D561',
    		"pound;":                           '\U000000A3',
    		"pr;":                              '\U0000227A',
    		"prE;":                             '\U00002AB3',
    		"prap;":                            '\U00002AB7',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  6. src/mdo/reader-stax.vm

        static {
            Map<String, String> entities = new HashMap<>();
            entities.put("nbsp", "\u00a0");
            entities.put("iexcl", "\u00a1");
            entities.put("cent", "\u00a2");
            entities.put("pound", "\u00a3");
            entities.put("curren", "\u00a4");
            entities.put("yen", "\u00a5");
            entities.put("brvbar", "\u00a6");
            entities.put("sect", "\u00a7");
            entities.put("uml", "\u00a8");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&plustwo;":                         "\u2a27",
    	"&pm;":                              "\u00b1",
    	"&pointint;":                        "\u2a15",
    	"&popf;":                            "\U0001d561",
    	"&pound;":                           "\u00a3",
    	"&pr;":                              "\u227a",
    	"&prE;":                             "\u2ab3",
    	"&prap;":                            "\u2ab7",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  8. src/mdo/reader.vm

        static {
            Map<String, String> entities = new HashMap<>();
            entities.put("nbsp", "\u00a0");
            entities.put("iexcl", "\u00a1");
            entities.put("cent", "\u00a2");
            entities.put("pound", "\u00a3");
            entities.put("curren", "\u00a4");
            entities.put("yen", "\u00a5");
            entities.put("brvbar", "\u00a6");
            entities.put("sect", "\u00a7");
            entities.put("uml", "\u00a8");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    cle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"potato":                               "\U0001f954",
    	"potted_plant":                         "\U0001fab4",
    	"pouch":                                "\U0001f45d",
    	"poultry_leg":                          "\U0001f357",
    	"pound":                                "\U0001f4b7",
    	"pout":                                 "\U0001f621",
    	"pouting_cat":                          "\U0001f63e",
    	"pouting_face":                         "\U0001f64e",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
Back to top