5. The return value is True if oldval and *ptr match and False otherwise.
如果oldval和 *ptr匹配,返回值是True,否则是 False。
youdao
6. The fgets, fgetss, fread, fscanf, and fclose functions also returnFalse on error.
fscanf和fclose 函数在出错时也返回False。
youdao
7. Methods that return Numbers return 0. Methods that return booleans return false.
返回数字的方法返回0,返回布尔值的方法返回false。
youdao
8. If you returnfalse, the message is not processed further nor delivered, and will be discarded.
如果您返回false,那么消息将不被继续处理和分发,并将被丢弃。
youdao
9. Simply override each abstract method in BridgeFactory, and change it to return true or false, as appropriate.
只需覆盖BridgeFactory中的每个抽象方法,并适当地将它改为返回true或false。
youdao
10. The is validated predicate returns true if the XML document is already validated against any specific schema or against any registered schemas, else it will returnfalse.
11. If you returnfalse from the visit method, the children of this node won't be visited.
如果visit方法返回false,那么该节点的子接点将不会被访问。
youdao
12. If the list is empty, then returnfalse.
如果列表为空,则返回false。
youdao
13. And suppose that both major revision Numbers, in field1, are the same-the function will always returnfalse because the minor revision will not be checked.
15. Finally, returnfalse to prevent the form from being submitted.
最后,返回false来阻止表单提交。
youdao
16. The is not validated predicate returns true if the XML document is not validated against specified schema or any of the registered schemas, or else it will returnfalse.
如果还没有根据特定的模式或任何已注册模式验证了XML文档,IS NOT VALIDATED谓词将返回true,否则返回false。
youdao
17. This is an iterative function, meaning that if you call it again, you'll get the next result in the set (and so on, until there are no results in the result set, in which case, it will return false).
18. When the property is set to false, the shell gets a 0 return code even in case of customization failure.
在将属性设置为false后,即使定制错误,也会将0返回到shell中。
youdao
19. It should returnfalse if no changes are made. The example code in Listing 8 shows this logic.
如果没有进行修改,就应该返回false。
youdao
20. Then, submitForm() returns false so that the onclick expression of the Send button can returnfalse, indicating the Web browser must not submit the form data to the server.