Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 674 for particle (0.17 sec)

  1. src/encoding/xml/marshal_test.go

    	{Value: &Pi{Approximation: 3.14159265}, ExpectXML: `<pi>3.1415927</pi>`},
    	{Value: &Universe{Visible: 9.3e13}, ExpectXML: `<universe>9.3e+13</universe>`},
    	{Value: &Particle{HasMass: true}, ExpectXML: `<particle>true</particle>`},
    	{Value: &Departure{When: ParseTime("2013-01-09T00:15:00-09:00")}, ExpectXML: `<departure>2013-01-09T00:15:00-09:00</departure>`},
    	{Value: atomValue, ExpectXML: atomXML},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    mutual Attraction that the Spirits of Soot and Sea-Salt unite and compose the Particles of Sal-armoniac, which are less volatile than before, because grosser and freer from Water; and that the Particles of Sal-armoniac in Sublimation carry up the Particles of Antimony, which will not sublime alone; and that the Particles of Mercury uniting with the acid Particles of Spirit of Salt compose Mercury sublimate, and with the Particles of Sulphur, compose Cinnaber; and that the Particles of Spirit of Wine and...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    Sea-Salt unite and compose the Particles of Sal-armoniac, which are less
    volatile than before, because grosser and freer from Water; and that the
    Particles of Sal-armoniac in Sublimation carry up the Particles of
    Antimony, which will not sublime alone; and that the Particles of
    Mercury uniting with the acid Particles of Spirit of Salt compose
    Mercury sublimate, and with the Particles of Sulphur, compose Cinnaber;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. docs/en/docs/external-links.md

    # External Links and Articles
    
    **FastAPI** has a great community constantly growing.
    
    There are many posts, articles, tools, and projects, related to **FastAPI**.
    
    Here's an incomplete list of some of them.
    
    !!! tip
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Oct 22 07:35:13 UTC 2023
    - 1K bytes
    - Viewed (0)
  5. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-mutual.yaml

    kind: PeerAuthentication
    metadata:
      name: "default"
      annotations:
        test-suite: "automtls-partial-dr-mutual"
    spec:
      mtls:
        mode: STRICT
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: "multiversion-route"
      annotations:
        test-suite: "automtls-partial-dr-mutual"
    spec:
      hosts:
      - "multiversion"
      http:
      - name: "vistio-route"
        match:
        - uri:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  6. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-no-tls.yaml

    kind: PeerAuthentication
    metadata:
      name: "default"
      annotations:
        test-suite: "automtls-partial-sidecar-dr-no-tls"
    spec:
      mtls:
        mode: STRICT
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: "multiversion-route"
      annotations:
        test-suite: "automtls-partial-sidecar-dr-no-tls"
    spec:
      hosts:
      - "multiversion"
      http:
      - name: "vistio-route"
        match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 996 bytes
    - Viewed (0)
  7. docs/fr/docs/external-links.md

    # Articles et liens externes
    
    **FastAPI** possède une grande communauté en constante extension.
    
    Il existe de nombreux articles, outils et projets liés à **FastAPI**.
    
    Voici une liste incomplète de certains d'entre eux.
    
    !!! tip "Astuce"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Oct 22 07:35:13 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  8. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Facet.java

        /**
         * An {@code installed} facet is really present on an Eclipse project whereas facet type {@code fixed} means that
         * this facet is locked and cannot be simply removed. See also
         * <a href="https://eclipse.org/articles/Article-BuildingProjectFacets/tutorial.html#defining.presets">here</a>.
         */
        @SuppressWarnings("FieldName")
        public enum FacetType { installed, fixed }
    
        private FacetType type;
        private String name;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/util/config/initconfiguration_test.go

    		name         string
    		fileContents []byte
    		expectErr    bool
    		validate     func(*testing.T, *kubeadm.InitConfiguration)
    	}{
    		{
    			name:         "v1beta3.partial1",
    			fileContents: cfgFiles["InitConfiguration_v1beta3"],
    		},
    		{
    			name: "v1beta3.partial2",
    			fileContents: bytes.Join([][]byte{
    				cfgFiles["InitConfiguration_v1beta3"],
    				clusterCfg,
    			}, []byte(constants.YAMLDocumentSeparator)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 09:17:03 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/partial-device-name.pbtxt

    Chuanhao Zhuge <******@****.***> 1614372060 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 26 20:48:36 UTC 2021
    - 1.8K bytes
    - Viewed (0)
Back to top