Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 19 (0.18 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64.s

    	//      this is OK since r0 == $0, but the latter is preferred.
    	ADD $0, R6, R5             	// 7ca60214
    
            //TODO: the assembler rewrites these into ADDIS $19, R5, Rx and ADD $-10617, Rx, Rx, but the test only sees the first ADDIS
    	ADD $1234567, R5                // 3ca50013 or 0600001238a5d687
    	ADD $1234567, R5, R6            // 3cc50013 or 0600001238c5d687
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  2. docs/en/data/people.yml

    - login: odiseo0
      count: 20
      avatarUrl: https://avatars.githubusercontent.com/u/87550035?u=241a71f6b7068738b81af3e57f45ffd723538401&v=4
      url: https://github.com/odiseo0
    - login: 0417taehyun
      count: 19
      avatarUrl: https://avatars.githubusercontent.com/u/63915557?u=47debaa860fd52c9b98c97ef357ddcec3b3fb399&v=4
      url: https://github.com/0417taehyun
    - login: Smlep
      count: 17
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 22:21:11 GMT 2024
    - 57.2K bytes
    - Viewed (0)
  3. helm/minio/templates/statefulset.yaml

          {{- with .Values.tolerations }}
          tolerations: {{- toYaml . | nindent 8 }}
          {{- end }}
          {{- if and (gt $replicas 1) (ge .Capabilities.KubeVersion.Major "1") (ge .Capabilities.KubeVersion.Minor "19") }}
          {{- with .Values.topologySpreadConstraints }}
          topologySpreadConstraints: {{- toYaml . | nindent 8 }}
          {{- end }}
          {{- end }}
          volumes:
            - name: minio-user
              secret:
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 07:50:24 GMT 2024
    - 10.7K bytes
    - Viewed (0)
  4. helm-releases/minio-5.2.0.tgz

    .Values.affinity }} affinity: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.tolerations }} tolerations: {{- toYaml . | nindent 8 }} {{- end }} {{- if and (gt $replicas 1) (ge .Capabilities.KubeVersion.Major "1") (ge .Capabilities.KubeVersion.Minor "19") }} {{- with .Values.topologySpreadConstr }} topologySpreadConstr: {{- toYaml . | nindent 8 }} {{- end }} {{- end }} volumes: - name: minio-user secret: secretName: {{ template "minio.secretName" . }} {{- if .Values.extraSecret }} - name: extra-secret...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  5. index.yaml

        sources:
        - https://github.com/minio/minio
        urls:
        - https://charts.min.io/helm-releases/minio-3.3.2.tgz
        version: 3.3.2
      - apiVersion: v1
        appVersion: RELEASE.2021-11-24T23-19-33Z
        created: "2024-04-28T03:14:12.15419958-07:00"
        description: Multi-Cloud Object Storage
        digest: 7c3da39d9b0090cbf5efedf0cc163a1e2df05becc5152c3add8e837384690bc4
        home: https://min.io
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 53.9K bytes
    - Viewed (0)
Back to top