Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for shastring (0.05 sec)

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

        @Override
        public SmbFileInputStream openInputStream(final int sharing) throws SmbException {
            return openInputStream(0, O_RDONLY, sharing);
        }
    
        @Override
        public SmbFileInputStream openInputStream(final int flags, final int access, final int sharing) throws SmbException {
            return new SmbFileInputStream(this, flags, access, sharing, false);
        }
    
        @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

                    if (i < 0) {
                        share = canon.substring(1);
                        unc = "\\";
                    } else if (i == o) {
                        share = canon.substring(1, i);
                        unc = "\\";
                    } else {
                        share = canon.substring(1, i);
                        unc = canon.substring(i, out[o] == '/' ? o : o + 1);
                        unc = unc.replace('/', '\\');
    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. api/maven-api-model/src/main/mdo/maven.mdo

                <li>{@code substring(string, start, [end])}: Returns a substring of the given string.</li>
                <li>{@code indexOf(string, substring)}: Returns the index of the first occurrence of substring in string, or -1 if not found.</li>
                <li>{@code contains(string, substring)}: Checks if the string contains the substring.</li>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 07 14:32:16 UTC 2025
    - 132.7K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

        }
      }
    
      /**
       * Confirm that we don't send the Proxy-Authorization header from the request to the proxy server.
       * We used to have that behavior but it is problematic because unrelated requests end up sharing
       * credentials. Worse, that approach leaks proxy credentials to the origin server.
       */
      @Test
      fun noPreemptiveProxyAuthorization() {
        server.useHttps(handshakeCertificates.sslSocketFactory())
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      Alice did not dare to disobey, though she felt sure it would
    all come wrong, and she went on in a trembling voice:--
    
        `I passed by his garden, and marked, with one eye,
        How the Owl and the Panther were sharing a pie--'
    
            [later editions continued as follows
        The Panther took pie-crust, and gravy, and meat,
        While the Owl had the dish as its share of the treat.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/moment-with-locales.min.js.map

    ne","lastDigit","last2Digits","symbolMap$3","numberMap$2","১","২","৩","৪","৫","৬","৭","৮","৯","০","symbolMap$4","numberMap$3","symbolMap$5","numberMap$4","༡","༢","༣","༤","༥","༦","༧","༨","༩","༠","relativeTimeWithMutation","text","mutationTable","substring","softMutation","monthsParseExact","monthsRegex$1","minWeekdaysParse","translate","fullWeekdaysParse","shortWeekdaysParse","monthsStrictRegex","monthsShortStrictRegex","longMonthsParse","shortMonthsParse","lastNumber","ll","lll","llll","months$4...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 224.8K bytes
    - Viewed (1)
Back to top