/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/regex-1.3.7/examples/ |
H A D | shootout-regex-dna-cheat.rs | 82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/textproc/bat/bat-0.18.3/cargo-crates/regex-1.5.4/examples/ |
H A D | shootout-regex-dna-cheat.rs | 80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/regex-1.3.3/examples/ |
H A D | shootout-regex-dna-cheat.rs | 82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/regex-1.5.4/examples/ |
H A D | shootout-regex-dna-cheat.rs | 80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/audio/rhvoice/RHVoice-1.2.4/src/android/RHVoice-core/src/main/java/com/github/olga_yakovleva/rhvoice/android/ |
H A D | MainActivity.java | 80 startActivity(intent); in main()
|
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/regex-1.3.7/examples/ |
H A D | shootout-regex-dna-cheat.rs | 82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/regex-1.3.9/examples/ |
H A D | shootout-regex-dna-cheat.rs | 82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/regex-1.3.9/examples/ |
H A D | shootout-regex-dna-cheat.rs | 82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/devel/hyperscan/boost_1_75_0/libs/regex/example/snippets/ |
H A D | regex_grep_example_2.cpp | 32 const char* re = variable
|
H A D | regex_search_example.cpp | 30 const char* re = variable
|
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/regex-1.4.6/examples/ |
H A D | shootout-regex-dna-cheat.rs | 82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_pcre/ |
H A D | pcre_study.c | 348 const real_pcre *re = (const real_pcre *)external_re; in pcre_study() local
|
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/regex-1.5.4/examples/ |
H A D | shootout-regex-dna-cheat.rs | 80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/regex-1.5.4/examples/ |
H A D | shootout-regex-dna-cheat.rs | 80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/src/hello_pi/hello_fft/ |
H A D | hello_fft.c | 97 double re = cos(2*GPU_FFT_PI*freq*i/N); in main() local
|
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/src/hello_pi/hello_fft/ |
H A D | hello_fft.c | 97 double re = cos(2*GPU_FFT_PI*freq*i/N); in main() local
|
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/regex-1.5.4/examples/ |
H A D | shootout-regex-dna-cheat.rs | 80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/www/monolith/monolith-2.6.1/cargo-crates/regex-1.5.4/examples/ |
H A D | shootout-regex-dna-cheat.rs | 80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/regex-1.3.9/examples/ |
H A D | shootout-regex-dna-cheat.rs | 82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/devel/py-black/black-21.7b0/src/black/ |
H A D | strings.py | 5 import regex as re namespace
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/ |
H A D | qgsnetworkreplyparser.cpp | 54 QRegExp re( ".*boundary=\"?([^\"]+)\"?\\s?", Qt::CaseInsensitive ); in QgsNetworkReplyParser() local
|
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/regex-1.5.4/examples/ |
H A D | shootout-regex-dna-cheat.rs | 80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
|
/dports/biology/ncbi-toolkit/ncbi/regexp/ |
H A D | study.c | 348 const real_pcre *re = (const real_pcre *)external_re; in pcre_study() local
|
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/src/ |
H A D | AbsSyn.hs | 227 recognise re inp = any (==len) (ap_ar (arexp re) inp) function 244 arexp (re :%% re') = arexp re `seq_ar` arexp re' function 245 arexp (re :| re') = arexp re `bar_ar` arexp re' function 246 arexp (Star re) = star_ar (arexp re) function 247 arexp (Plus re) = plus_ar (arexp re) function 248 arexp (Ques re) = ques_ar (arexp re) function
|
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/alex-3.2.6/src/ |
H A D | AbsSyn.hs | 227 recognise re inp = any (==len) (ap_ar (arexp re) inp) function 244 arexp (re :%% re') = arexp re `seq_ar` arexp re' function 245 arexp (re :| re') = arexp re `bar_ar` arexp re' function 246 arexp (Star re) = star_ar (arexp re) function 247 arexp (Plus re) = plus_ar (arexp re) function 248 arexp (Ques re) = ques_ar (arexp re) function
|