支持HTML中调用函数的是两个小函数。
Supporting the functions called in the HTML are a couple small support functions. Listing 4 looks at them.
数组初始值设定项也可以在调用函数中内联使用。
Array initializers may also be used inline for calling functions.
这意味着调用函数的职责是确保只传递非负参数。
This means that it is the responsibility of the calling function to ensure that only non-negative arguments are passed.
lambda的其余参数是调用函数时的计算表达式。
The remaining arguments to lambda are the expressions to be evaluated when the function is called.
将会调用函数updatestocks并传递股票值。
It calls the function updateStocks and passes the values of stocks.
这个矩阵的行表示调用函数的地址,列表示被调用的地址。
The rows of the matrix represent the call-from address, and the columns represent the call-to address.
清单4演示了在名称空间foo内调用函数bar的不同方法。
Listing 4 demonstrates the different ways to call a function bar in namespace Foo.
从调用函数处返回指针后,将在指定的返回指令指针处恢复执行。
Upon returning from the called function, execution will resume at the saved return-instruction pointer as specified.
调用函数的方法是调用它的名称并传递必需的或可选的输入参数。
You invoke the function simply by calling its name and passing on to it any further required or optional input parameters.
根据是否给调用函数传递参数的不同,它具有两种形式。
It has two forms, depending on whether or not you need to pass arguments to the method you are calling.
您将会发现需要从Flex代码中的Dojo小部件内调用函数。
You may find you need to call a function in your Dojo widget from your Flex code.
调用函数tcp _ output,将SY n包输出到网络。
The function tcp_output is called, which outputs the SYN packet onto the network.
每个条目显示调用函数的次数和关于函数调用的处理时间的统计数据。
Each entry shows the number of times that the function was called and statistics on the processing time for the function call.
这就是希望忽略返回值时,在Vimscript中调用函数的方式。
Which is how you call a function in Vimscript when you intend to ignore the return value.
这个闭合的作用域是将闭包同调用函数和定义它的代码联系起来的纽带。
This closed scope is the communication that ties the closure to the calling function and the code that defines it.
链接寄存器保存区存有被调用函数(而非当前函数)的链接寄存器内容。
The link register save area holds the link register contents of the function being called, rather than for the current function.
ERANGE:您已调用函数,但返回值太大而无法通过返回类型来呈现。
ERANGE — You've called a function, and the return value is too large to be represented by the return type.
这时需要调用函数tasklet_enable来实现微线程可被调度。
This requires that the tasklet_enable function be invoked to make the tasklet schedulable.
因此,每个方法的参数将对应于这三个可调用函数各自所需的参数。
Therefore, each method's arguments will correspond to the parameters required by each of the three callable functions.
请记住链接寄存器存储在调用函数的堆栈框架内,而非函数自身的堆栈框架。
Remember that the link register is stored in the calling function's stack frame, not the function's own stack frame.
这个副文件实际上包含绑定器指令,它告诉绑定器需要使用哪个模块调用函数。
This side file is really a file that holds binder instructions telling it the module it needs to call a function.
IDS提供了用于读取、接收、发送、订阅和发布的SQL可调用函数。
IDS provides SQL callable functions to read, receive, send, subscribe, and publish.
最后,nmap设置CTRL - b以调用函数来创建对当前文件的有限备份。
Finally, the nmap sets up CTRL-B to call the function to create a numbered backup of the current file.
所以该指令会将链接寄存器(存有返回地址)存储到调用函数堆栈框架的恰当位置。
So this instruction stores the link register (which holds the return address) into the proper location in the calling function's stack frame.
然后通过组合该前缀与被调用方法的名称,可以使用标准的函数调用语法调用函数。
You then can call the functions using standard function call syntax, by combining this prefix with the name of the method to be invoked.
在这个步骤中,您将为配置Portlet添加相应的控件以处理变量并调用函数。
In this step, you add controls to the configuration portlet to handle the variables and invoke the functions.
由于您尚未定义自己的堆栈框架,所以偏移量是由调用函数的堆栈框架的末端算起的。
Since you have not yet defined your own stack frame, the offset is from the end of the calling function's stack frame.
当服务器产生响应时,会调用函数customerInfoCallback。
This function, customerInfoCallback, is invoked when the response comes from the server. Listing 1 shows how to retrieve customer information
获悉标记何时加载的最好的方法是让标记返回的脚本调用函数而不是简单地加载数据。
The best way to know when a tag is loaded is to have the script that the tag returns call a function instead of simply loading data.
获悉标记何时加载的最好的方法是让标记返回的脚本调用函数而不是简单地加载数据。
The best way to know when a tag is loaded is to have the script that the tag returns call a function instead of simply loading data.
应用推荐