Home
last modified time | relevance | path

Searched refs:words (Results 1 – 23 of 23) sorted by relevance

/dokuwiki/inc/Search/Query/
H A DQueryParser.php31 $words = Asian::splitAsianWords($term);
32 foreach ($words as $word) {
38 $words = Tokenizer::getWords($term_noparen, true);
41 if ($words === []) {
43 } elseif ($words[0] === $term) {
44 $parsed = '(W+:' . $words[0] . ')';
47 $parsed = '((W_:' . implode(')(W_:', $words) . ')(P+:' . $term_encoded . '))';
49 $parsed = '((W+:' . implode(')(W+:', $words) . '))';
/dokuwiki/inc/lang/el/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/et/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/id/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/en/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/az/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/da/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/
H A Ddeprecated.php265 * @param array $words list of words to search for
270 function idx_lookup(&$words) argument
273 return (new dokuwiki\Search\Indexer())->lookup($words);
H A DDifferenceEngine.php976 function addWords($words, $tag = '') { argument
980 foreach ($words as $word) {
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php302 $words = explode(' ', $line);
306 foreach ($words as $word) {
/dokuwiki/conf/
H A Dacronyms.conf34 IOW In other words
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php325 $words = unpack('N*', $in);
334 foreach ($words as $word) {
414 $words = unpack('N*', $in);
423 foreach ($words as $word) {
/dokuwiki/inc/Search/
H A DIndexer.php179 $words = Tokenizer::getWords($data['body']);
180 … (new PageFulltextCollection($pageIndex))->lock()->addEntity($data['page'], $words)->unlock();
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown15 * libxml2 (certain 2.7.x releases are too buggy for words, and will crash)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1617 * @param array $words The words to use for the keyword group
1621 public function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) { argument
1622 $words = (array) $words;
1623 if (empty($words)) {
1629 $this->language_data['KEYWORDS'][$key] = $words;
/dokuwiki/data/
H A Ddeleted.files732 conf/words.aspell.dist