Traduzir "nil and false" para inglês

Mostrando 50 de 50 traduções da frase "nil and false" de chinês para inglês

Tradução de chinês para inglês de nil and false

chinês
inglês

ZH The only values that are falsy in Liquid are nil and false. nil is returned when a Liquid object doesn’t have anything to return. For example, if a collection doesn’t have a collection image, collection.image will be set to nil. 進一步了解

EN The only values that are falsy in Liquid are nil and false. nil is returned when a Liquid object doesn’t have anything to return. For example, if a collection doesn’t have a collection image, collection.image will be set to nil. Learn more

ZH false 不能单独作为类型使用(包括可为 null 独立类型)。因此,不可以用 falsefalse|null、?false

EN false cannot be used as a standalone type (including nullable standalone type). As such, false, false|null and ?false are not permitted.

ZH 我们会尽快回复您。 [gravityform id=?2? title=?false? description=?false? ajax=?false?]

EN We will get back to you as soon as possible.

ZH All values in Liquid are truthy, with the exception of nil and false. In this example, the variable is a string type but it evaluates as true. 進一步了解

EN All values in Liquid are truthy, with the exception of nil and false. In this example, the variable is a string type but it evaluates as true. Learn more

ZH 此函数可能返回布尔值 false,但也可能返回等同于 false 的非布尔值。请阅读 布尔类型章节以获取更多信息。应使用 === 运算符来测试此函数的返回值。

EN This function may return Boolean false, but may also return a non-Boolean value which evaluates to false. Please read the section on Booleans for more information. Use the === operator for testing the return value of this function.

ZH 通过联合类型支持字面类型(Literal Type)false, 出于历史原因,很多内部函数在失败时返回了 false 而不是 null。 这类函数的典型例子是

EN The false literal type is supported as part of unions, and is included as for historical reasons many internal functions return false instead of null for failures. A classic example of such a function is

ZH // 使用 !== 操作符。使用 != 不能像我们期待的那样工作,// 因为 'a' 的位置是 0。语句 (0 != false) 的结果是 false

EN // The !== operator can also be used. Using != would not work as expected// because the position of 'a' is 0. The statement (0 != false) evaluates// to false.

ZH Returns the order created by the checkout. Depending on the payment gateway, the order might not have been created yet on the checkout order status page and this property could be nil. 進一步了解

EN Returns the order created by the checkout. Depending on the payment gateway, the order might not have been created yet on the checkout order status page and this property could be nil. Learn more

ZH Returns the URL of the next product in the collection. Returns nil if there is no next product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. 進一步了解

EN Returns the URL of the next product in the collection. Returns nil if there is no next product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. Learn more

ZH Returns the URL of the previous product in the collection. Returns nil if there is no previous product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. 進一步了解

EN Returns the URL of the previous product in the collection. Returns nil if there is no previous product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. Learn more

ZH Liquid objects can return one of six types: String, Number, Boolean, Nil, Array, or EmptyDrop. Liquid variables can be initialized by using the assign or capture tags. 進一步了解

EN Liquid objects can return one of six types: String, Number, Boolean, Nil, Array, or EmptyDrop. Liquid variables can be initialized by using the assign or capture tags. Learn more

ZH Returns the name of the custom collection template assigned to the collection, without the collection prefix or the .liquid suffix. Returns nil if a custom template is not assigned to the collection. 進一步了解

EN Returns the name of the custom collection template assigned to the collection, without the collection prefix or the .liquid suffix. Returns nil if a custom template is not assigned to the collection. Learn more

ZH Returns the name of the custom page template assigned to the page, without the page prefix or the .liquid suffix. Returns nil if a custom template is not assigned to the page. 進一步了解

EN Returns the name of the custom page template assigned to the page, without the page prefix or the .liquid suffix. Returns nil if a custom template is not assigned to the page. Learn more

ZH Returns the variant object of the currently-selected variant if there is a valid ?variant= parameter in the URL. Returns nil if there is not. 進一步了解

