JQuery automatically replaces the? With a generated function name to call.
jQuery自动将?替换为要调用的生成函数名。
Although it returns a JSONP reply, it doesn't let you define a callback function name in the URL.
尽管返回了JSONP回复,但它不允许您在URL中定义回调函数名。
When you are finished modifying the function code, right-click the function name and select Build.
当完成对函数代码的修改时,在函数名上单击右键并选择Build。
It USES sort to organize the data, in case the function name is used more than once in the program.
如果在程序中函数的名字不止一次被使用,那么它会使用分类来组织数据。
This approach relies on the remote service accepting a callback function name as a request parameter.
这种方法依赖于接受回调函数名作为请求参数的远程服务。
As these are note built-in functions, you have to specify the module and function name (see Listing 21).
因为这些是内置的函数,所以必须指定模块和函数名(参见清单21)。
I4GL_FUNCTION Unique user-defined function name containing the auto-generated code to consume a Web service.
I4GL_FUNCTION用户定义的惟一的函数名,函数包含为消费Web服务自动生成的代码。
As these are note built-in functions, you have to specify the module and function name (see Listing 21).
因为这些是内置的函数,所以必须指定模块和函数名(参见见清单21)。
By default, Xdebug displays fields for time, memory usage, function name, and the depth of the function call.
默认情况下,Xdebug将显示时间、内存使用量、函数名和函数调用深度字段。
The value of the function name has a type that is recognized by the interpreter as a user-defined function.
作为用户定义函数,函数名有一个为解释器认可的类型值。
No location specified for new breakpoint. Supply a function name, file location, data expression, or address.
没有为新断点指定位置。请提供一个函数名、文件位置、数据表达式或地址。
A statement that runs a function. It consists of the function name followed by an argument list in parentheses.
函数调用:运行某个函数的语句。包括了函数的名字以及括号,括号内放函数需要的实际参数。
The first argument is the function name, the second the argument list, and the third is the code you wish to execute.
第一个参数是函数名,第二个参数是参数列表,第三个参数是希望执行的代码。
If you specify only the function name, the debugger will set one breakpoint on each overload of that function name.
如果只指定函数名,则调试器将对该函数名的每一重载设置一个断点。
Note here, that when we assign a function as a handler, we use the function name but omit the trailing parentheses.
注意一下,当我们把一个函数当作处理器的时候,我们使用函数的名字,而省略了尾部的括号。
A valid function name starts with a letter or underscore, followed by any number of letters, Numbers, or underscores.
有效的函数名以字母或下划线打头,后面跟字母,数字或下划线。
Note that this follows a standard convention for the naming of reentrant function by suffixing the function name with "_r".
注意,这里遵循了标准惯例,通过向函数名添加“_ r”后缀来命名可重入函数。
As the callback function name, instead of a real function name, to let jQuery know that it should generate a function for us.
表示回调函数名,而未使用实际函数名,这是为了告诉jQuery为我们生成一个函数。
When a custom function is called from a Workplace Forms application, the Forms Library retrieves its package and function name.
当从WorkplaceForms应用程序调用定制函数时,FormsLibrary将检索它的包及函数名称。
We are using the PHPtemplate engine, so our theme function name for the content announcement would be phptemplate_announcement.
我们将使用PHPtemplate引擎,所以对于内容announcement,这个主题函数名就是 phptemplate_announcement。
The x_foo_bar function makes an Ajax request directly back to the page, encoding the function name and parameters in the request.
x_foo_bar函数直接向页面发回Ajax请求,在请求中包含函数名和参数。
The function can take input parameters, which are supplied in parentheses that follow the function name (in this case, myFunction).
函数可接受输入参数,输入参数在紧接着函数名(在本例中为myFunction)之后的圆括号内提供。
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 syntax for calling a function in another module by specifying the module name followed by a dot (period) and the function name.
点符号:调用某一个模块的某一函数的语法形式,就是模块名后加一个点,也就是英文的句号,再加函数名。
Also, when you are building a macro or VBA procedure, you can click a macro action, keyword, or built-in function name and then press F1.
此外,在您生成宏或VBA过程时,您可以单击宏操作、关键字或内置函数名称,然后按F1。
If you specify the complete signature, function name, and full argument list, the debugger sets one breakpoint on the specified overload.
如果指定完整签名(函数名和完整参数列表),调试器将在指定重载上设置一个断点。
For a theme called ibc, the function name would be ibc_foo and would probably exist within the template.php file within the ibc theme directory.
对于主题ibc,函数名应该是ibc _ foo,这个函数可能在ibc主题目录中的template . php文件中。
The function name starts with h because it combines pictures horizontally, and the next letter is c because the pictures are centered vertically.
函数名打头的h意思是水平组合(horizontally),而接下来的c表示竖直居中(centeredvertically)。
The XSLT/XQuery processor uses the information in the function call, including the function name and the number of arguments, to select the method.
XSLT/XQuery处理器使用函数调用中的信息(包括函数名称和参数个数)来选择方法。
We could set a breakpoint when the main function is entered with the command 'break main', or specify any other function name we were interested in.
可以使用命令'breakmain '在进入main函数时设置断点,或者可以指定其它任何感兴趣的函数名来设置断点。
应用推荐