Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Sid (0.01 sec)

  1. src/main/java/jcifs/smb/SmbFile.java

    
        @Override
        public SID getOwnerUser () throws IOException {
            return getOwnerUser(true);
        }
    
    
        @Override
        public SID getOwnerUser ( boolean resolve ) throws IOException {
            try ( SmbTreeHandleImpl th = ensureTreeConnected() ) {
                SecurityDescriptor desc = querySecurity(th, SecurityInfo.OWNER_SECURITY_INFO);
                SID ownerUser = desc.getOwnerUserSid();
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"audio/x-oggpcm",
    				"audio/opus",
    				"audio/speex",
    				"audio/parityfec",
    				"audio/pcma",
    				"audio/pcma-wb",
    				"audio/pcmu-wb",
    				"audio/pcmu",
    				"audio/prs.sid",
    				"audio/qcelp",
    				"audio/red",
    				"audio/rtp-enc-aescm128",
    				"audio/rtp-midi",
    				"audio/rtx",
    				"audio/smv",
    				"audio/smv0",
    				"audio/smv-qcp",
    				"audio/sp-midi",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. cmd/sts-handlers_test.go

    	}
    
    	// Create policy, user and associate policy
    	policy := "mypolicy"
    	policyBytes := []byte(fmt.Sprintf(`{
      "Version": "2012-10-17",
      "Statement": [
       {
        "Sid": "ObjectActionsRW",
        "Effect": "Allow",
        "Action": [
         "s3:PutObject",
         "s3:PutObjectTagging",
         "s3:AbortMultipartUpload",
         "s3:DeleteObject",
         "s3:GetObject",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 23:40:37 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top