Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 64 for 4156 (0.75 sec)

  1. docs/en/data/topic_repos.yml

      html_url: https://github.com/chatpire/chatgpt-web-share
      stars: 4305
      owner_login: chatpire
      owner_html_url: https://github.com/chatpire
    - name: poem
      html_url: https://github.com/poem-web/poem
      stars: 4157
      owner_login: poem-web
      owner_html_url: https://github.com/poem-web
    - name: dynaconf
      html_url: https://github.com/dynaconf/dynaconf
      stars: 4112
      owner_login: dynaconf
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:41 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.6.md

    * Report node not ready on failed PLEG health check ([#41569](https://github.com/kubernetes/kubernetes/pull/41569), [@yujuhong](https://github.com/yujuhong))
    * Delay Deletion of a Pod until volumes are cleaned up ([#41456](https://github.com/kubernetes/kubernetes/pull/41456), [@dashpole](https://github.com/dashpole))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/smb1/com/SmbComCloseTest.java

         * Test method for {@link jcifs.internal.smb1.com.SmbComClose#writeParameterWordsWireFormat(byte[], int)}.
         */
        @Test
        public void testWriteParameterWordsWireFormat() {
            // Given
            int fid = 456;
            long lastWriteTime = System.currentTimeMillis();
            SmbComClose smbComClose = new SmbComClose(config, fid, lastWriteTime);
            byte[] dst = new byte[6];
    
            // When
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  4. src/archive/tar/tar_test.go

    		formats: FormatGNU,
    	}, {
    		header:  &Header{Devmajor: 1 << 56},
    		formats: FormatUnknown,
    	}, {
    		header:  &Header{Devmajor: -1 << 56},
    		formats: FormatGNU,
    	}, {
    		header:  &Header{Devmajor: -1<<56 - 1},
    		formats: FormatUnknown,
    	}, {
    		header:  &Header{Name: "用戶名", Devmajor: -1 << 56},
    		formats: FormatGNU,
    	}, {
    		header:  &Header{Size: math.MaxInt64},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Jul 25 00:25:45 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  5. docs/em/docs/advanced/additional-responses.md

                            "$ref": "#/components/schemas/HTTPValidationError"
                        }
                    }
                }
            }
        }
    }
    ```
    
    🔗 🔗 ➕1️⃣ 🥉 🔘 🗄 🔗:
    
    ```JSON hl_lines="4-16"
    {
        "components": {
            "schemas": {
                "Message": {
                    "title": "Message",
                    "required": [
                        "message"
                    ],
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  6. gradle/libs.versions.toml

    retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
    robolectric-android = "org.robolectric:android-all:16-robolectric-13921718"
    robolectric = "org.robolectric:robolectric:4.16"
    #noinspection UnusedVersionCatalogEntry
    signature-android-apilevel21 = "net.sf.androidscents.signature:android-api-level-21:5.0.1_r2"
    #noinspection UnusedVersionCatalogEntry
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Aug 31 17:41:20 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  7. docs/fr/docs/advanced/additional-responses.md

                        }
                    }
                }
            }
        }
    }
    ```
    
    Les schémas sont référencés à un autre endroit du modèle OpenAPI :
    
    ```JSON hl_lines="4-16"
    {
        "components": {
            "schemas": {
                "Message": {
                    "title": "Message",
                    "required": [
                        "message"
                    ],
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  8. cmd/apierrorcode_string.go

    	_ = x[ErrKMSDefaultKeyAlreadyConfigured-151]
    	_ = x[ErrNoAccessKey-152]
    	_ = x[ErrInvalidToken-153]
    	_ = x[ErrEventNotification-154]
    	_ = x[ErrARNNotification-155]
    	_ = x[ErrRegionNotification-156]
    	_ = x[ErrOverlappingFilterNotification-157]
    	_ = x[ErrFilterNameInvalid-158]
    	_ = x[ErrFilterNamePrefix-159]
    	_ = x[ErrFilterNameSuffix-160]
    	_ = x[ErrFilterValueInvalid-161]
    	_ = x[ErrOverlappingConfigs-162]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  9. docs/pt/docs/advanced/security/oauth2-scopes.md

    Porém em sua aplicação, por segurança, você deve garantir que você apenas adiciona os escopos que o usuário possui permissão de fato, ou aqueles que você predefiniu.
    
    ///
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[156] *}
    
    ## Declare escopos em *operações de rota* e dependências
    
    Agora nós declaramos que a *operação de rota* para `/users/me/items/` exige o escopo `items`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14.5K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/math/QuantilesTest.java

      }
    
      public void testScale_index_computeInPlace_explicitVarargs() {
        assertThat(Quantiles.scale(10).index(5).computeInPlace(78.9, 12.3, 45.6))
            .isWithin(ALLOWED_ERROR)
            .of(45.6);
      }
    
      public void testScale_indexes_varargs_compute_doubleCollection() {
        // Note that we specify index 1 twice, which by the method contract should be ignored.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 29.8K bytes
    - Viewed (0)
Back to top