Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,485 for

conditional

(0.21 sec)
  1. Vue conditional rendering: editing existing tod...

    This article has been fairly intense, and we covered a lot here. We've now got edit and delete functionality in our app, which is fairly exciting. We are nearing the end of our Vue series now. The last bit of functionality to look at is focus management, or put another way, how we can improve our app's keyboard accessibility....take advantage of Vue's conditional rendering capabilities —...Objective: To learn how to do conditional rendering in Vue. Creating...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  2. Optimizing DevSecOps workflows with GitLab's co...

    This guide explores the various types of CI/CD pipelines and helps you understand their specific use cases. Learn how to leverage rules to create highly efficient DevSecOps workflows....workflows with GitLab's conditional CI/CD pipelines GitLab October...CI/CD variables, or custom conditions. In addition to using rules...

    developer.mozilla.org/en-US/blog/optimizing-dev...
  3. Boolean - MDN Web Docs Glossary: Definitions of...

    In computer science, a Boolean is a logical data type that can have only the values true or false.... in JavaScript, Boolean conditionals are often used to decide...(boolean conditional) { // code to execute if the conditional is true...

    developer.mozilla.org/en-US/docs/Glossary/Boolean
  4. 428 Precondition Required - HTTP | MDN

    The HTTP 428 Precondition Required client error response status code indicates that the server requires the request to be Conditional....requires the request to be conditional . Typically, a 428 response...type of documents must be conditional and sends a 428 response:...

    developer.mozilla.org/en-US/docs/Web/HTTP/Statu...
  5. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...list item depending on a condition as shown in the following...<<[Persons.count()]>> Using Conditional Blocks You can use different...

    docs.groupdocs.com/assembly/java/template-synta...
  6. GroupDocs.Assembly for Java 18.2 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 18.2. Major Features This release extends abilities to work with single-column table data bands and Conditional blocks. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-61  Support single-column table-row data bands for Word Processing documents  Feature ASSEMBLYNET-62 Support single-column table-row data bands for Spreadsheet documents Feature ASSEMBLYNET-63 Support single-column table-row data bands for Presentation documents  Feature ASSEMBLYNE4-63 Support single-column table-row data bands for email messages with HTML and RTF bodies Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....single-column table data bands and conditional blocks. Full List of Features...Table-Row Conditional Blocks A table-row conditional block is...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  7. At-rules - CSS: Cascading Style Sheets | MDN

    At-rules are CSS statements that instruct CSS how to behave. They begin with an at sign, @ (U+0040 COMMERCIAL AT), followed by an identifier, and include everything up to the next semicolon, ; (U+003B SEMICOLON), or the next CSS block, whichever comes first.... @container A conditional group rule that applies its...container meets the <container-condition> s ( CSS containment ). @font-face...

    developer.mozilla.org/en-US/docs/Web/CSS/At-rule
  8. Support for Single-Column Table-Row Data Bands ...

    GroupDocs team is proudly announcing the support for single-column table-row data bands in monthly release of GroupDocs.Assembly for .NET 18.2. Using the latest version, you can now add single-column table-row data bands in word processing, spreadsheet, presentation, and email messages with HTML and RTF bodies. We recommend you to download and use the latest version of API. Features IntroducedGroupDocs.Assembly for .NET extends abilities to work with single-column table-row data bands and Conditional blocks....table-row data bands and conditional blocks. Following new features...Table-Row Conditional BlocksA table-row conditional block is a...

    blog.groupdocs.com/assembly/support-for-single-...
  9. GroupDocs.Assembly for .NET 18.2 Release Notes

    GroupDocs.Assembly for .NET 18.2 Release Notes – the latest updates and fixes....single-column table data bands and conditional blocks. Full List of Features...Table-Row Conditional Blocks A table-row conditional block is...

    releases.groupdocs.com/assembly/net/release-not...
  10. Last-Modified - HTTP | MDN

    The HTTP Last-Modified response header contains a date and time when the origin server believes the resource was last modified. It is used as a validator in Conditional requests (If-Modified-Since or If-Unmodified-Since) to determine if a requested resource is the same as one already stored by the client. It is less accurate than an ETag for determining file contents, but can be used as a fallback mechanism if ETags are unavailable....is used as a validator in conditional requests ( If-Modified-Since...browser See also Etag HTTP Conditional Requests guide If-Match ...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...