Home
last modified time | relevance | path

Searched refs:replace (Results 226 – 250 of 53761) sorted by relevance

12345678910>>...2151

/dports/devel/dtool/dtool-0.11.0/cargo-crates/regex-1.3.3/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regex/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/regex-1.1.7/tests/
H A Dreplace.rs1 macro_rules! replace( macro
12 replace!(first, replace, r"\d", "age: 26", t!("Z"), "age: Z6");
13 replace!(plus, replace, r"\d+", "age: 26", t!("Z"), "age: Z");
15 replace!(groups, replace, r"(\S+)\s+(\S+)", "w1 w2", t!("$2 $1"), "w2 w1");
16 replace!(double_dollar, replace,
25 replace!(number_hypen, replace, r"(.)(.)", "ab", t!("$1-$2"), "a-b");
32 replace!(no_expand1, replace,
34 replace!(no_expand2, replace,
37 replace!(closure_returning_reference, replace, r"(\d+)", "age: 26",
41 replace!(closure_returning_value, replace, r"\d+", "age: 26",
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/regex-1.3.7/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/regex-1.3.6/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/regex-1.3.7/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/regex-1.3.9/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/regex-1.3.3/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/regex-1.3.9/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/regex-1.3.9/tests/
H A Dreplace.rs15 replace!(
17 replace,
23 replace!(
33 replace!(
41 replace!(
51 replace!(
59 replace!(
67 replace!(
75 replace!(
83 replace!(
[all …]
/dports/lang/newlisp/newlisp-10.7.5/util/
H A Dsyntax.cgi116 (replace {</font>} str "")
123 (replace {</font>} str "")
124 (replace ";" str "&#059&")
125 (replace "{" str "&#123&")
126 (replace "}" str "&#125&")
127 (replace {\} str "&#092&")
135 (replace {</font>} str "")
151 (replace "\r\n" file "\n")
152 (replace "&" file "&amp&")
159 ; replace escaped quotes
[all …]
/dports/shells/modernish/modernish-0.16.5/lib/modernish/aux/var/loop/
H A Dfind.awk64 function replace(s, old, new, function
82 s = replace(s, "\\", "\\\\");
83 s = replace(s, "\"", "\\\"");
84 s = replace(s, "$", "\\$");
85 s = replace(s, "`", "\\`");
87 s = replace(s, "\1", "${CC01}");
88 s = replace(s, "\2", "${CC02}");
89 s = replace(s, "\3", "${CC03}");
90 s = replace(s, "\4", "${CC04}");
91 s = replace(s, "\5", "${CC05}");
[all …]
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/regex-1.0.0/tests/
H A Dreplace.rs1 macro_rules! replace( macro
12 replace!(first, replace, r"\d", "age: 26", t!("Z"), "age: Z6");
13 replace!(plus, replace, r"\d+", "age: 26", t!("Z"), "age: Z");
15 replace!(groups, replace, r"(\S+)\s+(\S+)", "w1 w2", t!("$2 $1"), "w2 w1");
16 replace!(double_dollar, replace,
20 replace!(named, replace_all,
25 replace!(number_hypen, replace, r"(.)(.)", "ab", t!("$1-$2"), "a-b");
28 replace!(literal_dollar1, replace_all,
32 replace!(no_expand1, replace,
34 replace!(no_expand2, replace,
[all …]
/dports/emulators/qemu/qemu-6.2.0/capstone/suite/synctools/
H A Dasmwriter.py106 line = line.replace('::', '_')
107 line = line.replace('nullptr', 'NULL')
165 line2 = line2.replace(']', ')')
168 line2 = line.replace(', STI, ', ', ')
195 line2 = line2.replace('STI, ', '')
263 line2 = line2.replace("'", '"')
264 line2 = line2.replace(';', ');')
693 line2 = line.replace('STI, ', '')
703 bits = bits.replace('switch ', '')
704 bits = bits.replace('if ', '')
[all …]
/dports/emulators/qemu60/qemu-6.0.0/capstone/suite/synctools/
H A Dasmwriter.py106 line = line.replace('::', '_')
107 line = line.replace('nullptr', 'NULL')
165 line2 = line2.replace(']', ')')
168 line2 = line.replace(', STI, ', ', ')
195 line2 = line2.replace('STI, ', '')
263 line2 = line2.replace("'", '"')
264 line2 = line2.replace(';', ');')
693 line2 = line.replace('STI, ', '')
703 bits = bits.replace('switch ', '')
704 bits = bits.replace('if ', '')
[all …]
/dports/emulators/qemu5/qemu-5.2.0/capstone/suite/synctools/
H A Dasmwriter.py106 line = line.replace('::', '_')
107 line = line.replace('nullptr', 'NULL')
165 line2 = line2.replace(']', ')')
168 line2 = line.replace(', STI, ', ', ')
195 line2 = line2.replace('STI, ', '')
263 line2 = line2.replace("'", '"')
264 line2 = line2.replace(';', ');')
693 line2 = line.replace('STI, ', '')
703 bits = bits.replace('switch ', '')
704 bits = bits.replace('if ', '')
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/tests/re/
H A Ddriver.cxx61 assert (r.replace ("xabcyz", "v$") == "xv$yz"); in main()
62 assert (r.replace ("xabcyz", "v$d") == "xv$dyz"); in main()
77 assert (r.replace ("xabcyz", "v\\d") == "xvdyz"); in main()
90 assert (r.replace ("xabcyz", "\\u") == "xyz"); in main()
91 assert (r.replace ("xabcyz", "\\uv") == "xVyz"); in main()
93 assert (r.replace ("xabcyz", "\\lV") == "xvyz"); in main()
96 assert (r.replace ("xabcyz", "\\U") == "xyz"); in main()
97 assert (r.replace ("xabcyz", "\\Uv") == "xVyz"); in main()
101 assert (r.replace ("xabcyz", "\\L") == "xyz"); in main()
137 assert (r.replace ("'foofoxbar'") == "Fox"); in main()
[all …]
/dports/www/falkon/falkon-3.2.0/src/lib/network/schemehandlers/
H A Dfalkonschemehandler.cpp154 sPage.replace(QLatin1String("%TITLE%"), tr("Start Page")); in startPage()
157 sPage.replace(QLatin1String("%WWW%"), Qz::WIKIADDRESS); in startPage()
179 aPage.replace(QLatin1String("%VERSION-INFO%"), in aboutPage()
217 dPage.replace(QLatin1String("%URL%"), tr("Url")); in speeddialPage()
218 dPage.replace(QLatin1String("%TITLE%"), tr("Title")); in speeddialPage()
219 dPage.replace(QLatin1String("%APPLY%"), tr("Apply")); in speeddialPage()
226 dPage.replace(QLatin1String("%TXT_FIT%"), tr("Fit")); in speeddialPage()
287 cPage.replace(QLatin1String("%PATHS%"), tr("Paths")); in configPage()
310 cPage.replace(QLatin1String("%VERSION-INFO%"), in configPage()
321 cPage.replace(QLatin1String("%PATHS-TEXT%"), in configPage()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Documentation/commands/
H A D_overview.rst35 .. |bisect-dof| replace:: :doc:`commands/bisect-dof`
60 .. |cut-brain| replace:: :doc:`commands/cut-brain`
68 .. |draw-em| replace:: :doc:`commands/draw-em`
69 .. |edit-dof| replace:: :doc:`commands/edit-dof`
71 .. |em| replace:: :doc:`commands/em`
98 .. |help-rst| replace:: :doc:`commands/help-rst`
99 .. |info| replace:: :doc:`commands/info`
100 .. |init-dof| replace:: :doc:`commands/init-dof`
102 .. |kmeans| replace:: :doc:`commands/kmeans`
107 .. |normalize| replace:: :doc:`commands/normalize`
[all …]
/dports/biology/py-goatools/goatools-1.1.6/goatools/gosubdag/plot/
H A Dgo_name_shorten.py47 name = name.replace(
66 name = name.replace("negative", "neg.")
67 name = name.replace("positive", "pos.")
68 name = name.replace("response", "rsp.")
69 name = name.replace("regulation", "reg.")
86 name = name.replace("negative", "-")
87 name = name.replace("positive", "+")
92 name = name.replace("exogenous ", "")
93 name = name.replace(" via ", " w/")
95 name = name.replace('involved in', 'in')
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/
H A Ddmx.h.rst.exceptions10 replace enum dmx_ts_pes :c:type:`dmx_pes_type`
11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type`
15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type`
16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type`
20 replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
41 replace enum dmx_input :c:type:`dmx_input`
43 replace symbol DMX_IN_DVR :c:type:`dmx_input`
53 replace typedef dmx_input_t :c:type:`dmx_input`
62 replace symbol DMX_OUT_TAP :c:type:`dmx_output`
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/
H A Ddmx.h.rst.exceptions10 replace enum dmx_ts_pes :c:type:`dmx_pes_type`
11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type`
15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type`
16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type`
20 replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
41 replace enum dmx_input :c:type:`dmx_input`
43 replace symbol DMX_IN_DVR :c:type:`dmx_input`
53 replace typedef dmx_input_t :c:type:`dmx_input`
62 replace symbol DMX_OUT_TAP :c:type:`dmx_output`
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/
H A Ddmx.h.rst.exceptions10 replace enum dmx_ts_pes :c:type:`dmx_pes_type`
11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type`
15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type`
16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type`
20 replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
41 replace enum dmx_input :c:type:`dmx_input`
43 replace symbol DMX_IN_DVR :c:type:`dmx_input`
53 replace typedef dmx_input_t :c:type:`dmx_input`
62 replace symbol DMX_OUT_TAP :c:type:`dmx_output`
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tools/
H A Dgst-app-maker146 GstReplace *replace;
175 gst_replace_start (replace);
189 GstReplace *replace;
193 return replace;
208 if (replace->pipeline) {
211 replace->pipeline = NULL;
213 g_free (replace);
237 gst_bus_add_watch (replace->bus, gst_replace_handle_message, replace);
277 gst_bus_add_watch (replace->bus, gst_replace_handle_message, replace);
288 replace->timer_id = g_timeout_add (1000, onesecond_timer, replace);
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tools/
H A Dgst-app-maker146 GstReplace *replace;
175 gst_replace_start (replace);
189 GstReplace *replace;
193 return replace;
208 if (replace->pipeline) {
211 replace->pipeline = NULL;
213 g_free (replace);
237 gst_bus_add_watch (replace->bus, gst_replace_handle_message, replace);
277 gst_bus_add_watch (replace->bus, gst_replace_handle_message, replace);
288 replace->timer_id = g_timeout_add (1000, onesecond_timer, replace);
[all …]

12345678910>>...2151