Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 120 for INTERNAL (0.24 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    package language
    
    import "golang.org/x/text/internal/tag"
    
    // CLDRVersion is the CLDR version from which the tables in this package are derived.
    const CLDRVersion = "32"
    
    const NumLanguages = 8798
    
    const NumScripts = 261
    
    const NumRegions = 358
    
    type FromTo struct {
    	From uint16
    	To   uint16
    }
    
    const nonCanonicalUnd = 1201
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

    import org.jetbrains.kotlin.psi.KtWhenEntry
    import org.jetbrains.kotlin.psi.KtWhenExpression
    
    /*
     * This file was generated automatically
     * DO NOT MODIFY IT MANUALLY
     */
    
    internal val KT_DIAGNOSTIC_CONVERTER = KaDiagnosticConverterBuilder.buildConverter {
        add(FirErrors.UNSUPPORTED) { firDiagnostic ->
            UnsupportedImpl(
                firDiagnostic.a,
                firDiagnostic as KtPsiDiagnostic,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 210.1K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services ipFamilyPolicy: "" ipFamilies: [] # To generate an internal load balancer: # --set serviceAnnotations.cloud.google.com/load-balancer-type=internal #serviceAnnotations: # cloud.google.com/load-balancer-type: "internal" podAnnotations: {} type: LoadBalancer #change to NodePort, ClusterIP or LoadBalancer if need be ########## secretVolumes: - name: ingressgateway-certs secretName: ist...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "JUMPTABLE", controls: 2, aux: "Sym"},
    	}
    
    	archs = append(archs, arch{
    		name:               "AMD64",
    		pkg:                "cmd/internal/obj/x86",
    		genfile:            "../../amd64/ssa.go",
    		ops:                AMD64ops,
    		blocks:             AMD64blocks,
    		regnames:           regNamesAMD64,
    		ParamIntRegNames:   "AX BX CX DI SI R8 R9 R10 R11",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  5. pkg/config/validation/validation.go

    		// 'x-envoy-retry-grpc-on' supported policies:
    		// https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on
    		"cancelled",
    		"deadline-exceeded",
    		"internal",
    		"resource-exhausted",
    		"unavailable",
    	)
    
    	// golang supported methods: https://golang.org/src/net/http/method.go
    	supportedMethods = sets.New(
    		http.MethodGet,
    		http.MethodHead,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    	"errors"
    	"fmt"
    	"io"
    	"math/rand/v2"
    	"reflect"
    	"runtime"
    	"slices"
    	"strconv"
    	"sync"
    	"sync/atomic"
    	"time"
    	_ "unsafe"
    )
    
    var driversMu sync.RWMutex
    
    // drivers should be an internal detail,
    // but widely used packages access it using linkname.
    // (It is extra wrong that they linkname drivers but not driversMu.)
    // Notable members of the hall of shame include:
    //   - github.com/instana/go-sensor
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. src/crypto/x509/x509_test.go

    	"crypto/rand"
    	"crypto/rsa"
    	_ "crypto/sha256"
    	_ "crypto/sha512"
    	"crypto/x509/pkix"
    	"encoding/asn1"
    	"encoding/base64"
    	"encoding/gob"
    	"encoding/hex"
    	"encoding/pem"
    	"fmt"
    	"internal/testenv"
    	"io"
    	"math"
    	"math/big"
    	"net"
    	"net/url"
    	"os/exec"
    	"reflect"
    	"runtime"
    	"slices"
    	"strings"
    	"testing"
    	"time"
    )
    
    func TestParsePKCS1PrivateKey(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  8. src/cmd/cgo/internal/test/callback.go

    		if strings.HasPrefix(fname, "_") {
    			fname = path.Base(f.Name()[1:])
    		}
    		// In module mode, this package has a fully-qualified import path.
    		// Remove it if present.
    		fname = strings.TrimPrefix(fname, "cmd/cgo/internal/")
    
    		namei := ""
    		if i < len(name) {
    			namei = name[i]
    		}
    		if fname != namei {
    			t.Errorf("stk[%d] = %q, want %q", i, fname, namei)
    		}
    	}
    }
    
    func testPanicFromC(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    class Translator {
     public:
      // Translates the given MLIR module into TFLite FlatBuffer format and returns
      // the serialized output. Returns std::nullopt on unsupported, invalid inputs
      // or internal error.
      static std::optional<std::string> Translate(
          ModuleOp module, const toco::TocoFlags& toco_flags,
          const std::unordered_set<std::string>& tags,
          OpOrArgNameMapper* op_or_arg_name_mapper,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  10. cmd/server_test.go

    	"net/http"
    	"net/url"
    	"reflect"
    	"regexp"
    	"runtime"
    	"strings"
    	"sync"
    	"testing"
    	"time"
    
    	"github.com/dustin/go-humanize"
    	"github.com/minio/minio-go/v7/pkg/set"
    	xhttp "github.com/minio/minio/internal/http"
    	"github.com/minio/pkg/v3/policy"
    )
    
    // API suite container common to both ErasureSD and Erasure.
    type TestSuiteCommon struct {
    	serverType string
    	testServer TestServer
    	endPoint   string
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
Back to top