Home
last modified time | relevance | path

Searched refs:destination_file (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowMonitor_Dashboard.cgi368 $destination_file = $moveup_file;
370 $move_command = "mv $moveup_file $destination_file";
384 $destination_file = $moveup_file;
395 $destination_file = $moveup_file;
411 $destination_file = $moveup_file;
422 $destination_file = $moveup_file;
433 $destination_file = $moveup_file;
463 $destination_file = $moving_file;
468 $destination_file = $moved_file;
497 $destination_file = $moving_file;
[all …]
/dports/www/e107/e107/e107_handlers/
H A Dresize_handler.php110 if ($destination_file == 'stdout')
118 return copy($source_file,$destination_file);
123 return ($source_file == $destination_file);
138 if (($destination_file != 'stdout') && ($model == 'copy'))
140 $destination_file = dirname($destination_file).'/thumb_'.basename($destination_file);
146 if ($destination_file == "stdout")
203 $destName = $destination_file;
204 if ($destination_file == "stdout")
259 @chmod($destination_file, 0644);
262 @chown($destination_file, $pref['image_owner']);
[all …]
/dports/net/clusterit/clusterit-2.5/pcp/
H A Dpcp.c57 char *destination_file);
59 char *destination_file);
61 char *destination_file);
275 free(destination_file); in do_copy()
302 free(destination_file); in do_copy()
318 char *destination_file) argument
348 strlen(destination_file);
385 destination_file);
503 char *destination_file) argument
533 destination_file);
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/extensions/importer/
H A Dgth-import-task.c459 …if ((self->priv->destination_file == NULL) || (destination_file != self->priv->destination_file->f… in write_file_to_destination()
461 self->priv->destination_file = gth_file_data_new (destination_file, file_data->info); in write_file_to_destination()
533 GFile *destination_file; in get_destination_file() local
555 GFile *tmp = destination_file; in get_destination_file()
563 return destination_file; in get_destination_file()
575 GFile *destination_file; in file_buffer_ready_cb() local
594 if (destination_file == NULL) in file_buffer_ready_cb()
598 destination_file, in file_buffer_ready_cb()
690 GFile *destination_file; in import_current_file() local
693 if (destination_file != NULL) { in import_current_file()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/docker/funsize-update-generator/scripts/
H A Dmbsdiff_hook.sh66 destination_file="$3"
67 tmp_file="$destination_file.tmp"
71 cp -avf "$LOCAL_CACHE_DIR/$sha_from/$sha_to" "$destination_file"
72 echo "Successful retrieved $destination_file from local cache!"
86 mv "$tmp_file" "$destination_file"
87 echo "Successful retrieved $destination_file from funsize!"
92 echo "Failed to retrieve $destination_file from funsize!"
/dports/www/phpbb3/phpBB3/phpbb/files/
H A Dfilespec.php52 protected $destination_file = ''; variable in phpbb\\files\\filespec
302 @unlink($this->destination_file);
428 if (file_exists($this->destination_file) && !$overwrite)
437 if (file_exists($this->destination_file))
439 @unlink($this->destination_file);
446 if (!@copy($this->filename, $this->destination_file))
458 if (!@move_uploaded_file($this->filename, $this->destination_file))
460 if (!@copy($this->filename, $this->destination_file))
470 if (!@copy($this->filename, $this->destination_file))
491 $this->filesystem->phpbb_chmod($this->destination_file, $chmod);
[all …]
/dports/lang/seed7/seed7/lib/
H A Dupper.s7i30 var file: destination_file is STD_NULL;
40 new_upper_file.destination_file := aFile;
48 page(upper_fil.destination_file);
55 write(upper_fil.destination_file, upper(stri));
61 writeln(upper_fil.destination_file);
67 writeln(upper_fil.destination_file, upper(stri));
73 moveLeft(upper_fil.destination_file, stri);
79 erase(upper_fil.destination_file, stri);
85 cursorOn(upper_fil.destination_file, cursorChar);
91 cursorOff(upper_fil.destination_file, cursorChar);
[all …]
H A Dlower.s7i30 var file: destination_file is STD_NULL;
40 new_lower_file.destination_file := aFile;
48 page(lower_fil.destination_file);
55 write(lower_fil.destination_file, lower(stri));
61 writeln(lower_fil.destination_file);
67 writeln(lower_fil.destination_file, lower(stri));
73 moveLeft(lower_fil.destination_file, stri);
79 erase(lower_fil.destination_file, stri);
85 cursorOn(lower_fil.destination_file, cursorChar);
91 cursorOff(lower_fil.destination_file, cursorChar);
[all …]
/dports/deskutils/p5-Goo/Goo-0.09/lib/Goo/FileThing/
H A DCloner.pm53 my $destination_file = Goo::Prompter::ask("Clone $source_file to?");
55 unless ($destination_file) {
61 my $destination_path = $thing->get_location() . "/" . $destination_file;
67 unless (Goo::Prompter::confirm("$destination_file already exists. Continue?", "N"));
82 Goo::Prompter::yell("Finished cloning $thing->{filename} to $destination_file.");
84 if (Goo::Prompter::confirm("Save $destination_file?")) {
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/docker/funsize-update-generator/scripts/
H A Dmbsdiff_hook.sh79 destination_file="$3"
85 cp -avf "$LOCAL_CACHE_DIR/$sha_from/$sha_to" "$destination_file"
86 echo "Successful retrieved ${destination_file} from local cache."
97 if aws s3 cp "${BUCKET_PATH}" "${destination_file}"; then
98 echo "Successful retrieved ${destination_file} from s3://${AWS_BUCKET_NAME}"
101 echo "Failed to retrieve ${destination_file} from s3://${AWS_BUCKET_NAME}"
/dports/www/firefox/firefox-99.0/taskcluster/docker/funsize-update-generator/scripts/
H A Dmbsdiff_hook.sh79 destination_file="$3"
85 cp -avf "$LOCAL_CACHE_DIR/$sha_from/$sha_to" "$destination_file"
86 echo "Successful retrieved ${destination_file} from local cache."
97 if aws s3 cp "${BUCKET_PATH}" "${destination_file}"; then
98 echo "Successful retrieved ${destination_file} from s3://${AWS_BUCKET_NAME}"
101 echo "Failed to retrieve ${destination_file} from s3://${AWS_BUCKET_NAME}"
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/docker/funsize-update-generator/scripts/
H A Dmbsdiff_hook.sh79 destination_file="$3"
85 cp -avf "$LOCAL_CACHE_DIR/$sha_from/$sha_to" "$destination_file"
86 echo "Successful retrieved ${destination_file} from local cache."
97 if aws s3 cp "${BUCKET_PATH}" "${destination_file}"; then
98 echo "Successful retrieved ${destination_file} from s3://${AWS_BUCKET_NAME}"
101 echo "Failed to retrieve ${destination_file} from s3://${AWS_BUCKET_NAME}"
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/docker/funsize-update-generator/scripts/
H A Dmbsdiff_hook.sh103 destination_file="$3"
109 cp -avf "$LOCAL_CACHE_DIR/$sha_from/$sha_to" "$destination_file"
110 echo "Successful retrieved ${destination_file} from local cache."
122 if aws s3 cp "${BUCKET_PATH}" "${destination_file}"; then
123 echo "Successful retrieved ${destination_file} from s3://${AWS_BUCKET_NAME}"
126 echo "Failed to retrieve ${destination_file} from s3://${AWS_BUCKET_NAME}"
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/docker/funsize-update-generator/scripts/
H A Dmbsdiff_hook.sh105 destination_file="$3"
111 cp -avf "$LOCAL_CACHE_DIR/$sha_from/$sha_to" "$destination_file"
112 echo "Successful retrieved ${destination_file} from local cache."
125 if aws s3 cp "${BUCKET_PATH}" "${destination_file}"; then
126 echo "Successful retrieved ${destination_file} from s3://${AWS_BUCKET_NAME}"
129 echo "Failed to retrieve ${destination_file} from s3://${AWS_BUCKET_NAME}"
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/cmake/semsCMake/
H A DAddFileCopyCommand.cmake10 function(add_file_copy_command source_file destination_file)
18 OUTPUT ${destination_file}
21 ${destination_file}
26 OUTPUT ${destination_file}
29 ${destination_file}
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_upload.php36 var $destination_file = ''; variable in filespec
185 @unlink($this->destination_file);
297 if (file_exists($this->destination_file) && !$overwrite)
303 if (file_exists($this->destination_file))
305 @unlink($this->destination_file);
312 if (!@copy($this->filename, $this->destination_file))
324 if (!@move_uploaded_file($this->filename, $this->destination_file))
326 if (!@copy($this->filename, $this->destination_file))
336 if (!@copy($this->filename, $this->destination_file))
352 phpbb_chmod($this->destination_file, $chmod);
[all …]
/dports/math/vtk6/VTK-6.2.0/Utilities/Doxygen/
H A Ddoc_version.pl139 my $destination_file = $args{"to"} . "/" . $args{"store"};
140 print "Building version documentation to ", $destination_file, "\n";
143 $destination_file,
145 or croak "$PROGNAME: unable to open destination file " . $destination_file . "\n";
/dports/math/vtk8/VTK-8.2.0/Utilities/Doxygen/
H A Ddoc_version.pl139 my $destination_file = $args{"to"} . "/" . $args{"store"};
140 print "Building version documentation to ", $destination_file, "\n";
143 $destination_file,
145 or croak "$PROGNAME: unable to open destination file " . $destination_file . "\n";
/dports/math/vtk9/VTK-9.1.0/Utilities/Doxygen/
H A Ddoc_version.pl139 my $destination_file = $args{"to"} . "/" . $args{"store"};
140 print "Building version documentation to ", $destination_file, "\n";
143 $destination_file,
145 or croak "$PROGNAME: unable to open destination file " . $destination_file . "\n";
/dports/misc/py-cinder/cinder-12.0.10/cinder/cmd/
H A Drtstool.py200 def save_to_file(destination_file): argument
204 if not destination_file:
205 destination_file = rtslib_fb.root.default_save_file
206 path_to_file = os.path.dirname(destination_file)
222 rtsroot.save_to_file(destination_file)
226 {'file_path': destination_file, 'exc': exc})
336 destination_file = argv[2] if len(argv) > 2 else None
337 save_to_file(destination_file)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cloudstorage/cloudstorage/
H A Dcloudstorage_api.py282 def compose(list_of_files, destination_file, files_metadata=None, argument
310 def _temp_func(file_list, destination_file, content_type): argument
311 bucket = '/' + destination_file.split('/')[1] + '/'
312 with open(destination_file, 'w', content_type=content_type) as gcs_merge:
320 file_list, _ = _validate_compose_list(destination_file,
323 compose_object(file_list, destination_file, content_type)
345 def _validate_compose_list(destination_file, file_list, argument
360 common.validate_file_path(destination_file)
361 bucket = destination_file[0:(destination_file.index('/', 1) + 1)]
/dports/cad/cura/Cura-58bae31/scripts/
H A Dlionbridge_import.py32destination_file = os.path.join(destination_cura(), language.replace("-", "_"), source_file + ".po…
33 print("Merging", source_file, "(Cura) into", destination_file)
35destination_file = os.path.join(destination_uranium(), language.replace("-", "_"), source_file + "…
36 print("Merging", source_file, "(Uranium) into", destination_file)
42 with io.open(destination_file, encoding = "utf8") as f:
45 with io.open(destination_file, "w", encoding = "utf8") as f:
/dports/www/mod_php81/php-8.1.1/ext/ftp/tests/
H A Dbug39583.phpt17 $destination_file = basename(__FILE__);
20 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_ASCII);
26 echo "Uploaded $source_file as $destination_file";
H A Dbug39583-2.phpt16 $destination_file = basename(__FILE__);
19 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
25 echo "Uploaded $source_file as $destination_file";
/dports/ftp/php81-ftp/php-8.1.1/ext/ftp/tests/
H A Dbug39583-2.phpt16 $destination_file = basename(__FILE__);
19 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
25 echo "Uploaded $source_file as $destination_file";

12345678910>>...14