Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for cdat (0.1 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    nl.ca
    ns.ca
    nt.ca
    nu.ca
    on.ca
    pe.ca
    qc.ca
    sk.ca
    yk.ca
    // gc.ca: https://en.wikipedia.org/wiki/.gc.ca
    // see also: http://registry.gc.ca/en/SubdomainFAQ
    gc.ca
    
    // cat : https://en.wikipedia.org/wiki/.cat
    cat
    
    // cc : https://en.wikipedia.org/wiki/.cc
    cc
    
    // cd : https://en.wikipedia.org/wiki/.cd
    // see also: https://www.nic.cd/domain/insertDomain_2.jsp?act=1
    cd
    gov.cd
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

          <description>
            <![CDATA[
            The {@code <dependency>} element contains information about a dependency
            of the project.
            ]]>
          </description>
          <fields>
            <field>
              <name>groupId</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>
                <![CDATA[
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    only things in the kitchen that did not sneeze, were the cook,
    and a large cat which was sitting on the hearth and grinning from
    ear to ear.
    
      `Please would you tell me,' said Alice, a little timidly, for
    she was not quite sure whether it was good manners for her to
    speak first, `why your cat grins like that?'
    
      `It's a Cheshire cat,' said the Duchess, `and that's why.  Pig!'
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&Ccaron;":                          "\u010c",
    	"&Ccedil;":                          "\u00c7",
    	"&Ccirc;":                           "\u0108",
    	"&Cconint;":                         "\u2230",
    	"&Cdot;":                            "\u010a",
    	"&Cedilla;":                         "\u00b8",
    	"&CenterDot;":                       "\u00b7",
    	"&Cfr;":                             "\u212d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. src/html/entity.go

    		"Ccaron;":                          '\U0000010C',
    		"Ccedil;":                          '\U000000C7',
    		"Ccirc;":                           '\U00000108',
    		"Cconint;":                         '\U00002230',
    		"Cdot;":                            '\U0000010A',
    		"Cedilla;":                         '\U000000B8',
    		"CenterDot;":                       '\U000000B7',
    		"Cfr;":                             '\U0000212D',
    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

    	"clown_face":                           "\U0001f921",
    	"clubs":                                "\u2663\ufe0f",
    	"cn":                                   "\U0001f1e8\U0001f1f3",
    	"coat":                                 "\U0001f9e5",
    	"cockroach":                            "\U0001fab3",
    	"cocktail":                             "\U0001f378",
    	"coconut":                              "\U0001f965",
    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. pkg/apis/batch/validation/validation_test.go

    		`Jamaica`,
    		`Japan`,
    		`Kwajalein`,
    		`Libya`,
    		`MET`,
    		`Mexico/BajaNorte`,
    		`Mexico/BajaSur`,
    		`Mexico/General`,
    		`MST`,
    		`MST7MDT`,
    		`Navajo`,
    		`NZ`,
    		`NZ-CHAT`,
    		`Pacific/Apia`,
    		`Pacific/Auckland`,
    		`Pacific/Bougainville`,
    		`Pacific/Chatham`,
    		`Pacific/Chuuk`,
    		`Pacific/Easter`,
    		`Pacific/Efate`,
    		`Pacific/Enderbury`,
    		`Pacific/Fakaofo`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/s390x/asmz.go

    	op_CR      uint32 = 0x1900 // FORMAT_RR         COMPARE (32)
    	op_CRB     uint32 = 0xECF6 // FORMAT_RRS        COMPARE AND BRANCH (32)
    	op_CRDTE   uint32 = 0xB98F // FORMAT_RRF2       COMPARE AND REPLACE DAT TABLE ENTRY
    	op_CRJ     uint32 = 0xEC76 // FORMAT_RIE2       COMPARE AND BRANCH RELATIVE (32)
    	op_CRL     uint32 = 0xC60D // FORMAT_RIL2       COMPARE RELATIVE LONG (32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  9. fastapi/routing.py

            app = FastAPI()
            router = APIRouter()
    
            @router.head("/items/", status_code=204)
            def get_items_headers(response: Response):
                response.headers["X-Cat-Dog"] = "Alone in the world"
    
            app.include_router(router)
            ```
            """
            return self.api_route(
                path=path,
                response_model=response_model,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  10. src/encoding/json/testdata/code.json.gz

    33,"touches":1,"min_t":1298924805,"max_t":1298924805,"mean_t":1298924805},{"name":"effective_tld_names.cc","kids":[],"cl_weight":1.8333333333333333,"touches":4,"min_t":1238712351,"max_t":1298924805,"mean_t":1258382006},{"name":"effective_tld_names.dat","kids":[],"cl_weight":1.8333333333333333,"touches":4,"min_t":1238712351,"max_t":1298924805,"mean_t":1258382006},{"name":"dns_util_unittest.cc","kids":[],"cl_weight":0.9337662337662338,"touches":4,"min_t":1252458650,"max_t":1297963228,"mean_t":1277...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top