The system-property function is used to check the processor version.
使用system - property函数检查处理程序的版本。
One possibility is to use the processor identification, as discussed under the system-property function.
一种办法是使用处理程序标识,在system-property 部分进行了讨论。
This article discusses the XSL: version keyword, one of several available in the system-property function.
本文讨论了xsl:version关键字,这是system -property函数中可以使用的几个关键字之一。
With this, we can define a method, which will then be part of the class. Add this code to the property function.
据此,我们定义一个将会成为class一部分的方法。
A property is a data value that can be externally configured and affects the business function of the implementation.
属性是可以从外部配置的数据值,会影响此实现的业务功能。
The other property tabs don't affect the timer function.
其他属性不会影响计时器功能。
So unless limits are put on this strategy, the property market will continue to function "abnormally."
所以,除非对这一战略作出限制,房地产市场还会继续畸形发展下去。
If a callback function is provided, this function sets the onreadystatechange property of the XHR object to that callback function.
如果提供了回调,那么这个函数将XHR对象的onreadystatechange属性设置为这个回调函数。
Notice, however, that the function itself is just another property of the person object and that, without the parentheses, it would refer to an undefined value.
然而要注意的是,该函数本身也只是另一个person对象的属性,如果没有圆括号,它将引用一个未定义的值。
For the function in Listing 2, extract the data property of the event, as this is the actual data sent by the thread, and pass it to another function for updating the UI.
对于清单2中的这个函数,提取event的data属性,因为这是被线程发送的实际数据,然后将它发送给另一个函数来更新ui。
But there's a slight twist: the onclick property wants to be fed a function reference — not the string name of a function, but a reference to the function itself.
但是有点细微的地方:onclick属性需要提供函数引用——不是函数的字符串名称,而是函数本身的引用。
Each function object has an internal property called [[scope]] that is initialized with information about the scope in which the function was created.
每个函数对象都有一个叫做[[scope]]的内部属性,这个内部属性包含创建函数时的作用域信息。
After that, you use the special function property to turn those methods into a descriptor.
之后,使用特殊函数property将这些方法转换为一种描述符。
Finally, notice that you have also declared a fullName property and have supplied a function for it. These computed properties are very important in SproutCore.
最后,注意您已经声明了一个fullname属性,也为它提供了一个函数,这些计算属性在Sprout Core中是非常重要的。
To find all the tickets issued by officer Ree, for example, you write a map function that filters the officer property accordingly.
举例来说,要查找officerRee开出的所有罚单,您可以编写一个map函数来过滤相应的officer属性。
Finally, if we want to add some behavior to the object, we first define an EcmaScript function and then assign it as a property of the object.
最后,我们希望在对象中加入一些行为,就先定义一个EcmaScript函数,然后把它指定为对象的一个属性。
The easiest way is to use the Lisp function invoke, property, or field.
最为容易的方式是使用Lisp函数调用、属性或者字段。
You then pass in an anonymous function (closure) to the onEvent property.
然后将一个匿名函数(closure)传入到onevent属性。
This helper function creates the label, the input field, and the Set button for each property/action pair.
这个helper函数为每个属性/值对创建了标签、输入字段和Set按钮。
This handler function was then assigned to the onreadystatechange property.
然后把这个事件处理函数分配给onreadystatechange属性。
Optionally, the stringify function can allow the customization of how a particular property of a complex Object is formatted.
根据需要,stringify函数可以允许定制一个复杂对象的特定属性如何被格式化。
For those readers who are paying a bit closer attention: property is not really a function but a type — don't worry about it.
对于希望进一步了解这些内容的读者:property并不是一个真正的函数,而是一种类型——因此不必过多考虑它。
The Metadata property is currently not implemented, as it is not critical to the basic function of the client being implemented here.
目前尚未实现metadata属性,因为这个属性对于此处实现的客户机基本功能并不重要。
It contains only one property, named mouseover, whose value is a function.
它只包含一个属性mouseover,其值是一个函数。
The objects in the function object's [[scope]] property are copied into the scope chain in the same order.
首先将函数对象[[scope]]内部属性中的对象,按顺序复制到作用域链中。
The built-in Concat function supports the specification of a prefix, postfix, and delimiters through its property page.
内置的Concat函数支持通过其属性页指定前缀、后缀和分隔符。
The parentheses indicate to the Rhino interpreter that I'm invoking a function rather than simply referring to a property of the object.
圆括号告诉Rhino解释器我正在调用一个函数,而不是简单地引用一个对象的属性。
So in Listing 14, I called the emit function with my key (the user_name property) and a value.
因此在清单14中,通过我自己的键,我调用了emit函数(user_name属性)和一个值。
Each time the readystate changes, the readystatechange event fires and the handler function attached via the onreadystatechange property is called.
每次readystate变化时,readystatechange事件就触发,由onreadystatechange属性指定的事件处理函数就被调用。
After the ready state changes, the function specified in the req.onreadystatechange property is invoked (see Listing 17).
在就绪状态发生变化后,将调用req . onreadystatechange属性中指定的函数(请参见清单17)。
应用推荐