Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for lsquo (0.06 sec)

  1. src/mdo/reader-stax.vm

            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");
            entities.put("rdquo", "\u201d");
            entities.put("bdquo", "\u201e");
            entities.put("dagger", "\u2020");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/entity.go

    	"‹":                          "\u2039",
    	"𝓁":                            "\U0001d4c1",
    	"↰":                             "\u21b0",
    	"≲":                            "\u2272",
    	"⪍":                           "\u2a8d",
    	"⪏":                           "\u2a8f",
    	"[":                            "\u005b",
    	"‘":                           "\u2018",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  3. src/mdo/reader.vm

            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");
            entities.put("rdquo", "\u201d");
            entities.put("bdquo", "\u201e");
            entities.put("dagger", "\u2020");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"lsimg;":                           '\U00002A8F',
    		"lsqb;":                            '\U0000005B',
    		"lsquo;":                           '\U00002018',
    		"lsquor;":                          '\U0000201A',
    		"lstrok;":                          '\U00000142',
    		"lt;":                              '\U0000003C',
    		"ltcc;":                            '\U00002AA6',
    		"ltcir;":                           '\U00002A79',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. src/encoding/xml/xml.go

    	"rlm":      "\u200F",
    	"ndash":    "\u2013",
    	"mdash":    "\u2014",
    	"lsquo":    "\u2018",
    	"rsquo":    "\u2019",
    	"sbquo":    "\u201A",
    	"ldquo":    "\u201C",
    	"rdquo":    "\u201D",
    	"bdquo":    "\u201E",
    	"dagger":   "\u2020",
    	"Dagger":   "\u2021",
    	"permil":   "\u2030",
    	"lsaquo":   "\u2039",
    	"rsaquo":   "\u203A",
    	"euro":     "\u20AC",
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/searchResults.jsp

    						<span aria-hidden="true">&laquo;</span>
    						<span class="sr-only"><la:message key="labels.prev_page" /></span>
    					</la:link></li>
    			</c:if>
    			<c:if test="${!existPrevPage}">
    				<li class="page-item disabled" aria-label="Previous"><a class="page-link" href="#">
    						<span aria-hidden="true">&laquo;</span> <span class="sr-only"><la:message
    								key="labels.prev_page" /></span>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 09 04:29:42 UTC 2022
    - 9K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/orig/view/searchResults.jsp

    						<span aria-hidden="true">&laquo;</span>
    						<span class="sr-only"><la:message key="labels.prev_page" /></span>
    					</la:link></li>
    			</c:if>
    			<c:if test="${!existPrevPage}">
    				<li class="page-item disabled" aria-label="Previous"><a class="page-link" href="#">
    						<span aria-hidden="true">&laquo;</span> <span class="sr-only"><la:message
    								key="labels.prev_page" /></span>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 09 04:29:42 UTC 2022
    - 9K bytes
    - Viewed (0)
  8. test-site/activator-launch-1.3.2.jar

    <!ENTITY iexcl "&#161;"> <!ENTITY cent "&#162;"> <!ENTITY pound "&#163;"> <!ENTITY curren "&#164;"> <!ENTITY yen "&#165;"> <!ENTITY brvbar "&#166;"> <!ENTITY sect "&#167;"> <!ENTITY uml "&#168;"> <!ENTITY copy "&#169;"> <!ENTITY ordf "&#170;"> <!ENTITY laquo "&#171;"> <!ENTITY not "&#172;"> <!ENTITY shy "&#173;"> <!ENTITY reg "&#174;"> <!ENTITY macr "&#175;"> <!ENTITY deg "&#176;"> <!ENTITY plusmn "&#177;"> <!ENTITY sup2 "&#178;"> <!ENTITY sup3 "&#179;"> <!ENTITY acute "&#180;"> <!ENTITY micro "&#181;">...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top