Home
last modified time | relevance | path

Searched refs:_addWordsToCloud (Results 1 – 2 of 2) sorted by path

/plugin/cloud/
H A Dsyntax.php242 $this->_addWordsToCloud($cloud, $idx, $word_idx);
249 $this->_addWordsToCloud($cloud, $idx, $word_idx);
260 function _addWordsToCloud(&$cloud, $idx, $word_idx) { function in syntax_plugin_cloud
/plugin/cumulus/
H A Dsyntax.php221 $this->_addWordsToCloud($cloud, $idx, $word_idx, $stopwords);
228 $this->_addWordsToCloud($cloud, $idx, $word_idx, $stopwords);
237 function _addWordsToCloud(&$cloud, $idx, $word_idx, &$stopwords) { function in syntax_plugin_cumulus