Alert is a function invocation, with a single string as a parameter.
alert是个函数调用,只有一个字符串作为参数。
In this case, the function invocation must be accomplished using a POST request (as opposed to a GET request).
在本例中,这个函数调用必须通过POST请求(而非GET请求)完成。
In the function invocation, the order of parameters passed in corresponds to the the order of XSL: params in the function definition.
函数调用中传递的参数顺序与函数定义中xsl:param的顺序对应。
Some of the benefits and flexibility of object-oriented programming stem from this separation of function invocation and implementation.
面向对象的程序设计的一些优点和灵活性源于将功能的引发和实现相互分离这一技术。
As you can see, each time a function calls another function, its own values and state are suspended while the next function invocation occurs.
正如您可以看到的一样,每次一个函数调用另外一个函数时,在下一次发生调用时,它自己的值和状态都会被挂起。
A closure "closes around" these references, so the function invocation can safely refer to the variables even when the variables have gone out of scope!
一个闭包封闭了这些引用,所以函数调用可以安全的引用这些变量,即使它们已经超出了函数的作用域。
Two caveats apply to this construct: It is not safe in the face of exceptions, and the return value will be the return value of the last function invocation.
对于这个结构有2个警告:在异常面前不安全;返回值是最后一个方法调用的返回值。
It analyses the architecture and major components of OGSI. NET, discusses service function invocation and security of OGSI. NET and attribute - based programming for grid computing.
分析了ogsi.net的体系结构和主要组件,讨论了ogsi.net的服务调用过程、安全性和基于属性的网格计算编程。
If you don't specify all of the parameters during a function invocation; you must explicitly name the parameters you're specifying so the Python interpreter can properly call the function.
如果您在函数调用期间未指定全部参数,则必须显式地写出您所指定的参数的名称,以使Python解释器能够正确地调用函数。
But, if you also wanted to use the standard PHP strlen function (say, within your own strlen implementation), you'd need to precede the function invocation with a backslash, as Listing 10 shows.
但是,如果也希望使用标准的PHPstrlen函数(比如在自己的strlen实现内部),就需要在函数调用前面加上反斜杠,见清单10。
However, what if the application wanted to track other data such as the value of certain variables or even attempt to profile the code by recording the duration of a particular function invocation?
但是,若是应用程序想要跟踪其他数据(比如某些变量的值)或者甚至试图通过记录特定的函数调用过程来剖析代码,那么情况又是如何呢?
We can use the default Function Selector for data binding invocation or implement a custom Function Selector.
我们可以使用缺省函数选择器进行数据绑定调用,或实现自定义函数选择器。
In usual cases of method invocation the return result is a function object, which is then executed.
方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。
This component has one function, and it is called by the feed aggregator at the very beginning of the program invocation.
此组件有一个函数,在程序调用的最早阶段由提要聚合器调用。
In Clojure, a multimethod is a special kind of function that breaks invocation into two steps.
在Clojure 中,多重方法是一种特殊的函数类型,它能将调用拆分为两个步骤。
Otherwise, Xalan can optimize away the invocation of the extension function and not call it even once.
否则,Xalan可能会优化掉扩展函数的调用,根本不会调用这个函数。
Calling a generator function a second (or NTH) time jumps into the middle of the function, with all local variables intact from the last invocation.
对生成器函数的第二次(或第n次)调用跳转至该函数中间,而上次调用的所有局部变量都保持不变。
In this section, we create a Action web service web service, and access the web service using the web_client_api function and the direct instance method invocation.
在本节中,我们将创建ActionwebService web服务,并访问使用web_client_api函数的web服务和直接实例方法调用。
Listing 8 shows the invocation of the PerformComplexCalculation function, which is in Listing 6.
清单8展示了PerformComplexCalculation函数的调用,该函数参见清单6。
This state object is passed to your timer callback function during each timer event invocation.
在每一个定时器事件被调用时该state对象作为一个参数传递给你的定时回调函数。
The integer value passed to the parameter function tells the position of the argument in the invocation of an sqlquery function which is replaced in place of this function call.
传递给parameter函数的整数值表示在调用sqlquery函数中参数的位置,该参数将会在调用中被取代。
Listing 4 illustrates a very simple invocation of the user-defined function that transforms JSON into JSONx.
清单4显示了一个非常简单的将JSON转换成JSONx的用户定义函数。
Xdebug intervenes after 49 function calls and yields Figure 2. (By the way, the initial invocation of main to launch the program counts as the first frame.)
Xdebug将在49次函数调用后介入并得到图2(顺便说一句,main的初始调用用于启动程序计数作为第1次调用)。
In trivial processes, the state of a process is unchanged by the invocation of the process. Switching on the light doesn't change the function, potential, or the predictability of the switch.
在零散过程中,使用处理过程不会导致其自身的改变,打开开关并不改变开关本身的功能、潜力或可预测性。
This function raises the remote procedure call invocation using the AsyncRequest class to send asynchronous requests.
这个函数使用asyncrequest类发送异步请求,实现远程过程调用。
This function raises the remote procedure call invocation using the AsyncRequest class to send asynchronous requests.
这个函数使用asyncrequest类发送异步请求,实现远程过程调用。
应用推荐