EN Returns the variant object of the currently-selected variant if there is a valid ?variant= parameter in the URL. Returns nil if there is not. Learn more

ZH Returns the name of the custom product template assigned to the product, without the product prefix nor the .liquid suffix. Returns nil if a custom template is not assigned to the product. 進一步了解

EN Returns the name of the custom product template assigned to the product, without the product prefix nor the .liquid suffix. Returns nil if a custom template is not assigned to the product. Learn more

ZH Returns the name of the template's parent directory. Returns nil for templates whose parent directory is the templates/ folder. 進一步了解

EN Returns the name of the template's parent directory. Returns nil for templates whose parent directory is the templates/ folder. Learn more

ZH Returns the name of the custom template without the template.name prefix or the .liquid extension. Returns nil if a custom template is not being used. 進一步了解

EN Returns the name of the custom template without the template.name prefix or the .liquid extension. Returns nil if a custom template is not being used. Learn more

ZH In programming, we describe “truthy” and “falsy” as anything that returns true or false, respectively, when used inside an if statement. 進一步了解

EN In programming, we describe “truthy” and “falsy” as anything that returns true or false, respectively, when used inside an if statement. Learn more

ZH Returns false if all of the products’ variants inventory_quantity values are zero or less, and their inventory_policy is not set to ‘Allow users to purchase this item, even if it is no longer in stock.’ 進一步了解

EN Returns false if all of the products’ variants inventory_quantity values are zero or less, and their inventory_policy is not set to ‘Allow users to purchase this item, even if it is no longer in stock.’ Learn more

ZH Our free space lamps, the KeyPro浏览器, and the KP200 and KP300 lamps are also available and ready to use.  However, these lamps require protective measures or shielding and some require and are intended to be installed in supporting machinery.

EN Our free space lamps, the KeyPro Explorer, and the KP200 and KP300 lamps are also available and ready to use.  However, these lamps require protective measures or shielding and some require and are intended to be installed in supporting machinery.

ZH 添加:默认情况下,Nouce 验证为 false 以形成块。 (这可以防止缓存问题).

EN Add: Nouce verify to false by default to form block. ( this prevents caching issues ).

ZH Booleans are either true or false. No quotations are necessary when declaring a boolean. 進一步了解

EN Booleans are either true or false. No quotations are necessary when declaring a boolean. Learn more

ZH Returns true if the blog that the article belongs to is set to moderate comments. Returns false if the blog is not moderated. 進一步了解

EN Returns true if the blog that the article belongs to is set to moderate comments. Returns false if the blog is not moderated. Learn more

ZH Returns true if comments are moderated, or false if they are not moderated. 進一步了解

EN Returns true if comments are moderated, or false if they are not moderated. Learn more

ZH Returns the URL of the next (older) post. Returns false if there is no next article. 進一步了解

EN Returns the URL of the next (older) post. Returns false if there is no next article. Learn more

ZH Returns the URL of the previous (newer) post. Returns false if there is no next article. 進一步了解

EN Returns the URL of the previous (newer) post. Returns false if there is no next article. Learn more

ZH Returns true if the customer accepts marketing. Returns false if the customer does not. 進一步了解

EN Returns true if the customer accepts marketing. Returns false if the customer does not. Learn more

ZH Returns true if the email associated with an order is also tied to a Customer Account. Returns false if it is not. Helpful in email templates. In the theme, this will always be true. 進一步了解

EN Returns true if the email associated with an order is also tied to a Customer Account. Returns false if it is not. Helpful in email templates. In the theme, this will always be true. Learn more

ZH Returns whether the filter value is active. Returns either true or false. 進一步了解

EN Returns whether the filter value is active. Returns either true or false. Learn more

ZH Returns true if it’s the first iteration of the for loop. Returns false if it is not the first iteration. 進一步了解

EN Returns true if it’s the first iteration of the for loop. Returns false if it is not the first iteration. Learn more

ZH Returns true if it’s the last iteration of the for loop. Returns false if it is not the last iteration. 進一步了解

EN Returns true if it’s the last iteration of the for loop. Returns false if it is not the last iteration. Learn more

