Home
last modified time | relevance | path

Searched refs:named_arguments (Results 1 – 12 of 12) sorted by relevance

/dports/science/py-ruffus/ruffus-2.8.3/ruffus/
H A Druffus_utility.py1566 named_arguments = dict(orig_named_arguments)
1639 elif arg_name in named_arguments:
1650 del named_arguments[arg_name]
1721 while filter_name in named_arguments:
1725 del named_arguments[filter_name]
1727 if input_name in named_arguments:
1731 del named_arguments[input_name]
1771 if arg_name in named_arguments:
1800 elif 'extras' in named_arguments:
1819 del named_arguments['extras']
[all …]
/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_function.cpp34 wcstring_list_t named_arguments; member
79 opts.named_arguments.push_back(w.woptarg); in parse_cmd_opts()
150 opts.named_arguments.push_back(w.woptarg); in parse_cmd_opts()
251 if (!opts.named_arguments.empty()) { in builtin_function()
257 opts.named_arguments.push_back(argv[i]); in builtin_function()
269 props->named_arguments = std::move(opts.named_arguments); in builtin_function()
H A Dfunction.h32 wcstring_list_t named_arguments; member
H A Dfunction.cpp411 const wcstring_list_t &named = props->named_arguments; in functions_def()
H A Dexec.cpp610 for (const wcstring &named_arg : props.named_arguments) { in function_prepare_environment()
/dports/devel/pylint/pylint-2.12.1/pylint/checkers/
H A Dstrings.py492 named_arguments = call_site.keyword_arguments
503 if field and field not in named_arguments:
507 for field in named_arguments:
516 if named_arguments or empty:
537 self._check_new_format_specifiers(node, fields, named_arguments)
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/modelica_compiler/
H A Dparser.mly601 | named_arguments FOR for_indices { NamedArgList ($1, Some $3) }
602 | named_arguments { NamedArgList ($1, None) }
605 named_arguments
607 | named_argument CM named_arguments { $1 :: $3 }
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DAssemblyWriter.cs2428 …CustomAttributeNamedArguments (byte kind, Collection<CustomAttributeNamedArgument> named_arguments) in WriteCustomAttributeNamedArguments() argument
2430 for (int i = 0; i < named_arguments.Count; i++) in WriteCustomAttributeNamedArguments()
2431 WriteCustomAttributeNamedArgument (kind, named_arguments [i]); in WriteCustomAttributeNamedArguments()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DAssemblyWriter.cs2444 …CustomAttributeNamedArguments (byte kind, Collection<CustomAttributeNamedArgument> named_arguments) in WriteCustomAttributeNamedArguments() argument
2446 for (int i = 0; i < named_arguments.Count; i++) in WriteCustomAttributeNamedArguments()
2447 WriteCustomAttributeNamedArgument (kind, named_arguments [i]); in WriteCustomAttributeNamedArguments()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DAssemblyWriter.cs2433 …CustomAttributeNamedArguments (byte kind, Collection<CustomAttributeNamedArgument> named_arguments) in WriteCustomAttributeNamedArguments() argument
2435 for (int i = 0; i < named_arguments.Count; i++) in WriteCustomAttributeNamedArguments()
2436 WriteCustomAttributeNamedArgument (kind, named_arguments [i]); in WriteCustomAttributeNamedArguments()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DAssemblyWriter.cs3082 …CustomAttributeNamedArguments (byte kind, Collection<CustomAttributeNamedArgument> named_arguments) in WriteCustomAttributeNamedArguments() argument
3084 for (int i = 0; i < named_arguments.Count; i++) in WriteCustomAttributeNamedArguments()
3085 WriteCustomAttributeNamedArgument (kind, named_arguments [i]); in WriteCustomAttributeNamedArguments()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DAssemblyWriter.cs3082 …CustomAttributeNamedArguments (byte kind, Collection<CustomAttributeNamedArgument> named_arguments) in WriteCustomAttributeNamedArguments() argument
3084 for (int i = 0; i < named_arguments.Count; i++) in WriteCustomAttributeNamedArguments()
3085 WriteCustomAttributeNamedArgument (kind, named_arguments [i]); in WriteCustomAttributeNamedArguments()