Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1131 - 1140 of 1,719 for interno (0.05 sec)

  1. internal/s3select/sql/jsonpath_test.go

    package sql
    
    import (
    	"bytes"
    	"fmt"
    	"io"
    	"os"
    	"path/filepath"
    	"reflect"
    	"testing"
    
    	"github.com/alecthomas/participle"
    	"github.com/minio/minio/internal/s3select/jstream"
    )
    
    func getJSONStructs(b []byte) ([]interface{}, error) {
    	dec := jstream.NewDecoder(bytes.NewBuffer(b), 0).ObjectAsKVS().MaxDepth(100)
    	var result []interface{}
    	for parsedVal := range dec.Stream() {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 23 19:35:41 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorTest.kt

    import kotlin.test.assertFailsWith
    import okhttp3.MediaType.Companion.toMediaType
    import okhttp3.Protocol
    import okhttp3.Request
    import okhttp3.Response
    import okhttp3.ResponseBody.Companion.toResponseBody
    import okhttp3.brotli.internal.uncompress
    import okio.ByteString
    import okio.ByteString.Companion.EMPTY
    import okio.ByteString.Companion.decodeHex
    import okio.ByteString.Companion.encodeUtf8
    import org.junit.jupiter.api.Test
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  3. docs/em/docs/deployment/docker.md

    ### ๐Ÿ“ฆ ๐Ÿ“„
    
    ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ›Ž โœ”๏ธ **๐Ÿ“ฆ ๐Ÿ“„** ๐Ÿ‘† ๐Ÿˆธ ๐Ÿ“.
    
    โšซ๏ธ ๐Ÿ”œ ๐Ÿช€ โœด๏ธ ๐Ÿ”› ๐Ÿงฐ ๐Ÿ‘† โš™๏ธ **โŽ** ๐Ÿ‘ˆ ๐Ÿ“„.
    
    ๐ŸŒ… โš  ๐ŸŒŒ โšซ๏ธ โœ”๏ธ ๐Ÿ“ `requirements.txt` โฎ๏ธ ๐Ÿ“ฆ ๐Ÿ“› & ๐Ÿ‘ซ โฌ, 1๏ธโƒฃ ๐Ÿ“ โธ.
    
    ๐Ÿ‘† ๐Ÿ”œ โ†—๏ธ โš™๏ธ ๐ŸŽ ๐Ÿ’ญ ๐Ÿ‘† โœ [๐Ÿ”ƒ FastAPI โฌ](versions.md){.internal-link target=_blank} โš’ โ†” โฌ.
    
    ๐Ÿ–ผ, ๐Ÿ‘† `requirements.txt` ๐Ÿ’ช ๐Ÿ‘€ ๐Ÿ’–:
    
    ```
    fastapi>=0.68.0,<0.69.0
    pydantic>=1.8.0,<2.0.0
    uvicorn>=0.15.0,<0.16.0
    ```
    
    &amp; ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ›Ž โŽ ๐Ÿ‘ˆ ๐Ÿ“ฆ ๐Ÿ”— โฎ๏ธ `pip`, ๐Ÿ–ผ:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  4. cmd/server-rlimit.go

    package cmd
    
    import (
    	"runtime"
    	"runtime/debug"
    
    	"github.com/dustin/go-humanize"
    	"github.com/minio/madmin-go/v3/kernel"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/pkg/v3/sys"
    )
    
    func oldLinux() bool {
    	currentKernel, err := kernel.CurrentVersion()
    	if err != nil {
    		// Could not probe the kernel version
    		return false
    	}
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jul 02 15:09:36 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/pseudo_test.go

    // Copyright 2015 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 asm
    
    import (
    	"strings"
    	"testing"
    
    	"cmd/asm/internal/lex"
    )
    
    func tokenize(s string) [][]lex.Token {
    	res := [][]lex.Token{}
    	if len(s) == 0 {
    		return res
    	}
    	for _, o := range strings.Split(s, ",") {
    		res = append(res, lex.Tokenize(o))
    	}
    	return res
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Aug 29 07:48:38 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedConfigurationConverter.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.configuration.internal;
    
    import org.codehaus.plexus.component.configurator.ComponentConfigurationException;
    import org.codehaus.plexus.component.configurator.ConfigurationListener;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  7. guava/javadoc-link/checker-framework/package-list

    android.annotation
    android.support.annotation
    com.sun.istack.internal
    edu.umd.cs.findbugs.annotations
    javax.annotation
    javax.annotation.concurrent
    javax.annotation.meta
    javax.validation.constraints
    lombok
    net.jcip.annotations
    org.checkerframework.checker.compilermsgs
    org.checkerframework.checker.compilermsgs.qual
    org.checkerframework.checker.fenum
    org.checkerframework.checker.fenum.qual
    org.checkerframework.checker.formatter
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Dec 07 19:00:31 UTC 2017
    - 3.8K bytes
    - Viewed (0)
  8. internal/rest/client.go

    	"math/rand"
    	"net/http"
    	"net/http/httputil"
    	"net/url"
    	"path"
    	"strconv"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"time"
    
    	xhttp "github.com/minio/minio/internal/http"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/minio/internal/mcontext"
    	xnet "github.com/minio/pkg/v3/net"
    )
    
    const logSubsys = "internodes"
    
    // DefaultTimeout - default REST timeout is 10 seconds.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jul 26 12:55:01 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  9. common/scripts/kind_provisioner.sh

        echo "Original CoreDNS config:"
        echo "${original_coredns}"
        # Patch it
        fixed_coredns=$(
          printf '%s' "${original_coredns}" | sed \
            -e 's/^.*kubernetes cluster\.local/& internal/' \
            -e '/^.*upstream$/d' \
            -e '/^.*fallthrough.*$/d' \
            -e '/^.*forward . \/etc\/resolv.conf$/d' \
            -e '/^.*loop$/d' \
        )
        echo "Patched CoreDNS config:"
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Aug 21 04:47:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/testing.md

    ///
    
    /// tip | "่ฑ†็Ÿฅ่ญ˜"
    
    FastAPIใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใธใฎใƒชใ‚ฏใ‚จใ‚นใƒˆใฎ้€ไฟกใจใฏๅˆฅใซใ€ใƒ†ใ‚นใƒˆใง `async` ้–ขๆ•ฐ (้žๅŒๆœŸใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น้–ขๆ•ฐใชใฉ) ใ‚’ๅ‘ผใณๅ‡บใ—ใŸใ„ๅ ดๅˆใฏใ€้ซ˜ๅบฆใชใƒใƒฅใƒผใƒˆใƒชใ‚ขใƒซใฎ[Async Tests](../advanced/async-tests.md){.internal-link target=_blank} ใ‚’ๅ‚็…งใ—ใฆใใ ใ•ใ„ใ€‚
    
    ///
    
    ## ใƒ†ใ‚นใƒˆใฎๅˆ†้›ข
    
    ๅฎŸ้š›ใฎใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใงใฏใ€ใŠใใ‚‰ใใƒ†ใ‚นใƒˆใ‚’ๅˆฅใฎใƒ•ใ‚กใ‚คใƒซใซไฟๅญ˜ใ—ใพใ™ใ€‚
    
    ใพใŸใ€**FastAPI** ใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใฏใ€่ค‡ๆ•ฐใฎใƒ•ใ‚กใ‚คใƒซ/ใƒขใ‚ธใƒฅใƒผใƒซใชใฉใงๆง‹ๆˆใ•ใ‚Œใฆใ„ใ‚‹ๅ ดๅˆใ‚‚ใ‚ใ‚Šใพใ™ใ€‚
    
    ### **FastAPI** ใ‚ขใƒ—ใƒชใƒ•ใ‚กใ‚คใƒซ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top