Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 177 for Bind (0.13 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    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.
    ==============================================================================*/
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    	op_VX     uint32 = 0xE76D // 	VRR-c	VECTOR EXCLUSIVE OR
    	op_VFAE   uint32 = 0xE782 // 	VRR-b	VECTOR FIND ANY ELEMENT EQUAL
    	op_VFEE   uint32 = 0xE780 // 	VRR-b	VECTOR FIND ELEMENT EQUAL
    	op_VFENE  uint32 = 0xE781 // 	VRR-b	VECTOR FIND ELEMENT NOT EQUAL
    	op_VFA    uint32 = 0xE7E3 // 	VRR-c	VECTOR FP ADD
    	op_WFK    uint32 = 0xE7CA // 	VRR-a	VECTOR FP COMPARE AND SIGNAL SCALAR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    }
    
    func (m *ParamKind) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.Kind)
    	copy(dAtA[i:], m.Kind)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Kind)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.APIVersion)
    	copy(dAtA[i:], m.APIVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  4. src/crypto/x509/verify_test.go

    		leaf:        googleLeaf,
    		roots:       []string{gtsRoot},
    		currentTime: 1677615892,
    		dnsName:     "www.google.com",
    
    		// Skip when using systemVerify, since Windows
    		// *will* find the missing intermediate cert.
    		systemSkip:    true,
    		errorCallback: expectAuthorityUnknown,
    	},
    	{
    		name:          "RootInIntermediates",
    		leaf:          googleLeaf,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		return fn(et)
    	}
    	et = &ElaboratedType{Kind: et.Kind, Type: typ}
    	if r := fn(et); r != nil {
    		return r
    	}
    	return et
    }
    
    func (et *ElaboratedType) GoString() string {
    	return et.goString(0, "")
    }
    
    func (et *ElaboratedType) goString(indent int, field string) string {
    	return fmt.Sprintf("%*s%sElaboratedtype: Kind: %s\n%s", indent, "", field,
    		et.Kind, et.Type.goString(indent+2, "Expr: "))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    	//
    	// TODO(matloob): Perhaps make each of those the errors in the first group
    	// (including modload.ImportMissingError, ImportMissingSumError, and the
    	// corresponding "cannot find package %q in any of" GOPATH-mode error
    	// produced in build.(*Context).Import; modload.AmbiguousImportError,
    	// and modload.PackageNotInModuleError; and the malformed module path errors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    }
    
    func (m *ParamKind) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.Kind)
    	copy(dAtA[i:], m.Kind)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Kind)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.APIVersion)
    	copy(dAtA[i:], m.APIVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnosticsImpl.kt

    internal class NativeIndexerKeyShouldBeStringOrNumberImpl(
        override val kind: String,
        firDiagnostic: KtPsiDiagnostic,
        token: KaLifetimeToken,
    ) : KaAbstractFirDiagnostic<KtElement>(firDiagnostic, token), KaFirDiagnostic.NativeIndexerKeyShouldBeStringOrNumber
    
    internal class NativeIndexerWrongParameterCountImpl(
        override val parametersCount: Int,
        override val kind: String,
        firDiagnostic: KtPsiDiagnostic,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 227.2K bytes
    - Viewed (0)
  9. pkg/controller/daemon/daemon_controller_test.go

    		if got, want := controllerRef.APIVersion, "apps/v1"; got != want {
    			return fmt.Errorf("controllerRef.APIVersion = %q, want %q", got, want)
    		}
    		if got, want := controllerRef.Kind, "DaemonSet"; got != want {
    			return fmt.Errorf("controllerRef.Kind = %q, want %q", got, want)
    		}
    		if controllerRef.Controller == nil || *controllerRef.Controller != true {
    			return fmt.Errorf("controllerRef.Controller is not set to true")
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  10. samples/addons/grafana.yaml

    ---
    # Source: grafana/templates/serviceaccount.yaml
    apiVersion: v1
    kind: ServiceAccount
    automountServiceAccountToken: false
    metadata:
      labels:
        helm.sh/chart: grafana-8.0.1
        app.kubernetes.io/name: grafana
        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
      name: grafana
      namespace: istio-system
    ---
    # Source: grafana/templates/configmap.yaml
    apiVersion: v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top