home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / dotproject / modules / files / file_index_ignore.php < prev    next >
Encoding:
PHP Script  |  2003-03-10  |  837 b   |  108 lines

  1. <?php
  2. ##
  3. ## strings to ignore when idexing files
  4. ##
  5. $ignore = array(
  6. "a",
  7. "about",
  8. "also",
  9. "an",
  10. "and",
  11. "another",
  12. "any",
  13. "are",
  14. "as",
  15. "at",
  16. "back",
  17. "be",
  18. "because",
  19. "been",
  20. "being",
  21. "but",
  22. "by",
  23. "can",
  24. "could",
  25. "did",
  26. "do",
  27. "each",
  28. "end",
  29. "even",
  30. "for",
  31. "from",
  32. "get",
  33. "go",
  34. "had",
  35. "have",
  36. "he",
  37. "her",
  38. "here",
  39. "his",
  40. "how",
  41. "i",
  42. "if",
  43. "in",
  44. "into",
  45. "is",
  46. "it",
  47. "else",
  48. "just",
  49. "may",
  50. "me",
  51. "might",
  52. "much",
  53. "must",
  54. "my",
  55. "no",
  56. "not",
  57. "of",
  58. "off",
  59. "on",
  60. "only",
  61. "or",
  62. "other",
  63. "our",
  64. "out",
  65. "should",
  66. "so",
  67. "some",
  68. "still",
  69. "such",
  70. "than",
  71. "that",
  72. "the",
  73. "their",
  74. "them",
  75. "then",
  76. "there",
  77. "these",
  78. "they",
  79. "this",
  80. "those",
  81. "to",
  82. "too",
  83. "try",
  84. "two",
  85. "under",
  86. "up",
  87. "us",
  88. "was",
  89. "we",
  90. "were",
  91. "what",
  92. "when",
  93. "where",
  94. "which",
  95. "while",
  96. "who",
  97. "why",
  98. "will",
  99. "with",
  100. "within",
  101. "without",
  102. "would",
  103. "you",
  104. "your",
  105. "MSWordDoc",
  106. "bjbjU"
  107. );
  108. ?>