Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 425 for Grantee (0.19 sec)

  1. cmd/acl-handlers.go

    // they are only defined to be used in this file alone.
    type grantee struct {
    	XMLNS       string `xml:"xmlns:xsi,attr"`
    	XMLXSI      string `xml:"xsi:type,attr"`
    	Type        string `xml:"Type"`
    	ID          string `xml:"ID,omitempty"`
    	DisplayName string `xml:"DisplayName,omitempty"`
    	URI         string `xml:"URI,omitempty"`
    }
    
    type grant struct {
    	Grantee    grantee `xml:"Grantee"`
    	Permission string  `xml:"Permission"`
    }
    
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Mon Sep 04 19:57:37 GMT 2023
    - 8.4K bytes
    - Viewed (0)
  2. licenses/github.com/hashicorp/go-multierror/LICENSE

            or its Contributor Version.
    
    2.2. Effective Date
    
         The licenses granted in Section 2.1 with respect to any Contribution become
         effective for each Contribution on the date the Contributor first distributes
         such Contribution.
    
    2.3. Limitations on Grant Scope
    
         The licenses granted in this Section 2 are the only rights granted under this
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  3. licenses/github.com/hashicorp/errwrap/LICENSE

            or its Contributor Version.
    
    2.2. Effective Date
    
         The licenses granted in Section 2.1 with respect to any Contribution become
         effective for each Contribution on the date the Contributor first distributes
         such Contribution.
    
    2.3. Limitations on Grant Scope
    
         The licenses granted in this Section 2 are the only rights granted under this
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  4. licenses/github.com/hashicorp/hcl/LICENSE

            or its Contributor Version.
    
    2.2. Effective Date
    
         The licenses granted in Section 2.1 with respect to any Contribution become
         effective for each Contribution on the date the Contributor first distributes
         such Contribution.
    
    2.3. Limitations on Grant Scope
    
         The licenses granted in this Section 2 are the only rights granted under this
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  5. licenses/github.com/hashicorp/golang-lru/v2/LICENSE

    2.2. Effective Date
    
         The licenses granted in Section 2.1 with respect to any Contribution
         become effective for each Contribution on the date the Contributor first
         distributes such Contribution.
    
    2.3. Limitations on Grant Scope
    
         The licenses granted in this Section 2 are the only rights granted under
         this License. No additional rights or licenses will be implied from the
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Feb 03 20:21:32 GMT 2023
    - 15.6K bytes
    - Viewed (0)
  6. licenses/github.com/hashicorp/go-version/LICENSE

            or its Contributor Version.
    
    2.2. Effective Date
    
         The licenses granted in Section 2.1 with respect to any Contribution become
         effective for each Contribution on the date the Contributor first distributes
         such Contribution.
    
    2.3. Limitations on Grant Scope
    
         The licenses granted in this Section 2 are the only rights granted under this
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SmbComNTCreateAndXResponse.java

    import java.util.Date;
    
    import jcifs.smb1.util.Hexdump;
    
    class SmbComNTCreateAndXResponse extends AndXServerMessageBlock {
    
        static final int EXCLUSIVE_OPLOCK_GRANTED = 1;
        static final int BATCH_OPLOCK_GRANTED     = 2;
        static final int LEVEL_II_OPLOCK_GRANTED  = 3;
    
        byte oplockLevel;
        int fid,
            createAction,
            extFileAttributes,
            fileType,
            deviceState;
        long creationTime,
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 3.6K bytes
    - Viewed (0)
  8. internal/dsync/drwmutex.go

    	refreshInterval      time.Duration
    	lockRetryMinInterval time.Duration
    }
    
    // Granted - represents a structure of a granted lock.
    type Granted struct {
    	index   int
    	lockUID string // Locked if set with UID string, unlocked if empty
    }
    
    func (g *Granted) isLocked() bool {
    	return isLocked(g.lockUID)
    }
    
    func isLocked(uid string) bool {
    	return len(uid) > 0
    }
    
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 19.7K bytes
    - Viewed (0)
  9. src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java

    
    /**
     * 
     * 
     */
    public class SmbComNTCreateAndXResponse extends AndXServerMessageBlock implements SmbBasicFileInfo {
    
        static final int EXCLUSIVE_OPLOCK_GRANTED = 1;
        static final int BATCH_OPLOCK_GRANTED = 2;
        static final int LEVEL_II_OPLOCK_GRANTED = 3;
    
        private byte oplockLevel;
        private int fid, createAction, extFileAttributes, fileType, deviceState;
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6.4K bytes
    - Viewed (0)
  10. licenses/github.com/shopspring/decimal/LICENSE

    The MIT License (MIT)
    
    Copyright (c) 2015 Spring, Inc.
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Jan 06 22:59:30 GMT 2021
    - 2.2K bytes
    - Viewed (0)
Back to top