Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,485 for

conditional

(0.09 sec)
  1. If-Match - HTTP | MDN

    The HTTP If-Match request header makes a request Conditional. A server will return resources for GET and HEAD methods, or upload resource for PUT and other non-safe methods, only if the resource matches one of the ETag values in the If-Match request header. If the Conditional does not match, the 412 Precondition Failed response is returned instead....request header makes a request conditional . A server will return resources...If-Match request header. If the conditional does not match, the 412 Precondition...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  2. If-Unmodified-Since - HTTP | MDN

    The HTTP If-Unmodified-Since request header makes the request for the resource Conditional. The server will send the requested resource (or accept it in the case of a POST or another non-safe method) only if the resource on the server has not been modified after the date in the request header. If the resource has been modified after the specified date, the response will be a 412 Precondition Failed error....request for the resource conditional . The server will send the...the browser See also HTTP Conditional Requests guide Last-Modified...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  3. 412 Precondition Failed - HTTP | MDN

    The HTTP 412 Precondition Failed client error response status code indicates that access to the target resource was denied. This happens with Conditional requests on methods other than GET or HEAD when the condition defined by the If-Unmodified-Since or If-Match headers is not fulfilled. In that case, the request (usually an upload or a modification of a resource) cannot be made and this error response is sent back.... This happens with conditional requests on methods other...than GET or HEAD when the condition defined by the If-Unmodified-Since...

    developer.mozilla.org/en-US/docs/Web/HTTP/Statu...
  4. SyntaxError: Using //@ to indicate sourceURL pr...

    The JavaScript warning "Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead" occurs when there is a deprecated source map syntax in a JavaScript source....was interpreted to turn on conditional compilation in the IE JScript...JScript engine. The conditional compilation comment in IE is a...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. GroupDocs.Assembly for .NET 18.6 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.6. Major Features This release comes up with the support of null-Conditional operators in template expressions and a number of improvements in working with charts. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-70  Support dynamic coloring of chart series and individual series points for email messages with HTML and RTF bodies  Feature ASSEMBLYNET-76  Support C# 6....with the support of null-conditional operators in template expressions...ASSEMBLYNET-76 Support C# 6.0 null-conditional ?. and ?[] operators in template...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Making decisions in your code — conditionals - ...

    In any programming language, the code needs to make decisions and carry out actions accordingly depending on different inputs. For example, in a game, if the player's number of lives is 0, then it's game over. In a weather app, if it is being looked at in the morning, show a sunrise graphic; show stars and a moon if it is nighttime. In this article, we'll explore how so-called Conditional statements work in JavaScript....we'll explore how so-called conditional statements work in JavaScript...To understand how to use conditional structures in JavaScript...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  7. GroupDocs.Assembly for Java 18.6 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 18.6. Major Features This release comes up with the support of null-Conditional operators in template expressions and a number of improvements in working with charts. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-70  Support dynamic coloring of chart series and individual series points for email messages with HTML and RTF bodies  Feature ASSEMBLYNET-76  Support C# 6....with the support of null-conditional operators in template expressions...ASSEMBLYNET-76 Support C# 6.0 null-conditional ?. and ?[] operators in template...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  8. @import - CSS: Cascading Style Sheets | MDN

    The @import CSS at-rule is used to import style rules from other valid stylesheets. An @import rule must be defined at the top of the stylesheet, before any other at-rule (except @charset and @layer) and style declarations, or it will be ignored....layer(layer-name) supports(supports-condition); @import url layer(layer-name)...layer(layer-name) supports(supports-condition) list-of-media-queries; @import...

    developer.mozilla.org/en-US/docs/Web/CSS/@import
  9. Topics tagged excel-to-pdf

    Topics tagged excel-to-pdf...Excel spreadsheet colors of conditional formatting not converted...

    forum.groupdocs.com/tag/excel-to-pdf
  10. Set Checkbox Values Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax.... << check [ conditional_expression ]>> The code will...snippet: Here, conditional_expression defines a condition upon which...

    docs.groupdocs.com/assembly/net/set-checkbox-va...