Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 16,339 for

query

(0.04 sec)
  1. Enumerable.FirstOrDefault Method (System.Linq) ...

    Returns the first element of a sequence, or a default value if no element is found....unwanted default value after the query has finished executing. The...default value to 1 after the query. int firstMonth1 = months.FirstOrDefault();...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  2. Pull requests · groupdocs-signature/GroupDocs.S...

    Moved to https://github.com/groupdocs-signature/GroupDocs.Signature-for-Java/tree/master/Demos/Dropwizard - Pull requests · groupdocs-signature/GroupDocs.Signature-for-Java-Dropwizard...izard Clear current search query, filters, and sorts 1 Open 30...

    github.com/groupdocs-signature/GroupDocs.Signat...
  3. Pull requests · groupdocs-signature/GroupDocs.S...

    Moved to https://github.com/groupdocs-signature/GroupDocs.Signature-for-Java/tree/master/Demos/Dropwizard - Pull requests · groupdocs-signature/GroupDocs.Signature-for-Java-Dropwizard...izard Clear current search query, filters, and sorts 1 Open 30...

    github.com/groupdocs-signature/GroupDocs.Signat...
  4. Pull requests · groupdocs-signature/GroupDocs.S...

    Moved to https://github.com/groupdocs-signature/GroupDocs.Signature-for-Java/tree/master/Demos/Dropwizard - Pull requests · groupdocs-signature/GroupDocs.Signature-for-Java-Dropwizard...izard Clear current search query, filters, and sorts 1 Open 30...

    github.com/groupdocs-signature/GroupDocs.Signat...
  5. package-frame - GroupDocs.Search for Java - API...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......spelling corrector for terms in a query. StopWordDictionary Represents...

    apireference.groupdocs.com/search/java/com.grou...
  6. Sec-CH-Prefers-Reduced-Motion - HTTP | MDN

    The HTTP Sec-CH-Prefers-Reduced-Motion request header is a user agent client hint which indicates the user agent's preference for animations to be displayed with reduced motion....prefers-reduced-motion media query. Header type Request header...prefers-reduced-motion CSS Media Query HTTP Caching: Vary and Vary...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  7. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved...."c:\\MyDocuments\\" ; String query = "Einstein" ; String logPath...SearchResult result = index . search ( query ); // Search in the index Implementing...

    docs.groupdocs.com/search/java/logging/
  8. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....@"c:\MyDocuments\" ; string query = "Einstein" ; string logPath...SearchResult result = index . Search ( query ); // Search in index Implementing...

    docs.groupdocs.com/search/net/logging/
  9. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....= 'c:/MyDocuments/' ; const query = 'Einstein' ; const logPath...const result = index . search ( query ); // Search in index Implementing...

    docs.groupdocs.com/search/nodejs-java/logging/
  10. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....spelling errors in search queries, as well as to store words...spelling correction in search queries on the page. To get the number...

    docs.groupdocs.com/search/nodejs-java/spelling-...