Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 92 for italian (0.37 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1D44E         ; mapped                 ; 0061          # 3.1  MATHEMATICAL ITALIC SMALL A
    1D44F         ; mapped                 ; 0062          # 3.1  MATHEMATICAL ITALIC SMALL B
    1D450         ; mapped                 ; 0063          # 3.1  MATHEMATICAL ITALIC SMALL C
    1D451         ; mapped                 ; 0064          # 3.1  MATHEMATICAL ITALIC SMALL D
    1D452         ; mapped                 ; 0065          # 3.1  MATHEMATICAL ITALIC SMALL E
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 🌐 Update Turkish translation for `docs/tr/docs/benchmarks.md`. PR [#11005](https://github.com/tiangolo/fastapi/pull/11005) by [@hasansezertasan](https://github.com/hasansezertasan).
    * 🌐 Add Italian translation for `docs/it/docs/index.md`. PR [#5233](https://github.com/tiangolo/fastapi/pull/5233) by [@matteospanio](https://github.com/matteospanio).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/platform/internal/Architectures.java

        );
    
        public static ArchitectureInternal forInput(String input) {
            for (KnownArchitecture knownArchitecture : KNOWN_ARCHITECTURES) {
                if (knownArchitecture.isAlias(input.toLowerCase())) {
                    return new DefaultArchitecture(knownArchitecture.getCanonicalName());
                }
            }
            return new DefaultArchitecture(input);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

    - Kubectl now performs validation against OpenAPI schema instead of Swagger 1.2. If
      OpenAPI is not available on the server, it falls back to the old Swagger 1.2.
    
    - Added Italian translation for kubectl.
    
    - Added German translation for kubectl.
    
    #### Scheduling
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

        * `kube-apiserver-endpoint` storage namespace. The 'none' reconciler is a noop
        * reconciler that does not do anything. This is useful for self-hosted
        * environments.
    * Improved Italian translation for kubectl ([#51463](https://github.com/kubernetes/kubernetes/pull/51463), [@lucab85](https://github.com/lucab85))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  6. pkg/ctrlz/assets/static/css/dark_syntax-1.14.0.css

    .token.variable {
        color: #7ec699;
    }
    
    .token.operator,
    .token.entity,
    .token.url {
        color: #67cdcc;
    }
    
    .token.important,
    .token.bold {
        font-weight: bold;
    }
    .token.italic {
        font-style: italic;
    }
    
    .token.entity {
        cursor: help;
    }
    
    .token.inserted {
        color: green;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. test/alias3.dir/c.go

    package main
    
    import (
    	"./a"
    	"./b"
    )
    
    func main() {
    	var _ float64 = b.F(0)
    	var _ a.Rune = int32(0)
    
    	// embedded types can have different names but the same types
    	var s a.S
    	s.Int = 1
    	s.IntAlias = s.Int
    	s.IntAlias2 = s.Int
    
    	// aliases denote identical types across packages
    	var c a.Context = b.C
    	var _ b.MyContext = c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 20 05:55:53 UTC 2017
    - 490 bytes
    - Viewed (0)
  8. src/go/doc/comment/parse.go

    				i += len(url)
    				wrote = i
    				continue
    			}
    			if id, ok := ident(t); ok {
    				url, italics := d.Words[id]
    				if !italics {
    					i += len(id)
    					continue
    				}
    				flush(i)
    				if url == "" {
    					out = append(out, Italic(id))
    				} else {
    					out = append(out, &Link{Auto: true, Text: []Text{Italic(id)}, URL: url})
    				}
    				i += len(id)
    				wrote = i
    				continue
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 33.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/release-notes.css

      margin-right: 0.4em;
    }
    
    h4 {
      margin-top: 1rem;
      font-size: 1.0625rem;
      font-style: italic;
    }
    
    pre {
        overflow: auto;
    }
    
    ul.toc-sub {
      margin-bottom: 0;
    }
    
    button.display-toggle {
      cursor: pointer;
    }
    
    a.incubating-marker {
      display: inline;
      color: white;
      font-style: italic;
      font-size: 0.6em;
      text-shadow: none;
      margin-left: 0.6em;
      border-radius: 6px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. docs/language_names.yml

    hr: Hrvatski
    ht: Kreyòl ayisyen
    hu: magyar
    hy: Հայերեն
    hz: Otjiherero
    ia: Interlingua
    id: Bahasa Indonesia
    ie: Interlingue
    ig: Asụsụ Igbo
    ii: ꆈꌠ꒿ Nuosuhxop
    ik: Iñupiaq
    io: Ido
    is: Íslenska
    it: italiano
    iu: ᐃᓄᒃᑎᑐᑦ
    ja: 日本語
    jv: basa Jawa
    ka: ქართული
    kg: Kikongo
    ki: Gĩkũyũ
    kj: Kuanyama
    kk: қазақ тілі
    kl: kalaallisut
    km: ខេមរភាសា
    kn: ಕನ್ನಡ
    ko: 한국어
    kr: Kanuri
    ks: कश्मीरी
    ku: Kurdî
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:42:53 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top