Home
last modified time | relevance | path

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

/plugin/cloud/
Dsyntax.php240 $word_idx = idx_getIndex('w', $len);
242 $this->_addWordsToCloud($cloud, $idx, $word_idx);
247 $word_idx = file($conf['cachedir'].'/word.idx');
249 $this->_addWordsToCloud($cloud, $idx, $word_idx);
260 function _addWordsToCloud(&$cloud, $idx, $word_idx) { argument
261 $wcount = count($word_idx);
265 $key = trim($word_idx[$i]);
/plugin/cumulus/
Dsyntax.php219 $word_idx = idx_getIndex('w', $len);
221 $this->_addWordsToCloud($cloud, $idx, $word_idx, $stopwords);
226 $word_idx = file($conf['cachedir'].'/word.idx');
228 $this->_addWordsToCloud($cloud, $idx, $word_idx, $stopwords);
237 function _addWordsToCloud(&$cloud, $idx, $word_idx, &$stopwords) { argument
238 $wcount = count($word_idx);
242 $key = trim($word_idx[$i]);
/plugin/datatables/assets/pdfmake/
Dpdfmake.js24552 var word_idx = word_id & mask;
24554 offset += word_idx * copy_length;