ZH Returns true if the form was submitted successfully, or false if the form contained errors. All forms but the address form set this property. The address form is always submitted successfully. 進一步了解

EN Returns true if the form was submitted successfully, or false if the form contained errors. All forms but the address form set this property. The address form is always submitted successfully. Learn more

ZH Returns true if the card is enabled, or false if the card is disabled. 進一步了解

EN Returns true if the card is enabled, or false if the card is disabled. Learn more

ZH Returns true if the card is expired, or false if the card is not. 進一步了解

EN Returns true if the card is expired, or false if the card is not. Learn more

ZH Returns true if the image has been associated with a variant. Returns false otherwise. This can be used in cases where you want to create a gallery of images that are not associated with variants. 進一步了解

EN Returns true if the image has been associated with a variant. Returns false otherwise. This can be used in cases where you want to create a gallery of images that are not associated with variants. Learn more

ZH Returns true if the line item's product is a gift card, or false if it is not. 進一步了解

EN Returns true if the line item's product is a gift card, or false if it is not. Learn more

ZH Returns true if the line item requires shipping, or false if it does not. This is set in the variant options in the Products page of the Admin. 進一步了解

EN Returns true if the line item requires shipping, or false if it does not. This is set in the variant options in the Products page of the Admin. Learn more

ZH Returns true if the line item is taxable, or false if it isn’t. This is set in the variant options in the Products page of the Admin. 進一步了解

EN Returns true if the line item is taxable, or false if it isn’t. This is set in the variant options in the Products page of the Admin. Learn more

ZH Returns true if the link is active, or false if the link is inactive. 進一步了解

EN Returns true if the link is active, or false if the link is inactive. Learn more

ZH Similar to link.active, but returns true if a child link of the parent link is active, or false if no child links of the parent link are active. 進一步了解

EN Similar to link.active, but returns true if a child link of the parent link is active, or false if no child links of the parent link are active. Learn more

ZH Returns true if a child link has a link object with link.current equal to true. Returns false if no child links have a link object with link.current equal to true. 進一步了解

EN Returns true if a child link has a link object with link.current equal to true. Returns false if no child links have a link object with link.current equal to true. Learn more

ZH Returns true if the page content associated with the link is considered a match to the current page. Returns false if the content isn't considered a match. 進一步了解

EN Returns true if the page content associated with the link is considered a match to the current page. Returns false if the content isn't considered a match. Learn more

ZH Returns true if an order is canceled, returns false if it is not. 進一步了解

EN Returns true if an order is canceled, returns false if it is not. Learn more

ZH Returns true if the part is a link, returns false if it is not. 進一步了解

EN Returns true if the part is a link, returns false if it is not. Learn more

ZH Returns true if the compare_at_price_min is different from the compare_at_price_max. Returns false if they are the same. 進一步了解

EN Returns true if the compare_at_price_min is different from the compare_at_price_max. Returns false if they are the same. Learn more

ZH Returns true if the product’s variants have varying prices. Returns false if all of the product’s variants have the same price. 進一步了解

EN Returns true if the product’s variants have varying prices. Returns false if all of the product’s variants have the same price. Learn more

ZH Returns the number of product recommendations, or returns 0 if recommendations.performed is false. 進一步了解

EN Returns the number of product recommendations, or returns 0 if recommendations.performed is false. Learn more

ZH Returns true if it’s the first iteration of the tablerow loop. Returns false if it is not the first iteration. 進一步了解

EN Returns true if it’s the first iteration of the tablerow loop. Returns false if it is not the first iteration. Learn more

ZH Returns true if it’s the last iteration of the tablerow loop. Returns false if it is not the last iteration. 進一步了解

EN Returns true if it’s the last iteration of the tablerow loop. Returns false if it is not the last iteration. Learn more

ZH Returns true if the current column is the first column in a row. Returns false if it is not. 進一步了解

EN Returns true if the current column is the first column in a row. Returns false if it is not. Learn more

Mostrando 50 de 50 traduções