Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for smile (0.06 sec)

  1. src/fmt/example_test.go

    	// hex Unicode code point, and %#U as both a code point and a quoted
    	// printable form if the rune is printable.
    	smile := '😀'
    	fmt.Printf("%v %d %c %q %U %#U\n", smile, smile, smile, smile, smile, smile)
    	// Result: 128512 128512 😀 '😀' U+1F600 U+1F600 '😀'
    
    	// Strings are formatted with %v and %s as-is, with %q as quoted strings,
    	// and %#q as backquoted strings.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 21:03:10 UTC 2019
    - 11.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/extensibility/ExtensionContainerTest.groovy

        def container = new DefaultConvention(TestUtil.instantiatorFactory().decorateLenient())
        def extension = new FooExtension()
        def barExtension = new BarExtension()
    
        class FooExtension {
            String message = "smile"
        }
    
        class BarExtension {}
    
        class SomeExtension {}
    
        def "has dynamic extension"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"∖":                   "\u2216",
    	"⨳":                          "\u2a33",
    	"⧤":                        "\u29e4",
    	"∣":                            "\u2223",
    	"⌣":                           "\u2323",
    	"⪪":                             "\u2aaa",
    	"⪬":                            "\u2aac",
    	"⪬︀":                           "\u2aac\ufe00",
    	"ь":                          "\u044c",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. src/main/webapp/css/font-awesome.min.css

    nt:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{c...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/font-awesome.min.css

    nt:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{c...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  6. docs/en/docs/async.md

    So you wait for your crush to finish the story (finish the current work ⏯ / task being processed 🤓), smile gently and say that you are going for the burgers ⏸.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  7. src/html/entity.go

    		"smallsetminus;":                   '\U00002216',
    		"smashp;":                          '\U00002A33',
    		"smeparsl;":                        '\U000029E4',
    		"smid;":                            '\U00002223',
    		"smile;":                           '\U00002323',
    		"smt;":                             '\U00002AAA',
    		"smte;":                            '\U00002AAC',
    		"softcy;":                          '\U0000044C',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"small_orange_diamond":                 "\U0001f538",
    	"small_red_triangle":                   "\U0001f53a",
    	"small_red_triangle_down":              "\U0001f53b",
    	"smile":                                "\U0001f604",
    	"smile_cat":                            "\U0001f638",
    	"smiley":                               "\U0001f603",
    	"smiley_cat":                           "\U0001f63a",
    	"smiling_face_with_tear":               "\U0001f972",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  9. pom.xml

    			<artifactId>jackson-dataformat-cbor</artifactId>
    			<version>${jackson.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>com.fasterxml.jackson.dataformat</groupId>
    			<artifactId>jackson-dataformat-smile</artifactId>
    			<version>${jackson.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>com.fasterxml.jackson.dataformat</groupId>
    			<artifactId>jackson-dataformat-yaml</artifactId>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  10. src/cmd/internal/test2json/testdata/smiley.json

    Russ Cox <******@****.***> 1667840325 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 12.4K bytes
    - Viewed (0)
Back to top