[ Index ]

PHP Cross Reference of phpBB 3.0 Beta 3

title

Body

[close]

/language/en/ -> search_ignore_words.php (source)

   1  <?php
   2  /** 
   3  *
   4  * search_ignore_words [English]
   5  *
   6  * @package language
   7  * @version $Id: search_ignore_words.php,v 1.2 2006/10/08 11:21:39 acydburn Exp $
   8  * @copyright (c) 2005 phpBB Group 
   9  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
  10  *
  11  */
  12  
  13  $words = array(
  14      'a',
  15      'about',
  16      'after',
  17      'ago',
  18      'all',
  19      'almost',
  20      'along',
  21      'alot',
  22      'also',
  23      'am',
  24      'an',
  25      'and',
  26      'answer',
  27      'any',
  28      'anybody',
  29      'anybodys',
  30      'anywhere',
  31      'are',
  32      'arent',
  33      'around',
  34      'as',
  35      'ask',
  36      'askd',
  37      'at',
  38      'bad',
  39      'be',
  40      'because',
  41      'been',
  42      'before',
  43      'being',
  44      'best',
  45      'better',
  46      'between',
  47      'big',
  48      'btw',
  49      'but',
  50      'by',
  51      'can',
  52      'cant',
  53      'come',
  54      'could',
  55      'couldnt',
  56      'day',
  57      'days',
  58      'days',
  59      'did',
  60      'didnt',
  61      'do',
  62      'does',
  63      'doesnt',
  64      'dont',
  65      'down',
  66      'each',
  67      'etc',
  68      'either',
  69      'else',
  70      'even',
  71      'ever',
  72      'every',
  73      'everybody',
  74      'everybodys',
  75      'everyone',
  76      'far',
  77      'find',
  78      'for',
  79      'found',
  80      'from',
  81      'get',
  82      'go',
  83      'going',
  84      'gone',
  85      'good',
  86      'got',
  87      'gotten',
  88      'had',
  89      'has',
  90      'have',
  91      'havent',
  92      'having',
  93      'her',
  94      'here',
  95      'hers',
  96      'him',
  97      'his',
  98      'home',
  99      'how',
 100      'hows',
 101      'href',
 102      'I',
 103      'Ive',
 104      'if',
 105      'in',
 106      'ini',
 107      'into',
 108      'is',
 109      'isnt',
 110      'it',
 111      'its',
 112      'its',
 113      'just',
 114      'know',
 115      'large',
 116      'less',
 117      'like',
 118      'liked',
 119      'little',
 120      'looking',
 121      'look',
 122      'looked',
 123      'looking',
 124      'lot',
 125      'maybe',
 126      'many',
 127      'me',
 128      'more',
 129      'most',
 130      'much',
 131      'must',
 132      'mustnt',
 133      'my',
 134      'near',
 135      'need',
 136      'never',
 137      'new',
 138      'news',
 139      'no',
 140      'none',
 141      'not',
 142      'nothing',
 143      'now',
 144      'of',
 145      'off',
 146      'often',
 147      'old',
 148      'on',
 149      'once',
 150      'only',
 151      'oops',
 152      'or',
 153      'other',
 154      'our',
 155      'ours',
 156      'out',
 157      'over',
 158      'page',
 159      'please',
 160      'put',
 161      'question',
 162      'questions',
 163      'questioned',
 164      'quote',
 165      'rather',
 166      'really',
 167      'recent',
 168      'said',
 169      'saw',
 170      'say',
 171      'says',
 172      'she',
 173      'see',
 174      'sees',
 175      'should',
 176      'sites',
 177      'small',
 178      'so',
 179      'some',
 180      'something',
 181      'sometime',
 182      'somewhere',
 183      'soon',
 184      'take',
 185      'than',
 186      'true',
 187      'thank',
 188      'that',
 189      'thatd',
 190      'thats',
 191      'the',
 192      'their',
 193      'theirs',
 194      'theres',
 195      'theirs',
 196      'them',
 197      'then',
 198      'there',
 199      'these',
 200      'they',
 201      'theyll',
 202      'theyd',
 203      'theyre',
 204      'this',
 205      'those',
 206      'though',
 207      'through',
 208      'thus',
 209      'time',
 210      'times',
 211      'to',
 212      'too',
 213      'under',
 214      'until',
 215      'untrue',
 216      'up',
 217      'upon',
 218      'use',
 219      'users',
 220      'version',
 221      'very',
 222      'via',
 223      'want',
 224      'was',
 225      'way',
 226      'we',
 227      'well',
 228      'went',
 229      'were',
 230      'werent',
 231      'what',
 232      'when',
 233      'where',
 234      'which',
 235      'who',
 236      'whom',
 237      'whose',
 238      'why',
 239      'wide',
 240      'will',
 241      'with',
 242      'within',
 243      'without',
 244      'wont',
 245      'world',
 246      'worse',
 247      'worst',
 248      'would',
 249      'wrote',
 250      'www',
 251      'yes',
 252      'yet',
 253      'you',
 254      'youd',
 255      'youll',
 256      'your',
 257      'youre',
 258      'yours',
 259      'AFAIK',
 260      'IIRC',
 261      'LOL',
 262      'ROTF',
 263      'ROTFLMAO',
 264      'YMMV',
 265  );
 266  
 267  ?>


Generated: Wed Nov 22 00:35:05 2006 Cross-referenced by PHPXref 0.6