Home
last modified time | relevance | path

Searched refs:with_defaults (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/declarations/
H A Dcpptypes.py44 def build_decl_string(self, with_defaults=True): argument
468 def _f(x, with_defaults): argument
474 return x.build_decl_string(with_defaults)
638 with_defaults)
717 with_defaults)
785 with_defaults=True): argument
795 if with_defaults:
814 with_defaults=True): argument
821 with_defaults)
836 with_defaults)
[all …]
H A Dtemplates.py123 declaration_utils.full_name(decl, with_defaults=True))
139 declaration_utils.full_name(decl, with_defaults=False))
H A Ddeclaration.py291 def create_decl_string(self, with_defaults=True): argument
292 return declaration_utils.full_name(self, with_defaults)
310 return self.create_decl_string(with_defaults=False)
H A Ddeclaration_utils.py90 def full_name(decl, with_defaults=True): argument
108 if with_defaults:
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/declarations/
H A Dcpptypes.py44 def build_decl_string(self, with_defaults=True): argument
468 def _f(x, with_defaults): argument
474 return x.build_decl_string(with_defaults)
638 with_defaults)
717 with_defaults)
785 with_defaults=True): argument
795 if with_defaults:
814 with_defaults=True): argument
821 with_defaults)
836 with_defaults)
[all …]
H A Dtemplates.py123 declaration_utils.full_name(decl, with_defaults=True))
139 declaration_utils.full_name(decl, with_defaults=False))
H A Ddeclaration.py294 def create_decl_string(self, with_defaults=True): argument
295 return declaration_utils.full_name(self, with_defaults)
313 return self.create_decl_string(with_defaults=False)
/dports/devel/R-cran-lintr/lintr/man/
H A Dwith_defaults.Rd3 \name{with_defaults}
4 \alias{with_defaults}
7 with_defaults(..., default = default_linters)
27 lint("foo.R", linters = with_defaults(line_length_linter = line_length_linter(120)))
30 my_linters <- with_defaults(line_length_linter = line_length_linter(120))
33 my_linters <- with_defaults(default = my_linters,
37 my_linters <- with_defaults(default = my_linters,
46 my_undesirable_functions <- with_defaults(default = default_undesirable_functions,
/dports/devel/R-cran-lintr/lintr/R/
H A Dzzz.R53 with_defaults <- function(..., default = default_linters) { function
93 default_linters <- with_defaults(default = list(),
125 all_undesirable_functions <- with_defaults(default = list(),
148 default_undesirable_functions <- do.call(with_defaults, c(list(default=list()),
169 all_undesirable_operators <- with_defaults(default = list(),
177 default_undesirable_operators <- do.call(with_defaults, c(list(default=list()),
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/
H A Dservices28.yml10 with_defaults:
25 alias: with_defaults
27 with_defaults_aliased_short: '@with_defaults'
32 parent: with_defaults
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/
H A Dservices28.yml10 with_defaults:
25 alias: with_defaults
27 with_defaults_aliased_short: '@with_defaults'
32 parent: with_defaults
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/
H A Dservices28.yml10 with_defaults:
25 alias: with_defaults
27 with_defaults_aliased_short: '@with_defaults'
32 parent: with_defaults
/dports/net-mgmt/py-ncclient/ncclient-0.6.10/ncclient/operations/
H A Dretrieve.py72 def request(self, filter=None, with_defaults=None): argument
84 if with_defaults is not None:
88 with_defaults,
145 def request(self, source, filter=None, with_defaults=None): argument
159 if with_defaults is not None:
163 with_defaults,
/dports/www/firefox/firefox-99.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A D__init__.py88 integrations, with_defaults=True, with_auto_enabling_integrations=False argument
99 logger.debug("Setting up integrations (with default = %s)", with_defaults)
104 if with_defaults:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A D__init__.py88 integrations, with_defaults=True, with_auto_enabling_integrations=False argument
99 logger.debug("Setting up integrations (with default = %s)", with_defaults)
104 if with_defaults:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/sentry_sdk/sentry_sdk/integrations/
H A D__init__.py88 integrations, with_defaults=True, with_auto_enabling_integrations=False argument
99 logger.debug("Setting up integrations (with default = %s)", with_defaults)
104 if with_defaults:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/sentry-sdk/sentry_sdk/integrations/
H A D__init__.py88 integrations, with_defaults=True, with_auto_enabling_integrations=False argument
99 logger.debug("Setting up integrations (with default = %s)", with_defaults)
104 if with_defaults:
/dports/devel/py-sentry-sdk/sentry-sdk-1.4.3/sentry_sdk/integrations/
H A D__init__.py88 integrations, with_defaults=True, with_auto_enabling_integrations=False argument
99 logger.debug("Setting up integrations (with default = %s)", with_defaults)
104 if with_defaults:
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dnorthbound_cli.c568 bool with_defaults) in nb_cli_show_dnode_cmds() argument
615 bool with_defaults) in nb_cli_show_config_cmds() argument
625 nb_cli_show_dnode_cmds(vty, root, with_defaults); in nb_cli_show_config_cmds()
634 bool with_defaults) in nb_cli_show_config_libyang() argument
651 if (with_defaults) in nb_cli_show_config_libyang()
669 bool with_defaults) in nb_cli_show_config() argument
679 translator, with_defaults); in nb_cli_show_config()
682 translator, with_defaults); in nb_cli_show_config()
963 !!with_defaults);
1012 !!with_defaults);
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dnorthbound_cli.c568 bool with_defaults) in nb_cli_show_dnode_cmds() argument
615 bool with_defaults) in nb_cli_show_config_cmds() argument
625 nb_cli_show_dnode_cmds(vty, root, with_defaults); in nb_cli_show_config_cmds()
634 bool with_defaults) in nb_cli_show_config_libyang() argument
651 if (with_defaults) in nb_cli_show_config_libyang()
669 bool with_defaults) in nb_cli_show_config() argument
679 translator, with_defaults); in nb_cli_show_config()
682 translator, with_defaults); in nb_cli_show_config()
963 !!with_defaults);
1012 !!with_defaults);
[all …]
/dports/security/p5-Dancer2-Plugin-Passphrase/Dancer2-Plugin-Passphrase-3.3.4/t/
H A D005_random_passphrase.t9 my $with_defaults = passphrase->generate_random;
14 ok($with_defaults, "Basic password generation");
/dports/security/p5-Dancer-Plugin-Passphrase/Dancer-Plugin-Passphrase-2.0.1/t/
H A D005_random_passphrase.t9 my $with_defaults = passphrase->generate_random;
14 ok($with_defaults, "Basic password generation");
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/tasks/gitlab/uploads/
H A Dsanitize.rake8 args.with_defaults(dry_run: 'true')
9 args.with_defaults(sleep_time: 0.3)
/dports/devel/py-celery/celery-4.4.7/t/unit/app/
H A Dtest_utils.py37 assert self.app.conf.table(with_defaults=True)
38 assert self.app.conf.table(with_defaults=False)
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/code_creators/
H A Dcalldef.py130 result = [ '{ //%s' % declarations.full_name( self.declaration, with_defaults=False ) ]
199 fname = declarations.full_name( self.declaration, with_defaults=False )
220 fname = declarations.full_name( self.declaration, with_defaults=False )
244 fname = declarations.full_name( self.declaration, with_defaults=False )
317 fname = declarations.full_name( self.declaration, with_defaults=False )
406 , with_defaults=False) )
412 , with_defaults=False) )
419 fname = declarations.full_name( self.declaration, with_defaults=False )
1227 from_name = declarations.full_name( self.declaration.parent, with_defaults=False )
1252 p_name = declarations.full_name( self.declaration.parent, with_defaults=False )
[all …]

12345678910>>...15