Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for re2 (0.04 seconds)

  1. MODULE.bazel

    # TODO: Fix the incompatibility with wheel tests.
    bazel_dep(name = "pybind11_abseil", version = "202402.0")
    bazel_dep(name = "or-tools", version = "9.12", repo_name = "com_google_ortools")
    bazel_dep(name = "re2", version = "2024-07-02.bcr.1", repo_name = "com_googlesource_code_re2")
    bazel_dep(name = "rules_android", version = "0.6.6", repo_name = "build_bazel_rules_android")
    bazel_dep(name = "rules_android_ndk", version = "0.1.3")
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/primitives/Doubles.java

      private static
      java.util.regex.Pattern
          fpPattern() {
        /*
         * We use # instead of * for possessive quantifiers. This lets us strip them out when building
         * the regex for RE2 (which doesn't support them) but leave them in when building it for
         * java.util.regex (where we want them in order to avoid catastrophic backtracking).
         */
        String decimal = "(?:\\d+#(?:\\.\\d*#)?|\\.\\d+#)";
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 16:38:16 GMT 2026
    - 27.8K bytes
    - Click Count (0)
Back to Top