Home
last modified time | relevance | path

Searched refs:my_path (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/devel/boost-docs/boost_1_72_0/libs/gil/test/extension/io/
H A Dmake.cpp46 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
61 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
79 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
94 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
112 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
127 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
151 fs::path my_path( ( bmp_out + "make_test.bmp" ).c_str() ); in BOOST_AUTO_TEST_CASE() local
152 …get_writer< std::wstring, bmp_tag >::type writer_wstring = make_writer( my_path.wstring(), bmp_tag… in BOOST_AUTO_TEST_CASE()
166 fs::path my_path( bmp_out + "make_test.bmp" ); in BOOST_AUTO_TEST_CASE() local
184 fs::path my_path( bmp_out + "make_test.bmp" ); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/test/extension/io/
H A Dmake.cpp46 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
61 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
79 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
94 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
112 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
127 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
151 fs::path my_path( ( bmp_out + "make_test.bmp" ).c_str() ); in BOOST_AUTO_TEST_CASE() local
152 …get_writer< std::wstring, bmp_tag >::type writer_wstring = make_writer( my_path.wstring(), bmp_tag… in BOOST_AUTO_TEST_CASE()
166 fs::path my_path( bmp_out + "make_test.bmp" ); in BOOST_AUTO_TEST_CASE() local
184 fs::path my_path( bmp_out + "make_test.bmp" ); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/gil/test/extension/io/
H A Dmake.cpp46 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
61 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
79 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
94 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
112 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
127 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local
151 fs::path my_path( ( bmp_out + "make_test.bmp" ).c_str() ); in BOOST_AUTO_TEST_CASE() local
152 …get_writer< std::wstring, bmp_tag >::type writer_wstring = make_writer( my_path.wstring(), bmp_tag… in BOOST_AUTO_TEST_CASE()
166 fs::path my_path( bmp_out + "make_test.bmp" ); in BOOST_AUTO_TEST_CASE() local
184 fs::path my_path( bmp_out + "make_test.bmp" ); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/extension/io/bmp/
H A Dbmp_make.cpp48 fs::path my_path(bmp_filename); in test_make_reader_backend() local
52 gil::make_reader_backend(my_path, gil::bmp_tag()); in test_make_reader_backend()
68 fs::path my_path(bmp_filename); in test_make_reader_backend() local
92 fs::path my_path(bmp_filename); in test_make_reader() local
115 fs::path my_path(bmp_filename); in test_make_reader() local
140 fs::path my_path(bmp_filename); in test_make_dynamic_image_reader() local
161 fs::path my_path(bmp_filename); in test_make_dynamic_image_reader() local
198 gil::make_writer(my_path, gil::bmp_tag()); in test_make_writer()
215 fs::path my_path(bmp_out + "make_test.bmp"); in test_make_writer() local
242 fs::path my_path(bmp_out + "make_test.bmp"); in test_make_dynamic_image_writer() local
[all …]
/dports/security/snort3/snort3-3.1.19.0/
H A DREADME.md106 export my_path=/path/to/snorty
114 ./configure_cmake.sh --prefix=$my_path
134 $my_path/bin/snort --help
143 $my_path/bin/snort -r a.pcap
150 $my_path/bin/snort -c $my_path/etc/snort/snort.lua
151 $my_path/bin/snort -c $my_path/etc/snort/snort.lua -R $my_path/etc/snort/sample.rules
158 $my_path/bin/snort -c $my_path/etc/snort/snort.lua -R $my_path/etc/snort/sample.rules \
165 $my_path/bin/snort -c $my_path/etc/snort/snort.lua -R $my_path/etc/snort/sample.rules \
172 $my_path/bin/snort -c $my_path/etc/snort/snort.lua -R $my_path/etc/snort/sample.rules \
184 $my_path/share/doc/snort/snort_manual.pdf
[all …]
/dports/audio/vorbisgain/vorbisgain-0.37/
H A Drecurse.c610 char* my_path; in process_argument() local
621 my_path = buffer; in process_argument()
623 settings->pattern = last_path(my_path); in process_argument()
628 if (settings->pattern > my_path) in process_argument()
636 my_path = ""; in process_argument()
644 my_path_len = strlen(my_path); in process_argument()
648 my_path = "."; in process_argument()
650 else if (my_path[my_path_len - 1] == PATH_SEPARATOR_CHAR) in process_argument()
653 my_path[my_path_len - 1] = '\0'; in process_argument()
656 dir = is_dir(my_path); in process_argument()
[all …]
/dports/audio/wavegain/WaveGain-1.2.8/
H A Drecurse.c529 char* my_path; in process_argument() local
539 my_path = buffer; in process_argument()
541 settings->pattern = last_path(my_path); in process_argument()
545 if (settings->pattern > my_path) { in process_argument()
551 my_path = ""; in process_argument()
556 my_path_len = strlen(my_path); in process_argument()
559 my_path = "."; in process_argument()
562 my_path[my_path_len - 1] = '\0'; in process_argument()
564 dir = is_dir(my_path); in process_argument()
572 result = process_directory("", my_path, settings); in process_argument()
[all …]
/dports/math/cppad/CppAD-20210000.8/bin/
H A Dtest_one.sh.in37 my_path="$my_prefix/$libdir"
38 library_flags="$library_flags -L$my_path -l$my_lib"
39 if ! echo "$LD_LIBRARY_PATH:" | grep "$my_path:" > /dev/null
43 export LD_LIBRARY_PATH="$my_path"
45 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$my_path"
206 my_path='@PROJECT_BINARY_DIR@/cppad_lib'
207 if ! echo $LD_LIBRARY_PATH | grep "$my_path" > /dev/null
211 export LD_LIBRARY_PATH="$my_path"
213 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$my_path"
/dports/archivers/xarchiver/xarchiver-0.5.4.16/src/
H A Dnew_dialog.c135 gchar *my_path = NULL; in xa_new_archive_dialog() local
227 my_path = gtk_file_chooser_get_filename ( GTK_FILE_CHOOSER (xa_file_chooser) ); in xa_new_archive_dialog()
238 if (strcmp(my_path, archive_open[current_page]->path[0]) == 0) in xa_new_archive_dialog()
240 gchar *msg = g_strdup_printf(_("\"%s\" is already open!"),my_path); in xa_new_archive_dialog()
242 g_free (my_path); in xa_new_archive_dialog()
250 if ( g_file_test ( my_path , G_FILE_TEST_EXISTS ) ) in xa_new_archive_dialog()
255 utf8_path = g_filename_to_utf8 (my_path, -1, NULL, NULL, NULL); in xa_new_archive_dialog()
268 g_free (my_path); in xa_new_archive_dialog()
273 unlink (my_path); in xa_new_archive_dialog()
309 archive->path[0] = g_strdup(my_path); in xa_new_archive_dialog()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/recipe_modules/env/
H A Dapi.py16 my_path = env_dict.get('PATH', '')
17 if upstream_path and my_path and upstream_path != my_path:
18 env['PATH'] = upstream_path.replace(r'%(PATH)s', my_path)
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/gengal/
H A Dgengal.sh67 my_path=$("$sd_prog/javaldx" $BOOTSTRAPVARS \
69 if [ -n "$my_path" ] ; then
73 LIBPATH=$my_path${LIBPATH:+:$LIBPATH}
77 LD_LIBRARY_PATH=$my_path${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/gengal/
H A Dgengal.sh67 my_path=$("$sd_prog/javaldx" $BOOTSTRAPVARS \
69 if [ -n "$my_path" ] ; then
73 LIBPATH=$my_path${LIBPATH:+:$LIBPATH}
77 LD_LIBRARY_PATH=$my_path${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/scripts/
H A Dunopkg.sh72 my_path=$("${sd_prog}/javaldx" "$BOOTSTRAPVARS" \
74 if [ -n "$my_path" ] ; then
78 LIBPATH="$my_path${LIBPATH:+:$LIBPATH}"
82 LD_LIBRARY_PATH="$my_path${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/scripts/
H A Dunopkg.sh72 my_path=$("${sd_prog}/javaldx" "$BOOTSTRAPVARS" \
74 if [ -n "$my_path" ] ; then
78 LIBPATH="$my_path${LIBPATH:+:$LIBPATH}"
82 LD_LIBRARY_PATH="$my_path${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
/dports/textproc/metauml/metauml_lib/thrunk/
H A Dmetauml_links.mp32 vardef LinkStructure@#(expr my_path, widthA, widthB) =
38 @#pointA = point 0 of my_path;
39 @#pointB = point infinity of my_path;
44 @#timeA = xpart (my_path intersectiontimes @#circleA);
45 @#timeB = xpart (my_path intersectiontimes @#circleB);
46 @#pointAc = point @#timeA of my_path;
47 @#pointBc = point @#timeB of my_path;
49 @#actualPath = subpath (@#timeA, @#timeB) of my_path;
/dports/games/traingame/traingame-cb6513e/src/
H A DResource.cpp33 : my_path(a_path) in FilesystemResource()
39 string name() const { return my_path.filename().string(); } in name()
42 return (my_path / (name() + ".xml")).string(); in xml_file_name()
47 return Handle((my_path / a_file_name).string(), Handle::READ); in open_file()
52 return Handle((my_path / a_file_name).string(), Handle::WRITE); in write_file()
55 const path my_path; member in FilesystemResource
/dports/devel/boost-docs/boost_1_72_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/databases/percona57-server/boost_1_59_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/databases/percona57-client/boost_1_59_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/devel/boost-libs/boost_1_72_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()
/dports/devel/hyperscan/boost_1_75_0/libs/filesystem/test/issues/
H A D10641.cpp10 fs::path my_path("test/test.txt"); in main() local
11 cout << "current path is " << my_path << endl; in main()
12 cout << "parent path is " << my_path.parent_path() << endl; in main()

12345678910>>...12