函数名与((左括号)之间不应该有空格。)
There should be no space between the name of a function and the left parenthesis of its parameter list.
jQuery自动将?替换为要调用的生成函数名。
JQuery automatically replaces the? With a generated function name to call.
Scala允许函数名字包含非字母数字的字符。
Scala allows function names to include non-alphanumeric characters.
使用Addr2line 将函数地址解析为函数名
Resolving function addresses to function names with Addr2line
必须与new共同使用的构造函数名应以大写字母开头。
Constructor functions which must be used with the new prefix should start with a capital letter.
这种方法依赖于接受回调函数名作为请求参数的远程服务。
This approach relies on the remote service accepting a callback function name as a request parameter.
下列列表详细描述了新的函数名以及这些UDF可用于什么?
The following list details the new function names and what these UDFs can be used for.
比方说可以将命令和函数名放在单独的标签中,如清单8所示。
For example, you can encapsulate commands and function names within their own tags, as in Listing 8.
你可以用函数名,模块名甚至类型声明来作为检索的条件。
It's a really awesome Haskell search engine, you can search by name, module name or even type signature.
为了调用方法,并使其发挥作用,只需输入函数名后接圆括号即可。
To invoke, or call the method and have it do its work -- you enter the name of the function, followed by parentheses.
使用捕获的信息,我们可以创建源文件名、函数名和函数行号的列表。
With this captured information, we can create a list of source file names, function names and the line Numbers for the functions.
因为这些是内置的函数,所以必须指定模块和函数名(参见清单21)。
As these are note built-in functions, you have to specify the module and function name (see Listing 21).
当完成对函数代码的修改时,在函数名上单击右键并选择Build。
When you are finished modifying the function code, right-click the function name and select Build.
遗留样式表不需要在标准函数名加上前缀也能在2.0处理程序上处理。
Your legacy stylesheets do not need prefixes on the standard function names to run in a 2.0 processor.
尽管返回了JSONP回复,但它不允许您在URL中定义回调函数名。
Although it returns a JSONP reply, it doesn't let you define a callback function name in the URL.
这些节点代表了具体的标识符,如函数名称、变量及枚举类型。
These represent specific identifiers, such as the names of functions, variables, and enumerated types.
在生成的目标文件中标记出了未解析的函数名,如printf() 。
Unresolved function names, like printf() in this case, are marked out in the object file produced.
处理操作系统级信息(比如说内存中的锁定对象)的函数名是以OS开头的。
Functions that deal with operating system level information (such as locking objects in memory) have names beginning with OS.
确认代码中的包名、类名以及类构造函数名都已改为与项目名一致。
Be sure to change the package, class, and constructor names in the Java code to match the project name.
第一个参数是函数名,第二个参数是参数列表,第三个参数是希望执行的代码。
The first argument is the function name, the second the argument list, and the third is the code you wish to execute.
每个函数的定义都给出了函数名和函数的元数,以便您能导出函数的特定定义。
The definition for each function shows the function name with the arity of the function. This enables you to export very specific definitions of the function.
事件处理函数名必须与定义文件中的名称匹配,而此名称由用户定义。
The name of the event handler must match the name declared in the definition file in which the name is user definable during definition time.
只有添加到函数名尾部的 _new() 才表示这些函数实际上是构造函数。
Only the _new() appended to the function names indicates that these are indeed constructors.
组件和函数名以及它们相关的编号列在一些内部头文件中,这些文件是看不到的。
Component and function names and their associated Numbers are listed in several internal header files, which you will not be able to see.
函数名为 invokeService,接收一个参数:type。
The function is called invokeService and accepts one parameter: type.
默认情况下,Xdebug将显示时间、内存使用量、函数名和函数调用深度字段。
By default, Xdebug displays fields for time, memory usage, function name, and the depth of the function call.
注意,这里遵循了标准惯例,通过向函数名添加“_ r”后缀来命名可重入函数。
Note that this follows a standard convention for the naming of reentrant function by suffixing the function name with "_r".
x_foo_bar函数直接向页面发回Ajax请求,在请求中包含函数名和参数。
The x_foo_bar function makes an Ajax request directly back to the page, encoding the function name and parameters in the request.
服务器然后将数据与函数名封装,以便函数得到调用,且来自服务器的数据被传递给它。
The server then wraps the data with the function name so that the function gets invoked with the data from the server passed into it.
服务器然后将数据与函数名封装,以便函数得到调用,且来自服务器的数据被传递给它。
The server then wraps the data with the function name so that the function gets invoked with the data from the server passed into it.
应用推荐