Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 498 for

case sensitive

(0.08 sec)
  1. counters() - CSS: Cascading Style Sheets | MDN

    The counters() CSS function enables combining markers when nesting counters. The function returns a string that concatenates the current values of the named and nested counters, if any are present, with the string provided. The third, optional parameter enables defining the list style....counters, which is the same case-sensitive name used for the counter-reset...

    developer.mozilla.org/en-US/docs/Web/CSS/counters
  2. @counter-style - CSS: Cascading Style Sheets | MDN

    The @counter-style CSS at-rule lets you extend predefined list styles and define your own counter styles that are not part of the predefined set of styles. The @counter-style rule contains descriptors defining how the counter value is converted into a string representation.... It is specified as a case-sensitive <custom-ident> without...of your counter can't be the case-insensitive list-style-type...

    developer.mozilla.org/en-US/docs/Web/CSS/@count...
  3. URL Pattern API - Web APIs | MDN

    The URL Pattern API defines a syntax that is used to create URL pattern matchers. These patterns can be matched against URLs or individual URL components. The URL Pattern API is used by the URLPattern interface.... Such cases are normalized to the simplest...this case {foo} gets changed to foo . Case sensitivity The URL...

    developer.mozilla.org/en-US/docs/Web/API/URL_Pa...
  4. Efficient data handling with the Streams API | ...

    This post demonstrates how to use the Streams API in a web application to fetch and transform text on the fly. By processing the data as it arrives, this approach enhances performance, responsiveness, and resource efficiency.... Real-world use cases and examples In video streaming...streaming platforms Use case: For efficient processing and delivery...

    developer.mozilla.org/en-US/blog/efficient-data...
  5. Intl.DateTimeFormat - JavaScript | MDN

    The Intl.DateTimeFormat object enables language-Sensitive date and time formatting....DateTimeFormat object enables language-sensitive date and time formatting....a fallback language, in this case Indonesian console.log(new Intl...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  6. [MS-XAML].pdf

    [MS-XAML]: Xaml Object Mapping Specification 2006 Intellectual Property Rights Notice for Open Specifications Documentation  Technical Documentation. Microsoft publishes Open Specifications docume......should be understood and the case carefully weighed before choosing...ordered sequence); in such cases, a single member’s values may...

    download.microsoft.com/download/0/A/6/0A6F7755-...
  7. Build Full Text Search Solution in Java | Find ...

    Full-text search API for Java applications to search via indexing. Find text in multiple Word, Excel, PDF, TXT files of a folder & highlight search results....the API are as follows: Case Sensitive Search Regular Expression...

    blog.groupdocs.com/search/build-full-text-searc...
  8. animation - CSS: Cascading Style Sheets | MDN

    The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline.... In this case, the animation will still occur...animation will be visible. In the case of the animation-fill-mode forwards...

    developer.mozilla.org/en-US/docs/Web/CSS/animation
  9. Django Tutorial Part 3: Using models - Learn we...

    In this article we've learned how models are defined, and then used this information to design and implement appropriate models for the LocalLibrary website.... In this case, the obvious objects are books...candidates for models, in this case, include the book genre (e.g...

    developer.mozilla.org/en-US/docs/Learn/Server-s...
  10. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....the corresponding tag in this case. If html switch is present,...a single paragraph. In this case, while building a report, the...

    docs.groupdocs.com/assembly/net/template-syntax...