Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 25 of 10972) sorted by relevance

12345678910>>...439

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/filesystem/test/
H A Ddeprecated_test.cpp49 PATH_CHECK(path("").normalize(), ""); in normalize_test()
50 PATH_CHECK(path("/").normalize(), "/"); in normalize_test()
51 PATH_CHECK(path("//").normalize(), "//"); in normalize_test()
52 PATH_CHECK(path("///").normalize(), "/"); in normalize_test()
53 PATH_CHECK(path("f").normalize(), "f"); in normalize_test()
54 PATH_CHECK(path("foo").normalize(), "foo"); in normalize_test()
56 PATH_CHECK(path("f/").normalize(), "f/."); in normalize_test()
59 PATH_CHECK(path("..").normalize(), ".."); in normalize_test()
61 PATH_CHECK(path("/..").normalize(), "/.."); in normalize_test()
64 PATH_CHECK(path("foo/..").normalize(), "."); in normalize_test()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/stringprep/
H A Dunicode.test51 unicode::normalize D 160
55 unicode::normalize D 160
59 unicode::normalize D 32
63 unicode::normalize D 32
72 unicode::normalize D 189
76 unicode::normalize D 189
114 unicode::normalize D 3271
122 unicode::normalize D 3271
164 unicode::normalize D 65
168 unicode::normalize D 65
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/stringprep/
H A Dunicode.test51 unicode::normalize D 160
55 unicode::normalize D 160
59 unicode::normalize D 32
63 unicode::normalize D 32
72 unicode::normalize D 189
76 unicode::normalize D 189
114 unicode::normalize D 3271
122 unicode::normalize D 3271
164 unicode::normalize D 65
168 unicode::normalize D 65
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/linkeddata/gojsonld/test_files/
H A Dnormalize-manifest.jsonld13 "input": "normalize-0001-in.jsonld",
14 "expect": "normalize-0001-out.nq"
19 "input": "normalize-0002-in.jsonld",
20 "expect": "normalize-0002-out.nq"
26 "expect": "normalize-0003-out.nq"
32 "expect": "normalize-0004-out.nq"
38 "expect": "normalize-0005-out.nq"
44 "expect": "normalize-0006-out.nq"
50 "expect": "normalize-0007-out.nq"
56 "expect": "normalize-0008-out.nq"
[all …]
/dports/audio/normalize/normalize-0.7.7/src/
H A DMakefile.in40 bin_PROGRAMS = normalize$(EXEEXT)
43 $(srcdir)/normalize-mp3.in
65 am_normalize_OBJECTS = normalize-normalize.$(OBJEXT) \
66 normalize-volume.$(OBJEXT) normalize-adjust.$(OBJEXT) \
67 normalize-mpegadjust.$(OBJEXT) normalize-version.$(OBJEXT) \
68 normalize-getopt.$(OBJEXT) normalize-getopt1.$(OBJEXT) \
235 bin_SCRIPTS = normalize-mp3
382 …E@ then mv -f "$(DEPDIR)/normalize-normalize.Tpo" "$(DEPDIR)/normalize-normalize.Po"; else rm -f "…
389 …E@ then mv -f "$(DEPDIR)/normalize-normalize.Tpo" "$(DEPDIR)/normalize-normalize.Po"; else rm -f "…
494 …tdepCC_TRUE@ then mv -f "$(DEPDIR)/normalize-riff.Tpo" "$(DEPDIR)/normalize-riff.Po"; else rm -f "…
[all …]
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/common/
H A Ddbcommon.dsl33 (normalize "chapter")
38 (normalize "index")
52 (normalize "index")
57 (normalize "part")
62 (normalize "sect2")
64 (normalize "sect4")
65 (normalize "sect5")
81 (normalize "lot")
84 (normalize "part")
1541 (equal? (normalize cite) (normalize (data-of abbrev))))))
[all …]
/dports/databases/pgloader3/uax-15-20210124-git/t/
H A Dtests.lisp39 (is (equal (hs-to-cs (fourth x)) (normalize (hs-to-cs (first x)) :nfkc)))
40 (is (equal (hs-to-cs (fourth x)) (normalize (hs-to-cs (second x)) :nfkc)))
41 (is (equal (hs-to-cs (fourth x)) (normalize (hs-to-cs (third x)) :nfkc)))
46 (is (equal (hs-to-cs (fourth x)) (normalize (hs-to-cs (first x)) :nfkc)))
48 (is (equal (hs-to-cs (fourth x)) (normalize (hs-to-cs (third x)) :nfkc)))
53 (is (equal (hs-to-cs (fourth x)) (normalize (hs-to-cs (first x)) :nfkc)))
55 (is (equal (hs-to-cs (fourth x)) (normalize (hs-to-cs (third x)) :nfkc)))
67 (is (equal (hs-to-cs (fifth x)) (normalize (hs-to-cs (first x)) :nfkd)))
69 (is (equal (hs-to-cs (fifth x)) (normalize (hs-to-cs (third x)) :nfkd)))
74 (is (equal (hs-to-cs (fifth x)) (normalize (hs-to-cs (first x)) :nfkd)))
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/Geometric/
H A Dnormalize.cl12 INLINE float OVERLOADABLE normalize( float p )
17 float2 OVERLOADABLE normalize( float2 p )
22 float3 OVERLOADABLE normalize( float3 p )
27 float4 OVERLOADABLE normalize( float4 p )
39 double2 OVERLOADABLE normalize( double2 p )
44 double3 OVERLOADABLE normalize( double3 p )
49 double4 OVERLOADABLE normalize( double4 p )
58 INLINE half OVERLOADABLE normalize( half p )
63 half2 OVERLOADABLE normalize( half2 p )
68 half3 OVERLOADABLE normalize( half3 p )
[all …]
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/lab/kcdict/
H A Dsample.tsv27 !"#$%&'()*+,-./ 0 ASCII TEST 1 test normalize test
28 0123456789:;<=>? 0 ASCII TEST 2 test normalize test
29 @ABCDEFGHIJKLMNO 0 ASCII TEST 3 test normalize test
30 PQRSTUVWXYZ[\]^_ 0 ASCII TEST 4 test normalize test
31 `abcdefghijklmno 0 ASCII TEST 5 test normalize test
32 pqrstuvwxyz{|}~ 0 ASCII TEST 6 test normalize test
33 ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ 0 LATIN TEST 1 test normalize test
34 ÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß 0 LATIN TEST 2 test normalize test
35 àáâãäåæçèéêëìíîï 0 LATIN TEST 3 test normalize test
36 ðñòóôõö÷øùúûüýþÿ 0 LATIN TEST 4 test normalize test
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Math/classes/
H A Dclass.ilMathPhpAdapter.php17 $res = $this->normalize($left_operand) + $this->normalize($right_operand);
19 return $this->applyScale($res, $this->normalize($scale));
27 $res = $this->normalize($left_operand) - $this->normalize($right_operand);
38 $res = $this->normalize($left_operand) * $this->normalize($right_operand);
64 $res = $this->normalize($left_operand) / $this->normalize($right_operand);
88 $res = $this->normalize($left_operand) % $this->normalize($right_operand);
98 $res = pow($this->normalize($left_operand), $this->normalize($right_operand));
108 $res = sqrt($this->normalize($operand));
118 $left_operand = $this->normalize($left_operand);
119 $right_operand = $this->normalize($right_operand);
[all …]
H A Dclass.ilMathBCMathAdapter.php26 …return bcadd($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
34 …return bcsub($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
42 …return bcmul($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
55 …return bcdiv($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
68 return bcmod($this->normalize($left_operand), $this->normalize($right_operand));
76 $left_operand = $this->normalize($left_operand);
77 $right_operand = $this->normalize($right_operand);
78 $scale = $this->normalize($scale);
/dports/www/ilias6/ILIAS-6.14/Services/Math/classes/
H A Dclass.ilMathPhpAdapter.php17 $res = $this->normalize($left_operand) + $this->normalize($right_operand);
19 return $this->applyScale($res, $this->normalize($scale));
27 $res = $this->normalize($left_operand) - $this->normalize($right_operand);
38 $res = $this->normalize($left_operand) * $this->normalize($right_operand);
64 $res = $this->normalize($left_operand) / $this->normalize($right_operand);
88 $res = $this->normalize($left_operand) % $this->normalize($right_operand);
98 $res = pow($this->normalize($left_operand), $this->normalize($right_operand));
108 $res = sqrt($this->normalize($operand));
118 $left_operand = $this->normalize($left_operand);
119 $right_operand = $this->normalize($right_operand);
[all …]
H A Dclass.ilMathBCMathAdapter.php26 …return bcadd($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
34 …return bcsub($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
42 …return bcmul($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
55 …return bcdiv($this->normalize($left_operand), $this->normalize($right_operand), $this->normalize($…
68 return bcmod($this->normalize($left_operand), $this->normalize($right_operand));
76 $left_operand = $this->normalize($left_operand);
77 $right_operand = $this->normalize($right_operand);
78 $scale = $this->normalize($scale);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Path/
H A DPathOps.java535 .normalize("C:"); in doWindowsTests()
537 .normalize("C:"); in doWindowsTests()
551 .normalize(""); in doWindowsTests()
593 .normalize(""); in doWindowsTests()
609 .normalize(""); in doWindowsTests()
897 .normalize("/"); in doUnixTests()
903 .normalize(""); in doUnixTests()
905 .normalize(""); in doUnixTests()
909 .normalize("/"); in doUnixTests()
911 .normalize("/"); in doUnixTests()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Path/
H A DPathOps.java535 .normalize("C:"); in doWindowsTests()
537 .normalize("C:"); in doWindowsTests()
551 .normalize(""); in doWindowsTests()
593 .normalize(""); in doWindowsTests()
609 .normalize(""); in doWindowsTests()
897 .normalize("/"); in doUnixTests()
903 .normalize(""); in doUnixTests()
905 .normalize(""); in doUnixTests()
909 .normalize("/"); in doUnixTests()
911 .normalize("/"); in doUnixTests()
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/src/
H A Darray_index.rs2 fn normalize(self, len: i64) -> usize; in normalize() method
6 fn normalize(self, len: i64) -> usize { in normalize() method
27 assert_eq!((-6).normalize(5), 0); in test_index()
28 assert_eq!((-5).normalize(5), 0); in test_index()
31 assert_eq!(0.normalize(5), 0); in test_index()
32 assert_eq!(1.normalize(5), 1); in test_index()
33 assert_eq!(4.normalize(5), 4); in test_index()
34 assert_eq!(5.normalize(5), 4); in test_index()
35 assert_eq!(6.normalize(5), 4); in test_index()
36 assert_eq!(0.normalize(0), 0); in test_index()
[all …]
/dports/math/curv/curv-0.5/examples/tests/
H A Dgdf.curv9 normalize[1, 0, 0],
10 normalize[0, 1, 0],
11 normalize[0, 0, 1],
13 normalize[1, 1, 1 ],
14 normalize[-1, 1, 1],
15 normalize[1, -1, 1],
16 normalize[1, 1, -1],
25 normalize[0, phi, 1],
26 normalize[0, -phi, 1],
27 normalize[1, 0, phi],
[all …]

12345678910>>...439