Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for seizable (0.25 sec)

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

            if (isDirectory()) {
                path += '/';
            }
            return path;
        }
    
    /**
     * Retrieve the time this <code>SmbFile</code> was created. The value
     * returned is suitable for constructing a {@link java.util.Date} object
     * (i.e. seconds since Epoch 1970). Times should be the same as those
     * reported using the properties dialog of the Windows Explorer program.
     *
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    minimal gateway, ready to be injected. Any settings from values.gateways should be here - these are options specific to the gateway. Global settings, like the image, various env vars and volumes, etc will be injected. The normal Deployment is not suitable for this, as the original pod spec will override the injection template. */}} apiVersion: apps/v1 kind: Deployment metadata: name: {{ $gateway.name | default "istio-ingressgateway" }} namespace: {{ .Release.Namespace }} labels: {{ $gateway.labels...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top