Home
last modified time | relevance | path

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

/plugin/subjectindex/action/
H A Dindexer.php44 $matched_entries = array();
48 $matched_entries = $matcher->all;
56 $indexer->update($page_id, $matched_entries)->save();
/plugin/subjectindex/inc/
H A Dcommon.php173 …* @param array $matched_entries List of all current entries in the page (could be existing or…
176 function update($pid, Array $matched_entries) { argument
182 foreach ($matched_entries as $match) {