Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 25 of 4342) sorted by relevance

12345678910>>...174

/dports/devel/py-loguru/loguru-0.5.3/loguru/
H A D_ctime_functions.py6 def get_ctime(filepath): argument
9 def set_ctime(filepath, timestamp): argument
21 def get_ctime(filepath): argument
24 def set_ctime(filepath, timestamp): argument
30 def get_ctime(filepath): argument
36 def set_ctime(filepath, timestamp): argument
45 def get_ctime(filepath): argument
48 def set_ctime(filepath, timestamp): argument
/dports/databases/py-sqlparse/sqlparse-0.4.2/tests/
H A Dtest_cli.py27 def test_valid_args(filepath): argument
33 def test_invalid_choice(filepath): argument
39 def test_invalid_args(filepath, capsys): argument
47 def test_invalid_infile(filepath, capsys): argument
54 def test_invalid_outfile(filepath, capsys): argument
62 def test_stdout(filepath, load_file, capsys): argument
80 def test_encoding_stdout(fpath, encoding, filepath, load_file, capfd): argument
92 def test_encoding_output_file(fpath, encoding, filepath, load_file, tmpdir): argument
105 def test_encoding_stdin(fpath, encoding, filepath, load_file, capfd): argument
117 def test_encoding(filepath, capsys): argument
/dports/www/moodle310/moodle/repository/
H A Ddraftfiles_ajax.php42 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
60 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
72 $filepath = required_param('filepath', PARAM_PATH); variable
84 $filepath = required_param('filepath', PARAM_PATH); variable
111 $filepath = required_param('filepath', PARAM_PATH); variable
113 $filepath = file_correct_filepath($filepath); variable
142 $filepath = required_param('filepath', PARAM_PATH); variable
154 $filepath = required_param('filepath', PARAM_PATH); variable
164 $filepath = array_pop($filepath); variable
190 $filepath = required_param('filepath', PARAM_PATH); variable
[all …]
/dports/www/moodle311/moodle/repository/
H A Ddraftfiles_ajax.php42 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
60 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
72 $filepath = required_param('filepath', PARAM_PATH); variable
84 $filepath = required_param('filepath', PARAM_PATH); variable
111 $filepath = required_param('filepath', PARAM_PATH); variable
113 $filepath = file_correct_filepath($filepath); variable
142 $filepath = required_param('filepath', PARAM_PATH); variable
154 $filepath = required_param('filepath', PARAM_PATH); variable
164 $filepath = array_pop($filepath); variable
190 $filepath = required_param('filepath', PARAM_PATH); variable
[all …]
/dports/www/moodle39/moodle/repository/
H A Ddraftfiles_ajax.php42 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
60 $filepath = optional_param('filepath', '/', PARAM_PATH); variable
72 $filepath = required_param('filepath', PARAM_PATH); variable
84 $filepath = required_param('filepath', PARAM_PATH); variable
111 $filepath = required_param('filepath', PARAM_PATH); variable
113 $filepath = file_correct_filepath($filepath); variable
142 $filepath = required_param('filepath', PARAM_PATH); variable
154 $filepath = required_param('filepath', PARAM_PATH); variable
164 $filepath = array_pop($filepath); variable
190 $filepath = required_param('filepath', PARAM_PATH); variable
[all …]
/dports/security/py-securesystemslib/securesystemslib-124bb05d/securesystemslib/
H A Dinterface.py131 def generate_and_write_rsa_keypair(filepath=None, bits=DEFAULT_RSA_KEY_BITS, argument
239 def import_rsa_privatekey_from_file(filepath, password=None, argument
358 def import_rsa_publickey_from_file(filepath): argument
408 def generate_and_write_ed25519_keypair(filepath=None, password=None): argument
527 def import_ed25519_publickey_from_file(filepath): argument
578 def import_ed25519_privatekey_from_file(filepath, password=None, prompt=False): argument
664 def generate_and_write_ecdsa_keypair(filepath=None, password=None): argument
772 def import_ecdsa_publickey_from_file(filepath): argument
823 def import_ecdsa_privatekey_from_file(filepath, password=None): argument
/dports/sysutils/py-upt/upt-0.11/upt/
H A Dchecksum.py25 def _compute_checksum(checksum_fn, filepath): argument
33 def _compute_md5_checksum(filepath): argument
37 def _compute_rmd160_checksum(filepath): argument
41 def _compute_sha256_checksum(filepath): argument
45 def _compute_sha256_base64_checksum(filepath): argument
50 def _compute_sha512_checksum(filepath): argument
54 def compute_checksum(filepath, hash_name): argument
/dports/www/fusionpbx/fusionpbx-4.4.1/app/edit/
H A Dfilesave.php42 $filepath = $_POST["filepath"]; variable
47 $filepath = realpath($filepath); //filepath variable
48 $filepath = str_replace ('//', '/', $filepath); variable
49 $filepath = str_replace ("\\", "/", $filepath); variable
/dports/science/py-nibabel/nibabel-3.2.1/tools/
H A Dinstall_python.ps119 $filepath = $basedir + $filename in DownloadMiniconda() variable
21 Write-Host "Reusing" $filepath in DownloadMiniconda() variable
22 return $filepath in DownloadMiniconda() variable
37 if (Test-Path $filepath) { in DownloadMiniconda() variable
38 Write-Host "File saved at" $filepath in DownloadMiniconda() variable
43 return $filepath in DownloadMiniconda() variable
58 $filepath = DownloadMiniconda $python_version $platform_suffix in InstallMiniconda() variable
59 Write-Host "Installing" $filepath "to" $python_home in InstallMiniconda() variable
62 Write-Host $filepath $args in InstallMiniconda() variable
63 Start-Process -FilePath $filepath -ArgumentList $args -Wait -Passthru in InstallMiniconda() variable
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dthumbnail_tools.py70 def thumbnail(self, filepath, mt=False): argument
100 def thumbnail_finished(self, filepath, pixbuf): argument
107 def delete(self, filepath): argument
117 def _create_thumbnail_pixbuf(self, filepath): argument
166 def _create_thumbnail(self, filepath): argument
179 def _get_text_data(self, filepath): argument
221 def _thumbnail_exists(self, filepath): argument
249 def _path_to_thumbpath(self, filepath): argument
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/freesurfer/
H A Dio.py43 def read_geometry(filepath): argument
98 def write_geometry(filepath, coords, faces, create_stamp=None): argument
129 def read_morph_data(filepath): argument
160 def read_annot(filepath, orig_ids=False): argument
228 def read_label(filepath): argument
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Dprojectmanager.cpp81 bool ProjectManager::load_project(const std::string& filepath) in load_project()
86 void ProjectManager::load_project_async(const string& filepath) in load_project_async()
106 bool ProjectManager::save_project_as(const string& filepath) in save_project_as()
121 bool ProjectManager::pack_project_as(const string& filepath) in pack_project_as()
153 const bf::path filepath(m_project->get_path()); in get_project_display_name() local
198 bool ProjectManager::do_load_project(const string& filepath) in do_load_project()
236 const string& filepath, in do_save_project()
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/examples/howto/
H A Dencrypt-to-group.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group-gullible.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group-trustno1.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
/dports/security/gpgme/gpgme-1.15.1/lang/python/examples/howto/
H A Dencrypt-to-group-trustno1.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group-gullible.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/examples/howto/
H A Dencrypt-to-group-gullible.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group-trustno1.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/examples/howto/
H A Dencrypt-to-group-trustno1.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
H A Dencrypt-to-group-gullible.py40 filepath = sys.argv[2:] variable
43 filepath = sys.argv[2] variable
46 filepath = input("Enter the filename to encrypt: ") variable
49 filepath = input("Enter the filename to encrypt: ") variable
/dports/irc/ergo/ergo-2.8.0/
H A Dupdatetranslations.py47 filepath = subdir + os.sep + fname variable
82 filepath = subdir + os.sep + fname variable
112 filepath = subdir + os.sep + fname variable
142 filepath = subdir + os.sep + fname variable
172 filepath = subdir + os.sep + fname variable

12345678910>>...174