Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for matlab (0.03 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/x-ini",
    				"text/x-java-source",
    				"text/x-jsp",
    				"text/x-less",
    				"text/x-lex",
    				"text/x-log",
    				"text/x-lua",
    				"text/x-ml",
    				"text/x-matlab",
    				"application/x-matlab-data",
    				"text/x-modula",
    				"text/x-objcsrc",
    				"text/x-ocaml",
    				"text/x-pascal",
    				"text/x-perl",
    				"text/x-php",
    				"text/x-prolog",
    				"text/x-python",
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/CharMatcher.java

       * the beginning of the string. For example:
       *
       * {@snippet :
       * CharMatcher.anyOf("ab").trimLeadingFrom("abacatbab")
       * }
       *
       * ... returns {@code "catbab"}.
       */
      public String trimLeadingFrom(CharSequence sequence) {
        int len = sequence.length();
        for (int first = 0; first < len; first++) {
          if (!matches(sequence.charAt(first))) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 53.9K bytes
    - Viewed (0)
Back to top