Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 203 for

case insensitive

(0.06 sec)
  1. Type Class (System) | Microsoft Learn

    Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.... FilterName Represents the case-sensitive member filter used...FilterNameIgnoreCase Represents the case-insensitive member filter used on...

    learn.microsoft.com/en-us/dotnet/api/system.type
  2. Type Class (System) | Microsoft Learn

    Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.... FilterName Represents the case-sensitive member filter used...FilterNameIgnoreCase Represents the case-insensitive member filter used on...

    learn.microsoft.com/en-us/dotnet/api/system.type
  3. GitHub Flavored Markdown Spec

    GitHub Flavored Markdown Spec Version 0.29-gfm (2019-04-06) This formal specification is based on the CommonMark Spec...... This is hardly a “corner case,” and divergences between implementations...manifestly bad results in many cases, so it was not a satisfactory...

    github.github.com/gfm/
  4. Looping code - Learn web development | MDN

    Programming languages are very useful for rapidly completing repetitive tasks, from multiple basic calculations to just about any other situation where you've got a lot of similar items of work to complete. Here we'll look at the loop structures available in JavaScript that handle such needs.... In this case the function we provide converts...the same code 100 times. In a case like that, you should use the...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  5. Luigi Auriemma

    Luigi Auriemma...and you can try two methods in case the first doesn't work: exestringz...available on this website (case insensitive). useful if you know the...

    aluigi.altervista.org/quickbms.htm
  6. GroupDocs.Parser for Java 19.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for Java 19.5. Major Features There are the following features in this release: Implement the ability to extract data from documents Implement the ability to move Table Layout Implement the ability to detect a table in a rectangular area using a collection of column separators Implement the support for spreadsheet and presentation templates Some constructors and properties were removed from TextProperties class Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1145 Implement the ability to extract data from documents New feature PARSERNET-1151 Implement the ability to move Table Layout New feature PARSERNET-1158 Implement the ability to detect a table in a rectangular area using a collection of column separators New feature PARSERNET-1200 Implement the support for spreadsheet and presentation templates New feature PARSERNET-63 Remove obsolete members (version 18.... It’s useful in the cases when the document contains pages...Number\\s+[A-Z0-9\\-]+" )); In this case as a value the entire string...

    docs.groupdocs.com/parser/java/groupdocs-parser...
  7. GroupDocs.Signature for Java 18.11 Release Note...

    Note This page contains release notes for GroupDocs.Signature for Java 18.11 Major Features There are about 38 improvements, new features and fixes in this regular release. Most new features are related to cells positioning that was improved to support pixels locations,improvements of cells positioning, implementation of different measure types for Cells signature options,introduced Metadata Signature type implementation for signing and searching for Pdf Documents. Text Signature options were updated with ability to align text inside signature area....verification or searching in case when process requires cancellation...will be set to true value in case when user discarded/ canceled...

    docs.groupdocs.com/signature/java/groupdocs-sig...
  8. GroupDocs.Signature for Java 18.11 Release Notes

    GroupDocs.Signature for Java 18.11 Release Notes – the latest updates and fixes....verification or searching in case when process requires cancellation...will be set to true value in case when user discarded/ canceled...

    releases.groupdocs.com/signature/java/release-n...
  9. GroupDocs.Parser for .NET 19.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 19.5. Major Features There are the following features in this release: Implement the ability to extract data from documents Implement the ability to move Table Layout Implement the ability to detect a table in a rectangular area using a collection of column separators Implement the support for spreadsheet and presentation templates Some constructors and properties were removed from TextProperties class Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1145 Implement the ability to extract data from documents New feature PARSERNET-1151 Implement the ability to move Table Layout New feature PARSERNET-1158 Implement the ability to detect a table in a rectangular area using a collection of column separators New feature PARSERNET-1200 Implement the support for spreadsheet and presentation templates New feature PARSERNET-63 Remove obsolete members (version 18.... It’s useful in the cases when the document contains pages...Number\\s+[A-Z0-9\\-]+" )); In this case as a value the entire string...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  10. <input type="file"> - HTML: HyperText Markup La...

    elements with type="file" let the user choose one or more files from their device storage. Once chosen, the files can be uploaded to a server using form submission, or manipulated using JavaScript code and the File API....following forms: A valid case-insensitive filename extension, starting...is still possible (in most cases) for users to toggle an option...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...