Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for IPC (0.17 sec)

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

        }
    
    
        private DfsReferralData resolve ( CIFSContext tf, String domain, String root, String path, int depthLimit ) throws SmbAuthException {
    
            if ( tf.getConfig().isDfsDisabled() || root == null || root.equals("IPC$") || depthLimit <= 0 ) {
                return null;
            }
    
            if ( domain == null ) {
                return null;
            }
    
            domain = domain.toLowerCase();
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:07:29 GMT 2023
    - 29.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbResource.java

    
        /**
         * Tests to see if the file this SmbResource represents is marked as
         * hidden. This method will also return true for shares with names that
         * end with '$' such as <code>IPC$</code> or <code>C$</code>.
         *
         * @return <code>true</code> if the <code>SmbResource</code> is marked as being hidden
         * @throws CIFSException
         */
        boolean isHidden () throws CIFSException;
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Dec 20 14:09:34 GMT 2020
    - 26K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFile.java

         * <li>all servers registered as members of a NetBIOS workgroup if this
         * resource refers to a workgroup in a <code>smb://workgroup/</code> URL,
         * <li>all browseable shares of a server including printers, IPC
         * services, or disk volumes if this resource is a server URL in the form
         * <code>smb://server/</code>,
         * <li>or <code>null</code> if the resource cannot be resolved.
         * </ul>
         *
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      optional EphemeralContainerCommon ephemeralContainerCommon = 1;
    
      // If set, the name of the container from PodSpec that this ephemeral container targets.
      // The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container.
      // If not set then the ephemeral container uses the namespaces configured in the Pod spec.
      //
      // The container runtime must implement support for this feature. If the runtime does not
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.14.md

            * `workqueue_unfinished_work_seconds`
            * `workqueue_longest_running_processor_seconds`
            * `workqueue_retries_total`
    * Fix inability to use k8s with dockerd having default IPC mode set to private. ([#70826](https://github.com/kubernetes/kubernetes/pull/70826), [@kolyshkin](https://github.com/kolyshkin))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (linux-386), const SYS_IO_GETEVENTS ideal-int
    pkg syscall (linux-386), const SYS_IO_SETUP ideal-int
    pkg syscall (linux-386), const SYS_IO_SUBMIT ideal-int
    pkg syscall (linux-386), const SYS_IPC ideal-int
    pkg syscall (linux-386), const SYS_KEXEC_LOAD ideal-int
    pkg syscall (linux-386), const SYS_KEYCTL ideal-int
    pkg syscall (linux-386), const SYS_KILL ideal-int
    pkg syscall (linux-386), const SYS_LCHOWN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  7. api/go1.1.txt

    pkg syscall (linux-386), const SYS_IO_GETEVENTS = 247
    pkg syscall (linux-386), const SYS_IO_SETUP = 245
    pkg syscall (linux-386), const SYS_IO_SUBMIT = 248
    pkg syscall (linux-386), const SYS_IPC = 117
    pkg syscall (linux-386), const SYS_KEXEC_LOAD = 283
    pkg syscall (linux-386), const SYS_KEYCTL = 288
    pkg syscall (linux-386), const SYS_KILL = 37
    pkg syscall (linux-386), const SYS_LCHOWN = 16
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IO_SETUP ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT ideal-int
    pkg syscall (linux-arm-cgo), const SYS_IPC ideal-int
    pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD ideal-int
    pkg syscall (linux-arm-cgo), const SYS_KEYCTL ideal-int
    pkg syscall (linux-arm-cgo), const SYS_KILL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top