/third_party/node/deps/undici/src/node_modules/streamsearch/ |
D | README.md | 4 streamsearch is a module for [node.js](http://nodejs.org/) that allows searching a stream using the… 78 …eedle, < _function_ >callback) - Creates and returns a new instance for searching for a _Buffer_ o… 92 * **push**(< _Buffer_ >chunk) - _integer_ - Processes `chunk`, searching for a match. The return va… 94 * **reset**() - _(void)_ - Resets internal state. Useful for when you wish to start searching a new…
|
/third_party/rust/crates/aho-corasick/ |
D | DESIGN.md | 6 familiarity with string searching, however, one does not need to know the 46 * Support for searching streams. This can reuse most of the underlying code, 69 four lines is that they are very slow, especially when you're searching for a 74 implement, scales quite well even when searching for thousands of patterns and 76 the number of patterns you're searching for, it always visits each byte in the 137 our trie to keep searching efficient. Specifically, it permits us to not only 177 // in which we can advance. Therefore, when searching for the next 318 input that you're searching, saving that extra multiplication instruction can 343 Briefly, match semantics refer to the decision procedure by which searching 366 Aho-Corasick as an optimization when searching for an alternation of literals. [all …]
|
D | README.OpenSource | 9 …"Description": "A string searching algorithm that efficiently searches for multiple patterns in a …
|
D | README.md | 8 Features include case insensitive matching, overlapping matches, fast searching 32 ### Example: basic searching 183 * Support stream searching with leftmost match semantics. Currently, only
|
D | Cargo.toml | 5 description = "Fast multiple substring searching."
|
D | BUILD.gn | 26 cargo_pkg_description = "Fast multiple substring searching."
|
/third_party/icu/docs/userguide/collation/ |
D | string-search.md | 25 String searching, also known as string matching, is a very important subject in 35 are also applicable to text searching. The following lists those issues which 36 are applicable to text searching: 44 in Danish; in Danish searching for 'a' should generally not match 'å' and 47 as 'ae'. Note that primary- and secondary-level distinctions for *searching* 84 collator used for searching has a tertiary collation strength, all accents 133 behavior, searching with French behavior for 'e' might match 'e', 'è', 'é', 'ê', 208 fprintf(stderr, "Error searching for pattern.\n"); 234 fprintf(stderr, "Error searching for pattern.\n"); 329 When searching with the strength set to primary and the case level attribute [all …]
|
D | examples.md | 262 ## Language-sensitive searching 264 String searching is a well-researched area, and there are algorithms that can 265 optimize the searching process. Perhaps the best is the Boyer-Moore method. For a 267 Werner's text searching article for more details
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.cc | 337 StringPiece searching(utf8_data(), utf8_length()); in UnsafeFind() local 340 searching.find(look_piece, start_pos.utf8_data() - utf8_data()); in UnsafeFind() 350 StringPiece searching(utf8_data(), utf8_length()); in HasReplacementChar() local 352 return searching.find(looking_for) != StringPiece::npos; in HasReplacementChar()
|
/third_party/rust/crates/memchr/ |
D | README.OpenSource | 9 "Description": "A Rust library that provides support for searching for characters in memory."
|
D | README.md | 18 * The top-level module provides routines for searching for 1, 2 or 3 bytes 19 in the forward or reverse direction. When searching for more than one byte, 26 is exactly what you want when searching either UTF-8 or arbitrary bytes.
|
D | Cargo.toml | 27 # accelerate searching via vector instructions. Without the standard library,
|
/third_party/node/deps/npm/node_modules/libnpmsearch/ |
D | README.md | 36 description: 'Programmatic API for searching in npm and compatible registries', 118 description: 'Programmatic API for searching in npm and compatible registries', 169 description: 'Programmatic API for searching in npm and compatible registries',
|
/third_party/rust/crates/regex/regex-capi/ |
D | README.md | 4 searching using finite automata. In exchange, it must give up some common 38 in the regex and will use fast literal string searching to quickly skip 41 All memory usage is bounded and all searching takes linear time with respect
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 713 bool searching = true; in ecma_builtin_helper_string_find_index() local 715 while (searching) in ecma_builtin_helper_string_find_index() 751 if ((searching = (index <= original_len - search_len))) in ecma_builtin_helper_string_find_index() 759 if ((searching = (index > 0))) in ecma_builtin_helper_string_find_index()
|
/third_party/python/Doc/library/ |
D | bisect.rst | 5 :synopsis: Array bisection algorithms for binary searching. 109 * Bisection is effective for searching ranges of values. 120 consider searching an array of precomputed keys to locate the insertion 140 can be tricky or awkward to use for common searching tasks. The following five
|
D | imaplib.rst | 491 parenthesized list of *sort_criteria*, and the searching *charset*. Note that 492 unlike ``search``, the searching *charset* argument is mandatory. There is also 495 messages that match the given searching criteria using the charset argument for 496 the interpretation of strings in the searching criteria. It then returns the 561 *threading_algorithm*, and the searching *charset*. Note that unlike 562 ``search``, the searching *charset* argument is mandatory. There is also a 565 mailbox for messages that match the given searching criteria using the charset 566 argument for the interpretation of strings in the searching criteria. It then
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | CMakeLists.txt | 4 # searching for headers (CMAKE_SYSTEM_INCLUDE_PATH, for instance):
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_visual_select_group.txt | 101 the best match and will not continue searching, while glXChooseFBConfig 102 will continue searching all the categories and will sort the matches
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_visual_select_group.txt | 101 the best match and will not continue searching, while glXChooseFBConfig 102 will continue searching all the categories and will sort the matches
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_sessions.pod | 22 access this database e.g. for searching. In parallel, the sessions
|
/third_party/mesa3d/docs/ |
D | conform.rst | 10 and you can find some reports there by searching for "Mesa",
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug03.txt | 32 looking at the output from 'ps -o psr -o com' and searching for our
|
/third_party/icu/docs/userguide/icu/ |
D | services.md | 28 currency, message sorting, and searching. ICU provides language-specific results 220 Sorting and searching non-English text presents a number of challenges that many 239 equivalent for the purpose of searching. 242 string comparisons to create sorting and searching routines for natural language 247 ICU provides the following collation classes for sorting and searching natural 368 …into an equivalent composed or decomposed form to allow for easier sorting and searching of text. |
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | README.md | 16 -c / --createindex|Create an index file, instead of searching
|