Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for code (0.14 sec)

  1. src/go/doc/comment/testdata/code.txt

    -- input --
    Text.
    	A tab-indented
    	(no, not eight-space indented)
    	code block and haiku.
    More text.
     One space
      is
       enough
        to
         start
          a
           block.
    More text.
    
          Blocks
        can
    
      have
        blank
          lines.
    -- gofmt --
    Text.
    
    	A tab-indented
    	(no, not eight-space indented)
    	code block and haiku.
    
    More text.
    
    	One space
    	 is
    	  enough
    	   to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:47 UTC 2022
    - 944 bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/code.go

    	}
    	buf.WriteString("<pre><code")
    	if b.Info != "" {
    		// https://spec.commonmark.org/0.30/#info-string
    		// “The first word of the info string is typically used to
    		// specify the language of the code sample...”
    		// No definition of what “first word” means though.
    		// The Dingus splits on isUnicodeSpace, but Goldmark only uses space.
    		lang := b.Info
    		for i, c := range lang {
    			if isUnicodeSpace(c) {
    				lang = lang[:i]
    				break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  3. docs/screenshots/erasure-code.jpg

    erasure-code.jpg...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 29 16:10:47 UTC 2017
    - 105.7K bytes
    - Viewed (0)
  4. docs/screenshots/erasure-code.svg

    erasure-code.svg...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Apr 15 00:21:57 UTC 2017
    - 17.4K bytes
    - Viewed (0)
  5. docs/screenshots/erasure-code.png

    erasure-code.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Feb 21 04:12:21 UTC 2017
    - 220.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 20 20:21:56 UTC 2017
    - 148 bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/response-status-code.md

    Você pode usar as variáveis de conveniência de `fastapi.status`.
    
    ```Python hl_lines="1  6"
    {!../../../docs_src/response_status_code/tutorial002.py!}
    ```
    
    Eles são apenas uma conveniência, eles possuem o mesmo número, mas dessa forma você pode usar o autocomplete do editor para encontrá-los:
    
    <img src="/img/tutorial/response-status-code/image02.png">
    
    !!! note "Detalhes técnicos"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Oct 31 16:22:07 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  8. src/encoding/json/testdata/code.json.gz

    ed.checksum","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"invalidate-cached-counter-node-expected.png","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"invalidate-cached-counter-node-expected.checksum","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"counter-text-transfo...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  9. code-of-conduct.md

    # Kubernetes Community Code of Conduct
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 20 18:33:36 UTC 2017
    - 148 bytes
    - Viewed (0)
  10. hack/verify-test-code.sh

    # This script checks whether e2e test code which contains `Expect()` but not use
    # the e2e framework exists or not.
    # Usage: `hack/verify-test-code.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    cd "${KUBE_ROOT}"
    
    all_e2e_files=()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 23 08:51:42 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top