Home
last modified time | relevance | path

Searched refs:must_copy (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/
H A Dref.py27 def __init__(self, src, must_symlink, must_copy): argument
29 self.must_copy = must_copy
38 if self.must_copy is True and self.must_symlink is True:
69 if self.must_copy:
82 if self.must_copy:
91 def __init__(self, src, must_symlink, must_copy): argument
92 super(ExePathRef, self).__init__(src, must_symlink, must_copy)
117 def __init__(self, src, dest, must_symlink=False, must_copy=False): argument
135 ExePathRef.__init__(self, src, must_symlink, must_copy)
136 PathRefToDest.__init__(self, src, dest, must_symlink, must_copy)
[all …]
H A Dvia_global_self_do.py59 yield ExePathRefToDest(host_exe, dest=cls.to_bin, targets=targets, must_copy=is_py2)
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/scripts/build/
H A Dbuild-server.py134 def must_copy(src, dst): function
540 must_copy(path, dst_dir)
568 must_copy(os.path.join(scripts_srcdir, 'seafile.sh'),
570 must_copy(os.path.join(scripts_srcdir, 'seahub.sh'),
572 must_copy(os.path.join(scripts_srcdir, 'reset-admin.sh'),
574 must_copy(os.path.join(scripts_srcdir, 'seaf-fuse.sh'),
578 must_copy(os.path.join(scripts_srcdir, 'seaf-gc.sh'),
580 must_copy(os.path.join(scripts_srcdir, 'seaf-fsck.sh'),
602 must_copy(os.path.join(scripts_srcdir, 'seahub.conf'),
646 must_copy(lib, dst_lib_dir)
[all …]
/dports/net-mgmt/seafile-client/seafile-7.0.9/
H A Dsetupwin.py115 def must_copy(src, dst): function
155 must_copy('main.py', targetfile)
173 must_copy(name, bin_dir)
231 must_copy(lib, bin_dir)
234 must_copy(libsqlite3, bin_dir)
252 must_copy(name, bin_dir)
/dports/net-mgmt/seafile-client/seafile-7.0.9/scripts/build/
H A Dbuild-msi.py185 def must_copy(src, dst): function
712 must_copy(name, destdir)
721 must_copy(dll, customdir)
737 must_copy(src, destdir)
742 must_copy(src, destdir)
747 must_copy(src, destdir)
759 must_copy(src, destdir)
762 must_copy(src, destdir)
789 must_copy(src, destdir)
798 must_copy(ext_wxi, msi_dir)
[all …]
H A Dbuild-cli.py146 def must_copy(src, dst): function
490 must_copy(src, dst)
496 must_copy(src, dst)
H A Dbuild-mac.py210 def must_copy(src, dst): function
1007 must_copy(src_dmg, dst_dmg)
1042 must_copy(entitlements_src, entitlements_dst)
H A Dgen-deb-src.py132 def must_copy(src, dst): function
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dhelper.py114 must_copy = False
123 must_copy = True
127 if not must_copy:
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dsfdb_ui.cc1436 bool must_copy; in reset_options() local
1448 if (check_info (paths, same_size, src_needed, selection_includes_multichannel, must_copy)) { in reset_options()
1604 must_copy |= _session->get_nsm_state() || have_a_midi_file || notebook.get_current_page() == 2; in reset_options()
1606 if (must_copy || !selection_can_be_embedded_with_links) { in reset_options()
1609 copy_files_btn.set_sensitive (!must_copy && selection_can_be_embedded_with_links); in reset_options()
1631 …onst vector<string>& paths, bool& same_size, bool& src_needed, bool& multichannel, bool& must_copy) in check_info() argument
1641 must_copy = false; in check_info()
1661 must_copy = true; in check_info()
H A Dsfdb_ui.h332 bool& same_size, bool& src_needed, bool& multichannel, bool& must_copy);
/dports/www/seahub/seahub-8.0.7-server/tools/
H A Dgen-tarball.py77 def must_copy(src, dst): function
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dexpairseq.cpp937 bool must_copy = false; in combine_same_terms_sorted_seq() local
944 must_copy = true; in combine_same_terms_sorted_seq()
947 if (must_copy) in combine_same_terms_sorted_seq()
956 if (must_copy) in combine_same_terms_sorted_seq()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/microhttpd/
H A Dresponse.c571 int must_copy) in MHD_create_response_from_data() argument
586 if ((must_copy) && (size > 0)) in MHD_create_response_from_data()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/scripts/
H A Dcheck_init_admin.py134 def must_copy(src, dst): member in Utils
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dcapabilities_test.c92 int must_copy) { in MHD_create_response_from_data() argument
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dexpairseq.cpp1082 bool must_copy = false; in combine_same_terms_sorted_seq() local
1090 must_copy = true; in combine_same_terms_sorted_seq()
1093 if (must_copy) in combine_same_terms_sorted_seq()
1102 if (must_copy) in combine_same_terms_sorted_seq()
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/microhttpd/
H A Dresponse.c1244 int must_copy) in MHD_create_response_from_data() argument
1261 if ((must_copy) && (size > 0)) in MHD_create_response_from_data()
1284 if (must_copy) in MHD_create_response_from_data()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/cpython/
H A Dmac_os.py43 if src.must_copy or not self.symlinks:
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/common/
H A Dxf86Config.c527 Bool must_copy; in configFiles() local
532 must_copy = TRUE; in configFiles()
545 must_copy = FALSE; in configFiles()
556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; in configFiles()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.cc680 …ap, HTTPHdrImpl *hh, const char *method, int16_t method_wks_idx, int method_length, bool must_copy) in http_hdr_method_set() argument
685 …_set(heap, method, method_length, &(hh->u.req.m_ptr_method), &(hh->u.req.m_len_method), must_copy); in http_hdr_method_set()
740 http_hdr_reason_set(HdrHeap *heap, HTTPHdrImpl *hh, const char *value, int length, bool must_copy) in http_hdr_reason_set() argument
743 …tr_u16_set(heap, value, length, &(hh->u.resp.m_ptr_reason), &(hh->u.resp.m_len_reason), must_copy); in http_hdr_reason_set()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c527 Bool must_copy; in configFiles() local
532 must_copy = TRUE; in configFiles()
545 must_copy = FALSE; in configFiles()
556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; in configFiles()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/common/
H A Dxf86Config.c527 Bool must_copy; in configFiles() local
532 must_copy = TRUE; in configFiles()
545 must_copy = FALSE; in configFiles()
556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; in configFiles()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c527 Bool must_copy; in configFiles() local
532 must_copy = TRUE; in configFiles()
545 must_copy = FALSE; in configFiles()
556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; in configFiles()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c527 Bool must_copy; in configFiles() local
532 must_copy = TRUE; in configFiles()
545 must_copy = FALSE; in configFiles()
556 temp_path = must_copy ? xnfstrdup(defaultFontPath) : (char *) defaultFontPath; in configFiles()

123