Home
last modified time | relevance | path

Searched refs:Absolute (Results 1 – 25 of 5729) sorted by relevance

12345678910>>...230

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DUri.CreateStringTests.cs89 PerformAction(uriString, UriKind.Absolute, uri => in OriginalString_AbsoluteUri_ToString()
469 PerformAction(uriString, UriKind.Absolute, uri => in Scheme_Authority_IdnHost()
813 PerformAction(uriString, UriKind.Absolute, uri => in Path_Query_Fragment()
967 PerformAction(uriString, UriKind.Absolute, uri => in IsFile_IsUnc()
1033 yield return new object[] { "", UriKind.Absolute }; in Create_String_Invalid_TestData()
1035 yield return new object[] { "http", UriKind.Absolute }; in Create_String_Invalid_TestData()
1036 yield return new object[] { ":", UriKind.Absolute }; in Create_String_Invalid_TestData()
1043 yield return new object[] { "~", UriKind.Absolute }; in Create_String_Invalid_TestData()
1130 yield return new object[] { @"\\", UriKind.Absolute }; in Create_String_Invalid_TestData()
1245 if (uriKind == UriKind.Absolute) in Create_String_Invalid()
[all …]
/dports/math/p5-Math-BigInt-Lite/Math-BigInt-Lite-0.24/t/
H A Dfrom_oct-mbl.t52 # Absolute value is close to 2^1 = 2
98 # Absolute value is close to 2^2 = 4
144 # Absolute value is close to 2^3 = 8
190 # Absolute value is close to 2^4 = 16
236 # Absolute value is close to 2^5 = 32
282 # Absolute value is close to 2^6 = 64
328 # Absolute value is close to 2^7 = 128
374 # Absolute value is close to 2^8 = 256
420 # Absolute value is close to 2^9 = 512
466 # Absolute value is close to 2^10 = 1024
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/blockstorage/extensions/
H A Dlimits_test.go21 th.AssertIntGreaterOrEqual(t, limits.Absolute.MaxTotalVolumes, 0)
22 th.AssertIntGreaterOrEqual(t, limits.Absolute.MaxTotalSnapshots, 0)
24 th.AssertIntGreaterOrEqual(t, limits.Absolute.MaxTotalBackups, 0)
26 th.AssertIntGreaterOrEqual(t, limits.Absolute.TotalVolumesUsed, 0)
27 th.AssertIntLesserOrEqual(t, limits.Absolute.TotalVolumesUsed, limits.Absolute.MaxTotalVolumes)
28 th.AssertIntGreaterOrEqual(t, limits.Absolute.TotalGigabytesUsed, 0)
29 …th.AssertIntLesserOrEqual(t, limits.Absolute.TotalGigabytesUsed, limits.Absolute.MaxTotalVolumeGig…
31 th.AssertIntLesserOrEqual(t, limits.Absolute.TotalSnapshotsUsed, limits.Absolute.MaxTotalSnapshots)
32 th.AssertIntGreaterOrEqual(t, limits.Absolute.TotalBackupsUsed, 0)
33 th.AssertIntLesserOrEqual(t, limits.Absolute.TotalBackupsUsed, limits.Absolute.MaxTotalBackups)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/blockstorage/extensions/
H A Dlimits_test.go21 th.AssertIntGreaterOrEqual(t, limits.Absolute.MaxTotalVolumes, 0)
22 th.AssertIntGreaterOrEqual(t, limits.Absolute.MaxTotalSnapshots, 0)
24 th.AssertIntGreaterOrEqual(t, limits.Absolute.MaxTotalBackups, 0)
26 th.AssertIntGreaterOrEqual(t, limits.Absolute.TotalVolumesUsed, 0)
27 th.AssertIntLesserOrEqual(t, limits.Absolute.TotalVolumesUsed, limits.Absolute.MaxTotalVolumes)
28 th.AssertIntGreaterOrEqual(t, limits.Absolute.TotalGigabytesUsed, 0)
29 …th.AssertIntLesserOrEqual(t, limits.Absolute.TotalGigabytesUsed, limits.Absolute.MaxTotalVolumeGig…
31 th.AssertIntLesserOrEqual(t, limits.Absolute.TotalSnapshotsUsed, limits.Absolute.MaxTotalSnapshots)
32 th.AssertIntGreaterOrEqual(t, limits.Absolute.TotalBackupsUsed, 0)
33 th.AssertIntLesserOrEqual(t, limits.Absolute.TotalBackupsUsed, limits.Absolute.MaxTotalBackups)
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/
H A Ddirection.rs132 Abs(Absolute),
177 Direction::Abs(Absolute::Left) in left()
187 Direction::Abs(Absolute::Up) in up()
192 Direction::Abs(Absolute::Down) in down()
265 pub enum Absolute { enum
281 impl Absolute { implementation
299 Absolute::Left => Absolute::Right, in opposite()
300 Absolute::Right => Absolute::Left, in opposite()
301 Absolute::Up => Absolute::Down, in opposite()
302 Absolute::Down => Absolute::Up, in opposite()
[all …]
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/coord/
H A Dcoord.h.template23 * This is the 'Absolute' version.
29 struct Coord{{ camelcase }}Absolute {
41 Coord{{ camelcase }}Absolute() = delete;
49 …constexpr Coord{{ camelcase }}Absolute(const Coord{{ camelcase }}Absolute &other) : {{ formatted_m…
50 constexpr Coord{{ camelcase }}Absolute &operator =(const Coord{{ camelcase }}Absolute &other) {
68 constexpr Absolute &operator +=(const Relative &other) {
70 return static_cast<Absolute &>(*this);
73 constexpr Absolute &operator -=(const Relative &other) {
75 return static_cast<Absolute &>(*this);
128 constexpr Absolute operator +(const Absolute &other) const {
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svg-0.7.2/src/node/element/path/
H A Ddata.rs58 fn move_to(Move, Absolute)
64 fn line_to(Line, Absolute)
70 fn horizontal_line_to(HorizontalLine, Absolute)
76 fn vertical_line_to(VerticalLine, Absolute)
82 fn quadratic_curve_to(QuadraticCurve, Absolute)
94 fn cubic_curve_to(CubicCurve, Absolute)
106 fn elliptical_arc_to(EllipticalArc, Absolute)
190 'M' => Move(Absolute, parameters), in read_command()
193 'L' => Line(Absolute, parameters), in read_command()
208 'C' => CubicCurve(Absolute, parameters), in read_command()
[all …]
H A Dcommand.rs80 Move(Absolute) => "M",
82 Line(Absolute) => "L",
84 HorizontalLine(Absolute) => "H",
86 VerticalLine(Absolute) => "V",
88 QuadraticCurve(Absolute) => "Q",
90 SmoothQuadraticCurve(Absolute) => "T",
92 CubicCurve(Absolute) => "C",
94 SmoothCubicCurve(Absolute) => "S",
96 EllipticalArc(Absolute) => "A",
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/svg-0.5.11/src/node/element/path/
H A Ddata.rs58 fn move_to(Move, Absolute)
64 fn line_to(Line, Absolute)
70 fn horizontal_line_to(HorizontalLine, Absolute)
76 fn vertical_line_to(VerticalLine, Absolute)
82 fn quadratic_curve_to(QuadraticCurve, Absolute)
94 fn cubic_curve_to(CubicCurve, Absolute)
106 fn elliptical_arc_to(EllipticalArc, Absolute)
190 'M' => Move(Absolute, parameters), in read_command()
193 'L' => Line(Absolute, parameters), in read_command()
208 'C' => CubicCurve(Absolute, parameters), in read_command()
[all …]
H A Dcommand.rs80 Move(Absolute) => "M",
82 Line(Absolute) => "L",
84 HorizontalLine(Absolute) => "H",
86 VerticalLine(Absolute) => "V",
88 QuadraticCurve(Absolute) => "Q",
90 SmoothQuadraticCurve(Absolute) => "T",
92 CubicCurve(Absolute) => "C",
94 SmoothCubicCurve(Absolute) => "S",
96 EllipticalArc(Absolute) => "A",
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/uri/
H A Dabsolute.rs25 pub struct Absolute<'a> { struct
32 impl IntoOwned for Absolute<'_> { argument
33 type Owned = Absolute<'static>;
36 Absolute { in into_owned()
45 impl<'a> Absolute<'a> { impl
52 ) -> Absolute<'a> { in raw()
53 Absolute { in raw()
66 ) -> Absolute<'a> { in new()
67 Absolute { in new()
152 impl<'b> PartialEq<Absolute<'b>> for Absolute<'_> { implementation
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/svg-0.8.2/src/node/element/path/
H A Ddata.rs58 fn move_to(Move, Absolute)
64 fn line_to(Line, Absolute)
70 fn horizontal_line_to(HorizontalLine, Absolute)
76 fn vertical_line_to(VerticalLine, Absolute)
82 fn quadratic_curve_to(QuadraticCurve, Absolute)
94 fn cubic_curve_to(CubicCurve, Absolute)
100 fn smooth_cubic_curve_to(SmoothCubicCurve, Absolute)
106 fn elliptical_arc_to(EllipticalArc, Absolute)
331 test!("M4,2", Move, Absolute, &[4.0, 2.0]); in parser_read_command()
334 test!("L7, 8 9", Line, Absolute, &[7.0, 8.0, 9.0]); in parser_read_command()
[all …]
H A Dcommand.rs80 Move(Absolute) => "M",
82 Line(Absolute) => "L",
84 HorizontalLine(Absolute) => "H",
86 VerticalLine(Absolute) => "V",
88 QuadraticCurve(Absolute) => "Q",
90 SmoothQuadraticCurve(Absolute) => "T",
92 CubicCurve(Absolute) => "C",
94 SmoothCubicCurve(Absolute) => "S",
96 EllipticalArc(Absolute) => "A",
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/svg-0.10.0/src/node/element/path/
H A Ddata.rs65 fn move_to(Move, Absolute)
71 fn line_to(Line, Absolute)
77 fn horizontal_line_to(HorizontalLine, Absolute)
83 fn vertical_line_to(VerticalLine, Absolute)
89 fn quadratic_curve_to(QuadraticCurve, Absolute)
101 fn cubic_curve_to(CubicCurve, Absolute)
107 fn smooth_cubic_curve_to(SmoothCubicCurve, Absolute)
113 fn elliptical_arc_to(EllipticalArc, Absolute)
338 test!("M4,2", Move, Absolute, &[4.0, 2.0]);
341 test!("L7, 8 9", Line, Absolute, &[7.0, 8.0, 9.0]);
[all …]
H A Dcommand.rs80 Move(Absolute) => "M",
82 Line(Absolute) => "L",
84 HorizontalLine(Absolute) => "H",
86 VerticalLine(Absolute) => "V",
88 QuadraticCurve(Absolute) => "Q",
90 SmoothQuadraticCurve(Absolute) => "T",
92 CubicCurve(Absolute) => "C",
94 SmoothCubicCurve(Absolute) => "S",
96 EllipticalArc(Absolute) => "A",
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/parse/uri/
H A Dtests.rs1 use crate::uri::{Uri, Origin, Authority, Absolute};
140 "http://foo.com:8000" => Absolute::new( in absolute()
145 "http://foo:8000" => Absolute::new( in absolute()
150 "foo:bar" => Absolute::new( in absolute()
160 "foo:/sergio/pass?hi" => Absolute::new( in absolute()
165 "bar:" => Absolute::new( in absolute()
170 "foo:?hi" => Absolute::new( in absolute()
175 "foo:a/b?hi" => Absolute::new( in absolute()
180 "foo:a/b" => Absolute::new( in absolute()
185 "foo:/a/b" => Absolute::new( in absolute()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/CMake/Basis/
H A DDirectories.cmake.in45 ## @brief Absolute paths to root directories of project modules.
55 ## @brief Absolute path to directory of example in source tree.
57 ## @brief Absolute path to directory of public scripted packages.
68 ## @brief Absolute path to output directory for tests.
74 ## @brief Absolute path to output directory for testing libraries.
92 ## @brief Absolute path to output directory for main executables.
105 ## @brief Absolute path to output directory for Python modules.
107 ## @brief Absolute path to output directory for Jython modules.
109 ## @brief Absolute path to output directory for Perl modules.
111 ## @brief Absolute path to output directory for MATLAB modules.
[all …]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Dlib_std.expout6 -- Absolute error = 9.097703e-06
15 -- Absolute error = 9.101630e-06
24 -- Absolute error = 9.101630e-06
33 -- Absolute error = 9.097703e-06
42 -- Absolute error = 9.101630e-06
51 -- Absolute error = 9.101630e-06
60 -- Absolute error = 9.097703e-06
69 -- Absolute error = 9.101630e-06
78 -- Absolute error = 9.101630e-06
87 -- Absolute error = 4.530750e-06
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/tests/FunctionalTests/
H A DUriIsWellFormedUriStringTest.cs96 Assert.False(Uri.IsWellFormedUriString(input, UriKind.Absolute)); in UriIsWellFormed_TryCreateNewRelativeWithPercentAndColon_Success()
136 Uri test = new Uri(@"c:/base/path/hi:there/", UriKind.Absolute); in UriMakeRelative_ImplicitFileCommonBaseWithColon_AppendsDotSlash()
153 Uri test = new Uri(@"d:/base/path/hi:there/", UriKind.Absolute); in UriMakeRelative_ImplicitFileDifferentBaseWithColon_ReturnsSecondUri()
165 Uri test = new Uri(@"file://d:/hi:there/", UriKind.Absolute); in UriMakeRelative_ExplicitFileDifferentBaseWithColon_ReturnsSecondUri()
182 Uri test = new Uri(@"file:///unc/hi:there/", UriKind.Absolute); in UriMakeRelative_ExplicitUncFileVsDosFile_ReturnsSecondPath()
196 Uri test = new Uri(@"file://host/unc/hi:there/", UriKind.Absolute); in UriMakeRelative_ExplicitDosFileWithHost_ReturnsSecondPath()
208 Uri test = new Uri(@"file://host/u:/hi:there/", UriKind.Absolute); in UriMakeRelative_ExplicitDosFileSecondWithHost_ReturnsSecondPath()
220 Uri test = new Uri(@"file:///u:/hi:there/", UriKind.Absolute); in UriMakeRelative_ExplicitDosFileVsUncFile_ReturnsSecondUri()
244 Uri test = new Uri(@"https://base/path/", UriKind.Absolute); in UriMakeRelative_DifferentSchemes_ReturnsSecondUri()
260 Uri test = new Uri(@"http://host2/path/", UriKind.Absolute); in UriMakeRelative_DifferentHost_ReturnsSecondUri()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs261 elf::R_AVR_32 => (RelocationKind::Absolute, 32), in parse_relocation()
262 elf::R_AVR_16 => (RelocationKind::Absolute, 16), in parse_relocation()
271 elf::R_386_32 => (RelocationKind::Absolute, 32), in parse_relocation()
277 elf::R_386_16 => (RelocationKind::Absolute, 16), in parse_relocation()
279 elf::R_386_8 => (RelocationKind::Absolute, 8), in parse_relocation()
292 (RelocationKind::Absolute, 32) in parse_relocation()
301 elf::R_HEX_32 => (RelocationKind::Absolute, 32), in parse_relocation()
330 elf::R_390_8 => (RelocationKind::Absolute, 8), in parse_relocation()
331 elf::R_390_16 => (RelocationKind::Absolute, 16), in parse_relocation()
332 elf::R_390_32 => (RelocationKind::Absolute, 32), in parse_relocation()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs261 elf::R_AVR_32 => (RelocationKind::Absolute, 32), in parse_relocation()
262 elf::R_AVR_16 => (RelocationKind::Absolute, 16), in parse_relocation()
271 elf::R_386_32 => (RelocationKind::Absolute, 32), in parse_relocation()
277 elf::R_386_16 => (RelocationKind::Absolute, 16), in parse_relocation()
279 elf::R_386_8 => (RelocationKind::Absolute, 8), in parse_relocation()
292 (RelocationKind::Absolute, 32) in parse_relocation()
301 elf::R_HEX_32 => (RelocationKind::Absolute, 32), in parse_relocation()
330 elf::R_390_8 => (RelocationKind::Absolute, 8), in parse_relocation()
331 elf::R_390_16 => (RelocationKind::Absolute, 16), in parse_relocation()
332 elf::R_390_32 => (RelocationKind::Absolute, 32), in parse_relocation()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs261 elf::R_AVR_32 => (RelocationKind::Absolute, 32), in parse_relocation()
262 elf::R_AVR_16 => (RelocationKind::Absolute, 16), in parse_relocation()
271 elf::R_386_32 => (RelocationKind::Absolute, 32), in parse_relocation()
277 elf::R_386_16 => (RelocationKind::Absolute, 16), in parse_relocation()
279 elf::R_386_8 => (RelocationKind::Absolute, 8), in parse_relocation()
292 (RelocationKind::Absolute, 32) in parse_relocation()
301 elf::R_HEX_32 => (RelocationKind::Absolute, 32), in parse_relocation()
330 elf::R_390_8 => (RelocationKind::Absolute, 8), in parse_relocation()
331 elf::R_390_16 => (RelocationKind::Absolute, 16), in parse_relocation()
332 elf::R_390_32 => (RelocationKind::Absolute, 32), in parse_relocation()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.28.1/src/read/elf/
H A Drelocation.rs261 elf::R_AVR_32 => (RelocationKind::Absolute, 32), in parse_relocation()
262 elf::R_AVR_16 => (RelocationKind::Absolute, 16), in parse_relocation()
271 elf::R_386_32 => (RelocationKind::Absolute, 32), in parse_relocation()
277 elf::R_386_16 => (RelocationKind::Absolute, 16), in parse_relocation()
279 elf::R_386_8 => (RelocationKind::Absolute, 8), in parse_relocation()
292 (RelocationKind::Absolute, 32) in parse_relocation()
301 elf::R_HEX_32 => (RelocationKind::Absolute, 32), in parse_relocation()
330 elf::R_390_8 => (RelocationKind::Absolute, 8), in parse_relocation()
331 elf::R_390_16 => (RelocationKind::Absolute, 16), in parse_relocation()
332 elf::R_390_32 => (RelocationKind::Absolute, 32), in parse_relocation()
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/object-0.25.3/src/read/elf/
H A Drelocation.rs261 elf::R_AVR_32 => (RelocationKind::Absolute, 32), in parse_relocation()
262 elf::R_AVR_16 => (RelocationKind::Absolute, 16), in parse_relocation()
271 elf::R_386_32 => (RelocationKind::Absolute, 32), in parse_relocation()
277 elf::R_386_16 => (RelocationKind::Absolute, 16), in parse_relocation()
279 elf::R_386_8 => (RelocationKind::Absolute, 8), in parse_relocation()
292 (RelocationKind::Absolute, 32) in parse_relocation()
301 elf::R_HEX_32 => (RelocationKind::Absolute, 32), in parse_relocation()
330 elf::R_390_8 => (RelocationKind::Absolute, 8), in parse_relocation()
331 elf::R_390_16 => (RelocationKind::Absolute, 16), in parse_relocation()
332 elf::R_390_32 => (RelocationKind::Absolute, 32), in parse_relocation()
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/object-0.27.1/src/read/elf/
H A Drelocation.rs261 elf::R_AVR_32 => (RelocationKind::Absolute, 32), in parse_relocation()
262 elf::R_AVR_16 => (RelocationKind::Absolute, 16), in parse_relocation()
271 elf::R_386_32 => (RelocationKind::Absolute, 32), in parse_relocation()
277 elf::R_386_16 => (RelocationKind::Absolute, 16), in parse_relocation()
279 elf::R_386_8 => (RelocationKind::Absolute, 8), in parse_relocation()
292 (RelocationKind::Absolute, 32) in parse_relocation()
301 elf::R_HEX_32 => (RelocationKind::Absolute, 32), in parse_relocation()
330 elf::R_390_8 => (RelocationKind::Absolute, 8), in parse_relocation()
331 elf::R_390_16 => (RelocationKind::Absolute, 16), in parse_relocation()
332 elf::R_390_32 => (RelocationKind::Absolute, 32), in parse_relocation()
[all …]

12345678910>>...230