Home
last modified time | relevance | path

Searched refs:re2 (Results 1 – 25 of 2877) sorted by relevance

12345678910>>...116

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/
H A DBUILD29 name = "re2",
34 "re2/dfa.cc",
37 "re2/nfa.cc",
39 "re2/parse.cc",
46 "re2/prog.cc",
47 "re2/prog.h",
48 "re2/re2.cc",
51 "re2/set.cc",
73 "re2/re2.h",
74 "re2/set.h",
[all …]
H A DMakefile76 re2/re2.h\
77 re2/set.h\
97 re2/prog.h\
98 re2/re2.h\
99 re2/regexp.h\
100 re2/set.h\
117 obj/re2/dfa.o\
127 obj/re2/re2.o\
243 re2/perl_groups.cc: re2/make_perl_groups.pl
247 re2/unicode_%.cc: re2/make_unicode_%.py
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/
H A DBUILD29 name = "re2",
34 "re2/dfa.cc",
37 "re2/nfa.cc",
39 "re2/parse.cc",
46 "re2/prog.cc",
47 "re2/prog.h",
48 "re2/re2.cc",
51 "re2/set.cc",
73 "re2/re2.h",
74 "re2/set.h",
[all …]
H A DMakefile75 re2/re2.h\
76 re2/set.h\
96 re2/prog.h\
97 re2/re2.h\
98 re2/regexp.h\
99 re2/set.h\
126 obj/re2/re2.o\
232 re2/perl_groups.cc: re2/make_perl_groups.pl
235 re2/unicode_%.cc: re2/make_unicode_%.py
238 .PRECIOUS: re2/perl_groups.cc re2/unicode_casefold.cc re2/unicode_groups.cc
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/re2/
H A DBUILD29 name = "re2",
34 "re2/dfa.cc",
37 "re2/nfa.cc",
39 "re2/parse.cc",
46 "re2/prog.cc",
47 "re2/prog.h",
48 "re2/re2.cc",
51 "re2/set.cc",
73 "re2/re2.h",
74 "re2/set.h",
[all …]
H A DMakefile76 re2/re2.h\
77 re2/set.h\
97 re2/prog.h\
98 re2/re2.h\
99 re2/regexp.h\
100 re2/set.h\
117 obj/re2/dfa.o\
127 obj/re2/re2.o\
243 re2/perl_groups.cc: re2/make_perl_groups.pl
247 re2/unicode_%.cc: re2/make_unicode_%.py
[all …]
/dports/devel/re2/re2-2021-11-01/
H A DBUILD27 name = "re2",
32 "re2/dfa.cc",
35 "re2/nfa.cc",
37 "re2/parse.cc",
44 "re2/prog.cc",
45 "re2/prog.h",
46 "re2/re2.cc",
49 "re2/set.cc",
71 "re2/re2.h",
72 "re2/set.h",
[all …]
H A DMakefile76 re2/re2.h\
77 re2/set.h\
97 re2/prog.h\
98 re2/re2.h\
99 re2/regexp.h\
100 re2/set.h\
117 obj/re2/dfa.o\
127 obj/re2/re2.o\
243 re2/perl_groups.cc: re2/make_perl_groups.pl
247 re2/unicode_%.cc: re2/make_unicode_%.py re2/unicode.py
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/
H A DBUILD.gn21 "src/re2/dfa.cc",
25 "src/re2/nfa.cc",
34 "src/re2/prog.h",
35 "src/re2/re2.cc",
36 "src/re2/re2.h",
40 "src/re2/set.h",
70 deps = [ ":re2" ]
75 prefix = "re2/"
78 "re2.h",
86 libs = [ "re2" ]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/
H A DBUILD.gn11 static_library("re2") {
16 "src/re2/dfa.cc",
20 "src/re2/nfa.cc",
22 "src/re2/parse.cc",
28 "src/re2/prog.cc",
29 "src/re2/prog.h",
30 "src/re2/re2.cc",
31 "src/re2/re2.h",
34 "src/re2/set.cc",
35 "src/re2/set.h",
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/lib/
H A Dtest.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
32 if (re2->lastIndex > str.size) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
38 lastIndex = re2->lastIndex; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
60 if (re2->global || re2->sticky) in NAN_METHOD()
62 re2::StringPiece match; in NAN_METHOD()
63 …if (re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::U… in NAN_METHOD()
[all …]
H A Dexec.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
60 std::vector<re2::StringPiece> groups(re2->regexp.NumberOfCapturingGroups() + 1); in NAN_METHOD()
62 …if (!re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::… in NAN_METHOD()
64 if (re2->global || re2->sticky) in NAN_METHOD()
66 re2->lastIndex = 0; in NAN_METHOD()
75 int indexOffset = re2->global || re2->sticky ? re2->lastIndex : 0; in NAN_METHOD()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/lib/
H A Dtest.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
32 if (re2->lastIndex > str.size) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
38 lastIndex = re2->lastIndex; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
60 if (re2->global || re2->sticky) in NAN_METHOD()
62 re2::StringPiece match; in NAN_METHOD()
63 …if (re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::U… in NAN_METHOD()
[all …]
H A Dexec.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
60 std::vector<re2::StringPiece> groups(re2->regexp.NumberOfCapturingGroups() + 1); in NAN_METHOD()
62 …if (!re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::… in NAN_METHOD()
64 if (re2->global || re2->sticky) in NAN_METHOD()
66 re2->lastIndex = 0; in NAN_METHOD()
75 int indexOffset = re2->global || re2->sticky ? re2->lastIndex : 0; in NAN_METHOD()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/lib/
H A Dtest.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
32 if (re2->lastIndex > str.size) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
38 lastIndex = re2->lastIndex; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
60 if (re2->global || re2->sticky) in NAN_METHOD()
62 re2::StringPiece match; in NAN_METHOD()
63 …if (re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::U… in NAN_METHOD()
[all …]
H A Dexec.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
60 std::vector<re2::StringPiece> groups(re2->regexp.NumberOfCapturingGroups() + 1); in NAN_METHOD()
62 …if (!re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::… in NAN_METHOD()
64 if (re2->global || re2->sticky) in NAN_METHOD()
66 re2->lastIndex = 0; in NAN_METHOD()
75 int indexOffset = re2->global || re2->sticky ? re2->lastIndex : 0; in NAN_METHOD()
[all …]
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/
H A DMakefile48 re2/re2.h\
49 re2/set.h\
71 re2/prog.h\
72 re2/re2.h\
73 re2/regexp.h\
74 re2/set.h\
95 obj/re2/dfa.o\
105 obj/re2/re2.o\
201 re2/perl_groups.cc: re2/make_perl_groups.pl
204 re2/unicode_%.cc: re2/make_unicode_%.py
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/
H A DMakefile48 re2/re2.h\
49 re2/set.h\
71 re2/prog.h\
72 re2/re2.h\
73 re2/regexp.h\
74 re2/set.h\
95 obj/re2/dfa.o\
105 obj/re2/re2.o\
201 re2/perl_groups.cc: re2/make_perl_groups.pl
204 re2/unicode_%.cc: re2/make_unicode_%.py
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/
H A DMakefile48 re2/re2.h\
49 re2/set.h\
71 re2/prog.h\
72 re2/re2.h\
73 re2/regexp.h\
74 re2/set.h\
95 obj/re2/dfa.o\
105 obj/re2/re2.o\
201 re2/perl_groups.cc: re2/make_perl_groups.pl
204 re2/unicode_%.cc: re2/make_unicode_%.py
[all …]
/dports/textproc/kibana7/node-re2-1.17.1/lib/
H A Dtest.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
32 if (re2->lastIndex > str.size) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
38 lastIndex = re2->lastIndex; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
63 if (re2->global || re2->sticky) in NAN_METHOD()
65 re2::StringPiece match; in NAN_METHOD()
66 …if (re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::U… in NAN_METHOD()
[all …]
H A Dexec.cc14 if (!re2) in NAN_METHOD()
30 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
34 re2->lastIndex = 0; in NAN_METHOD()
43 if ((re2->global || re2->sticky) && re2->lastIndex) in NAN_METHOD()
47 re2->lastIndex = 0; in NAN_METHOD()
63 std::vector<re2::StringPiece> groups(re2->regexp.NumberOfCapturingGroups() + 1); in NAN_METHOD()
65 …if (!re2->regexp.Match(str, lastIndex, str.size, re2->sticky ? re2::RE2::ANCHOR_START : re2::RE2::… in NAN_METHOD()
67 if (re2->global || re2->sticky) in NAN_METHOD()
69 re2->lastIndex = 0; in NAN_METHOD()
78 int indexOffset = re2->global || re2->sticky ? re2->lastIndex : 0; in NAN_METHOD()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/EFF/
H A Dpair_eff_inline.h301 re = sqrt(re1 * re1 + re2 * re2); in ElecElecElec()
358 re = sqrt(re1 * re1 + re2 * re2); in ElecCoreCore()
389 re = sqrt(re1 * re1 + re2 * re2); in ElecCoreElec()
419 ree = re1 * re1 + re2 * re2; in PauliElecElec()
420 rem = re1 * re1 - re2 * re2; in PauliElecElec()
424 t1 = 1.5 * (1 / (re1 * re1) + 1 / (re2 * re2)); in PauliElecElec()
433 dTdr2 = -3 / (re2 * re2 * re2) - 12 * re2 / (ree * ree) + in PauliElecElec()
461 ssq = re2 * re2; in PauliCoreElec()
492 (PAULI_CORE_P_E + re2 * re2)) + in PauliCorePElec()
493 E * (-PAULI_CORE_P_D * 2.0 * (rc - PAULI_CORE_P_C * re2) / (PAULI_CORE_P_E + re2 * re2)); in PauliCorePElec()
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/
H A Dbinding.gyp4 "target_name": "re2",
17 "vendor/re2/bitstate.cc",
18 "vendor/re2/compile.cc",
19 "vendor/re2/dfa.cc",
22 "vendor/re2/nfa.cc",
23 "vendor/re2/onepass.cc",
24 "vendor/re2/parse.cc",
28 "vendor/re2/prog.cc",
29 "vendor/re2/re2.cc",
30 "vendor/re2/regexp.cc",
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/
H A Dbinding.gyp4 "target_name": "re2",
17 "vendor/re2/bitstate.cc",
18 "vendor/re2/compile.cc",
19 "vendor/re2/dfa.cc",
22 "vendor/re2/nfa.cc",
23 "vendor/re2/onepass.cc",
24 "vendor/re2/parse.cc",
28 "vendor/re2/prog.cc",
29 "vendor/re2/re2.cc",
30 "vendor/re2/regexp.cc",
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/libre2/
H A Dlibre2.patch1 diff -rupN re2_orig/re2/compile.cc re2_new/re2/compile.cc
14 #include "re2/re2.h"
31 #include "re2/re2.h"
39 diff -rupN re2_orig/re2/re2.cc re2_new/re2/re2.cc
40 --- re2_orig/re2/re2.cc 2015-06-03 21:01:39.959349200 +0300
41 +++ re2_new/re2/re2.cc 2015-06-03 21:05:47.173725000 +0300
66 diff -rupN re2_orig/re2/re2.h re2_new/re2/re2.h
67 --- re2_orig/re2/re2.h 2015-06-03 21:01:39.963230400 +0300
68 +++ re2_new/re2/re2.h 2015-06-03 21:06:35.371015500 +0300
85 diff -rupN re2_orig/re2/stringpiece.h re2_new/re2/stringpiece.h
[all …]

12345678910>>...116