MediaWiki
1.33.1
|
Files | |
file | ActiveUsersPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | AllMessagesTablePager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | AlphabeticPager.php |
Efficient paging for SQL queries. | |
file | BlockListPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | CategoryPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | ContribsPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | DeletedContribsPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | ImageListPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | IndexPager.php |
Efficient paging for SQL queries. | |
file | MergeHistoryPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | NewFilesPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | NewPagesPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | Pager.php |
Efficient paging for SQL queries. | |
file | ProtectedPagesPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | ProtectedTitlesPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | RangeChronologicalPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | ReverseChronologicalPager.php |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |
file | TablePager.php |
Efficient paging for SQL queries. | |
file | UsersPager.php |
Copyright © 2004 Brion Vibber, lcrocker, Tim Starling, Domas Mituzas, Antoine Musso, Jens Frank, Zhengzhu, 2006 Rob Church robch ur@g mail. com | |
Classes | |
class | ActiveUsersPager |
This class is used to get a list of active users. More... | |
class | AllMessagesTablePager |
Use TablePager for prettified output. More... | |
class | AlphabeticPager |
IndexPager with an alphabetic list and a formatted navigation bar. More... | |
class | CategoryPager |
class | HistoryPager |
class | IndexPager |
IndexPager is an efficient pager which uses a (roughly unique) index in the data set to implement paging, rather than a "LIMIT offset,limit" clause. More... | |
class | LogPager |
class | MergeHistoryPager |
class | NewPagesPager |
interface | Pager |
Basic pager interface. More... | |
class | ProtectedTitlesPager |
class | RangeChronologicalPager |
Pager for filtering by a range of dates. More... | |
class | ReverseChronologicalPager |
Efficient paging for SQL queries. More... | |
class | TablePager |
Table-based display with a user-selectable sort order. More... | |
class | UsersPager |
This class is used to get a list of user. More... | |