Line 4 sets the variable was to the value of the next item in the argument list.
第4行将变量was设置为参数表中下一项的值。
Place the arguments in the argument list within the parentheses, separated by commas.
将参数放入括号内的参数列表中,以逗号分隔。
For instance, the argument list might contain the address of a 16MB chunk of data to process.
举例来说,参数列表可能会包含一个要处理的16MB 大小的数据的地址。
What we do is, in a loop, march down the argument list checking each one to see if it is an option.
我们所做的是,用一个循环遍历参数列表检查每个参数来看它是否为选项。
If you intend to omit the argument, use successive commas in the argument list to mark its omission.
若要省略引数,请在引数清单中使用连续的逗号,来标记其省略。
If the property takes arguments, follow the property name with parentheses to enclose the argument list.
如果属性有引数,请在属性名称之后紧接著括号,将引数清单括起来。
The first argument is the function name, the second the argument list, and the third is the code you wish to execute.
第一个参数是函数名,第二个参数是参数列表,第三个参数是希望执行的代码。
When this happens at the outermost level of a script, it automatically assumes that the argument list is the parameter.
当这发生在脚本的最外层时,它自动假设参数表是参数。
Shift removes all the processed arguments from the argument list, leaving the list of files and directories to process.
shift从参数列表中删除所有已处理的参数,保留待处理的文件和目录列表。
You must provide values for all arguments that are not optional, and you must enclose the argument list in parentheses.
您必须提供所有非可选参数的值,并且必须用括号将参数列表括起来。
The filename, if specified, is always the first argument in the argument list, provided that this argument is a variable name.
如果详细说明,一般情况下文件名都是变元表里的第一个内容提要,说明这个内容是一个变量名。
The previous axioms can be used to reorder arguments to bring any single argument to the front of the argument list to be quantified.
可以使用前面的公理重新安排实际参数来把任何单一实际参数提到参数列表的前面来被量化。
Their meaning is determined implicitly by their position in the argument list, and so any mistake in their ordering silently changes their meaning.
它们的含义由它们在参数列表里的位置隐式确定,所以其排序中的任何错误都会悄悄改变其含义。
Here the process substitution runs the directory listing components and returns a list of filenames, which is in turn supplied to the argument list of the emacs command.
这里的进程替换运行目录列表组件并返回一个文件名列表,后者又提供给emacs命令的参数列表。
The corresponding user-defined function is called, with an argument list that is one longer than the argument list of the call: the instance becomes the first argument.
调用对应的用户自定义函数,其参数个数比普通的 函数调用多一:该实例成为方法的第一个参数。
The instanceof function provides a good way of checking type, but you can also roll object type checking into the method signature itself by using type hints in the argument list.
虽然 instanceof功能提供了一种检查类型的好方法,但您还可以通过在参数列表中使用类型提示,来将对象类型检查滚动到方法签名自身中。
Almost every single API routine has access to a pool, either through a pointer to one being explicitly in the argument list or by there being one inside one of the structures that is passed.
几乎每一个API程序能够访问一个池,通过一个指针指向一个明确的参数列表或有一个内部传递的结构。
Note that each argument list is surrounded by parentheses and the arguments are separated by commas.
注意,每一个参数列表会被括号所包围,并且所有的参数由逗号隔开。
Note here that the argc variable (argument count) is implicit, because the length of the argv list is known.
请注意这里的argc变量(参数数量)是隐式的,因为argv列表的长度已经知道。
The first argument to call is the name of the remote procedure followed by a list of its arguments.
call的第一个参数是远程过程的名称,后面跟随的是它的参数列表。
Custom skeletons also allows you to change the method name and argument list for the generate method, so a sufficiently perverse developer can make very customized templates.
定制骨架也可以用来修改方法名和generate方法的参数列表,这样非常挑剔的开发人员就可以任意定制模板。
To build a regexp for one or more of txt2regex's supported applications, give the names of those applications in a comma-delineated list as an argument to the — prog option.
为了构建适用于一个或多个txt2regex支持的应用程序的regexp,可以将这些应用程序的名称以逗号分隔的列表的形式作为——prog选项的参数提供。
Like filter , map evaluates the string passed as its second argument, passing each list element in turn, via v: val.
和filter一样,map计算作为第二个参数传递的字符串,并且通过v:val传递每个列表元素。
The second argument is a list of keywords which are to be taken literally within the syntax patterns.
第二个参数是关键字列表,这些关键字在语法模式中采用字面意义。
At the end of the hook method, I invoke the original method call on the decorated object using my new argument list.
在钩子方法的结束部分,我使用新参数列表对修饰对象调用原始方法。
As explained earlier, the stub method takes a callback function as its final argument, which is used to capture the list of courses in the response.
正如先前所介绍的,存根方法会采用回调函数作为其最后的实参,该实参用来捕获响应中的球场列表。
The first argument is the name of the event. The second argument is a list of items to return.
第一个参数是事件的名称,第二个参数是要返回的项目列表。
Note: the argument in a method list has to be specified by name in the comment, while the return value does not.
注:方法列表中的参数只能由注释中的名称指定,而返回值则不是。
The call to filter converts the string that is passed as its second argument to a piece of code, which it then applies to each element of the list that is passed as its first argument.
调用filter将作为第二个参数传递的字符串转换成一段代码,然后将该代码应用到作为第一个参数传递的列表的每个元素。
The call to filter converts the string that is passed as its second argument to a piece of code, which it then applies to each element of the list that is passed as its first argument.
调用filter将作为第二个参数传递的字符串转换成一段代码,然后将该代码应用到作为第一个参数传递的列表的每个元素。
应用推荐