Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isRemove (0.14 sec)

  1. cmd/site-replication.go

    	if !updatedAt.IsZero() {
    		if gd, err := globalIAMSys.GetGroupDescription(updReq.Group); err == nil && gd.UpdatedAt.After(updatedAt) {
    			return nil
    		}
    	}
    
    	if updReq.IsRemove {
    		_, err = globalIAMSys.RemoveUsersFromGroup(ctx, updReq.Group, updReq.Members)
    	} else {
    		if updReq.Status != "" && len(updReq.Members) == 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlinx/coroutines/internal/LimitedDispatcher;->run()V
    HSPLkotlinx/coroutines/internal/LockFreeLinkedListHead;-><init>()V
    HSPLkotlinx/coroutines/internal/LockFreeLinkedListHead;->isRemoved()Z
    HSPLkotlinx/coroutines/internal/LockFreeLinkedListNode$CondAddOp;-><init>(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;)V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
Back to top