Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 84 for Hyphen (0.27 sec)

  1. pkg/ctrlz/assets/static/css/all.css

        text-align: left;
        white-space: pre;
        word-spacing: normal;
        word-break: normal;
        word-wrap: normal;
        line-height: 1.5;
        tab-size: 4;
        hyphens: none;
        background: #2d2d2d
    }
    
    pre code {
        display: block;
        color: #ddd;
        padding: .5em
    }
    
    pre code.command-output {
        padding: 0
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Hangul", Var, 0},
    		{"Hanifi_Rohingya", Var, 13},
    		{"Hanunoo", Var, 0},
    		{"Hatran", Var, 5},
    		{"Hebrew", Var, 0},
    		{"Hex_Digit", Var, 0},
    		{"Hiragana", Var, 0},
    		{"Hyphen", Var, 0},
    		{"IDS_Binary_Operator", Var, 0},
    		{"IDS_Trinary_Operator", Var, 0},
    		{"Ideographic", Var, 0},
    		{"Imperial_Aramaic", Var, 0},
    		{"In", Func, 2},
    		{"Inherited", Var, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. src/runtime/metrics/description.go

    	// starts with a /, and a machine-parseable unit. The name may contain any valid Unicode
    	// codepoint in between / characters, but by convention will try to stick to lowercase
    	// characters and hyphens. An example of such a path might be "/memory/heap/free".
    	//
    	// The unit is by convention a series of lowercase English unit names (singular or plural)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 06 17:59:12 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    contain duplicates. At least one element is required. The indexes are represented as intervals separated by commas. The intervals can be a decimal integer or a pair of decimal integers separated by a hyphen. The number are listed in represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\". When this field is null, this field doesn't default to any value and is never evaluated at any time.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

    contain duplicates. At least one element is required. The indexes are represented as intervals separated by commas. The intervals can be a decimal integer or a pair of decimal integers separated by a hyphen. The number are listed in represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\". When this field is null, this field doesn't default to any value and is never evaluated at any time.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.advance_search_should_queries=Eines dieser Wörter
    labels.advance_search_not_queries=Keines dieser Wörter
    labels.advance_search_filetype=Dateityp
    labels.advance_search_filetype_default=Alle Typen
    labels.advance_search_filetype_html=HTML
    labels.advance_search_filetype_pdf=PDF
    labels.advance_search_filetype_word=MS Word
    labels.advance_search_filetype_excel=MS Excel
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  7. src/net/lookup_test.go

    		}
    	}
    
    }
    
    func TestLookupNonLDH(t *testing.T) {
    	defer dnsWaitGroup.Wait()
    
    	if fixup := forceGoDNS(); fixup != nil {
    		defer fixup()
    	}
    
    	// "LDH" stands for letters, digits, and hyphens and is the usual
    	// description of standard DNS names.
    	// This test is checking that other kinds of names are reported
    	// as not found, not reported as invalid names.
    	addrs, err := LookupHost("!!!.###.bogus..domain.")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    		{"this.is.a.really.long.fqdn": []byte("bar")},
    		{"bbc.co.uk": []byte("bar")},
    		{"10.0.0.1": []byte("bar")}, // DNS labels can start with numbers and there is no requirement for letters.
    		{"hyphens-are-good.k8s.io": []byte("bar")},
    		{strings.Repeat("a", 63) + ".k8s.io": []byte("bar")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    .admonitionblock i.fa {
    	background: no-repeat 50%/1em 1em;
    	display: inline-block;
    	filter: var(--doc-icon-filter);
    	font-style: normal;
    	height: 1em;
    	-webkit-hyphens: none;
    	hyphens: none;
    	vertical-align: -.125em;
    	width: 1em
    }
    
    .admonitionblock p,
    .admonitionblock td.content {
    	font-size: 1rem;
    }
    
    .admonitionblock td.content>.title+*,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  10. fastapi/param_functions.py

                """
            ),
        ] = None,
        convert_underscores: Annotated[
            bool,
            Doc(
                """
                Automatically convert underscores to hyphens in the parameter field name.
    
                Read more about it in the
                [FastAPI docs for Header Parameters](https://fastapi.tiangolo.com/tutorial/header-params/#automatic-conversion)
                """
            ),
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
Back to top