Home
last modified time | relevance | path

Searched refs:slf (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/pest-0.3.3/src/
H A Dgrammar.rs279 ( @mtc $slf:ident $rule:ident) => ($slf.$rule());
285 grammar!(@process false $slf [(( $slf.try(false, |$slf| {
296 if $slf.input().pos() == pos && !$slf.eoi_matched() {
309 grammar!(@process true $slf [(( $slf.try(false, |$slf| {
310 grammar!(@mtc $slf $a) && grammar!(@mtc $slf $b)
317 grammar!(@mtc $slf $a) || grammar!(@mtc $slf $b)
357 grammar!(@process false $slf [(( if grammar!(@mtc $slf $a) {
378 grammar!(@process true $slf [(( if grammar!(@mtc $slf $a) {
402 grammar!(@process $atomic $slf [(( $slf.try(true, |$slf| {
409 grammar!(@process $atomic $slf [(( $slf.try(true, |$slf| {
[all …]
H A Dprocess.rs280 if let Some(token) = $slf.queue().get($slf.queue_index()) {
295 if let Some(token) = $slf.queue().get($slf.queue_index()) {
326 if let Some(token) = $slf.queue().get($slf.queue_index()) {
343 if let Some(token) = $slf.queue().get($slf.queue_index()) {
361 if let Some(token) = $slf.queue().get($slf.queue_index()) {
374 if let Some(token) = $slf.queue().get($slf.queue_index()) {
418 if let Some(token) = $slf.queue().get($slf.queue_index()) {
420 let $head = $slf.queue()[$slf.queue_index()];
437 let $head = $slf.queue()[$slf.queue_index()];
489 let next = $slf.queue()[$slf.queue_index()..]
[all …]
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/tiles/
H A Ddungeon-shelves.png_MTP.cfg7 pattern: " (slf)? ,!(slf)->tile1 , !(slf)
8 !(slf) , slf ->tile2 , slf
9 (slf)? ,!(slf) , !(slf) ",
24 pattern: "!(slf) ,!(slf)->tile1 , (slf)?
25 slf , slf ->tile2 , !(slf)
26 !(slf) ,!(slf) , (slf)? ",
41 pattern: "!(slf), !(slf)->tile1, !(slf)->tile2, !(slf)->tile3, !(slf)
42 slf, slf ->tile4, slf ->tile5, slf ->tile6, slf
43 !(slf), !(slf) , !(slf) , !(slf) , !(slf) ",
78 pattern: "!(slf) ,!(slf)->tile1 , !(slf)
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/symbolic-common-8.3.1/src/
H A Dcell.rs99 impl<'slf, T> AsSelf<'slf> for [T]
101 T: AsSelf<'slf>,
111 impl<'slf, T> AsSelf<'slf> for &'slf T
122 impl<'slf, T> AsSelf<'slf> for &'slf mut T
133 impl<'slf, T> AsSelf<'slf> for Vec<T>
135 T: AsSelf<'slf>,
145 impl<'slf, T> AsSelf<'slf> for std::rc::Rc<T>
147 T: AsSelf<'slf>,
156 impl<'slf, T> AsSelf<'slf> for std::sync::Arc<T>
345 pub fn get(&'slf self) -> &'slf <T as AsSelf<'slf>>::Ref { in get()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/symbolic-common-8.3.0/src/
H A Dcell.rs99 impl<'slf, T> AsSelf<'slf> for [T]
101 T: AsSelf<'slf>,
111 impl<'slf, T> AsSelf<'slf> for &'slf T
122 impl<'slf, T> AsSelf<'slf> for &'slf mut T
133 impl<'slf, T> AsSelf<'slf> for Vec<T>
135 T: AsSelf<'slf>,
145 impl<'slf, T> AsSelf<'slf> for std::rc::Rc<T>
147 T: AsSelf<'slf>,
156 impl<'slf, T> AsSelf<'slf> for std::sync::Arc<T>
345 pub fn get(&'slf self) -> &'slf <T as AsSelf<'slf>>::Ref { in get()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/symbolic-common-7.4.0/src/
H A Dcell.rs99 impl<'slf, T> AsSelf<'slf> for [T]
101 T: AsSelf<'slf>,
111 impl<'slf, T> AsSelf<'slf> for &'slf T
122 impl<'slf, T> AsSelf<'slf> for &'slf mut T
133 impl<'slf, T> AsSelf<'slf> for Vec<T>
135 T: AsSelf<'slf>,
145 impl<'slf, T> AsSelf<'slf> for std::rc::Rc<T>
147 T: AsSelf<'slf>,
156 impl<'slf, T> AsSelf<'slf> for std::sync::Arc<T>
345 pub fn get(&'slf self) -> &'slf <T as AsSelf<'slf>>::Ref {
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/awc-1.0.1/src/
H A Drequest.rs405 Ok(slf) => slf, in freeze()
426 Ok(slf) => slf, in send_body()
431 slf.addr, in send_body()
442 Ok(slf) => slf, in send_json()
447 slf.addr, in send_json()
460 Ok(slf) => slf, in send_form()
465 slf.addr, in send_form()
480 Ok(slf) => slf, in send_stream()
485 slf.addr, in send_stream()
496 Ok(slf) => slf, in send()
[all …]
/dports/archivers/py-zstandard/zstandard-0.16.0/rust-ext/src/
H A Dcompression_chunker.rs192 slf in __iter__()
196 if slf.finished { in __next__()
206 slf.cctx in __next__()
218 if slf.dest_buffer.len() == slf.dest_buffer.capacity() { in __next__()
235 slf.finished = true; in __next__()
248 let zresult = slf in __next__()
260 if slf.dest_buffer.is_empty() { in __next__()
261 slf.finished = true; in __next__()
268 if zresult == 0 || slf.dest_buffer.len() < slf.dest_buffer.capacity() { in __next__()
269 slf.finished = true; in __next__()
[all …]
/dports/audio/sphinx3/sphinx3-0.8/src/tests/regression/
H A Dtest-lattice-htk.sh43 rm -f $bn.slf
46 sed -ne 's/=/ = /g;/^#.*/ ! p' $bn.slf > tmp.slf && mv -f tmp.slf $bn.slf
47 sed -ne 's/=/ = /g;/^#.*/ ! p' $an4lm/$bn.slf > tmp.slf
48 compare_table "HTK lattice test" tmp.slf $bn.slf 0.01
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/encoding_rs-0.8.28/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/encoding_rs-0.8.26/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/encoding_rs-0.8.29/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/encoding_rs-0.8.28/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs-0.8.29/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_rs/src/
H A Dmacros.rs15 $slf:ident,
78 $slf:ident,
122 $slf:ident,
283 $slf:ident,
334 $slf:ident,
590 $slf:ident,
657 $slf:ident,
887 $slf:ident,
937 $slf:ident,
988 $slf:ident,
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/encoding_rs-0.8.28/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/encoding_rs-0.8.28/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_rs-0.8.20/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/encoding_rs-0.8.26/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/encoding_rs-0.8.30/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/encoding_rs-0.8.23/src/
H A Dmacros.rs15 $slf:ident,
79 $slf:ident,
93 $slf,
110 $slf,
128 $slf:ident,
305 $slf,
323 $slf,
346 $slf:ident,
676 $slf:ident,
963 $slf:ident,
[all …]

12345678910>>...28