Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 761 for course (0.12 sec)

  1. docs/en/docs/reference/responses.md

        JSONResponse,
        ORJSONResponse,
        PlainTextResponse,
        RedirectResponse,
        Response,
        StreamingResponse,
        UJSONResponse,
    )
    ```
    
    ## FastAPI Responses
    
    There are a couple of custom FastAPI response classes, you can use them to optimize JSON performance.
    
    ::: fastapi.responses.UJSONResponse
        options:
            members:
                - charset
                - status_code
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/base-services-groovy/src/main/java/org/gradle/api/internal/coerce/StringToEnumTransformer.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.coerce;
    
    import org.codehaus.groovy.reflection.CachedClass;
    import org.gradle.internal.Cast;
    import org.gradle.util.internal.GUtil;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 10:00:26 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/base-services-groovy/src/test/groovy/org/gradle/api/internal/coerce/StringToEnumTransformerTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.coerce
    
    import org.codehaus.groovy.reflection.CachedClass
    import spock.lang.Specification
    
    @SuppressWarnings("GroovyUnusedDeclaration")
    class StringToEnumTransformerTest extends Specification {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 10:00:26 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/IsolatedArray.java

                Isolatable<?> element = elements.get(i);
                toReturn[i] = element.isolate();
            }
            return toReturn;
        }
    
        @Nullable
        @Override
        public <S> S coerce(Class<S> type) {
            return null;
        }
    
        public Class<?> getArrayType() {
            return arrayType;
        }
    
        public static IsolatedArray empty(Class<?> arrayType) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. docs/ru/docs/tutorial/cors.md

    ## Больше информации
    
    Для получения более подробной информации о <abbr title="Cross-Origin Resource Sharing">CORS</abbr>, обратитесь к <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">Документации CORS от Mozilla</a>.
    
    !!! note "Технические детали"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jun 22 14:29:56 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/cors.md

    ## 🌅 ℹ
    
    🌖 ℹ 🔃 <abbr title="Cross-Origin Resource Sharing">⚜</abbr>, ✅ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">🦎 ⚜ 🧾</a>.
    
    !!! note "📡 ℹ"
        👆 💪 ⚙️ `from starlette.middleware.cors import CORSMiddleware`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/test/testdata/reproducible/issue38068.go

    // Copyright 2020 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package issue38068
    
    // A type with a couple of inlinable, non-pointer-receiver methods
    // that have params and local variables.
    type A struct {
    	s    string
    	next *A
    	prev *A
    }
    
    // Inlinable, value-received method with locals and parms.
    func (a A) double(x string, y int) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jan 16 02:31:08 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  8. src/runtime/testdata/testprogcgo/needmdeadlock.go

    // Copyright 2020 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !plan9 && !windows
    // +build !plan9,!windows
    
    package main
    
    // This is for issue #42207.
    // During a call to needm we could get a SIGCHLD signal
    // which would itself call needm, causing a deadlock.
    
    /*
    #include <signal.h>
    #include <pthread.h>
    #include <sched.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/cse.go

    	// The algorithm searches for a partition of f's values into
    	// equivalence classes using the above definition.
    	// It starts with a coarse partition and iteratively refines it
    	// until it reaches a fixed point.
    
    	// Make initial coarse partitions by using a subset of the conditions above.
    	a := f.Cache.allocValueSlice(f.NumValues())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/running-builds/introduction/gradle_optimizations.adoc

    > Task :buildSrc:generatePrecompiledScriptPluginAccessors UP-TO-DATE
    > Task :buildSrc:generateScriptPluginAdapters UP-TO-DATE
    > Task :buildSrc:compileKotlin UP-TO-DATE
    > Task :buildSrc:compileJava NO-SOURCE
    > Task :buildSrc:compileGroovy NO-SOURCE
    > Task :buildSrc:pluginDescriptors UP-TO-DATE
    > Task :buildSrc:processResources UP-TO-DATE
    > Task :buildSrc:classes UP-TO-DATE
    > Task :buildSrc:jar UP-TO-DATE
    > Task :list:compileJava UP-TO-DATE
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top