The config.php file contains basic parameters and arguments for setting up CodeIgniter.
php文件包含设置CodeIgniter所需的基本参数和自变量。
The database.php file contains basic parameters and arguments for connecting to your database.
php文件包含连接数据库所需的基本参数和自变量。
With the required parameters, variable number and keyword arguments can be used as well for positional and named parameters.
有了所需的参数,变量数和关键字参数还可以作为位置参数和名称参数使用。
Two, the arguments or parameters, and three, is the return value.
第二个,参数和参量,还有三,是那个返回值。
Named parameters are especially useful for calling stored procedures that have many arguments and some of those arguments have default values.
在调用具有许多参数,而且其中一些参数有默认值的存储过程时,命名参数特别有用。
The original input arguments are input parameters, and the original output arguments are output parameters.
原始输入参数成了输入参数,而原始输出参数成了输出参数。
What is the relationship between arguments and formal parameters?
参数和形参之间是什么关系?
The __call method takes two parameters: the name of the method being requested and the arguments.
__ call方法有两个参数:被请求的方法的名称和方法参数。
Here's another example that combines positional parameters and keyword arguments.
下面是另外一个综合了位置参数和关键字参数的例子。
After I use the Infer Generic type Arguments refactoring, Eclipse automatically determines the correct type parameters and produces the code shown in Listing 8.
在使用了InferGenericTypeArguments重构后,Eclipse会自动地确定正确的类型参数并生成清单8中的代码。
If any of the parameters are of type String, I add the lowercase version of it to a new arguments list, and leave the other arguments intact.
如果有任何参数属于string类型,则将该参数的小写版本添加一个新的参数列表中,并保留其他参数不变。
The fire method uses the persistent data stored in the rule bean and the parameters passed as arguments for the execution of the rule.
fire方法使用了存储在规则bean及为了执行规则而作为变量传递的参数中的数据。
The arguments for the createFadingTooltip function are an HTML element identifier, the content of the tooltip, and an optional set of parameters.
createFadingTooltip 函数的自变量是一个HTML元素标识符、工具提示的内容和一组可选的参数。
So before we use printf, a function, and we passed in one input and input henceforth we're gonna call arguments or parameters.
我们在使用printf函数时,先放进去一个输入,之后的输入我们就要,调用参数了。
Scala 2.8 also offers new language features, like the new named and default arguments. Named arguments look like assignments to the names of the called method's formal parameters
Scala 2.8还增加了新的语言特性,如新的具名与默认参数。
The real distinction between path components and query parameters is that between hierarchical versus unordered arguments.
路径成分与查询参数之间真正的差异是,前者是层次化的,而后者是无次序的。
The test client creates an instance of the service stub using service endpoint parameters passed in as command-line arguments, and then executes a sequence of five service calls
测试客户机使用作为命令行参数传递进来的服务端点参数创建了一个服务stub实例,然后依次执行5 个服务调用
The bind function takes two arguments: first, the event sequence to respond to, and second, the callback and its parameters.
函数bind带有两个变量:第一,要响应的事件序列;第二,回调和它的参数。
It is also a reminder about how arguments and parameters work: when you call a function, the arguments are assigned to the parameters.
也能提醒实际参数和形式参数的使用过程:调用一个函数的时候,把实际参数的值赋给了形式参数。
That is, there isn't actually any type called InputIterator: when you call find, the compiler substitutes the actual type of the arguments for the formal type parameters InputIterator and t.
也就是说,没有实际的类型InputIterator:当你调用find时,编译器会把他们替换成正式的类型。
For mandatory and optional arguments, the corresponding properties and constructor parameters should use the same name but different casing.
对于强制和选择性引数而言,对应的属性和建构函式参数应使用相同的名称,但大小写不同。
Now I need to call the function, which would have specific address(NOT KNOWN) arguments(parameters) which I have collected from TLB, and name as well.
现在我需要调用该函数,它将具有特定的地址(NOTKNOWN)参数TLB和名称。
And like PHP functions, many template tags accept arguments, or parameters.
而且与PHP函数类似,许多模板标签接受实参或者形参。
You may find this list helpful to verify that actual arguments and formal parameters of a function are compatible.
您可能发现此列表有助于验证函数的实参和形参是否兼容。
Parameters specify a binder, binding flags, constructor arguments, culture-specific information used to interpret arguments, and optional activation attributes.
形参指定联编程序、绑定标志、构造函数实参、用于解释实参的特定于区域性的信息,以及可选激活特性。
With named and optional arguments, you specify values only for the parameters that are required for your project.
有了命名实参和可选实参,则只需为项目所需的形参指定值。
With named and optional arguments, you specify values only for the parameters that are required for your project.
有了命名实参和可选实参,则只需为项目所需的形参指定值。
应用推荐