Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,452 for

conditional

(0.14 sec)
  1. Spread syntax (...) - JavaScript | MDN

    The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. In an object literal, the spread syntax enumerates the properties of an object and adds the key-value pairs to the object being created....depending on a condition, using a conditional operator . js const...['apple', 'banana'] When the condition is false , we spread an empty...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  2. Use Search Folders to find messages or other Ou...

    Create Search Folders that enable you to find email messages and other items matching specified criteria across multiple folders....Troubleshoot broken rules Use conditional formatting Personalize and...Troubleshoot broken rules Use conditional formatting Personalize and...

    support.microsoft.com/en-us/office/use-search-f...
  3. if...else - JavaScript | MDN

    The if...else statement executes a statement if a specified condition is truthy. If the condition is falsy, another statement in the optional else clause will be executed....a specified condition is truthy . If the condition is falsy ,...executed. Try it Syntax js if (condition) statement1 // With an else...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. Can not iterate over an instance of type 'Syste...

    Good day, we need some help with two issues which are best illustrated with a simple example. Take a default setup, with: Options = DocumentAssemblyOptions.AllowMissingMembers JsonDataSource: {} Template: <<var [b…...null-check a var means any conditional expression will break when...data is missing. Think of conditional formatting, filtering, and...

    forum.groupdocs.com/t/can-not-iterate-over-an-i...
  5. try...catch - JavaScript | MDN

    The try...catch statement is comprised of a try block and either a catch block, a finally block, or both. The code in the try block is executed first, and if it throws an exception, the code in the catch block will be executed. The code in the finally block will always be executed before control flow exits the entire construct.... Conditional catch blocks You can create "Conditional catch...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  6. container-type - CSS: Cascading Style Sheets | MDN

    An element can be established as a query container for container size queries using the container-type CSS property. container-type is used to define the type of size containment used in a container query....Specifications Specification CSS Conditional Rules Module Level 5 # container-type...

    developer.mozilla.org/en-US/docs/Web/CSS/contai...
  7. Nullish coalescing operator (??) - JavaScript |...

    The nullish coalescing (??) operator is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand....directly higher than the conditional (ternary) operator . It is...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  8. GroupDocs.Assembly for .NET – Generate Word & P...

    GroupDocs.Assembly for .NET is a comprehensive library for generating documents and reports by merging your templates and data. With GroupDocs.Assembly, you can generate any type of document that requires custom data input. These could be invoices, NDAs, sales quotes, employment letters, reports, etc. The library supports Microsoft Word, Excel and PDF templates, and allows you to save the final, assembled documents in either of these formats. Just like all GroupDocs libraries, GroupDocs....response length, hints, conditional logic and other metadata...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  9. GitHub - groupdocs-assembly/GroupDocs.Assembly-...

    GroupDocs.Assembly for .NET examples, plugins and showcase projects - groupdocs-assembly/GroupDocs.Assembly-for-.NET... Apply conditional formatting & formatting based...

    github.com/groupdocs-assembly/GroupDocs.Assembl...
  10. HTTP | MDN

    Hypertext Transfer Protocol (HTTP) is an application-layer protocol for transmitting hypermedia documents, such as HTML. It was designed for communication between web browsers and web servers, but it can also be used for other purposes, such as machine-to-machine communication, programmatic access to APIs, and more.... HTTP conditional requests In conditional requests, the...

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