Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 177 for auditing (0.17 sec)

  1. cmd/bucket-notification-handlers.go

    // It returns empty configuration if its not set.
    func (api objectAPIHandlers) GetBucketNotificationHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "GetBucketNotification")
    
    	defer logger.AuditLog(ctx, w, r, mustGetClaimsFromToken(r))
    
    	vars := mux.Vars(r)
    	bucketName := vars["bucket"]
    
    	objAPI := api.ObjectAPI()
    	if objAPI == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
    	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
    	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
    	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
    	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  6. cmd/bucket-handlers.go

    // This operation returns bucket location.
    func (api objectAPIHandlers) GetBucketLocationHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "GetBucketLocation")
    
    	defer logger.AuditLog(ctx, w, r, mustGetClaimsFromToken(r))
    
    	vars := mux.Vars(r)
    	bucket := vars["bucket"]
    
    	objectAPI := api.ObjectAPI()
    	if objectAPI == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modcmd/edit.go

    but a different target file can be specified after the editing flags.
    
    The editing flags specify a sequence of editing operations.
    
    The -fmt flag reformats the go.mod file without making other changes.
    This reformatting is also implied by any other modifications that use or
    rewrite the go.mod file. The only time this flag is needed is if no other
    flags are specified, as in 'go mod edit -fmt'.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/kotlin/Module.md

    # Module gradle
    
    # Kotlin DSL Reference for Gradle
    
    Gradle’s Kotlin DSL provides an enhanced editing experience in supported IDEs, with superior content assistance, refactoring, documentation, and more.
    For an introduction see the <a href="../userguide/kotlin_dsl.html">Kotlin DSL Primer</a>.
    
    The Kotlin DSL is implemented on top of Gradle’s Java API.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 22:09:08 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
    	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  10. cmd/bucket-listobjects-handlers.go

    // of the versions of objects in a bucket.
    func (api objectAPIHandlers) listObjectVersionsHandler(w http.ResponseWriter, r *http.Request, metadata bool) {
    	ctx := newContext(r, w, "ListObjectVersions")
    
    	defer logger.AuditLog(ctx, w, r, mustGetClaimsFromToken(r))
    
    	vars := mux.Vars(r)
    	bucket := vars["bucket"]
    
    	objectAPI := api.ObjectAPI()
    	if objectAPI == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top