Home
last modified time | relevance | path

Searched refs:file_target (Results 1 – 25 of 48) sorted by relevance

12

/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_module_utils/library/
H A Dsymbolic_link_test.ps112 $file_target = "$path\file" variable
25 New-Item -Path $file_target -ItemType File | Out-Null variable
26 Set-Content -LiteralPath $file_target -Value "a" variable
82 New-Link -link_path $symlink_file_path -link_target $file_target -link_type "link"
85 Assert-Equals -actual $file_link_result.SubstituteName -expected "\??\$file_target"
86 Assert-Equals -actual $file_link_result.PrintName -expected $file_target
87 Assert-Equals -actual $file_link_result.TargetPath -expected $file_target
88 Assert-Equals -actual $file_link_result.AbsolutePath -expected $file_target
112 New-Link -link_path $hardlink_path -link_target $file_target -link_type "hard"
122 if ($hardlink_result.HardTargets[0] -ne $file_target -and $hardlink_result.HardTargets[1] -ne $file…
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_Ansible.ModuleUtils.LinkUtil/library/
H A Dsymbolic_link_test.ps112 $file_target = "$path\file" variable
25 New-Item -Path $file_target -ItemType File | Out-Null variable
26 Set-Content -LiteralPath $file_target -Value "a" variable
82 New-Link -link_path $symlink_file_path -link_target $file_target -link_type "link"
85 Assert-Equals -actual $file_link_result.SubstituteName -expected "\??\$file_target"
86 Assert-Equals -actual $file_link_result.PrintName -expected $file_target
87 Assert-Equals -actual $file_link_result.TargetPath -expected $file_target
88 Assert-Equals -actual $file_link_result.AbsolutePath -expected $file_target
112 New-Link -link_path $hardlink_path -link_target $file_target -link_type "hard"
122 if ($hardlink_result.HardTargets[0] -ne $file_target -and $hardlink_result.HardTargets[1] -ne $file…
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/module_utils_Ansible.ModuleUtils.LinkUtil/library/
H A Dsymbolic_link_test.ps112 $file_target = "$path\file" variable
25 New-Item -Path $file_target -ItemType File | Out-Null variable
26 Set-Content -LiteralPath $file_target -Value "a" variable
82 New-Link -link_path $symlink_file_path -link_target $file_target -link_type "link"
85 Assert-Equals -actual $file_link_result.SubstituteName -expected "\??\$file_target"
86 Assert-Equals -actual $file_link_result.PrintName -expected $file_target
87 Assert-Equals -actual $file_link_result.TargetPath -expected $file_target
88 Assert-Equals -actual $file_link_result.AbsolutePath -expected $file_target
112 New-Link -link_path $hardlink_path -link_target $file_target -link_type "hard"
122 if ($hardlink_result.HardTargets[0] -ne $file_target -and $hardlink_result.HardTargets[1] -ne $file…
[all …]
/dports/sysutils/highlnk/highlnk-0.2/
H A Dhighlnk.h33 struct file_target struct
36 struct file_target *next; argument
43 struct file_target *targets;
44 struct file_target *targets_end;
H A Dhighlnk.c18 void free_file_target( struct file_target *ft);
32 struct file_target *ftpos; in main()
148 static struct file_target *nft; in process_data()
222 nft = (struct file_target*)malloc( sizeof( struct file_target)); in process_data()
282 void free_file_target( struct file_target *ft) in free_file_target()
284 struct file_target *next, *pos = ft; in free_file_target()
/dports/devel/py-jupyterlab/jupyterlab-3.1.14/jupyterlab/
H A Dupgrade_extension.py161 file_target = osp.join(target, relpath)
162 if not osp.exists(file_target):
163 os.makedirs(osp.dirname(file_target), exist_ok=True)
164 shutil.copy(p, file_target)
168 with open(file_target, "rb") as fid:
177 shutil.copy(p, file_target)
/dports/www/p5-Catalyst-Enzyme/Catalyst-Enzyme-0.11/lib/Catalyst/Helper/View/Enzyme/
H A DTT.pm80 my $file_target = file($helper->{'base'}, $file_target_name);
82 mkpath(dirname($file_target));
83 $helper->mk_file($file_target, $text_source);
/dports/deskutils/py-paperless/paperless-2.7.0/src/documents/management/commands/
H A Ddocument_exporter.py67 file_target = os.path.join(self.target, document.file_name)
75 print("Exporting: {}".format(file_target))
80 with open(file_target, "wb") as f:
82 os.utime(file_target, times=(t, t))
90 shutil.copy(document.source_path, file_target)
/dports/math/vtk9/VTK-9.1.0/IO/Infovis/Testing/Cxx/
H A DTestDIMACSGraphReader.cxx16 char* file_target = in TestDIMACSGraphReader() local
22 src_target->SetFileName(file_target); in TestDIMACSGraphReader()
26 delete[] file_target; in TestDIMACSGraphReader()
/dports/math/vtk8/VTK-8.2.0/IO/Infovis/Testing/Cxx/
H A DTestDIMACSGraphReader.cxx17 char* file_target = vtkTestUtilities::ExpandDataFileName(argc, argv, in TestDIMACSGraphReader() local
23 src_target->SetFileName(file_target); in TestDIMACSGraphReader()
27 delete[] file_target; in TestDIMACSGraphReader()
/dports/math/vtk6/VTK-6.2.0/IO/Infovis/Testing/Cxx/
H A DTestDIMACSGraphReader.cxx17 char* file_target = vtkTestUtilities::ExpandDataFileName(argc, argv, in TestDIMACSGraphReader() local
23 src_target->SetFileName(file_target); in TestDIMACSGraphReader()
27 delete[] file_target; in TestDIMACSGraphReader()
/dports/devel/p5-IO-All/IO-All-0.87/t/
H A Dlink.t20 my $file_target = $file_link->readlink;
21 ok(! $file_target->is_link, 'readlink returns file object, not link' );
22 is($file_target->filename, 'All.pm', 'link target is expected file' );
/dports/security/theonionbox/theonionbox-4.3.1/
H A Dsetup.py246 file_target = os.path.join(target, file_rel_target)
248 if file_target not in out:
249 out[file_target] = []
251 out[file_target].append(os.path.join(dirpath, file))
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Dxcode.py146 file_target = path_target if path_target else temp_target
156 cmd2 += [temp_ir, "-o", file_target]
169 libbin = bytearray(open(file_target, "rb").read())
H A Dnvcc.py74 file_target = path_target if path_target else temp_target
90 cmd += ["-o", file_target]
103 data = bytearray(open(file_target, "rb").read())
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/contrib/
H A Dnvcc.py73 file_target = path_target if path_target else temp_target
89 cmd += ["-o", file_target]
102 data = bytearray(open(file_target, "rb").read())
H A Dxcode.py142 file_target = path_target if path_target else temp_target
152 cmd2 += [temp_ir, "-o", file_target]
166 libbin = bytearray(open(file_target, "rb").read())
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Dnvcc.py74 file_target = path_target if path_target else temp_target
90 cmd += ["-o", file_target]
103 data = bytearray(open(file_target, "rb").read())
H A Dxcode.py146 file_target = path_target if path_target else temp_target
156 cmd2 += [temp_ir, "-o", file_target]
169 libbin = bytearray(open(file_target, "rb").read())
/dports/multimedia/obs-ndi/obs-ndi-4.9.1/external/
H A DObsPluginHelpers.cmake144 function(install_external_plugin_data_file_to_arch_data target additional_target file_target)
153 get_filename_component(file_target_name ${file_target} NAME)
160 "${file_target}"
/dports/multimedia/obs-studio/obs-studio-27.1.3/cmake/external/
H A DObsPluginHelpers.cmake144 function(install_external_plugin_data_file_to_arch_data target additional_target file_target)
153 get_filename_component(file_target_name ${file_target} NAME)
160 "${file_target}"
/dports/www/moodle310/moodle/repository/nextcloud/classes/
H A Daccess_controlled_link_manager.php159 $result['filetarget'] = (string)$xml->data[0]->file_target;
400 return (string) $validelement->file_target;
454 'filetarget' => (string) $validfile->file_target
/dports/www/moodle311/moodle/repository/nextcloud/classes/
H A Daccess_controlled_link_manager.php159 $result['filetarget'] = (string)$xml->data[0]->file_target;
400 return (string) $validelement->file_target;
454 'filetarget' => (string) $validfile->file_target
/dports/www/moodle39/moodle/repository/nextcloud/classes/
H A Daccess_controlled_link_manager.php159 $result['filetarget'] = (string)$xml->data[0]->file_target;
400 return (string) $validelement->file_target;
454 'filetarget' => (string) $validfile->file_target
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dfile.h42 extern const char *file_target(const char *s);

12