Home
last modified time | relevance | path

Searched refs:fuzzy (Results 1 – 25 of 26) sorted by relevance

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
DCompletion.php23 public function setFuzzy(array $fuzzy): Completion argument
25 return $this->setParam('fuzzy', $fuzzy);
/plugin/metadisplay/helper/
Dplaintext.php20 private $fuzzy; variable in helper_plugin_metadisplay_plaintext
31 $fuzzy=$options['fuzzy'];
59 else if($fuzzy) {
60 $this->fuzzy = $this->get_regex($fuzzy);
62 if($search || $fuzzy) {
133 if($this->fuzzy) {
134 $search = $this->fuzzy;
Dhtml.php20 private $fuzzy; variable in helper_plugin_metadisplay_html
31 $fuzzy=$options['fuzzy'];
60 else if($fuzzy) {
61 $this->fuzzy = $this->get_regex($fuzzy);
63 if($search || $fuzzy) {
133 if($this->fuzzy) {
134 $search = $this->fuzzy;
/plugin/fuzzysearch/
H A DREADME.md2 …ds a fuzzy search input (FUZZYSEARCH) using Fuse.jsfor typo-tolerant page searching and Obsidian-s…
H A Dplugin.info.txt6 …s a fuzzy search input (FUZZYSEARCH) using Fuse.js for typo-tolerant page searching and Obsidian-s…
/plugin/metadisplay/
Dcli.php60 $page=""; $exact=""; $cl=""; $search=""; $fuzzy=""; $tm=""; $dtype=""; $ltype="";
79 $fuzzy = $opts[$i+1];
104 …et = array('namespace'=>$namespace,'page'=>$page,'exact'=>$exact,'search'=>$search,'fuzzy'=>$fuzzy,
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.filter.js121 if (opts.fuzzy) {
159 if (opts.fuzzy) {
178 if (opts.fuzzy) {
449 fuzzy: false, // Match single characters in order, e.g. 'fb' will match 'FooBar' property
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DCHANGELOG.md61 * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
86 * The default direction for fuzzy searching was changed back to its original
90 the fuzzy searching direction. See #167.
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md61 * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
86 * The default direction for fuzzy searching was changed back to its original
90 the fuzzy searching direction. See #167.
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DQuery.php176 public function fuzzy(?string $fieldName = null, ?string $value = null): Fuzzy function in Elastica\\QueryBuilder\\DSL\\Query
/plugin/dwcommits/lang/en/
Ddwc_admin.txt101 The Term and Author search is "fuzzy" and case insensitive. If you are looking for an author nam…
/plugin/metaeditor/
Djstree.js6421 fuzzy : false, property
6568 f = new $.vakata.search(str, true, { caseSensitive : s.case_sensitive, fuzzy : s.fuzzy }); property
6654 if(options.fuzzy !== false) {
6655 options.fuzzy = true;
6664 options.fuzzy = false;
6666 if(options.fuzzy) {
6696 if(!options.fuzzy) {
6772 fuzzy : false, property
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md353 * Fixed issue [#711](https://github.com/jakubpawlowicz/clean-css/issues/711) - border fuzzy matchin…
360 * Fixed issue [#676](https://github.com/jakubpawlowicz/clean-css/issues/676) - fuzzy matching unqot…
594 * Fixed issue [#446](https://github.com/jakubpawlowicz/clean-css/issues/446) - `list-style` fuzzy m…
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.min.js45fuzzy?n.split("").map(v).reduce(function(e,t){return e+"([^"+t+"]*)"+t},""):v(n),r=new RegExp(t,"i… property
Djquery.fancytree-all-deps.min.js1fuzzy?i.split("").map(b).reduce(function(e,t){return e+"([^"+t+"]*)"+t},""):b(i),o=new RegExp(t,"i… property
Djquery.fancytree-all.js10614 if (opts.fuzzy) {
10652 if (opts.fuzzy) {
10671 if (opts.fuzzy) {
10942 fuzzy: false, // Match single characters in order, e.g. 'fb' will match 'FooBar' property
Djquery.fancytree-all-deps.js11281 if (opts.fuzzy) {
11319 if (opts.fuzzy) {
11338 if (opts.fuzzy) {
11609 fuzzy: false, // Match single characters in order, e.g. 'fb' will match 'FooBar' property
Djquery.fancytree-all-deps.min.js.map1 …emp","treeOpts","prevAutoCollapse","hideMode","leavesOnly","clearFilter","fuzzy","reduce","highlig…
/plugin/codemirror/dist/modes/
Dxquery.min.js.map1 …,\n 'for', 'from', 'ftand', 'ftnot', 'ft-option', 'ftor', 'function', 'fuzzy', 'greatest', 'gro…
/plugin/passpolicy/
Dwords.txt1437 fuzzy
D10k-common-passwords.txt4418 fuzzy
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1fuzzy` is true, and no direct\n matchs is found, this'll also search for a language whose name\…
/plugin/mizarproofchecker/dist/
Dscript.js.map1fuzzy` is true, and no direct\n matchs is found, this'll also search for a language whose name\…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1fuzzy` is true, and no direct\n matchs is found, this'll also search for a language whose name\…
/plugin/pdfjs/pdfjs/web/
Dviewer.js.map1 …{\n // Attempt to improve the page name detection by falling back to fuzzy\n // matching…

12