Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 999 for spades (0.25 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/CppAppWithLibrariesWithApiDependencies.groovy

    public:
        Card();
        std::string& getName();
    };
    """))
            final SourceFileElement source = ofFile(new SourceFile("cpp", "card.cpp", """
    #include "card.h"
    
    Card::Card() {
        name = "ace of spades";
    }
    
    std::string&
    Card::getName() {
        return name;
    }
    """))
        }
    
        def shuffle = new CppSourceFileElement() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. src/mdo/reader-stax.vm

            entities.put("rfloor", "\u230b");
            entities.put("lang", "\u2329");
            entities.put("rang", "\u232a");
            entities.put("loz", "\u25ca");
            entities.put("spades", "\u2660");
            entities.put("clubs", "\u2663");
            entities.put("hearts", "\u2665");
            entities.put("diams", "\u2666");
            DEFAULT_ENTITIES = Collections.unmodifiableMap(entities);
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"/":                             "\u002f",
    	"⧄":                            "\u29c4",
    	"⌿":                          "\u233f",
    	"𝕤":                            "\U0001d564",
    	"♠":                          "\u2660",
    	"♠":                       "\u2660",
    	"∥":                            "\u2225",
    	"⊓":                           "\u2293",
    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/mdo/reader.vm

            entities.put("rfloor", "\u230b");
            entities.put("lang", "\u2329");
            entities.put("rang", "\u232a");
            entities.put("loz", "\u25ca");
            entities.put("spades", "\u2660");
            entities.put("clubs", "\u2663");
            entities.put("hearts", "\u2665");
            entities.put("diams", "\u2666");
            DEFAULT_ENTITIES = Collections.unmodifiableMap(entities);
        }
    
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  5. src/html/entity.go

    		"sol;":                             '\U0000002F',
    		"solb;":                            '\U000029C4',
    		"solbar;":                          '\U0000233F',
    		"sopf;":                            '\U0001D564',
    		"spades;":                          '\U00002660',
    		"spadesuit;":                       '\U00002660',
    		"spar;":                            '\U00002225',
    		"sqcap;":                           '\U00002293',
    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/cmd/vendor/rsc.io/markdown/emoji.go

    	"south_georgia_south_sandwich_islands": "\U0001f1ec\U0001f1f8",
    	"south_sudan":                          "\U0001f1f8\U0001f1f8",
    	"space_invader":                        "\U0001f47e",
    	"spades":                               "\u2660\ufe0f",
    	"spaghetti":                            "\U0001f35d",
    	"sparkle":                              "\u2747\ufe0f",
    	"sparkler":                             "\U0001f387",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  7. src/encoding/xml/xml.go

    )
    
    // Apply name space translation to name n.
    // The default name space (for Space=="")
    // applies only to element names, not to attribute names.
    func (d *Decoder) translate(n *Name, isElementName bool) {
    	switch {
    	case n.Space == xmlnsPrefix:
    		return
    	case n.Space == "" && !isElementName:
    		return
    	case n.Space == xmlPrefix:
    		n.Space = xmlURL
    	case n.Space == "" && n.Local == xmlnsPrefix:
    		return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/output-shapes.pbtxt

    # RUN: tf-mlir-translate -graphdef-to-mlir -tf-enable-unconditionally-use-set-output-shapes-on-import -tf-enable-shape-inference-on-import=false -tf-graph-as-function %s -o -  | FileCheck %s
    # RUN: tf-mlir-translate -graphdef-to-mlir -tf-enable-unconditionally-use-set-output-shapes-on-import -tf-enable-shape-inference-on-import=true -tf-graph-as-function %s -o - | FileCheck %s
    
    # Verify importing with _output_shapes enabled works as expected.
    
    node {
      name: "_Arg"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 21 04:07:13 UTC 2021
    - 3K bytes
    - Viewed (0)
  9. operator/pkg/object/testdata/well-formed-with-space.yaml

    # there are some spaces at the end
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: myconfigmap
      namespace: default
    data:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 182 bytes
    - Viewed (0)
  10. build-logic/packaging/src/main/kotlin/gradlebuild.shaded-jar.gradle.kts

    import gradlebuild.basics.decapitalize
    import gradlebuild.shade.ArtifactTypes.buildReceiptType
    import gradlebuild.shade.ArtifactTypes.classTreesType
    import gradlebuild.shade.ArtifactTypes.entryPointsType
    import gradlebuild.shade.ArtifactTypes.manifestsType
    import gradlebuild.shade.ArtifactTypes.relocatedClassesAndAnalysisType
    import gradlebuild.shade.ArtifactTypes.relocatedClassesType
    import gradlebuild.shade.extension.ShadedJarExtension
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top