Home
last modified time | relevance | path

Searched refs:data_file_path (Results 1 – 25 of 110) sorted by relevance

12345

/dports/www/py-cherrypy/CherryPy-17.4.2/tests/
H A Ddist-check.py29 def data_file_path(request): function
48 def test_data_files_installed(data_file_path): argument
55 fn = os.path.join(root, data_file_path)
58 assert not os.path.samefile(fn, os.path.join('cherrypy', data_file_path))
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DTCDataSource.cpp49 TC_Error_Code TCDataSource::LoadData(const wxString &data_file_path) in LoadData() argument
51 m_data_source_path = data_file_path; in LoadData()
54 wxFileName fname(data_file_path); in LoadData()
72 err_code = m_pfactory->LoadData(data_file_path); in LoadData()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A D51d.c28 char *data_file_path; member
43 .data_file_path = NULL,
61 if (global_51degrees.data_file_path) in _51d_data_file()
62 free(global_51degrees.data_file_path); in _51d_data_file()
63 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
138 if (global_51degrees.data_file_path) in _51d_fetch_check()
148 if (global_51degrees.data_file_path) in _51d_conv_check()
547 if (!global_51degrees.data_file_path)
566 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
651 free(global_51degrees.data_file_path); global_51degrees.data_file_path = NULL;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/
H A Dstart_server.py16 data_file_path = None variable in SupersizeHTTPRequestHandler
24 return SupersizeHTTPRequestHandler.data_file_path
55 SupersizeHTTPRequestHandler.data_file_path = args.report_file
/dports/security/p5-Net-SSLeay/Net-SSLeay-1.90/t/local/
H A D38_priv-key.t4 use Test::Net::SSLeay qw( data_file_path initialise_libssl );
10 my $key_pem = data_file_path('simple-cert.key.pem');
11 my $key_pem_encrypted = data_file_path('simple-cert.key.enc.pem');
H A D39_pkcs12.t4 use Test::Net::SSLeay qw( data_file_path initialise_libssl );
11 my $filename1 = data_file_path('simple-cert.enc.p12');
15 my $filename2 = data_file_path('simple-cert.certchain.enc.p12');
19 my $filename3 = data_file_path('simple-cert.p12');
H A D34_x509_crl.t4 use Test::Net::SSLeay qw( data_file_path initialise_libssl is_openssl );
10 my $ca_crt_pem = data_file_path('intermediate-ca.cert.pem');
11 my $ca_key_pem = data_file_path('intermediate-ca.key.pem');
18 my $crl_der = data_file_path('intermediate-ca.crl.der');
19 my $crl_pem = data_file_path('intermediate-ca.crl.pem');
118 my $crl_der = data_file_path('intermediate-ca.crl.der');
/dports/net/haproxy23/haproxy-2.3.16/src/
H A D51d.c35 char *data_file_path; member
52 .data_file_path = NULL,
70 if (global_51degrees.data_file_path) in _51d_data_file()
71 free(global_51degrees.data_file_path); in _51d_data_file()
72 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
147 if (global_51degrees.data_file_path) in _51d_fetch_check()
157 if (global_51degrees.data_file_path) in _51d_conv_check()
627 if (!global_51degrees.data_file_path)
646 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
731 free(global_51degrees.data_file_path); global_51degrees.data_file_path = NULL;
/dports/net/haproxy22/haproxy-2.2.19/src/
H A D51d.c35 char *data_file_path; member
52 .data_file_path = NULL,
70 if (global_51degrees.data_file_path) in _51d_data_file()
71 free(global_51degrees.data_file_path); in _51d_data_file()
72 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
147 if (global_51degrees.data_file_path) in _51d_fetch_check()
157 if (global_51degrees.data_file_path) in _51d_conv_check()
627 if (!global_51degrees.data_file_path)
646 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
731 free(global_51degrees.data_file_path); global_51degrees.data_file_path = NULL;
/dports/net/haproxy21/haproxy-2.1.12/src/
H A D51d.c35 char *data_file_path; member
52 .data_file_path = NULL,
70 if (global_51degrees.data_file_path) in _51d_data_file()
71 free(global_51degrees.data_file_path); in _51d_data_file()
72 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
147 if (global_51degrees.data_file_path) in _51d_fetch_check()
157 if (global_51degrees.data_file_path) in _51d_conv_check()
625 if (!global_51degrees.data_file_path)
644 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
729 free(global_51degrees.data_file_path); global_51degrees.data_file_path = NULL;
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dutils.cc410 std::string data_file_path; in get_xpm() local
412 if(!find_file (spath, name, data_file_path)) { in get_xpm()
417 xpm_map[name] = Gdk::Pixbuf::create_from_file (data_file_path); in get_xpm()
492 std::string data_file_path; in get_icon_path() local
507 find_file (spath, name, data_file_path); in get_icon_path()
510 find_file (spath, name, data_file_path); in get_icon_path()
513 if (data_file_path.empty()) { in get_icon_path()
516 find_file (rc, name, data_file_path); in get_icon_path()
519 if (is_image && data_file_path.empty()) { in get_icon_path()
528 if (!find_file (def, name, data_file_path)) { in get_icon_path()
[all …]
/dports/net/nuster/nuster-5.0.4.21/src/
H A D51d.c35 char *data_file_path; member
52 .data_file_path = NULL,
70 if (global_51degrees.data_file_path) in _51d_data_file()
71 free(global_51degrees.data_file_path); in _51d_data_file()
72 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
147 if (global_51degrees.data_file_path) in _51d_fetch_check()
157 if (global_51degrees.data_file_path) in _51d_conv_check()
625 if (!global_51degrees.data_file_path)
644 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
729 free(global_51degrees.data_file_path); global_51degrees.data_file_path = NULL;
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/perfetto_binary_roller/
H A Dbinary_deps_manager.py138 def UploadAndSwitchDataFile(data_file_name, data_file_path, version): argument
140 filename = os.path.basename(data_file_path)
146 data_file_path,
152 config[data_file_name]['hash'] = cloud_storage.CalculateHash(data_file_path)
/dports/net/haproxy20/haproxy-2.0.26/src/
H A D51d.c35 char *data_file_path; member
52 .data_file_path = NULL,
70 if (global_51degrees.data_file_path) in _51d_data_file()
71 free(global_51degrees.data_file_path); in _51d_data_file()
72 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
147 if (global_51degrees.data_file_path) in _51d_fetch_check()
157 if (global_51degrees.data_file_path) in _51d_conv_check()
696 if (!global_51degrees.data_file_path)
715 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
800 free(global_51degrees.data_file_path); global_51degrees.data_file_path = NULL;
/dports/net/haproxy19/haproxy-1.9.16/src/
H A D51d.c35 char *data_file_path; member
52 .data_file_path = NULL,
70 if (global_51degrees.data_file_path) in _51d_data_file()
71 free(global_51degrees.data_file_path); in _51d_data_file()
72 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
147 if (global_51degrees.data_file_path) in _51d_fetch_check()
157 if (global_51degrees.data_file_path) in _51d_conv_check()
696 if (!global_51degrees.data_file_path)
715 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
800 free(global_51degrees.data_file_path); global_51degrees.data_file_path = NULL;
/dports/net/haproxy/haproxy-2.4.10/addons/51degrees/
H A D51d.c35 char *data_file_path; member
52 .data_file_path = NULL,
70 if (global_51degrees.data_file_path) in _51d_data_file()
71 free(global_51degrees.data_file_path); in _51d_data_file()
72 global_51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
147 if (global_51degrees.data_file_path) in _51d_fetch_check()
157 if (global_51degrees.data_file_path) in _51d_conv_check()
627 if (!global_51degrees.data_file_path)
646 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global_51degrees.data_file_path, &globa…
731 ha_free(&global_51degrees.data_file_path);
/dports/net/haproxy17/haproxy-1.7.14/src/
H A D51d.c35 if (global._51degrees.data_file_path) in _51d_data_file()
36 free(global._51degrees.data_file_path); in _51d_data_file()
37 global._51degrees.data_file_path = strdup(args[1]); in _51d_data_file()
112 if (global._51degrees.data_file_path) in _51d_fetch_check()
122 if (global._51degrees.data_file_path) in _51d_conv_check()
518 if (!global._51degrees.data_file_path)
532 …_51d_dataset_status = fiftyoneDegreesInitWithPropertyArray(global._51degrees.data_file_path, &glob…
617 free(global._51degrees.data_file_path); global._51degrees.data_file_path = NULL;
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dmodule_web_server.cpp34 if(sys::file_exists(data_file_path())) { in module_web_server()
35 data_ = json::parse_from_file(data_file_path()); in module_web_server()
186 std::string module_web_server::data_file_path() const in data_file_path() function in module_web_server
193 const std::string tmp_path = data_file_path() + ".tmp"; in write_data()
195 const int rename_result = rename(tmp_path.c_str(), data_file_path().c_str()); in write_data()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/collation/
H A Dgenerate_icu_init_cpp.py51 def generate_cpp_file(data_file_path, cpp_file_path): argument
116 with open(data_file_path, 'rb') as data_file:
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DTCDS_Ascii_Harmonic.h44 TC_Error_Code LoadData(const wxString &data_file_path);
57 TC_Error_Code LoadHarmonicConstants(const wxString &data_file_path);
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_test.cc160 std::unique_ptr<EngineInterface> CreateEngine(const string &data_file_path, in CreateEngine() argument
164 const auto status = data_manager->InitFromFile(data_file_path, magic_number); in CreateEngine()
166 LOG(ERROR) << "Failed to load " << data_file_path in CreateEngine()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_test.cc160 std::unique_ptr<EngineInterface> CreateEngine(const string &data_file_path, in CreateEngine() argument
164 const auto status = data_manager->InitFromFile(data_file_path, magic_number); in CreateEngine()
166 LOG(ERROR) << "Failed to load " << data_file_path in CreateEngine()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_test.cc160 std::unique_ptr<EngineInterface> CreateEngine(const string &data_file_path, in CreateEngine() argument
164 const auto status = data_manager->InitFromFile(data_file_path, magic_number); in CreateEngine()
166 LOG(ERROR) << "Failed to load " << data_file_path in CreateEngine()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_test.cc160 std::unique_ptr<EngineInterface> CreateEngine(const string &data_file_path, in CreateEngine() argument
164 const auto status = data_manager->InitFromFile(data_file_path, magic_number); in CreateEngine()
166 LOG(ERROR) << "Failed to load " << data_file_path in CreateEngine()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_test.cc160 std::unique_ptr<EngineInterface> CreateEngine(const string &data_file_path, in CreateEngine() argument
164 const auto status = data_manager->InitFromFile(data_file_path, magic_number); in CreateEngine()
166 LOG(ERROR) << "Failed to load " << data_file_path in CreateEngine()

12345