Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 3,183 for

indexes

(0.07 sec)
  1. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/implement-cust...
  2. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-embed-n...
  3. 在 Java 中查找任何单词的同义词 |按含义划分的同义词组

    查找 Java 中任何单词的所有可能同义词。使用 Search API 获取按同一个词的不同含义排列的不同同义词集合。... 使用 Index 类创建索引。 通过将查询传递给 getSynonyms..."show"; String[] synonyms = new Index().getDictionaries().getSynonymDictionary()...

    blog.groupdocs.com/zh/search/find-synonyms-of-w...
  4. C# Regex - Pencarian di Dokumen menggunakan Eks...

    Buka kekuatan pencarian terprogram di C#! Pelajari cara mencari beberapa dokumen berbasis teks di seluruh folder dengan presisi menggunakan ekspresi reguler....dalamnya Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Disini saya telah...

    blog.groupdocs.com/id/search/search-in-document...
  5. Java Regex — wyszukiwanie w dokumentach za pomo...

    Odblokuj moc wyszukiwania programistycznego w Javie! Dowiedz się, jak precyzyjnie przeszukiwać wiele dokumentów tekstowych w folderach za pomocą wyrażeń regularnych....folderu dokumentu Index index = new Index("path/indexing-folder-path");...h"); index.add("path/parent-folder"); // Przygotuj zapytanie...

    blog.groupdocs.com/pl/search/search-in-document...
  6. C# Regex — поиск в документах с использованием ...

    Раскройте возможности программного поиска в C#! Узнайте, как точно выполнять поиск по нескольким текстовым документам в папках с помощью регулярных выражений....документа Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Здесь я выделил...

    blog.groupdocs.com/ru/search/search-in-document...
  7. C# Regex - Pesquisa em documentos usando expres...

    Desbloqueie o poder da pesquisa programática em C#! Aprenda como pesquisar vários documentos baseados em texto em pastas com precisão usando expressões regulares....ela Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Aqui destaquei...

    blog.groupdocs.com/pt/search/search-in-document...
  8. Java Regex - Pesquisa em documentos usando expr...

    Desbloqueie o poder da pesquisa programática em Java! Aprenda como pesquisar vários documentos baseados em texto em pastas com precisão usando expressões regulares....documento a ela Index index = new Index("path/indexing-folder-path");...h"); index.add("path/parent-folder"); // Prepare a consulta e...

    blog.groupdocs.com/pt/search/search-in-document...
  9. Suche nach verschiedenen Wortformen mit Java

    Durchsuchen Sie mit Java verschiedene Wortformen, um Substantive sowohl in der Einzahl- als auch in der Mehrzahlform zu identifizieren. Ein Beispiel zeigt, wie die Wortformsuche in Java implementiert wird....aktivieren Instanziieren Sie ein Index -Objekt, um Dokumente aus einem...zu indizieren Fügen Sie dem Index Dokumente hinzu, indem Sie den...

    kb.groupdocs.com/de/search/java/search-differen...
  10. Поиск фраз в документах с использованием C#

    Узнайте, как выполнять поиск фраз в документах с помощью C#. Узнайте о методах поиска документов по фразам в C# и оптимизируйте процессы поиска документов....в C# Инициализируйте объект Index , который будет отвечать за...папки в индекс с помощью метода Index.Add Чтобы выполнить поиск фразы...

    kb.groupdocs.com/ru/search/net/phrase-search-in...