Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for substring (0.06 sec)

  1. 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 );
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    Assigning to an element of a <code>nil</code> map causes a
    <a href="#Run_time_panics">run-time panic</a>.
    </p>
    
    
    <h3 id="Slice_expressions">Slice expressions</h3>
    
    <p>
    Slice expressions construct a substring or slice from a string, array, pointer
    to array, or slice. There are two variants: a simple form that specifies a low
    and high bound, and a full form that also specifies a bound on the capacity.
    </p>
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. 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 Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 224.8K bytes
    - Viewed (0)
Back to top