Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for RW (0.22 sec)

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

         * <p>
         * Wildcard expressions will not filter workgroup names or server names.
         *
         * <blockquote>
         * 
         * <pre>
         * winnt&gt; ls c?o*
         * clock.avi                  -rw--      82944 Mon Oct 14 1996 1:38 AM
         * Cookies                    drw--          0 Fri Nov 13 1998 9:42 PM
         * 2 items in 5ms
         * </pre>
         * 
         * </blockquote>
         * 
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE ideal-int
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK ideal-int
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK ideal-int
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK ideal-int
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 ideal-int
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * it will match that many characters <i>or less</i>.
     * <p>
     * Wildcard expressions will not filter workgroup names or server names.
     *
     * <blockquote><pre>
     * winnt> ls c?o*
     * clock.avi                  -rw--      82944 Mon Oct 14 1996 1:38 AM
     * Cookies                    drw--          0 Fri Nov 13 1998 9:42 PM
     * 2 items in 5ms
     * </pre></blockquote>
     *
     * @param wildcard a wildcard expression
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE = 299
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK = 297
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK = 306
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK = 308
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 = 309
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE = 300
    pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK = 307
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

        *   Multi Attach PVC errors and events are now more useful and less noisy. ([#53401](https://github.com/kubernetes/kubernetes/pull/53401),[ @gnufied](https://github.com/gnufied))
        *   The compute-rw scope has been removed from GCE nodes ([#53266](https://github.com/kubernetes/kubernetes/pull/53266),[ @mikedanese](https://github.com/mikedanese))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // to be owned by the pod:
      //
      // 1. The owning GID will be the FSGroup
      // 2. The setgid bit is set (new files created in the volume will be owned by FSGroup)
      // 3. The permission bits are OR'd with rw-rw----
      //
      // If unset, the Kubelet will not modify the ownership and permissions of any volume.
      // Note that this field cannot be set when spec.os.name is windows.
      // +optional
      optional int64 fsGroup = 5;
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top