Verzeichnisstruktur phpBB-3.3.15


Veröffentlicht
28.08.2024

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

sphinx_exceptions.txt

Zuletzt modifiziert: 02.04.2025, 15:01 - Dateigröße: 1.87 KiB


01  # Sample tokenised exception file for phpBB using Sphinx search engine
02  #
03  # Exceptions allow one or more tokens to be mapped to a single keyword. 
04  # Exceptions are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation.
05  # Exceptions are applied to both indexing and searching, such that search queries for one mapped variation will find all others.
06  # List needs to be customised according to board and language requirements.
07  # Please remove all commented lines before use.
08  #
09  # See Sphinx documentation for further details: http://sphinxsearch.com/docs/current/conf-exceptions.html
10  #
11  # Examples:
12  #
13  # Acronyms and initialisms
14  U.S.A. => usa
15  u.s.a. => usa
16  U.S.A => usa
17  u.s.a => usa
18  USA => usa
19  U.S. => usa
20  u.s. => usa
21  U.S => usa
22  u.s => usa
23  US => usa
24  # Abbreviations using ampersand
25  profit & loss => p&l
26  profit and loss => p&l
27  P & L => p&l
28  P and L => p&l
29  p & l => p&l
30  p and l => p&l
31  # Ampersands
32  & => and
33  # Ordinals
34  1st => first
35  1ST => first
36  2nd => second
37  2ND => second
38  3rd => third
39  3RD => third
40  4th => fourth
41  4TH => fourth
42  5th => fifth
43  5TH => fifth
44  6th => sixth
45  6TH => sixth
46  7th => seventh
47  7TH => seventh
48  8th => eighth
49  8TH => eighth
50  9th => ninth
51  9TH => ninth
52  10th => tenth
53  10TH => tenth
54  # Numerals
55  1 => one
56  2 => two
57  3 => three
58  4 => four
59  5 => five
60  6 => six
61  7 => seven
62  8 => eight
63  9 => nine
64  10 => ten
65  11 => eleven
66  12 => twelve
67  13 => thirteen
68  14 => fourteen
69  15 => fifteen
70  16 => sixteen
71  17 => seventeen
72  18 => eighteen
73  19 => nineteen
74  20 => twenty
75  30 => thirty
76  40 => forty
77  50 => fifty
78  60 => sixty
79  70 => seventy
80  80 => eighty
81  90 => ninety
82  100 => one hundred
83  1000 => one thousand
84  10000 => ten thousand
85  100000 => one hundred thousand
86  1000000 => one million
87  1000000000 => one billion
88  # Numbered groupings / decades
89  10s => tens
90  20s => twenties
91  30s => thirties
92  40s => forties
93  50s => fifties
94  60s => sixties
95  70s => seventies
96  80s => eighties
97  90s => nineties