Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 95 for mdash (0.07 sec)

  1. .github/ISSUE_TEMPLATE/feature_addition_request.yaml

          value: >
            Comparing two approaches to a use case side by side can make it easier to examine the
            differences between them.
    
    
            Additionally, it's very useful to us if you can provide a "straw API" — what the
            method signatures would look like, for example, even if the method and class names are still
            in flux. This can make the feature you're suggesting much clearer to us.
    
      - type: textarea
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Nov 17 18:47:47 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. .github/ISSUE_TEMPLATE/feature_enhancement_request.yaml

            able to discuss the full details of what you're working on.
    
    
            But Guava aims to provide functionality that is useful across boundaries of projects,
            companies, or even industries — utilities useful for a sizable proportion of all Java
            programmers everywhere. If you can give enough detail such that any of us can imagine coming
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Nov 17 18:47:47 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/eventbus/EventBus.java

     * EventBus instance will determine the type of event and route it to all registered listeners.
     *
     * <p>Events are routed based on their type &mdash; an event will be delivered to any subscriber for
     * any type to which the event is assignable. This includes implemented interfaces, all
     * superclasses, and all interfaces implemented by superclasses.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 17 16:01:41 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/eventbus/EventBus.java

     * EventBus instance will determine the type of event and route it to all registered listeners.
     *
     * <p>Events are routed based on their type &mdash; an event will be delivered to any subscriber for
     * any type to which the event is assignable. This includes implemented interfaces, all
     * superclasses, and all interfaces implemented by superclasses.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Aug 25 16:37:57 UTC 2021
    - 12.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&Uscr;":                            "\U0001d4b0",
    	"&Utilde;":                          "\u0168",
    	"&Uuml;":                            "\u00dc",
    	"&VDash;":                           "\u22ab",
    	"&Vbar;":                            "\u2aeb",
    	"&Vcy;":                             "\u0412",
    	"&Vdash;":                           "\u22a9",
    	"&Vdashl;":                          "\u2ae6",
    	"&Vee;":                             "\u22c1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  6. src/mdo/reader-stax.vm

            entities.put("zwnj", "\u200c");
            entities.put("zwj", "\u200d");
            entities.put("lrm", "\u200e");
            entities.put("rlm", "\u200f");
            entities.put("ndash", "\u2013");
            entities.put("mdash", "\u2014");
            entities.put("lsquo", "\u2018");
            entities.put("rsquo", "\u2019");
            entities.put("sbquo", "\u201a");
            entities.put("ldquo", "\u201c");
    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/html/entity.go

    		"Utilde;":                          '\U00000168',
    		"Uuml;":                            '\U000000DC',
    		"VDash;":                           '\U000022AB',
    		"Vbar;":                            '\U00002AEB',
    		"Vcy;":                             '\U00000412',
    		"Vdash;":                           '\U000022A9',
    		"Vdashl;":                          '\U00002AE6',
    		"Vee;":                             '\U000022C1',
    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/mdo/reader.vm

            entities.put("zwnj", "\u200c");
            entities.put("zwj", "\u200d");
            entities.put("lrm", "\u200e");
            entities.put("rlm", "\u200f");
            entities.put("ndash", "\u2013");
            entities.put("mdash", "\u2014");
            entities.put("lsquo", "\u2018");
            entities.put("rsquo", "\u2019");
            entities.put("sbquo", "\u201a");
            entities.put("ldquo", "\u201c");
    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. src/encoding/xml/xml.go

    	"ensp":     "\u2002",
    	"emsp":     "\u2003",
    	"thinsp":   "\u2009",
    	"zwnj":     "\u200C",
    	"zwj":      "\u200D",
    	"lrm":      "\u200E",
    	"rlm":      "\u200F",
    	"ndash":    "\u2013",
    	"mdash":    "\u2014",
    	"lsquo":    "\u2018",
    	"rsquo":    "\u2019",
    	"sbquo":    "\u201A",
    	"ldquo":    "\u201C",
    	"rdquo":    "\u201D",
    	"bdquo":    "\u201E",
    	"dagger":   "\u2020",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  10. doc/go_spec.html

    Others are introduced with <a href="#Type_declarations">type declarations</a>
    or <a href="#Type_parameter_declarations">type parameter lists</a>.
    <i>Composite types</i>&mdash;array, struct, pointer, function,
    interface, slice, map, and channel types&mdash;may be constructed using
    type literals.
    </p>
    
    <p>
    Predeclared types, defined types, and type parameters are called <i>named types</i>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top