Home
last modified time | relevance | path

Searched refs:approximated (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md169 For example, the `Hoa\Ustring\Search::approximated` method make a search by
170 approximated patterns (with *k* differences based upon the principle diagonal
175 $search = Hoa\Ustring\Search::approximated(
H A DSearch.php58 public static function approximated($y, $x, $k) function in Hoa\\Ustring\\Search
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DSearch.php60 ->when($result = LUT\Search::approximated($y, $x, $k))