Home
last modified time | relevance | path

Searched +refs:module +refs:path (Results 1 – 25 of 77323) sorted by relevance

12345678910>>...3093

/dports/lang/racket-minimal/racket-8.3/src/expander/common/
H A Dmodule-path.rkt11 (provide module-path?
17 resolved-module-path->module-path
19 module-path-index?
128 (define (resolved-module-path->module-path r)
160 [(module-path-index-path r)
200 [(path base) (module-path-index-join path base)]
225 (module-path-index-join path base))
250 (make-self-module-path-index (make-resolved-module-path
271 (values (module-path-index-path mpi)
304 (define r (resolved-module-path-to-generic-resolved-module-path
[all …]
/dports/lang/racket/racket-8.3/src/expander/common/
H A Dmodule-path.rkt11 (provide module-path?
17 resolved-module-path->module-path
19 module-path-index?
128 (define (resolved-module-path->module-path r)
160 [(module-path-index-path r)
200 [(path base) (module-path-index-join path base)]
225 (module-path-index-join path base))
250 (make-self-module-path-index (make-resolved-module-path
271 (values (module-path-index-path mpi)
304 (define r (resolved-module-path-to-generic-resolved-module-path
[all …]
/dports/net/libyang/libyang-1.0.240/tests/schema/
H A Dtest_augment.c94 if (!(module = lys_parse_path(ctx, path, LYS_IN_YIN))) { in test_target_include_submodule()
101 if (!(module = lys_parse_path(ctx, path, LYS_IN_YANG))) { in test_target_include_submodule()
120 if (!(module = lys_parse_path(ctx, path, LYS_IN_YIN))) { in test_leafref()
127 if (!(module = lys_parse_path(ctx, path, LYS_IN_YIN))) { in test_leafref()
134 if (!(module = lys_parse_path(ctx, path, LYS_IN_YANG))) { in test_leafref()
141 if (!(module = lys_parse_path(ctx, path, LYS_IN_YANG))) { in test_leafref()
163 if (!(module = lys_parse_path(ctx, path, LYS_IN_YIN))) { in test_leafref_w_feature1()
168 if (!(module = lys_parse_path(ctx, path, LYS_IN_YANG))) { in test_leafref_w_feature1()
194 if (!(module = lys_parse_path(ctx, path, LYS_IN_YIN))) { in test_leafref_w_feature2()
226 if (!(module = lys_parse_path(ctx, path, LYS_IN_YIN))) { in test_leafref_w_feature3()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/syntax/scribblings/
H A Dmodcollapse.scrbl16 @defproc[(collapse-module-path [module-path-v module-path?]
17 [rel-to-module-path-v (or/c module-path?
19 module-path?]{
22 @racket[module-path-v] with @racket[rel-to-module-path-v], where the
24 symbol module path; a @racket['(file ....)] module path; a
52 @defproc*[([(collapse-module-path-index [module-path-index module-path-index?]
53 [rel-to-module-path-v (or/c module-path?
56 [(collapse-module-path-index [module-path-index module-path-index?])
61 the @racket[rel-to-module-path-v] base is used where the module path
65 returns a module path that is relative if the given module path index
[all …]
H A Dmodresolve.scrbl16 @defproc[(resolve-module-path [module-path-v module-path?]
21 Resolves a module path to filename path. The module path is resolved
26 When @racket[module-path-v] refers to a module using a
34 @defproc[(resolve-module-path-index [module-path-index module-path-index?]
40 refman]{module path index}; in this case, the @racket[rel-to-path-v]
42 If @racket[module-path-index] depends on the ``self'' module path
46 See @racket[module-path-index-resolve].
49 (resolve-module-path-index
50 (module-path-index-join 'racket #f))
51 (resolve-module-path-index
[all …]
/dports/net-im/p5-Net-Jabber/Net-Jabber-2.0/lib/Net/Jabber/
H A DNamespaces.pm158 module => 'Net::Jabber',
177 module => 'Net::Jabber',
286 module => 'Net::Jabber',
367 module => 'Net::Jabber',
385 module => 'Net::Jabber',
403 module => 'Net::Jabber',
434 module => 'Net::Jabber',
461 module => 'Net::Jabber',
483 module => 'Net::Jabber',
510 module => 'Net::Jabber',
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dcopy.py334 def chown_recursive(path, module): argument
497 … changed = changed or copy_common_dirs(os.path.join(src, item), os.path.join(dest, item), module)
732 if remote_src and os.path.isdir(module.params['src']):
736 if src.endswith(os.path.sep) and os.path.isdir(module.params['dest']):
744 if src.endswith(os.path.sep) and not os.path.exists(module.params['dest']):
753 if not src.endswith(os.path.sep) and os.path.isdir(module.params['dest']):
757 if not module.check_mode and not os.path.exists(b_dest):
761 if module.check_mode and not os.path.exists(b_dest):
771 if not src.endswith(os.path.sep) and not os.path.exists(module.params['dest']):
783 if module.check_mode and not os.path.exists(b_dest):
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dcopy.py339 def chown_recursive(path, module): argument
502 … changed = changed or copy_common_dirs(os.path.join(src, item), os.path.join(dest, item), module)
737 if remote_src and os.path.isdir(module.params['src']):
741 if src.endswith(os.path.sep) and os.path.isdir(module.params['dest']):
749 if src.endswith(os.path.sep) and not os.path.exists(module.params['dest']):
758 if not src.endswith(os.path.sep) and os.path.isdir(module.params['dest']):
762 if not module.check_mode and not os.path.exists(b_dest):
766 if module.check_mode and not os.path.exists(b_dest):
776 if not src.endswith(os.path.sep) and not os.path.exists(module.params['dest']):
788 if module.check_mode and not os.path.exists(b_dest):
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/files/
H A Dcopy.py334 def chown_recursive(path, module): argument
490 … changed = changed or copy_common_dirs(os.path.join(src, item), os.path.join(dest, item), module)
722 if remote_src and os.path.isdir(module.params['src']):
726 if src.endswith(os.path.sep) and os.path.isdir(module.params['dest']):
734 if src.endswith(os.path.sep) and not os.path.exists(module.params['dest']):
743 if not src.endswith(os.path.sep) and os.path.isdir(module.params['dest']):
747 if not module.check_mode and not os.path.exists(b_dest):
751 if module.check_mode and not os.path.exists(b_dest):
761 if not src.endswith(os.path.sep) and not os.path.exists(module.params['dest']):
764 if not module.check_mode and not os.path.exists(b_dest):
[all …]
/dports/devel/kore/kore-4.1.0/src/
H A Dmodule.c82 module->path = kore_strdup(path); in kore_module_load()
84 module->path = NULL; in kore_module_load()
113 module->path, onload); in kore_module_load()
126 if (module->path == NULL || module->ocb == NULL) in kore_module_onload()
146 if (module->path == NULL) in kore_module_reload()
149 if (stat(module->path, &st) == -1) { in kore_module_reload()
151 module->path, errno_s); in kore_module_reload()
175 module->path, module->onload); in kore_module_reload()
336 kore_free(module->path); in native_free()
352 module->handle = dlopen(module->path, RTLD_NOW | RTLD_GLOBAL); in native_load()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/crypto/
H A Dopenssh_keypair.py139 self.path = module.params['path']
194 if os.path.exists(self.path):
197 … proc = module.run_command([module.get_bin_path('ssh-keygen', True), '-lf', self.path])
199 … pubkey = module.run_command([module.get_bin_path('ssh-keygen', True), '-yf', self.path])
206 pubkey = module.run_command([module.get_bin_path('ssh-keygen', True), '-yf', self.path])
241 return os.path.exists(self.path)
244 …proc = module.run_command([module.get_bin_path('ssh-keygen', True), '-lf', self.path], check_rc=Fa…
246 if os.path.isdir(self.path):
305 pubkey = module.run_command([module.get_bin_path('ssh-keygen', True), '-yf', self.path])
376 base_dir = os.path.dirname(module.params['path']) or '.'
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/analysis/private/
H A Dutil.rkt49 mpi->module-path
50 mpi-list->module-path)
58 (get-module-code path
67 (and (module-path-index? x)
78 (cond [(module-path-index? x)
132 (define (mpi->module-path mpi)
134 [else (simplify-module-path (collapse-module-path-index mpi))]))
150 ;; get-module-code* : (U path (cons path (listof symbol))) -> compiled-module
181 ;; get-module-info : (or module-path module-path-index) -> modinfo
190 ;; resolve : (or module-path resolved-module-path module-path-index)
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dmissing-module.rkt4 "../common/module-path.rkt")
6 (provide current-module-path-for-load
35 #:property prop:exn:missing-module (lambda (e) (exn:fail:syntax:missing-module-path e)))
37 (define current-module-path-for-load
41 (module-path? v)
45 'current-module-path-for-load
46 (string-append "(or/c module-path?"
51 'current-module-path-for-load))
54 (define path (current-module-path-for-load))
60 " module path: ~a\n"
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dmissing-module.rkt4 "../common/module-path.rkt")
6 (provide current-module-path-for-load
35 #:property prop:exn:missing-module (lambda (e) (exn:fail:syntax:missing-module-path e)))
37 (define current-module-path-for-load
41 (module-path? v)
45 'current-module-path-for-load
46 (string-append "(or/c module-path?"
51 'current-module-path-for-load))
54 (define path (current-module-path-for-load))
60 " module path: ~a\n"
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_certificate_store.ps132 Function Get-CertFile($module, $path, $password, $key_exportable, $key_storage) { in Get-CertFile() argument
35 $module.FailJson("File at '$path' either does not exist or is not a file") in Get-CertFile()
62 Function New-CertFile($module, $cert, $path, $type, $password) { in New-CertFile() argument
142 } elseif ($path.EndsWith(".pfx") -or $path.EndsWith(".p12")) { in Get-CertFileType()
152 $path = $module.Params.path variable
180 …$certs = Get-CertFile -module $module -path $path -password $password -key_exportable $key_exporta…
211 $module.FailJson("Cannot export cert to path '$path' as it is a directory")
213 $actual_cert_type = Get-CertFileType -path $path -password $password
216 …$certs = Get-CertFile -module $module -path $path -password $password -key_exportable $key_exporta…
235 … New-CertFile -module $module -cert $found_certs -path $path -type $file_type -password $password variable
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/modules/
H A Dwin_certificate_store.ps132 Function Get-CertFile($module, $path, $password, $key_exportable, $key_storage) { in Get-CertFile() argument
35 $module.FailJson("File at '$path' either does not exist or is not a file") in Get-CertFile()
62 Function New-CertFile($module, $cert, $path, $type, $password) { in New-CertFile() argument
142 } elseif ($path.EndsWith(".pfx") -or $path.EndsWith(".p12")) { in Get-CertFileType()
152 $path = $module.Params.path variable
180 …$certs = Get-CertFile -module $module -path $path -password $password -key_exportable $key_exporta…
211 $module.FailJson("Cannot export cert to path '$path' as it is a directory")
213 $actual_cert_type = Get-CertFileType -path $path -password $password
216 …$certs = Get-CertFile -module $module -path $path -password $password -key_exportable $key_exporta…
235 … New-CertFile -module $module -cert $found_certs -path $path -type $file_type -password $password variable
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/modules/
H A Dwin_certificate_store.ps132 Function Get-CertFile($module, $path, $password, $key_exportable, $key_storage) {
35 $module.FailJson("File at '$path' either does not exist or is not a file")
62 Function New-CertFile($module, $cert, $path, $type, $password) {
142 } elseif ($path.EndsWith(".pfx") -or $path.EndsWith(".p12")) {
152 $path = $module.Params.path
180 …$certs = Get-CertFile -module $module -path $path -password $password -key_exportable $key_exporta…
211 $module.FailJson("Cannot export cert to path '$path' as it is a directory")
213 $actual_cert_type = Get-CertFileType -path $path -password $password
216 …$certs = Get-CertFile -module $module -path $path -password $password -key_exportable $key_exporta…
235 … New-CertFile -module $module -cert $found_certs -path $path -type $file_type -password $password
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/theforeman/foreman/plugins/modules/
H A Dredhat_manifest.py139 def fetch_portal(module, path, method, data=None, accept_header='application/json'): argument
142 url = module.params['portal'] + path
176 resp, info = fetch_portal(module, path, 'POST', data)
182 resp, info = fetch_portal(module, path, 'DELETE')
189 resp, info = fetch_portal(module, path, 'GET')
211 path = "/subscription/users/%s/owners" % (module.params['username'])
212 resp, info = fetch_portal(module, path, 'GET')
218 resp, info = fetch_portal(module, path, 'GET')
258 fetch_portal(module, path, 'DELETE')
263 fetch_portal(module, path, 'POST')
[all …]
/dports/devel/p5-File-ShareDir/File-ShareDir-1.118/lib/File/
H A DShareDir.pm228 my $module = _MODULE(shift);
230 return $MODULE_SHARE{$module} if exists $MODULE_SHARE{$module};
233 return _module_dir_new($module) || _module_dir_old($module);
238 my $module = shift;
241 my $path = File::Spec->catdir('auto', 'share', 'module', _module_subdir($module),);
249 my $module = shift;
406 my @queue = ($module);
475 my $module = shift;
476 $module =~ s/::/-/g;
477 return $module;
[all …]
/dports/devel/p5-CPAN-Mini/CPAN-Mini-1.111016/t/
H A Dfilter.t22 module => 'perl',
28 module => 'bioperl',
34 module => 'embperl',
40 module => 'notperl',
46 module => 'ponie',
52 module => 'parrot',
60 module => 'perl',
71 module => 'skipme',
77 module => 'noskip',
89 module => 'skipme',
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dmodule-reflect.scrbl52 @defproc[(resolved-module-path-name [module-path resolved-module-path?])
68 @racket[path?]) is a module path.}
227 @defparam[current-module-path-for-load path (or/c #f module-path?
328 @tech{module path index}, @tech{resolved module path}, or
351 @defproc[(module-path-index-join [path (or/c module-path? #f)]
653 [mod (or/c module-path? module-path-index?
672 [mod (or/c module-path? module-path-index?
695 [mod (or/c module-path? module-path-index?
716 [mod (or/c module-path? module-path-index?
741 [mod (or/c module-path? module-path-index?
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/web_infrastructure/
H A Ddeploy_helper.py279 def __init__(self, module): argument
280 self.module = module
281 self.file_args = module.load_file_common_arguments(module.params)
286 self.path = module.params['path']
328 self.module.fail_json(msg="%s exists but is not a directory" % path)
347 self.module.fail_json(msg="%s exists but is not a directory" % path)
349 … changed += self.module.set_directory_attributes_if_different(self._get_file_args(path), changed)
356 self.module.fail_json(msg="%s exists but is not a symbolic link" % path)
409 if not self.module.check_mode and os.path.exists(tmp_link_name):
452 module = AnsibleModule(
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Ddeploy_helper.py279 def __init__(self, module): argument
280 self.module = module
281 self.file_args = module.load_file_common_arguments(module.params)
286 self.path = module.params['path']
328 self.module.fail_json(msg="%s exists but is not a directory" % path)
347 self.module.fail_json(msg="%s exists but is not a directory" % path)
349 … changed += self.module.set_directory_attributes_if_different(self._get_file_args(path), changed)
356 self.module.fail_json(msg="%s exists but is not a symbolic link" % path)
409 if not self.module.check_mode and os.path.exists(tmp_link_name):
452 module = AnsibleModule(
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Ddeploy_helper.py279 def __init__(self, module): argument
280 self.module = module
281 self.file_args = module.load_file_common_arguments(module.params)
286 self.path = module.params['path']
328 self.module.fail_json(msg="%s exists but is not a directory" % path)
347 self.module.fail_json(msg="%s exists but is not a directory" % path)
349 … changed += self.module.set_directory_attributes_if_different(self._get_file_args(path), changed)
356 self.module.fail_json(msg="%s exists but is not a symbolic link" % path)
409 if not self.module.check_mode and os.path.exists(tmp_link_name):
452 module = AnsibleModule(
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Ddeploy_helper.py282 def __init__(self, module): argument
283 self.module = module
284 self.file_args = module.load_file_common_arguments(module.params)
289 self.path = module.params['path']
331 self.module.fail_json(msg="%s exists but is not a directory" % path)
350 self.module.fail_json(msg="%s exists but is not a directory" % path)
352 … changed += self.module.set_directory_attributes_if_different(self._get_file_args(path), changed)
359 self.module.fail_json(msg="%s exists but is not a symbolic link" % path)
413 if not self.module.check_mode and os.path.exists(tmp_link_name):
456 module = AnsibleModule(
[all …]

12345678910>>...3093