Method-scoped variables are renamed.
重命名 Method-scoped变量。
Compile when you have dealt with all the locally-scoped variables.
如果你已经处理完了所有的局部变量,就可以编译了。
Lexically scoped variables refer to the local environment in which they were defined.
在词法上确定范围是指在本地环境中定义变量。
Furthermore, the EL provides built-in support for retrieving these objects as scoped variables.
此外,EL提供将这些对象作为限制了作用域的变量进行检索的内置支持。
Finally, the scoped variables are cleared so that the old values do not show up in the UI and do not interfere with future events.
最后,清除范围变量,这样旧值不会出现在UI中并且不会影响未来的事件。
The pageContext object is a repository for page-scoped variables and has methods for obtaining all the other implicit objects.
pageContext对象是用于页面范围变量的存储库,它包含获取所有其他隐式对象的方法。
In the second case in this example, we've extracted the values inside the tuple to scoped variables, then reused these variables in the resulting expression.
例子里的第二个case,我们已经解出了元组里的值并且附给了局部变量,然后在结果表达式中使用了这些变量。
We'll see below that it is useful to define a scope as a direct child of an event handler in order to have scoped variables that are local to the event handler instance.
我们将在下面了解到,为了获得事件处理程序实例的已确定范围的局部变量,可以将活动的范围定义为事件处理程序的直接子项。
Let me explain: PHP variables are typically dynamically scoped, which means the variables are placed on a stack.
让我来解释一下:php变量通常是动态确定范围的,这意味着变量放置在堆栈中。
Using these variables can cause the whole browser window to go to the other location, instead of having it scoped inside the iFrame.
使用此类变量可能会导致整个浏览器窗口进入其他位置,而不会将其限制在iFrame的范围内。
Variables defined with var are consequently scoped (for example, within the function in which they are defined).
因此利用var定义的变量是有范围的(例如,在定义它的函数中)。
Global variables are scoped to a per-session level within an XA transaction and are not available to other sessions that join the transaction.
全局变量的范围被规定为XA事务内的单一会话级别,并且不可用于其他加入事务的会话。
Plan variables are scoped within a Plan, and can be used within either scripts or Tasks in different jobs.
Plan变量的生命周期就是Plan,并且可以在任何脚本或者在不同job的Task中使用。
That's because variables specified in a closure's use keyword are lexically scoped.
这是因为在closure的关键字use中指定的变量在词法上确定范围。
That's because variables specified in a closure's use keyword are lexically scoped.
这是因为在closure的关键字use中指定的变量在词法上确定范围。
应用推荐