/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/ |
H A D | gimppluginmanager-locale-domain.c | 43 gchar *domain_path; member 60 g_free (domain->domain_path); in gimp_plug_in_manager_locale_domain_exit() 84 domain->domain_path = g_strdup (domain_path); in gimp_plug_in_manager_add_locale_domain() 91 domain->domain_path ? in gimp_plug_in_manager_add_locale_domain() 92 gimp_filename_to_utf8 (domain->domain_path) : "(null)"); in gimp_plug_in_manager_add_locale_domain() 106 if (domain_path) in gimp_plug_in_manager_get_locale_domain() 107 *domain_path = gimp_locale_directory (); in gimp_plug_in_manager_get_locale_domain() 120 if (domain_path && domain->domain_path) in gimp_plug_in_manager_get_locale_domain() 121 *domain_path = domain->domain_path; in gimp_plug_in_manager_get_locale_domain() 172 (*locale_paths)[i] = (domain->domain_path ? in gimp_plug_in_manager_get_locale_domains() [all …]
|
/dports/science/axom/axom-0.6.1/src/axom/sidre/interface/c_fortran/ |
H A D | wrapDataStore.cpp | 135 const char *domain_path, in SIDRE_DataStore_generate_blueprint_index_0() argument 143 const std::string SHCXX_domain_path(domain_path); in SIDRE_DataStore_generate_blueprint_index_0() 155 const char *domain_path, in SIDRE_DataStore_generate_blueprint_index_0_bufferify() argument 166 const std::string SHCXX_domain_path(domain_path, Ldomain_path); in SIDRE_DataStore_generate_blueprint_index_0_bufferify() 180 const char *domain_path, in SIDRE_DataStore_generate_blueprint_index_1() argument 188 const std::string SHCXX_domain_path(domain_path); in SIDRE_DataStore_generate_blueprint_index_1() 203 const char *domain_path, in SIDRE_DataStore_generate_blueprint_index_1_bufferify() argument 214 const std::string SHCXX_domain_path(domain_path, Ldomain_path); in SIDRE_DataStore_generate_blueprint_index_1_bufferify()
|
H A D | wrapDataStore.h | 64 const char* domain_path, 70 const char* domain_path, 81 const char* domain_path, 89 const char* domain_path,
|
/dports/devel/py-zope.i18n/zope.i18n-3.8.0/src/zope/i18n/ |
H A D | zcml.py | 88 for domain_path in glob(os.path.join(lc_messages_path, 90 domain_file = os.path.basename(domain_path) 93 for domain_path in glob(os.path.join(lc_messages_path, 95 domain_file = os.path.basename(domain_path) 99 domains[name][language] = domain_path
|
/dports/www/p5-HTTP-Cookies/HTTP-Cookies-6.10/lib/HTTP/Cookies/ |
H A D | Microsoft.pm | 19 my ($value, $domain_path, $flags, $lo_expire, $hi_expire); 22 chomp($domain_path= <$fh>); 30 if (!defined($key) || !defined($value) || !defined($domain_path) || 38 if ($domain_path =~ /^([^\/]+)(\/.*)$/) {
|
/dports/www/fswiki/wiki3_6_2/lib/HTTP/Cookies/ |
H A D | Microsoft.pm | 16 my ($key, $value, $domain_path, $flags, $lo_expire, $hi_expire); 25 chomp($domain_path= <COOKIES>); 33 if (!defined($key) || !defined($value) || !defined($domain_path) || 41 if ($domain_path =~ /^([^\/]+)(\/.*)$/)
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 181 llvm::SmallString<64> domain_path; in TEST_F() local 183 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_F() 185 llvm::sys::path::append(domain_path, "test"); in TEST_F() 188 if (domain_path.size() > 107u) in TEST_F() 193 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_F() 202 EXPECT_EQ(path, domain_path); in TEST_F()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 203 llvm::SmallString<64> domain_path; in TEST_P() local 205 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 207 llvm::sys::path::append(domain_path, "test"); in TEST_P() 210 if (domain_path.size() > 107u) in TEST_P() 215 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 224 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 194 llvm::SmallString<64> domain_path; in TEST_F() local 196 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_F() 198 llvm::sys::path::append(domain_path, "test"); in TEST_F() 201 if (domain_path.size() > 107u) in TEST_F() 206 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_F() 215 EXPECT_EQ(path, domain_path); in TEST_F()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 206 llvm::SmallString<64> domain_path; in TEST_P() local 208 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 210 llvm::sys::path::append(domain_path, "test"); in TEST_P() 213 if (domain_path.size() > 107u) in TEST_P() 218 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 227 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 206 llvm::SmallString<64> domain_path; in TEST_P() local 208 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 210 llvm::sys::path::append(domain_path, "test"); in TEST_P() 213 if (domain_path.size() > 107u) in TEST_P() 218 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 227 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 206 llvm::SmallString<64> domain_path; in TEST_P() local 208 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 210 llvm::sys::path::append(domain_path, "test"); in TEST_P() 213 if (domain_path.size() > 107u) in TEST_P() 218 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 227 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 206 llvm::SmallString<64> domain_path; in TEST_P() local 208 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 210 llvm::sys::path::append(domain_path, "test"); in TEST_P() 213 if (domain_path.size() > 107u) in TEST_P() 218 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 227 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 206 llvm::SmallString<64> domain_path; in TEST_P() local 208 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 210 llvm::sys::path::append(domain_path, "test"); in TEST_P() 213 if (domain_path.size() > 107u) in TEST_P() 218 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 227 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 206 llvm::SmallString<64> domain_path; in TEST_P() local 208 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 210 llvm::sys::path::append(domain_path, "test"); in TEST_P() 213 if (domain_path.size() > 107u) in TEST_P() 218 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 227 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/unittests/Host/ |
H A D | SocketTest.cpp | 206 llvm::SmallString<64> domain_path; in TEST_P() local 208 llvm::sys::fs::createUniqueDirectory("DomainListenConnectAccept", domain_path); in TEST_P() 210 llvm::sys::path::append(domain_path, "test"); in TEST_P() 213 if (domain_path.size() > 107u) in TEST_P() 218 CreateDomainConnectedSockets(domain_path, &socket_a_up, &socket_b_up); in TEST_P() 227 EXPECT_EQ(path, domain_path); in TEST_P()
|
/dports/science/axom/axom-0.6.1/src/axom/sidre/core/ |
H A D | DataStore.cpp | 592 bool DataStore::generateBlueprintIndex(const std::string& domain_path, in generateBlueprintIndex() argument 598 (domain_path == "/") ? getRoot() : getRoot()->getGroup(domain_path); in generateBlueprintIndex() 631 const std::string& domain_path, in generateBlueprintIndex() argument 636 if(domain_path == "/") in generateBlueprintIndex() 640 else if(getRoot()->hasGroup(domain_path)) in generateBlueprintIndex() 642 domain = getRoot()->getGroup(domain_path); in generateBlueprintIndex()
|
H A D | DataStore.hpp | 392 bool generateBlueprintIndex(const std::string& domain_path, 408 const std::string& domain_path,
|
/dports/science/axom/axom-0.6.1/src/axom/sidre/spio/interface/c_fortran/ |
H A D | wrapIOManager.h | 85 const char* domain_path, 92 const char* domain_path,
|
H A D | wrapfspio.f | 182 datastore, domain_path, file_name, mesh_path) & 190 character(kind=C_CHAR), intent(IN) :: domain_path(*) local 196 self, datastore, domain_path, Ldomain_path, file_name, & 205 character(kind=C_CHAR), intent(IN) :: domain_path(*) local 442 datastore, domain_path, file_name, mesh_path) argument 447 character(len=*), intent(IN) :: domain_path local 452 datastore%cxxmem, domain_path, & 453 len_trim(domain_path, kind=C_INT), file_name, &
|
H A D | wrapIOManager.cpp | 172 const char *domain_path, in SPIO_IOManager_write_blueprint_index_to_root_file() argument 181 const std::string SHCXX_domain_path(domain_path); in SPIO_IOManager_write_blueprint_index_to_root_file() 194 const char *domain_path, in SPIO_IOManager_write_blueprint_index_to_root_file_bufferify() argument 206 const std::string SHCXX_domain_path(domain_path, Ldomain_path); in SPIO_IOManager_write_blueprint_index_to_root_file_bufferify()
|
/dports/sysutils/pear-Translation2/Translation2-2.0.4/Translation2/Admin/Container/ |
H A D | gettext.php | 486 $domain_path = count($this->_domains) ? reset($this->_domains) : 'locale/'; 501 fwrite($f, $CRLF . $pageID . ' = ' . $domain_path . $CRLF); 508 $this->_domains[$pageID] = $domain_path; 526 $domain_path = count($this->_domains) ? reset($this->_domains) : 'locale/';
|
/dports/science/axom/axom-0.6.1/src/axom/sidre/spio/ |
H A D | IOManager.cpp | 1056 const std::string& domain_path, in writeBlueprintIndexToRootFile() argument 1087 if(domain_path == "/") in writeBlueprintIndexToRootFile() 1091 else if(datastore->getRoot()->hasGroup(domain_path)) in writeBlueprintIndexToRootFile() 1093 domain = datastore->getRoot()->getGroup(domain_path); in writeBlueprintIndexToRootFile() 1111 domain_path, in writeBlueprintIndexToRootFile() 1117 success = datastore->generateBlueprintIndex(domain_path, in writeBlueprintIndexToRootFile() 1188 << "based on group at path " << domain_path); in writeBlueprintIndexToRootFile() 1192 AXOM_UNUSED_VAR(domain_path); in writeBlueprintIndexToRootFile()
|
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/ |
H A D | gimpplugin_pdb.c | 58 const gchar *domain_path) in gimp_plugin_domain_register() argument 67 GIMP_PDB_STRING, domain_path, in gimp_plugin_domain_register()
|
/dports/finance/frontaccounting/frontaccounting/includes/lang/ |
H A D | gettext.php | 63 var $domain_path; variable in gettext_native_support 133 $path = $this->domain_path; 305 $path = $this->domain_path;
|