Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for canRun (0.07 sec)

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

            }
    
            this.canon = new String(out, 0, prefixLen);
            if (prefixLen > 1) {
                prefixLen--;
                final int firstSep = this.canon.indexOf('/', 1);
                if (firstSep < 0) {
                    this.share = this.canon.substring(1);
                    this.unc = "\\";
                } else if (firstSep == prefixLen) {
                    this.share = this.canon.substring(1, firstSep);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         *          itself.
         */
    
        public String getName() {
            getUncPath0();
            if (canon.length() > 1) {
                int i = canon.length() - 2;
                while (canon.charAt(i) != '/') {
                    i--;
                }
                return canon.substring(i + 1);
            }
            if (share != null) {
                return share + '/';
            }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/MediaType.java

       * files).
       *
       * @since 13.0
       */
      public static final MediaType BMP = createConstant(IMAGE_TYPE, "bmp");
    
      /**
       * The <a href="https://en.wikipedia.org/wiki/Camera_Image_File_Format">Canon Image File
       * Format</a> ({@code crw} files), a widely-used "raw image" format for cameras. It is found in
       * {@code /etc/mime.types}, e.g. in <a href=
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/MediaType.java

       * files).
       *
       * @since 13.0
       */
      public static final MediaType BMP = createConstant(IMAGE_TYPE, "bmp");
    
      /**
       * The <a href="https://en.wikipedia.org/wiki/Camera_Image_File_Format">Canon Image File
       * Format</a> ({@code crw} files), a widely-used "raw image" format for cameras. It is found in
       * {@code /etc/mime.types}, e.g. in <a href=
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    camdvr.org
    camera
    camp
    campaign.gov.uk
    campania.it
    campidano-medio.it
    campidanomedio.it
    campinagrande.br
    campinas.br
    campobasso.it
    can.re
    canary.replit.dev
    candypop.jp
    canon
    cantho.vn
    canva-apps.cn
    canva-apps.com
    caobang.vn
    capetown
    capital
    capitalone
    capoo.jp
    car
    caracal.mythic-beasts.com
    caravan
    carbonia-iglesias.it
    carboniaiglesias.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
Back to top