Home
last modified time | relevance | path

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

/plugin/combo/db/combo/
H A Dupdate0007.sql4 alter table PAGES add column WORD_COUNT INTEGER;
10 create index if not exists WORD_COUNT ON PAGES (WORD_COUNT);
/plugin/combo/renderer/
H A Danalytics.php137 public const WORD_COUNT = 'word_count'; define in renderer_plugin_combo_analytics
271 $statExport[self::WORD_COUNT] = StringUtility::getWordCount($text);
399 $missingWords = $minimalWordCount - $statExport[self::WORD_COUNT];
407 $tooMuchWords = $statExport[self::WORD_COUNT] - $maximalWordCount;
431 $wordCount = $this->stats[self::WORD_COUNT] ?? 0;
/plugin/combo/
H A Dcli.php397 'words' => $statistics[renderer_plugin_combo_analytics::WORD_COUNT],
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php1281 $record['WORD_COUNT'] = $analyticsJsonAsArray[renderer_plugin_combo_analytics::STATISTICS][renderer_plugin_combo_analytics::WORD_COUNT];