Home
last modified time | relevance | path

Searched defs:copy_to (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/devel/p5-Config-Std/Config-Std-0.903/lib/Config/
H A DStd.pm31 sub copy_to {} subroutine
51 sub copy_to {} subroutine
126 sub copy_to { subroutine
158 sub copy_to { subroutine
/dports/lang/rust/rustc-1.58.1-src/library/std/src/io/
H A Dcopy.rs70 fn copy_to<R: Read + ?Sized>(reader: &mut R, writer: &mut Self) -> Result<u64>; in copy_to() method
74 default fn copy_to<R: Read + ?Sized>(reader: &mut R, writer: &mut Self) -> Result<u64> { in copy_to() method
80 fn copy_to<R: Read + ?Sized>(reader: &mut R, writer: &mut Self) -> Result<u64> { in copy_to() method
/dports/www/p5-Dancer2/Dancer2-0.301004/lib/Dancer2/Core/Request/
H A DUpload.pm40 sub copy_to { method in Dancer2::Core::Request::Upload
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dcopy_column_using_background_migration_job.rb29 … perform(start_id, end_id, batch_table, batch_column, sub_batch_size, pause_ms, copy_from, copy_to) argument
63 def column_assignment_clauses(copy_from, copy_to) argument
H A Dcopy_column.rb17 def perform(table, copy_from, copy_to, start_id, end_id) argument
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dgeneric_file.cpp176 void generic_file::copy_to(generic_file & ref) in copy_to() function in libdar::generic_file
211 void generic_file::copy_to(generic_file & ref, const infinint & crc_size, crc * & value) in copy_to() function in libdar::generic_file
221 U_32 generic_file::copy_to(generic_file & ref, U_32 size) in copy_to() function in libdar::generic_file
260 infinint generic_file::copy_to(generic_file & ref, infinint size) in copy_to() function in libdar::generic_file
/dports/www/p5-HTTP-Engine/HTTP-Engine-0.03005/lib/HTTP/Engine/Request/
H A DUpload.pm43 sub copy_to { subroutine
/dports/www/p5-Dancer/Dancer-1.3513/lib/Dancer/Request/
H A DUpload.pm28 sub copy_to { subroutine
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Tools/
H A Dcontainer_wrapper.hpp135 void copy_to(SimiliIterator<T>** target) const { in copy_to() function in Revoropt::EndIterator
138 void copy_to(SimiliIterator<const T>** target) const { in copy_to() function in Revoropt::EndIterator
155 void copy_to(SimiliIterator<const T>** target) const { in copy_to() function in Revoropt::EndIterator
228 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorWrapper
232 void copy_to( SimiliIterator<const T>** target ) const { in copy_to() function in Revoropt::IteratorWrapper
294 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorWrapper
366 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorFlattener
370 void copy_to( SimiliIterator<const T>** target ) const { in copy_to() function in Revoropt::IteratorFlattener
432 void copy_to( SimiliIterator<T>** target ) const { in copy_to() function in Revoropt::IteratorFlattener
/dports/net/proby/proby-1.0.2/cargo-crates/isahc-0.7.6/src/
H A Dresponse.rs32 fn copy_to(&mut self, writer: impl Write) -> io::Result<u64> in copy_to() method
115 fn copy_to(&mut self, mut writer: impl Write) -> io::Result<u64> in copy_to() method
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/uploaders/
H A Dnamespace_file_uploader_spec.rb70 describe 'copy_to' do describe
/dports/editors/p5-Vimana/Vimana-2010.09303/lib/Vimana/Installer/
H A DText.pm31 sub copy_to { subroutine
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/initializers/
H A Dcarrierwave_patch.rb19 def copy_to(new_path) method in CarrierWave.Storage.Fog.File
/dports/devel/p5-MooseX-Getopt/MooseX-Getopt-0.75/
H A Ddist.ini18 copy_to = develop.requires key
25 copy_to = develop.requires key
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_gltf2/blender/imp/
H A Dgltf2_blender_KHR_materials_pbrSpecularGlossiness.py160 def copy_socket(mh, copy_from, copy_to): argument
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample_manager.cpp34 void CPSampleManager::copy_to(CPSample_ID p_from, CPSample_ID &p_to) { in copy_to() function in CPSampleManager
/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample_manager.cpp34 void CPSampleManager::copy_to(CPSample_ID p_from, CPSample_ID &p_to) { in copy_to() function in CPSampleManager
/dports/archivers/upx/upx-3.96/src/
H A Dp_sys.cpp83 unsigned copy_to = ph.u_len + d_len + ph.overlap_overhead; in patchLoader() local
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/management/commands/
H A Dcreate_jobs.py25 def copy_template(template_name, copy_to, **options): argument
H A Dcreate_template_tags.py38 def copy_template(template_name, copy_to, tag_library_name): argument
H A Dcreate_command.py43 def copy_template(template_name, copy_to, **options): argument
/dports/devel/entt/entt-3.8.1/test/entt/entity/
H A Dpoly_storage.cpp39 void copy_to(entt::basic_registry<Entity> &other) const { in copy_to() function
54 static void copy_to(const Type &self, entt::basic_registry<entity_type> &other) { in copy_to() function
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/rust/stracciatella/src/config/
H A Dja2_json.rs57 macro_rules! copy_to { in apply_to_engine_options() macro
89 macro_rules! copy_to { in write() macro
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.cpp103 void ExceptionHandlerTable::copy_to(nmethod* nm) { in copy_to() function in ExceptionHandlerTable
208 void ImplicitExceptionTable::copy_to( nmethod* nm ) { in copy_to() function in ImplicitExceptionTable
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.cpp103 void ExceptionHandlerTable::copy_to(nmethod* nm) { in copy_to() function in ExceptionHandlerTable
208 void ImplicitExceptionTable::copy_to( nmethod* nm ) { in copy_to() function in ImplicitExceptionTable

12345678910>>...22