Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 123 for make (0.06 sec)

  1. helm-releases/minio-5.0.5.tgz

    y|consoleAdmin|diagnostics] ## Add new policies as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management.html#access-management ## NOTE: this will fail if LDAP is enabled in your MinIO deployment ## make sure to disable this if you are using LDAP. - accessKey: console secretKey: console123 policy: consoleAdmin # Or you can refer to specific secret #- accessKey: externalSecret # existingSecret: my-secret # existingSecretKey: password # policy: readonly...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Feb 03 20:54:02 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  2. src/runtime/asm_arm64.s

    TEXT runtime·rt0_go(SB),NOSPLIT|TOPFRAME,$0
    	// SP = stack; R0 = argc; R1 = argv
    
    	SUB	$32, RSP
    	MOVW	R0, 8(RSP) // argc
    	MOVD	R1, 16(RSP) // argv
    
    #ifdef TLS_darwin
    	// Initialize TLS.
    	MOVD	ZR, g // clear g, make sure it's not junk.
    	SUB	$32, RSP
    	MRS_TPIDR_R0
    	AND	$~7, R0
    	MOVD	R0, 16(RSP)             // arg2: TLS base
    	MOVD	$runtime·tls_g(SB), R2
    	MOVD	R2, 8(RSP)              // arg1: &tlsg
    	BL	·tlsinit(SB)
    	ADD	$32, RSP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/platforms.adoc

    - Each catalog is visible to all projects of a build. It is a central place to declare a version of a dependency and to make sure that a change to that version applies to every subproject.
    - Catalogs can declare <<platforms.adoc#sec:dependency-bundles, dependency bundles>>, which are "groups of dependencies" that are commonly used together.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. src/runtime/asm_386.s

    	JMP	ok
    #endif
    #ifdef GOOS_plan9
    	// skip runtime·ldt0setup(SB) and tls test on Plan 9 in all cases
    	JMP	ok
    #endif
    
    	// set up %gs
    	CALL	ldt0setup<>(SB)
    
    	// store through it, to make sure it works
    	get_tls(BX)
    	MOVL	$0x123, g(BX)
    	MOVL	runtime·m0+m_tls(SB), AX
    	CMPL	AX, $0x123
    	JEQ	ok
    	MOVL	AX, 0	// abort
    ok:
    	// set up m and g "registers"
    	get_tls(BX)
    	LEAL	runtime·g0(SB), DX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    To completely rewrite existing Eclipse files, execute a clean task together with its corresponding generation task, like “`gradle cleanEclipse eclipse`” (in that order). If you want to make this the default behavior, add “`tasks.eclipse.dependsOn(cleanEclipse)`” to your build script. This makes it unnecessary to execute the clean task explicitly.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  6. hack/golangci.yaml

          linters:
            - gocritic
    
        # The Kubernetes naming convention for conversion functions uses underscores
        # and intentionally deviates from normal Go conventions to make those function
        # names more readable. Same for SetDefaults_*.
        #
        # https://github.com/kubernetes/kubernetes/issues/117288#issuecomment-1507028627
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_downgrade_and_exclude.adoc

    Excluding a transitive dependency might lead to runtime errors if external libraries do not properly function without them.
    If you use excludes, make sure that you do not utilise any code path requiring the excluded dependency by sufficient test coverage.
    ====
    
    Transitive dependencies can be excluded on the level of a declared dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  8. helm-releases/minio-5.1.0.tgz

    y|consoleAdmin|diagnostics] ## Add new policies as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management.html#access-management ## NOTE: this will fail if LDAP is enabled in your MinIO deployment ## make sure to disable this if you are using LDAP. - accessKey: console secretKey: console123 policy: consoleAdmin # Or you can refer to specific secret #- accessKey: externalSecret # existingSecret: my-secret # existingSecretKey: password # policy: readonly...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 03 18:49:37 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  9. helm-releases/minio-5.2.0.tgz

    y|consoleAdmin|diagnostics] ## Add new policies as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management.html#access-management ## NOTE: this will fail if LDAP is enabled in your MinIO deployment ## make sure to disable this if you are using LDAP. - accessKey: console secretKey: console123 policy: consoleAdmin # Or you can refer to specific secret #- accessKey: externalSecret # existingSecret: my-secret # existingSecretKey: password # policy: readonly...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/service_injection.adoc

    Gradle uses the declared return type of the getter method to determine the service to make available. The name of the property is not significant and can be whatever you like.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top