Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for foobar (0.51 sec)

  1. src/crypto/x509/x509_test.go

    	{"*.com.", "example.com.", false},
    	{"*.com.", "example.com", false},
    	{"*.com", "example.com", true},
    	{"*.com", "example.com.", true},
    	{"foo:bar", "foo:bar", true},
    	{"*.foo:bar", "xxx.foo:bar", false},
    	{"*.2.3.4", "1.2.3.4", false},
    	{"*.2.3.4", "[1.2.3.4]", false},
    	{"*:4860:4860::8888", "2001:4860:4860::8888", false},
    	{"*:4860:4860::8888", "[2001:4860:4860::8888]", false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    float32(0.49999999)      // 0.5 of type float32
    float64(-1e-1000)        // 0.0 of type float64
    string('x')              // "x" of type string
    string(0x266c)           // "♬" of type string
    MyString("foo" + "bar")  // "foobar" of type MyString
    string([]byte{'a'})      // not a constant: []byte{'a'} is not a constant
    (*int)(nil)              // not a constant: nil is not a constant, *int is not a boolean, numeric, or string type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. src/main/webapp/css/bootstrap.min.css

    style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-b...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/bootstrap.min.css

    style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-b...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 155.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: ©2024 <a href="https://github.com/codelibs">CodeLibs Project</a>. */
        public static final String LABELS_FOOTER_COPYRIGHT = "{labels.footer.copyright}";
    
        /** The key of the message: Search */
        public static final String LABELS_SEARCH = "{labels.search}";
    
        /** The key of the message: Similar results are displayed. */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top