Home
last modified time | relevance | path

Searched refs:path (Results 101 – 125 of 65108) sorted by relevance

12345678910>>...2605

/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp27 using boost::filesystem::path;
35 void check(const fs::path & source, in check()
49 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()
157 fs::path p; in compile_only()
159 fs::initial_path<fs::path>(); in compile_only()
170 fs::path p("foo/bar/blah"); in path_rename_test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp27 using boost::filesystem::path;
35 void check(const fs::path & source, in check()
49 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()
157 fs::path p; in compile_only()
159 fs::initial_path<fs::path>(); in compile_only()
170 fs::path p("foo/bar/blah"); in path_rename_test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp27 using boost::filesystem::path;
35 void check(const fs::path & source, in check()
49 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()
157 fs::path p; in compile_only()
159 fs::initial_path<fs::path>(); in compile_only()
170 fs::path p("foo/bar/blah"); in path_rename_test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/filesystem/test/
H A Ddeprecated_test.cpp27 using boost::filesystem::path;
35 void check(const fs::path & source, in check()
49 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()
157 fs::path p; in compile_only()
159 fs::initial_path<fs::path>(); in compile_only()
170 fs::path p("foo/bar/blah"); in path_rename_test()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/result/
H A Dsvg3.rde7 2 1 path 1 0
16 2 1 path 1 0
25 2 1 path 1 0
34 2 1 path 1 0
43 2 1 path 1 0
52 2 1 path 1 0
61 2 1 path 1 0
70 2 1 path 1 0
79 2 1 path 1 0
88 2 1 path 1 0
[all …]
H A Dsvg3.rdr7 2 1 path 1 0
16 2 1 path 1 0
25 2 1 path 1 0
34 2 1 path 1 0
43 2 1 path 1 0
52 2 1 path 1 0
61 2 1 path 1 0
70 2 1 path 1 0
79 2 1 path 1 0
88 2 1 path 1 0
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/result/
H A Dsvg3.rde7 2 1 path 1 0
16 2 1 path 1 0
25 2 1 path 1 0
34 2 1 path 1 0
43 2 1 path 1 0
52 2 1 path 1 0
61 2 1 path 1 0
70 2 1 path 1 0
79 2 1 path 1 0
88 2 1 path 1 0
[all …]
H A Dsvg3.rdr7 2 1 path 1 0
16 2 1 path 1 0
25 2 1 path 1 0
34 2 1 path 1 0
43 2 1 path 1 0
52 2 1 path 1 0
61 2 1 path 1 0
70 2 1 path 1 0
79 2 1 path 1 0
88 2 1 path 1 0
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/
H A Dlicenses.py35 _REPOSITORY_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
36 sys.path.insert(0, os.path.join(_REPOSITORY_ROOT, 'build/android/gyp'))
90 os.path.join('clank'),
127 os.path.join('v8'),
380 absolute_path = os.path.join(root, path, filename)
403 readme_path = os.path.join(root, path, 'README.chromium')
450 for _, dirs, files in os.walk(os.path.join(root, path)):
469 path = path[len(root)+1:] # Pretty up the path.
482 if os.path.basename(path) == 'third_party':
485 dirpath = os.path.join(path, dir)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/affine/
H A Dxform.cpp291 QPainterPath path; in drawTextType() local
318 QPainterPath path; in drawVectorType() local
353 path.closeSubpath(); in drawVectorType()
372 path.closeSubpath(); in drawVectorType()
380 path.closeSubpath(); in drawVectorType()
390 path.closeSubpath(); in drawVectorType()
405 path.closeSubpath(); in drawVectorType()
414 path.closeSubpath(); in drawVectorType()
429 path.closeSubpath(); in drawVectorType()
443 path.closeSubpath(); in drawVectorType()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/painting/affine/
H A Dxform.cpp299 QPainterPath path; in drawTextType() local
326 QPainterPath path; in drawVectorType() local
361 path.closeSubpath(); in drawVectorType()
380 path.closeSubpath(); in drawVectorType()
388 path.closeSubpath(); in drawVectorType()
398 path.closeSubpath(); in drawVectorType()
413 path.closeSubpath(); in drawVectorType()
422 path.closeSubpath(); in drawVectorType()
437 path.closeSubpath(); in drawVectorType()
451 path.closeSubpath(); in drawVectorType()
[all …]
/dports/sysutils/cfengine-masterfiles316/cfengine-masterfiles-3.16.0/lib/
H A Dpaths.cf82 "path[git]"
87 "path[git]" string => "/usr/bin/git";
90 "path[npm]" string => "/usr/bin/npm";
105 "path[env]" string => "/bin/env";
136 "path[bc]" string => "/usr/bin/bc";
137 "path[cat]" string => "/bin/cat";
228 "path[cat]" string => "/bin/cat";
232 "path[df]" string => "/bin/df";
235 "path[echo]" string => "/bin/echo";
239 "path[ls]" string => "/bin/ls";
[all …]
/dports/sysutils/cfengine-masterfiles-devel/masterfiles-f98dca2d/lib/
H A Dpaths.cf51 # "path paths.path[orange] == $(paths.path[orange])";
54 # "path paths.bar == $(paths.bar)";
55 # "path paths.path[bar] == $(paths.path[bar])";
59 # "path paths.path[true_blue] == $(paths.path[true_blue])";
62 # "path paths.red == $(paths.red)";
63 # "path paths.path[red] == $(paths.path[red])";
66 # "path paths.red was not found";
67 # "path paths.path[red] was not found";
98 "path[git]"
121 "path[env]" string => "/bin/env";
[all …]
/dports/www/owncloud/owncloud/lib/private/Files/Storage/Wrapper/
H A DWrapper.php82 * @param string $path
92 * @param string $path
102 * @param string $path
112 * @param string $path
122 * @param string $path
133 * @param string $path
143 * @param string $path
154 * @param string $path
164 * @param string $path
174 * @param string $path
[all …]
/dports/sysutils/cfengine-masterfiles/cfengine-masterfiles-3.19.0/lib/
H A Dpaths.cf51 # "path paths.path[orange] == $(paths.path[orange])";
54 # "path paths.bar == $(paths.bar)";
55 # "path paths.path[bar] == $(paths.path[bar])";
59 # "path paths.path[true_blue] == $(paths.path[true_blue])";
62 # "path paths.red == $(paths.red)";
63 # "path paths.path[red] == $(paths.path[red])";
66 # "path paths.red was not found";
67 # "path paths.path[red] was not found";
98 "path[git]"
121 "path[env]" string => "/bin/env";
[all …]
/dports/sysutils/cfengine-masterfiles318/cfengine-masterfiles-3.18.1/lib/
H A Dpaths.cf51 # "path paths.path[orange] == $(paths.path[orange])";
54 # "path paths.bar == $(paths.bar)";
55 # "path paths.path[bar] == $(paths.path[bar])";
59 # "path paths.path[true_blue] == $(paths.path[true_blue])";
62 # "path paths.red == $(paths.red)";
63 # "path paths.path[red] == $(paths.path[red])";
66 # "path paths.red was not found";
67 # "path paths.path[red] was not found";
98 "path[git]"
121 "path[env]" string => "/bin/env";
[all …]
/dports/sysutils/cfengine-masterfiles319/cfengine-masterfiles-3.19.0/lib/
H A Dpaths.cf51 # "path paths.path[orange] == $(paths.path[orange])";
54 # "path paths.bar == $(paths.bar)";
55 # "path paths.path[bar] == $(paths.path[bar])";
59 # "path paths.path[true_blue] == $(paths.path[true_blue])";
62 # "path paths.red == $(paths.red)";
63 # "path paths.path[red] == $(paths.path[red])";
66 # "path paths.red was not found";
67 # "path paths.path[red] was not found";
98 "path[git]"
121 "path[env]" string => "/bin/env";
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
263 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
266 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
272 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dfs_ops.h48 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
49 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
55 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
67 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
265 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
267 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
274 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
263 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
266 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
272 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dfs_ops.h48 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
49 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
55 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
67 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
265 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
267 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
274 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
263 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
266 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
272 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
263 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
266 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
272 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dfs_ops.h48 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
49 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
55 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
67 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
265 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
267 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
274 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
263 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
264 path proximate(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
266 path read_symlink(const path& __p); in _GLIBCXX_VISIBILITY()
272 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
273 path relative(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...2605