/dokuwiki/inc/lang/el/ |
H A D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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/Search/ |
H A D | Indexer.php | 44 $words = $this->getPageWords($text); 45 if ($words === false) { 50 if (!empty($words)) { 112 $words = array(); 115 if (isset($words[$l])){ 116 $words[$l][$w] = $c + (isset($words[$l][$w]) ? $words[$l][$w] : 0); 118 $words[$l] = array($w => $c); 124 foreach (array_keys($words) as $wlen) { 753 foreach ($words as $word) { 902 $words = null; [all …]
|
/dokuwiki/inc/lang/cy/ |
H A D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | stopwords.txt | 1 # 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 D | indexer.php | 221 * @param array $words list of words to search for 224 function idx_lookup(&$words) { argument 226 return $Indexer->lookup($words);
|
H A D | fulltext.php | 892 $words = \dokuwiki\Utf8\Asian::splitAsianWords($term); 893 foreach ($words as $word) { 899 $words = $Indexer->tokenizer($term_noparen, true); 902 if (empty($words)) { 904 } elseif ($words[0] === $term) { 905 $parsed = '(W+:'.$words[0].')'; 908 $parsed = '((W_:'.implode(')(W_:', $words).')(P+:'.$term_encoded.'))'; 910 $parsed = '((W+:'.implode(')(W+:', $words).'))';
|
H A D | DifferenceEngine.php | 964 function addWords($words, $tag = '') { argument 968 foreach ($words as $word) {
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | TableFormatter.php | 301 $words = explode(' ', $line); 304 foreach ($words as $word) {
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Rijndael.php | 287 $words = unpack('N*', $in); 296 foreach ($words as $word) { 388 $words = unpack('N*', $in); 397 foreach ($words as $word) {
|
/dokuwiki/conf/ |
H A D | acronyms.conf | 34 IOW In other words
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | README.markdown | 15 * libxml2 (certain 2.7.x releases are too buggy for words, and will crash)
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 1617 * @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 D | deleted.files | 701 conf/words.aspell.dist
|