Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Mathematica (0.08 sec)

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

    				"application/kpml-response+xml",
    				"application/lost+xml",
    				"application/mac-binhex40",
    				"application/mac-compactpro",
    				"application/macwriteii",
    				"application/marc",
    				"application/mathematica",
    				"application/mathml+xml",
    				"application/mbms-associated-procedure-description+xml",
    				"application/mbms-deregister+xml",
    				"application/mbms-envelope+xml",
    				"application/mbms-msk+xml",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          </match>
        </magic>
      </mime-type>
    
      <mime-type type="application/mathematica">
        <_comment>Wolfram Mathematica</_comment>
        <glob pattern="*.ma"/>
        <glob pattern="*.nb"/>
        <glob pattern="*.mb"/>
        <!-- Note - there is no Unique Magic for Mathematica files! -->
        <!-- Check for a Mathematica-style opening comment as our best hope... -->
        <magic priority="50">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1D41B         ; mapped                 ; 0062          # 3.1  MATHEMATICAL BOLD SMALL B
    1D41C         ; mapped                 ; 0063          # 3.1  MATHEMATICAL BOLD SMALL C
    1D41D         ; mapped                 ; 0064          # 3.1  MATHEMATICAL BOLD SMALL D
    1D41E         ; mapped                 ; 0065          # 3.1  MATHEMATICAL BOLD SMALL E
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. docs/erasure/README.md

    ## What is Erasure Code?
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  5. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <name>requiredJavaVersion</name>
              <version>1.1.0+</version>
              <description>
                A version range which specifies the supported Java versions. A version range can either use the usual mathematical syntax "[2.0.10,2.1.0),[3.0,)" or use a single version "2.2.1". The latter is a short form for "[2.2.1,)", i.e. denotes the minimum version required.
                @since Maven 4.0.0-alpha-3
              </description>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Aug 16 14:16:22 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/Striped.java

       * stripes, the intended concurrency level, and the typical number of keys used in a {@code
       * bulkGet(keys)} operation. See <a href="http://www.mathpages.com/home/kmath199.htm">Balls in
       * Bins model</a> for mathematical formulas that can be used to estimate the probability of
       * collisions.
       *
       * @param keys arbitrary non-null keys
       * @return the stripes corresponding to the objects (one per each object, derived by delegating to
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jun 26 12:58:35 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://h/\u2029").encodedPath).isEqualTo("/%E2%80%A9")
        // narrow non-breaking space
        assertThat(parse("http://h/\u202f").encodedPath).isEqualTo("/%E2%80%AF")
        // medium mathematical space
        assertThat(parse("http://h/\u205f").encodedPath).isEqualTo("/%E2%81%9F")
        // ideographic space
        assertThat(parse("http://h/\u3000").encodedPath).isEqualTo("/%E3%80%80")
      }
    
      @Test
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
Back to top