Home
last modified time | relevance | path

Searched +refs:module +refs:path (Results 176 – 200 of 101490) sorted by relevance

12345678910>>...4060

/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/contrib/devtools/
H A Dcircular-dependencies.py11 def module_name(path): argument
12 if path in MAPPING:
13 path = MAPPING[path]
14 if path.endswith(".h"):
15 return path[:-2]
16 if path.endswith(".c"):
17 return path[:-2]
18 if path.endswith(".cpp"):
19 return path[:-4]
30 if module is None:
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/contrib/devtools/
H A Dcircular-dependencies.py11 def module_name(path): argument
12 if path in MAPPING:
13 path = MAPPING[path]
14 if path.endswith(".h"):
15 return path[:-2]
16 if path.endswith(".c"):
17 return path[:-2]
18 if path.endswith(".cpp"):
19 return path[:-4]
30 if module is None:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/modules/
H A Dopenssl_dhparam.py170 self.path = module.params['path']
203 self.backup_file = module.backup_local(self.path)
205 os.remove(self.path)
233 'filename': self.path,
277 self.backup_file = module.backup_local(self.path)
279 module.atomic_move(tmpsrc, self.path)
281 module.fail_json(msg="Failed to write to file %s: %s" % (self.path, str(e)))
327 self.backup_file = module.backup_local(self.path)
361 base_dir = os.path.dirname(module.params['path']) or '.'
408 result['changed'] = os.path.exists(module.params['path'])
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_mapped_drive.ps113 path = @{ type = "path"; }
26 $letter = $module.Params.letter
27 $path = $module.Params.path variable
28 $state = $module.Params.state
37 $module.Diff.before = ""
38 $module.Diff.after = ""
376 path = $existing_target.Path
382 if ($null -ne $path -and $existing_target.Path -ne $path) {
411 if ($existing_target.Path -ne $path) {
435 path = $path variable
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_mapped_drive.ps113 path = @{ type = "path"; }
26 $letter = $module.Params.letter
27 $path = $module.Params.path variable
28 $state = $module.Params.state
37 $module.Diff.before = ""
38 $module.Diff.after = ""
376 path = $existing_target.Path
382 if ($null -ne $path -and $existing_target.Path -ne $path) {
411 if ($existing_target.Path -ne $path) {
435 path = $path variable
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dmod_custom.c301 module->path); in PromiseModule_Receive()
385 module->path); in PromiseModule_ReceiveHeader()
394 module->path, in PromiseModule_ReceiveHeader()
415 module->path, in PromiseModule_ReceiveHeader()
431 free(module->path); in PromiseModule_DestroyInternal()
469 module->path = path; in PromiseModule_Start()
953 module->path); in PromiseModule_Evaluate()
966 module->path); in PromiseModule_Evaluate()
979 module->path); in PromiseModule_Evaluate()
1004 module->path); in PromiseModule_Evaluate()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dmod_custom.c301 module->path); in PromiseModule_Receive()
385 module->path); in PromiseModule_ReceiveHeader()
394 module->path, in PromiseModule_ReceiveHeader()
415 module->path, in PromiseModule_ReceiveHeader()
431 free(module->path); in PromiseModule_DestroyInternal()
469 module->path = path; in PromiseModule_Start()
953 module->path); in PromiseModule_Evaluate()
966 module->path); in PromiseModule_Evaluate()
979 module->path); in PromiseModule_Evaluate()
1004 module->path); in PromiseModule_Evaluate()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dmod_custom.c301 module->path); in PromiseModule_Receive()
385 module->path); in PromiseModule_ReceiveHeader()
394 module->path, in PromiseModule_ReceiveHeader()
415 module->path, in PromiseModule_ReceiveHeader()
431 free(module->path); in PromiseModule_DestroyInternal()
469 module->path = path; in PromiseModule_Start()
953 module->path); in PromiseModule_Evaluate()
966 module->path); in PromiseModule_Evaluate()
979 module->path); in PromiseModule_Evaluate()
1004 module->path); in PromiseModule_Evaluate()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dmod_custom.c301 module->path); in PromiseModule_Receive()
385 module->path); in PromiseModule_ReceiveHeader()
394 module->path, in PromiseModule_ReceiveHeader()
415 module->path, in PromiseModule_ReceiveHeader()
431 free(module->path); in PromiseModule_DestroyInternal()
469 module->path = path; in PromiseModule_Start()
953 module->path); in PromiseModule_Evaluate()
966 module->path); in PromiseModule_Evaluate()
979 module->path); in PromiseModule_Evaluate()
1004 module->path); in PromiseModule_Evaluate()
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/modules/
H A Dmodule.py171 [opj(adp, module + '.zip')]
173 return opj(adp, module)
181 def get_module_filetree(module, dir='.'): argument
182 path = get_module_path(module)
209 def get_resource_path(module, *args): argument
220 mod_path = get_module_path(module)
259 module = relative.pop(0)
260 return (module, '/'.join(relative), os.path.sep.join(relative))
263 def get_module_icon(module): argument
430 for module in modules:
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm24 my ($self, $path, $prefix) = @_;
25 return unless defined $prefix && defined $path;
29 $path = VMS::Filespec::unixify($path);
38 $path =~ s|\\|/|g;
40 return 1 if $path =~ m{^\Q$prefix\E}i;
46 my ($self, $path) = @_;
57 my ($self, $path, $type) = @_;
60 return($self->_is_doc($path)) if $type eq "doc";
64 && !($self->_is_doc($path)) ? 1 : 0);
70 my ($self, $path, @under) = @_;
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm24 my ($self, $path, $prefix) = @_;
25 return unless defined $prefix && defined $path;
29 $path = VMS::Filespec::unixify($path);
38 $path =~ s|\\|/|g;
40 return 1 if $path =~ m{^\Q$prefix\E}i;
46 my ($self, $path) = @_;
57 my ($self, $path, $type) = @_;
60 return($self->_is_doc($path)) if $type eq "doc";
64 && !($self->_is_doc($path)) ? 1 : 0);
70 my ($self, $path, @under) = @_;
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm22 my ($self, $path, $prefix) = @_;
23 return unless defined $prefix && defined $path;
27 $path = VMS::Filespec::unixify($path);
36 $path =~ s|\\|/|g;
38 return 1 if $path =~ m{^\Q$prefix\E}i;
44 my ($self, $path) = @_;
55 my ($self, $path, $type) = @_;
58 return($self->_is_doc($path)) if $type eq "doc";
62 && !($self->_is_doc($path)) ? 1 : 0);
68 my ($self, $path, @under) = @_;
[all …]
/dports/devel/p5-ExtUtils-Install/ExtUtils-Install-2.04/lib/ExtUtils/
H A DInstalled.pm24 my ($self, $path, $prefix) = @_;
25 return unless defined $prefix && defined $path;
29 $path = VMS::Filespec::unixify($path);
38 $path =~ s|\\|/|g;
40 return 1 if $path =~ m{^\Q$prefix\E}i;
46 my ($self, $path) = @_;
57 my ($self, $path, $type) = @_;
60 return($self->_is_doc($path)) if $type eq "doc";
64 && !($self->_is_doc($path)) ? 1 : 0);
70 my ($self, $path, @under) = @_;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm22 my ($self, $path, $prefix) = @_;
23 return unless defined $prefix && defined $path;
27 $path = VMS::Filespec::unixify($path);
36 $path =~ s|\\|/|g;
38 return 1 if $path =~ m{^\Q$prefix\E}i;
44 my ($self, $path) = @_;
55 my ($self, $path, $type) = @_;
58 return($self->_is_doc($path)) if $type eq "doc";
62 && !($self->_is_doc($path)) ? 1 : 0);
68 my ($self, $path, @under) = @_;
[all …]
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DModule.php222 $path = $moduleDir . $url;
224 if ($path[strlen($path) - 1] === '/') {
227 if (file_exists($path . $if)) {
228 $path .= $if;
234 if (is_dir($path)) {
241 if (!file_exists($path)) {
260 require($path);
290 $response = new BinaryFileResponse($path);
376 $path = self::getModuleDir('.');
378 $dh = scandir($path);
[all …]
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/project/
H A Dsource_tree.rs45 .module in import_cycle()
79 let module_name = module.module.name_string(); in calculate_dependencies()
81 let path = module.path.clone(); in calculate_dependencies() localVariable
82 let deps = module.module.dependencies(crate::build::Target::Erlang); in calculate_dependencies()
86 let module = self in calculate_dependencies() localVariable
99 path: path.clone(), in calculate_dependencies()
134 .path in insert()
148 path: input.path.clone(), in insert()
160 module: name.clone(), in insert()
173 path: input.path, in insert()
[all …]
/dports/www/py-weboob/weboob-2.0/weboob/core/
H A Drepositories.py293 if os.path.isdir(os.path.join(path, self.KEYDIR)):
379 self.path = path
559 return os.path.join(self.icons_dir, '%s.png' % module.name)
567 module = self.get_module_info(module)
574 icon_path = os.path.join(module.path, module.name, 'favicon.png')
575 if module.path and os.path.exists(icon_path):
711 module_dir = os.path.join(self.modules_dir, module.name)
730 keyring_path = os.path.join(self.keyrings_dir, self.url2filename(module.repo_url))
748 self.versions.set(module.name, module.version)
786 self.path = path + self.EXTENSION
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_importlib/import_/
H A Dtest_path.py24 module = '<test module>'
31 module = '<test module>'
33 importer = util.mock_spec(module)
36 found = self.find(module)
42 module = '<test module>'
46 found = self.find(module, [path])
51 module = 'module'
61 module = '<test module>'
66 found = self.find(module, [path])
87 module = '<test module>'
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_importlib/import_/
H A Dtest_path.py24 module = '<test module>'
31 module = '<test module>'
33 importer = util.mock_spec(module)
36 found = self.find(module)
42 module = '<test module>'
46 found = self.find(module, [path])
51 module = 'module'
61 module = '<test module>'
66 found = self.find(module, [path])
87 module = '<test module>'
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_importlib/import_/
H A Dtest_path.py24 module = '<test module>'
31 module = '<test module>'
33 importer = util.mock_spec(module)
36 found = self.find(module)
42 module = '<test module>'
46 found = self.find(module, [path])
51 module = 'module'
61 module = '<test module>'
66 found = self.find(module, [path])
87 module = '<test module>'
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/test_importlib/import_/
H A Dtest_path.py24 module = '<test module>'
31 module = '<test module>'
33 importer = util.mock_spec(module)
36 found = self.find(module)
42 module = '<test module>'
46 found = self.find(module, [path])
51 module = 'module'
61 module = '<test module>'
66 found = self.find(module, [path])
87 module = '<test module>'
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/test_importlib/import_/
H A Dtest_path.py24 module = '<test module>'
31 module = '<test module>'
33 importer = util.mock_spec(module)
36 found = self.find(module)
42 module = '<test module>'
46 found = self.find(module, [path])
51 module = 'module'
61 module = '<test module>'
66 found = self.find(module, [path])
87 module = '<test module>'
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/import_/
H A Dtest_path.py24 module = '<test module>'
31 module = '<test module>'
33 importer = util.mock_spec(module)
36 found = self.find(module)
42 module = '<test module>'
46 found = self.find(module, [path])
51 module = 'module'
61 module = '<test module>'
66 found = self.find(module, [path])
87 module = '<test module>'
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_importlib/import_/
H A Dtest_path.py24 module = '<test module>'
31 module = '<test module>'
33 importer = util.mock_spec(module)
36 found = self.find(module)
42 module = '<test module>'
46 found = self.find(module, [path])
51 module = 'module'
61 module = '<test module>'
66 found = self.find(module, [path])
87 module = '<test module>'
[all …]

12345678910>>...4060