Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for smile (0.08 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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 (1)
  6. 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)
  7. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		decorator: func(obj runtime.Object) {
    			mile("Decorator")
    		},
    		afterCreate: func(obj runtime.Object, opts *metav1.CreateOptions) {
    			mile("AfterCreate")
    		},
    		beginCreate: func(_ context.Context, obj runtime.Object, _ *metav1.CreateOptions) (FinishFunc, error) {
    			mile("BeginCreate")
    			return func(_ context.Context, success bool) {
    				mile(fmt.Sprintf("FinishCreate(%v)", success))
    			}, nil
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/gc.go

    func (gcToolchain) asm(b *Builder, a *Action, sfiles []string) ([]string, error) {
    	p := a.Package
    	args := asmArgs(a, p)
    
    	var ofiles []string
    	for _, sfile := range sfiles {
    		overlayPath, _ := fsys.OverlayPath(mkAbs(p.Dir, sfile))
    		ofile := a.Objdir + sfile[:len(sfile)-len(".s")] + ".o"
    		ofiles = append(ofiles, ofile)
    		args1 := append(args, "-o", ofile, overlayPath)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:37:44 UTC 2024
    - 23K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/gccgo.go

    	p := a.Package
    	var ofiles []string
    	for _, sfile := range sfiles {
    		base := filepath.Base(sfile)
    		ofile := a.Objdir + base[:len(base)-len(".s")] + ".o"
    		ofiles = append(ofiles, ofile)
    		sfile, _ = fsys.OverlayPath(mkAbs(p.Dir, sfile))
    		defs := []string{"-D", "GOOS_" + cfg.Goos, "-D", "GOARCH_" + cfg.Goarch}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:18:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    skype
    
    // sling : 2015-07-30 DISH Technologies L.L.C.
    sling
    
    // smart : 2015-07-09 Smart Communications, Inc. (SMART)
    smart
    
    // smile : 2014-12-18 Amazon Registry Services, Inc.
    smile
    
    // sncf : 2015-02-19 Société Nationale SNCF
    sncf
    
    // soccer : 2015-03-26 Binky Moon, LLC
    soccer
    
    // social : 2013-11-07 Dog Beach, LLC
    social
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top