ClojureDocs

Search results for query: re

151 to 158 of 158 results. prev page | next page

  • read-instant-calendar

    clojure.instant

    • (read-instant-calendar cs)

    To read an instant as a java.util.Calendar, bind *data-readers* to a map with this var as the value for the 'inst key. Calendar preserves the timezone offset.

    0 examples
    • 0 examples
    • recover-vars-from-term

      clojure.core.logic

      • (recover-vars-from-term x)

      0 examples
    • read-instant-timestamp

      clojure.instant

      • (read-instant-timestamp cs)

      To read an instant as a java.sql.Timestamp, bind *data-readers* to a map with this var as the value for the 'inst key. Timestamp preserves fractional seconds with nanosecond precision. The timezone offset will be used to convert into UTC.

      1 example · See also: clojure.instant/read-instant-date
    • unchecked-remainder-int

      clojure.core

      • (unchecked-remainder-int x y)

      Returns the remainder of division of x by y, both int. Note - uses a primitive operator subject to truncation.

      0 examples
    • *default-data-reader-fn*

      clojure.core

        When no data reader is found for a tag and *default-data-reader-fn* is non-nil, it will be called with two arguments, the tag and the value. If *default-data-reader-fn* is nil (the default), an exception will be thrown for the unknown tag.

      • *initial-report-counters*

        clojure.test

          0 examples
          • 0 examples
          prev page | next page