Home
last modified time | relevance | path

Searched refs:with_marker (Results 1 – 13 of 13) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmust_use_candidates.stderr18 LL | pub fn with_marker(_d: std::marker::PhantomData<&mut u32>) -> bool {
19 …^^^^^^^^^^^^^^^^^^^^^^^^^ help: add the attribute: `#[must_use] pub fn with_marker(_d: std::marker…
H A Dmust_use_candidates.rs48 pub fn with_marker(_d: std::marker::PhantomData<&mut u32>) -> bool { in with_marker() function
H A Dmust_use_candidates.fixed48 #[must_use] pub fn with_marker(_d: std::marker::PhantomData<&mut u32>) -> bool {
/dports/net/p5-Net-Amazon-S3/Net-Amazon-S3-0.99/t/
H A Ds3-request-bucket-objects-list.t58 with_marker => 'x',
H A Dapi-bucket-objects-list.t48 with_marker => 'Ned',
H A Dclient-bucket-objects-list.t42 with_marker => 'Ned',
/dports/german/BBBike/BBBike-3.18/plugins/
H A DMultiMap.pm501 my $with_marker = $args{osmmarker};
505 $with_marker = 0; # not implemented on openstreetmap.de
507 $with_marker = 0; # not implemented on sautter.com
510 my $mpfx = $with_marker ? 'm' : ''; # "marker prefix"
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Dsigresviewer.py335 with_marker = p.qpattr + ":" + str(p.fact)
337 self.ebands.plot(marker=with_marker, band_range=self.band_range)
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/
H A Drta.py32 def style_for_irta(irta, with_marker=False): argument
38 if with_marker: opts["marker"] = "^"
41 if with_marker: opts["marker"] = "v"
/dports/net/p5-Net-Amazon-S3/Net-Amazon-S3-0.99/lib/Shared/Examples/Net/Amazon/S3/
H A DAPI.pm159 marker => $params{with_marker},
H A DClient.pm149 marker => $params{with_marker},
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor.cc3728 Editor::cycle_edit_point (bool with_marker) in cycle_edit_point() argument
3731 with_marker = false; in cycle_edit_point()
3738 if (with_marker) { in cycle_edit_point()
H A Deditor.h2205 void cycle_edit_point (bool with_marker);