[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 # Sample tokenised exception file for phpBB using Sphinx search engine 2 # 3 # Exceptions allow one or more tokens to be mapped to a single keyword. 4 # Exceptions are defined BEFORE tokenisation and are therefore case sensitive and accept characters that would normally be excluded such as punctuation. 5 # Exceptions are applied to both indexing and searching, such that search queries for one mapped variation will find all others. 6 # List needs to be customised according to board and language requirements. 7 # Please remove all commented lines before use. 8 # 9 # 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
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |