Home | History | Annotate | Download | only in doc

Lines Matching full:words

63   "words" : """CREATE TABLE words (
216 """INSERT INTO words (name, symbol, relevance) VALUES ('%s','%s', %d)""" %
221 """UPDATE words SET relevance = %d where name = '%s' and symbol = '%s'""" %
225 print "UPDATE words SET relevance = %d where name = '%s' and symbol = '%s'" % (relevance, name, symbol)
950 words = 0
953 words = words + addStringHTML(content, resource, id, section, 5)
956 return words
959 words = 0
962 words = words + addStringHTML(content, resource, id, section, 5)
965 return words
968 words = 0
971 words = words + addStringHTML(content, resource, id, section, 5)
974 return words
977 words = 0
980 words = words + addStringHTML(content, resource, id, section, 5)
983 return words
1137 print "Indexed %d words in %d archive pages" % (len(wordsDictArchive), ret)
1157 print "Indexed %d words in %d HTML pages" % (len(wordsDictHTML), ret)
1187 print "Indexed %d words" % (len(wordsDict))
1199 print "Found %d associations, skipped %d words" % (i, skipped)