Home
last modified time | relevance | path

Searched refs:show_only_matches (Results 1 – 1 of 1) sorted by relevance

/plugin/metaeditor/
H A Djstree.js6434 show_only_matches : false,
6512 this.search = function (str, skip_async, show_only_matches, inside, append) { argument
6528 if(show_only_matches === undefined) {
6529 show_only_matches = s.show_only_matches;
6536 this.search(str, true, show_only_matches, inside, append);
6555 this.search(str, true, show_only_matches, inside, append);
6565 this._data.search.som = show_only_matches;
6598 …_data.search.dom, str : str, res : this._data.search.res, show_only_matches : show_only_matches });