Home
last modified time | relevance | path

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

/plugin/sphinxsearch/
DSphinxSearch.php18 private $_titlePriority = 1; variable in SphinxSearch
77 'title' => $this->_titlePriority,
250 $this->_titlePriority = $priority;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php18 private $_titlePriority = 1; variable in SphinxSearch
77 'title' => $this->_titlePriority,
254 $this->_titlePriority = $priority;
/plugin/sphinxsearchwas/
DSphinxSearch.php15 private int $_titlePriority = 1; variable in SphinxSearch
43 'title' => $this->_titlePriority,
184 public function setTitlePriority(int $p): void { $this->_titlePriority = $p; }