Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,801 for paras (0.06 sec)

  1. docs/ja/docs/tutorial/query-params-str-validations.md

    /// tip | "豆知識"
    
    上述の例のように、`list`型のクエリパラメータを宣言するには明示的に`Query`を使用する必要があります。そうしない場合、リクエストボディと解釈されます。
    
    ///
    
    対話的APIドキュメントは複数の値を許可するために自動的に更新されます。
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/query-params-str-validations/image02.png">
    
    ### デフォルト値を持つ、クエリパラメータのリスト / 複数の値
    
    また、値が指定されていない場合はデフォルトの`list`を定義することもできます。
    
    ```Python hl_lines="9"
    {!../../docs_src/query_params_str_validations/tutorial012.py!}
    ```
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTreeHandleImpl.java

    
        /**
         * 
         * @param req
         * @param params
         * @return response
         * @throws CIFSException
         */
        public <T extends CommonServerMessageBlockResponse> T send ( jcifs.internal.Request<T> req, RequestParam... params ) throws CIFSException {
            return send(req, null, params);
        }
    
    
        /**
         * @param request
         * @param response
         * @param params
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.9K bytes
    - Viewed (0)
  3. cmd/signature-v4-parser_test.go

    	}{
    		// Test case - 1.
    		// A Valid v4 presign URL requires the following params to be in the query.
    		// "X-Amz-Algorithm", "X-Amz-Credential", "X-Amz-Signature", " X-Amz-Date", "X-Amz-SignedHeaders", "X-Amz-Expires".
    		// If these params are missing its expected to get ErrInvalidQueryParams .
    		// In the following test case 2 out of 6 query params are missing.
    		{
    			inputQueryKeyVals: []string{
    				"X-Amz-Algorithm", "",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  4. tests/test_tutorial/test_query_param_models/test_tutorial002.py

    
    @pytest.fixture(
        name="client",
        params=[
            pytest.param("tutorial002", marks=needs_pydanticv2),
            pytest.param("tutorial002_py39", marks=[needs_py39, needs_pydanticv2]),
            pytest.param("tutorial002_py310", marks=[needs_py310, needs_pydanticv2]),
            pytest.param("tutorial002_an", marks=needs_pydanticv2),
            pytest.param("tutorial002_an_py39", marks=[needs_py39, needs_pydanticv2]),
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 17 18:54:10 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. compat/maven-plugin-api/pom.xml

                  </templates>
                  <params>
                    <param>packageModelV3=org.apache.maven.plugin.descriptor</param>
                    <param>packageModelV4=org.apache.maven.api.plugin.descriptor</param>
                    <param>packageToolV4=org.apache.maven.plugin.descriptor.io</param>
                  </params>
                  <models>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  6. compat/maven-repository-metadata/pom.xml

              </models>
              <params>
                <param>forcedIOModelVersion=1.1.0</param>
                <param>packageModelV3=org.apache.maven.artifact.repository.metadata</param>
                <param>packageModelV4=org.apache.maven.api.metadata</param>
                <param>packageToolV4=org.apache.maven.artifact.repository.metadata.io</param>
              </params>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. src/main/java/jcifs/dcerpc/DcerpcPipeHandle.java

            String params = "";
            String server = (String) binding.getOption("server");
            if ( server != null ) {
                params += "&server=" + server;
            }
            String address = (String) binding.getOption("address");
            if ( address != null ) {
                params += "&address=" + address;
            }
            if ( params.length() > 0 ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jan 26 11:51:07 UTC 2020
    - 5.2K bytes
    - Viewed (0)
  8. compat/maven-toolchain-model/pom.xml

                    <template>model-v3.vm</template>
                  </templates>
                  <params>
                    <param>packageModelV3=org.apache.maven.toolchain.model</param>
                    <param>packageModelV4=org.apache.maven.api.toolchain</param>
                    <param>packageToolV4=org.apache.maven.toolchain.v4</param>
                  </params>
                </configuration>
              </execution>
            </executions>
          </plugin>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. tests/test_tutorial/test_query_param_models/test_tutorial001.py

    from tests.utils import needs_py39, needs_py310
    
    
    @pytest.fixture(
        name="client",
        params=[
            "tutorial001",
            pytest.param("tutorial001_py39", marks=needs_py39),
            pytest.param("tutorial001_py310", marks=needs_py310),
            "tutorial001_an",
            pytest.param("tutorial001_an_py39", marks=needs_py39),
            pytest.param("tutorial001_an_py310", marks=needs_py310),
        ],
    )
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 17 18:54:10 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. api/maven-api-plugin/pom.xml

                  </models>
                  <templates>
                    <template>model.vm</template>
                  </templates>
                  <params>
                    <param>packageModelV4=org.apache.maven.api.plugin.descriptor</param>
                  </params>
                </configuration>
              </execution>
              <execution>
                <id>plugin-doc</id>
                <goals>
                  <goal>xdoc</goal>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat Oct 19 18:11:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top