Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for account_id (0.07 sec)

  1. src/main/java/org/codelibs/fess/helper/PermissionHelper.java

                    if (allowedSids != null) {
                        for (final SID sid : allowedSids) {
                            final String accountId = sambaHelper.getAccountId(sid);
                            if (accountId != null) {
                                roleTypeList.add(accountId);
                            }
                        }
                    }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. src/archive/tar/writer.go

    	// See https://golang.org/issue/22735
    	/*
    		// Write the sparse map and setup the sparse writer if necessary.
    		if len(spd) > 0 {
    			// Use tw.curr since the sparse map is accounted for in hdr.Size.
    			if _, err := tw.curr.Write(spb); err != nil {
    				return err
    			}
    			tw.curr = &sparseFileWriter{tw.curr, spd, 0}
    		}
    	*/
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  3. src/cmd/trace/regions.go

    period.
    However, the "Count" column includes all regions, including those that only started
    or ended during the traced period.
    Regions that were active through the trace period were not recorded, and so are not
    accounted for at all.
    Click on the links to explore a breakdown of time spent for each region by goroutine
    and user-defined task.
    <br>
    <br>
    
    <table border="1" sortable="1">
    <tr>
    <th>Region type</th>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/action.go

    				p := load.LoadPackageWithFlags(pkg, base.Cwd(), &stk, nil, 0)
    				if p.Error != nil {
    					base.Fatalf("load %s: %v", pkg, p.Error)
    				}
    				// Assume that if pkg (runtime/cgo or math)
    				// is already accounted for in a different shared library,
    				// then that shared library also contains runtime,
    				// so that anything we do will depend on that library,
    				// so we don't need to include pkg in our shared library.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top