Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for moving (0.15 sec)

  1. cmd/iam.go

    		// we can safely remove credentials for this parent user
    		// associated with any of the provider configurations.
    		//
    		// If there is no roleARN mapped to the user, the user may be
    		// coming from a policy claim based openid provider.
    		roleArns := puInfo.roleArns.ToSlice()
    		var roleArn string
    		if len(roleArns) == 0 {
    			iamLogIf(GlobalContext,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 21:28:16 GMT 2024
    - 71.1K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/core/io/CopyUtil.java

    import org.codelibs.core.net.URLUtil;
    import org.codelibs.core.nio.ChannelUtil;
    
    /**
     * コピーのためのユーティリティです。
     * <p>
     * コピー可能な入力と出力の組み合わせと、コピーされる要素の単位は以下のとおりです。
     * </p>
     * <table border="1">
     * <caption>Elements for coping instances</caption>
     * <tr>
     * <th rowspan="2">入力の型</th>
     * <th colspan="4">出力の型</th>
     * </tr>
     * <tr>
     * <th>{@link OutputStream}</th>
     * <th>{@link Writer}</th>
     * <th>{@link File}</th>
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 52.4K bytes
    - Viewed (0)
  3. .bazelrc

    build:short_logs --output_filter=DONT_MATCH_ANYTHING
    build:verbose_logs --output_filter=
    
    # Instruction set optimizations
    # TODO(gunan): Create a feature in toolchains for avx/avx2 to
    #   avoid having to define linux/win separately.
    build:avx_linux --copt=-mavx
    build:avx_linux --host_copt=-mavx
    build:avx_win --copt=/arch:AVX
    
    # Use Clang-cl compiler on Windows
    build:win_clang --copt=/clang:-Weverything
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
  4. CHANGELOG/CHANGELOG-1.3.md

    [kubernetes.tar.gz](https://storage.googleapis.com/kubernetes-release/release/v1.3.3/kubernetes.tar.gz) | `a92a74a0d3f7d02d01ac2c8dfb5ee2e97b0485819e77b2110eb7c6b7c782478c`
    
    ## Changelog since v1.3.2
    
    ### Other notable changes
    
    * Removing images with multiple tags ([#29316](https://github.com/kubernetes/kubernetes/pull/29316), [@ronnielai](https://github.com/ronnielai))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
Back to top