Home
last modified time | relevance | path

Searched defs:re (Results 8576 – 8600 of 19999) sorted by relevance

1...<<341342343344345346347348349350>>...800

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/regex-1.3.7/examples/
H A Dshootout-regex-dna-cheat.rs82 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 Dshootout-regex-dna-cheat.rs80 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 Dshootout-regex-dna-cheat.rs82 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 Dshootout-regex-dna-cheat.rs80 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 DMainActivity.java80 startActivity(intent); in main()
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/regex-1.3.7/examples/
H A Dshootout-regex-dna-cheat.rs82 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 Dshootout-regex-dna-cheat.rs82 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 Dshootout-regex-dna-cheat.rs82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
/dports/devel/hyperscan/boost_1_75_0/libs/regex/example/snippets/
H A Dregex_grep_example_2.cpp32 const char* re = variable
H A Dregex_search_example.cpp30 const char* re = variable
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/regex-1.4.6/examples/
H A Dshootout-regex-dna-cheat.rs82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_pcre/
H A Dpcre_study.c348 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 Dshootout-regex-dna-cheat.rs80 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 Dshootout-regex-dna-cheat.rs80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/src/hello_pi/hello_fft/
H A Dhello_fft.c97 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 Dhello_fft.c97 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 Dshootout-regex-dna-cheat.rs80 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 Dshootout-regex-dna-cheat.rs80 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 Dshootout-regex-dna-cheat.rs82 let re = regex!(&alternates.join("|")); in replace_all() localVariable
/dports/devel/py-black/black-21.7b0/src/black/
H A Dstrings.py5 import regex as re namespace
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsnetworkreplyparser.cpp54 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 Dshootout-regex-dna-cheat.rs80 let re = regex!(&alternates.join("|")); in replace_all() localVariable
/dports/biology/ncbi-toolkit/ncbi/regexp/
H A Dstudy.c348 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 DAbsSyn.hs227 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 DAbsSyn.hs227 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

1...<<341342343344345346347348349350>>...800