- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for re2 (0.03 seconds)
-
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) -
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) -
RELEASE.md
TensorBoard, no longer that useful). It remains in history should someone find the code useful. * re2 / regexp.h was removed from being a public interface of TF. Should users need regular expressions, they should depend on the RE2 library directly rather than via TensorFlow. ## Thanks to our ContributorsCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)