Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 356 for

wildcard

(1.35 sec)
  1. System.IO Namespace | Microsoft Learn

    Contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support....MatchType Specifies the type of wildcard matching to use. NotifyFilters...

    learn.microsoft.com/en-us/dotnet/api/system.io
  2. System.IO Namespace | Microsoft Learn

    Contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support....MatchType Specifies the type of wildcard matching to use. NotifyFilters...

    learn.microsoft.com/en-us/dotnet/api/system.io
  3. web_accessible_resources - Mozilla | MDN

    Sometimes you want to package resources—for example, images, HTML, CSS, or JavaScript—with your extension and make them available to web pages and other extensions....strings and may contain * for wildcard matches. For example, "/images/*"...extension is running on. Wildcards web_accessible_resources entries...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  4. GroupDocs.Search for .NET on GroupDocs Blog | D...

    GroupDocs.Search for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search for .NET on GroupDocs Blog | Document Automation Solutions ......blended characters and perform a wildcard search. We would recommend...

    blog.groupdocs.com/tag/groupdocs.search-for-.ne...
  5. Regular expressions - JavaScript | MDN

    A regular expression (regex for short) allow developers to match strings against a pattern, extract submatch information, or simply test if the string conforms to that pattern. Regular expressions are used in many programming languages, and JavaScript's syntax is inspired by Perl.... Wildcard: . Matches any character except...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  6. export - JavaScript | MDN

    The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it — when a module updates the value of a binding that it exports, the update will be visible in its imported value.... If there are two wildcard exports statements that implicitly...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. Content negotiation - HTTP | MDN

    In HTTP, content negotiation is the mechanism that is used for serving different representations of a resource to the same URI to help the user agent specify which representation is best suited for the user (for example, which document language, which image format, or which content encoding).... Obviously, the wildcard * prevents caching from occurring...

    developer.mozilla.org/en-US/docs/Web/HTTP/Conte...
  8. Search and index documents and images in .NET &...

    Perform full-text search, fuzzy, boolean, regular expression, and reverse image search on PDF, Word, Excel, PowerPoint, and images in .NET and Java....regular expression, synonym, wildcard, full-text search, and more...search, synonym search, and wildcard search. Please visit the ...

    www.groupdocs.com/products/document-search-and-...
  9. Download Searching & Indexing DLL C# Library | ...

    Download DLL C# Class Library to Index Data & Perform Search (Fuzzy, synonym algorithms) in various file formats via on-premise .NET API. Create & merge Indexes... Wildcards Use * to match any character...have different spellings. Wildcard search : Uses placeholders...

    releases.groupdocs.com/search/net/
  10. import - JavaScript | MDN

    The static import declaration is used to import read-only live bindings which are exported by another module. The imported bindings are called live bindings because they are updated by the module that exported the binding, but cannot be re-assigned by the importing module....Note: JavaScript does not have wildcard imports like import * from...

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