Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 382 for

filtering

(0.12 sec)
  1. Custom cache implementation | GroupDocs

    This article explains how to use custom caching implementation with GroupDocs.Viewer within your .NET applications....< string > GetKeys ( string filter ) { return _redis . GetServer..._host ). Keys ( pattern : $"*{filter}*" ) . Select ( x => x . ToString...

    docs.groupdocs.com/viewer/net/how-to-use-custom...
  2. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....< String > getKeys ( String filter ) { try ( Jedis jedis = jedisPool...keys = jedis . keys ( "*" + filter + "*" ); return keys . stream...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  3. How to make cache thread-safe in your Java appl...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your Java applications....< String > getKeys ( String filter ) { synchronized ( _cache )...{ return _cache . getKeys ( filter ); } } } Result Using the statement...

    docs.groupdocs.com/viewer/java/how-to-make-cach...
  4. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Advanced usage / Using redaction filters / Use PageAreaRedaction Use..."[redarea]" ); optionsText . Filters = new RedactionFilter [] {...

    docs.groupdocs.com/redaction/net/use-page-area-...
  5. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Working with Chart Reports - Filtered Ordered Grouped Working with...Working with Table Reports - Filtered Ordered Grouped Working with...

    docs.groupdocs.com/assembly/net/advanced-usage/
  6. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....method allows you to set a filter used to determine whether files...adding folder does not match the filter, then it will not be added...

    docs.groupdocs.com/search/nodejs-java/search-in...
  7. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.... extension_filter = settings . extension_filter + ",.dump" ;...

    docs.groupdocs.com/redaction/python-net/extend-...
  8. Updating metadata | GroupDocs

    The Example in this article demonstrates how to update metadata properties using a combination of criteria...we use the existing value to filter metadata properties. a file...predicate that will be used to filter desired metadata properties...

    docs.groupdocs.com/metadata/net/updating-metadata/
  9. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...we use the existing value to filter metadata properties. Open a...predicate that will be used to filter desired metadata properties...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  10. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....method allows you to set a filter used to determine whether files...adding folder does not match the filter, then it will not be added...

    docs.groupdocs.com/search/java/search-index-set...