Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 137 for index (0.04 sec)

  1. manifests/charts/istio-control/istio-discovery/files/kube-gateway.yaml

                fieldRef:
                  fieldPath: spec.nodeName
            - name: ISTIO_META_INTERCEPTION_MODE
              value: "{{ .ProxyConfig.InterceptionMode.String }}"
            {{- with (valueOrDefault  (index .InfrastructureLabels "topology.istio.io/network") .Values.global.network) }}
            - name: ISTIO_META_NETWORK
              value: {{.|quote}}
            {{- end }}
            - name: ISTIO_META_WORKLOAD_NAME
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-egress/templates/poddisruptionbudget.yaml

    {{- if .Values.global.defaultPodDisruptionBudget.enabled }}
    {{ $gateway := index .Values "gateways" "istio-egressgateway" }}
    apiVersion: policy/v1
    kind: PodDisruptionBudget
    metadata:
      name: {{ $gateway.name }}
      namespace: {{ .Release.Namespace }}
      labels:
    {{ $gateway.labels | toYaml | trim | indent 4 }}
        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 664 bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/sys/cpu/cpu_s390x.s

    //go:build gc
    
    #include "textflag.h"
    
    // func stfle() facilityList
    TEXT ·stfle(SB), NOSPLIT|NOFRAME, $0-32
    	MOVD $ret+0(FP), R1
    	MOVD $3, R0          // last doubleword index to store
    	XC   $32, (R1), (R1) // clear 4 doublewords (32 bytes)
    	WORD $0xb2b01000     // store facility list extended (STFLE)
    	RET
    
    // func kmQuery() queryResult
    TEXT ·kmQuery(SB), NOSPLIT|NOFRAME, $0-16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. manifests/charts/istio-control/istio-discovery/files/waypoint.yaml

                  resource: limits.cpu
            - name: ISTIO_META_CLUSTER_ID
              value: "{{ valueOrDefault .Values.global.multiCluster.clusterName `Kubernetes` }}"
            {{- $network := valueOrDefault (index .InfrastructureLabels `topology.istio.io/network`) .Values.global.network }}
            {{- if $network }}
            - name: ISTIO_META_NETWORK
              value: "{{ $network }}"
            {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. src/internal/cpu/cpu_s390x.s

    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // func stfle() facilityList
    TEXT ·stfle(SB), NOSPLIT|NOFRAME, $0-32
    	MOVD $ret+0(FP), R1
    	MOVD $3, R0          // last doubleword index to store
    	XC   $32, (R1), (R1) // clear 4 doublewords (32 bytes)
    	WORD $0xb2b01000     // store facility list extended (STFLE)
    	RET
    
    // func kmQuery() queryResult
    TEXT ·kmQuery(SB), NOSPLIT|NOFRAME, $0-16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. mkdocs.yml

            'code_of_conduct.md': 'contribute/code_of_conduct.md'
            'concurrency.md': 'contribute/concurrency.md'
            'debug_logging.md': 'contribute/debug_logging.md'
    
    nav:
      - 'Overview':
        - 'Overview': index.md
        - 'Stack Overflow': https://stackoverflow.com/questions/tagged/okhttp?sort=active
      - 'Features':
        - 'Calls': features/calls.md
        - 'Caching': features/caching.md
        - 'Connections': features/connections.md
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Nov 20 15:26:12 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  7. src/runtime/sys_windows_arm64.s

    	MOVD	$const_callbackLastVCH, R1
    	B	sigtramp<>(SB)
    
    TEXT runtime·callbackasm1(SB),NOSPLIT,$208-0
    	NO_LOCAL_POINTERS
    
    	// On entry, the trampoline in zcallback_windows_arm64.s left
    	// the callback index in R12 (which is volatile in the C ABI).
    
    	// Save callback register arguments R0-R7.
    	// We do this at the top of the frame so they're contiguous with stack arguments.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 21 15:56:43 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/core-plugins/plugin_reference.adoc

    == Code analysis
    
    <<checkstyle_plugin.adoc#checkstyle_plugin,Checkstyle>>::
    Performs quality checks on your project’s Java source files using https://checkstyle.org/index.html[Checkstyle] and generates associated reports.
    
    <<pmd_plugin.adoc#pmd_plugin,PMD>>::
    Performs quality checks on your project’s Java source files using http://pmd.github.io/[PMD] and generates associated reports.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  9. src/runtime/sys_windows_arm.s

    	MOVW	$const_callbackLastVCH, R1
    	B	sigtramp<>(SB)
    
    TEXT runtime·callbackasm1(SB),NOSPLIT|NOFRAME,$0
    	// On entry, the trampoline in zcallback_windows_arm.s left
    	// the callback index in R12 (which is volatile in the C ABI).
    
    	// Push callback register arguments r0-r3. We do this first so
    	// they're contiguous with stack arguments.
    	MOVM.DB.W [R0-R3], (R13)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 21 15:56:43 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  10. src/internal/bytealg/index_amd64.s

    // Copyright 2018 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.
    
    #include "go_asm.h"
    #include "textflag.h"
    
    TEXT ·Index(SB),NOSPLIT,$0-56
    	MOVQ a_base+0(FP), DI
    	MOVQ a_len+8(FP), DX
    	MOVQ b_base+24(FP), R8
    	MOVQ b_len+32(FP), AX
    	MOVQ DI, R10
    	LEAQ ret+48(FP), R11
    	JMP  indexbody<>(SB)
    
    TEXT ·IndexString(SB),NOSPLIT,$0-40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:20:48 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top