Home
last modified time | relevance | path

Searched refs:copy_attrs (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/p5-MooX-ConfigFromFile/MooX-ConfigFromFile-0.009/t/
H A Dtestlib.pm180 my @copy_attrs = qw(dirs extensions merger merge_behavior);
181 foreach my $copy_attr ('raw_loaded_config', 'sorted_loaded_config', map { "config_$_" } @copy_attrs)
192 @copy_attrs = qw(extensions dirs prefix prefixes prefix_map prefix_map_separator files_pattern file…
193 foreach my $copy_attr ('sorted_loaded_config', map { "config_$_" } @copy_attrs)
/dports/science/siconos/siconos-4.4.0/io/swig/io/
H A Dfilter.py51 def copy_attrs(obj_to, obj_from): function
59 self.copy_attrs = copy_attrs
97 self.copy_attrs(gr, gr_in)
147 self.copy_attrs(ds, obj)
/dports/math/R-cran-recipes/recipes/R/
H A Dns.R117 copy_attrs <- c("class", "knots", "Boundary.knots", "intercept") vector
118 attributes(res)[copy_attrs] <- attributes(ru)[copy_attrs]
H A Dbs.R123 copy_attrs <- c("class", "degree", "knots", "Boundary.knots", "intercept") vector
124 attributes(res)[copy_attrs] <- attributes(ru)[copy_attrs]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/client/
H A Dfile_sync_client.h24 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
H A Dbugreport.h41 virtual bool DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
H A Dbugreport.cpp283 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull() argument
285 return do_sync_pull(srcs, dst, copy_attrs, name); in DoSyncPull()
H A Dcommandline.cpp1307 const char** dst, bool* copy_attrs, bool* sync) { in parse_push_pull_args() argument
1308 *copy_attrs = false; in parse_push_pull_args()
1319 *copy_attrs = true; in parse_push_pull_args()
1807 bool copy_attrs = false; in adb_commandline() local
1812 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, &copy_attrs, &sync); in adb_commandline()
1816 bool copy_attrs = false; in adb_commandline() local
1820 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, &copy_attrs, nullptr); in adb_commandline()
1822 return do_sync_pull(srcs, dst, copy_attrs) ? 0 : 1; in adb_commandline()
H A Dfile_sync_client.cpp1131 std::string lpath, bool copy_attrs) { in copy_remote_dir_local() argument
1165 if (copy_attrs && set_time_and_mode(ci.lpath, ci.time, ci.mode)) { in copy_remote_dir_local()
1179 bool copy_attrs, const char* name) { in do_sync_pull() argument
1253 success &= copy_remote_dir_local(sc, src_path, dst_dir, copy_attrs); in do_sync_pull()
1277 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dxml.c73 static void copy_attrs(state *s, char **attrs) { in copy_attrs() function
112 copy_attrs(s, (char **)atts); in start_element()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/
H A Dbugreport.h41 virtual bool DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
H A Dbugreport.cpp282 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull() argument
284 return do_sync_pull(srcs, dst, copy_attrs, name); in DoSyncPull()
H A Dcommandline.cpp1254 const char** dst, bool* copy_attrs, bool* sync) { in parse_push_pull_args() argument
1255 *copy_attrs = false; in parse_push_pull_args()
1266 *copy_attrs = true; in parse_push_pull_args()
1694 bool copy_attrs = false; in adb_commandline() local
1699 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, &copy_attrs, &sync); in adb_commandline()
1704 bool copy_attrs = false; in adb_commandline() local
1708 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, &copy_attrs, nullptr); in adb_commandline()
1710 return do_sync_pull(srcs, dst, copy_attrs) ? 0 : 1; in adb_commandline()
H A Dfile_sync_service.h86 bool copy_attrs, const char* name=nullptr);
H A Dfile_sync_client.cpp1101 std::string lpath, bool copy_attrs) { in copy_remote_dir_local() argument
1135 if (copy_attrs && set_time_and_mode(ci.lpath, ci.time, ci.mode)) { in copy_remote_dir_local()
1149 bool copy_attrs, const char* name) { in do_sync_pull() argument
1223 success &= copy_remote_dir_local(sc, src_path, dst_dir.c_str(), copy_attrs); in do_sync_pull()
1247 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
H A Dbugreport_test.cpp46 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() argument
126 bool copy_attrs, const char* name));
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/image/v1/
H A Dimage.py228 copy_attrs = ('name', 'id', 'store', 'container_format',
232 for attr in copy_attrs:
617 copy_attrs = ('name', 'owner', 'min_disk', 'min_ram', 'properties',
620 for attr in copy_attrs:
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/dsdb/samdb/ldb_modules/
H A Dextended_dn.c57 static char **copy_attrs(void *mem_ctx, const char * const * attrs) in copy_attrs() function
261 new_attrs = copy_attrs(down_req, req->op.search.attrs); in extended_search()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/dispatchkit/
H A Dboxed_value.hpp338 Boxed_Value &copy_attrs(const Boxed_Value &t_obj) in copy_attrs() function in chaiscript::Boxed_Value
349 copy_attrs(t_obj); in clone_attrs()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/dispatchkit/
H A Dboxed_value.hpp338 Boxed_Value &copy_attrs(const Boxed_Value &t_obj) in copy_attrs() function in chaiscript::Boxed_Value
349 copy_attrs(t_obj); in clone_attrs()
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/image/v2/
H A Dimage.py350 copy_attrs = ('name', 'id',
353 for attr in copy_attrs:
984 copy_attrs = ('architecture', 'container_format', 'disk_format',
988 for attr in copy_attrs:
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/
H A Dbugreport_test.cpp45 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() argument
124 bool copy_attrs, const char* name));
/dports/audio/ardour6/Ardour-6.8.0/tools/
H A Dmisc.py19 def copy_attrs(orig, dest, names, only_if_set=False): function
327 copy_attrs(self, task, 'before after ext_in ext_out', only_if_set=True)
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet_rpc_printer.c161 bool copy_acls, bool copy_attrs, in net_copy_fileattr() argument
171 if (!copy_timestamps && !copy_acls && !copy_attrs) in net_copy_fileattr()
203 if (copy_attrs || copy_timestamps) { in net_copy_fileattr()
246 if (copy_attrs) { in net_copy_fileattr()
311 bool copy_acls, bool copy_attrs, in net_copy_file() argument
380 copy_attrs ? _("with") : _("without"), in net_copy_file()
466 copy_attrs, copy_timestamps, is_file); in net_copy_file()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/waf-tools/
H A Dmisc.py19 def copy_attrs(orig, dest, names, only_if_set=False): function
385 copy_attrs(self, task, 'before after ext_in ext_out', only_if_set=True)

123