file
27 rows where patch_id = 4810
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
22712 | 4810 4810 | extension.json |
22713 | 4810 4810 | includes/AbuseFilter.php |
22714 | 4810 4810 | includes/AbuseFilterHooks.php |
22715 | 4810 4810 | includes/AbuseFilterPermissionManager.php |
22716 | 4810 4810 | includes/AbuseFilterServices.php |
22717 | 4810 4810 | includes/ServiceWiring.php |
22718 | 4810 4810 | includes/Views/AbuseFilterView.php |
22719 | 4810 4810 | includes/Views/AbuseFilterViewDiff.php |
22720 | 4810 4810 | includes/Views/AbuseFilterViewEdit.php |
22721 | 4810 4810 | includes/Views/AbuseFilterViewExamine.php |
22722 | 4810 4810 | includes/Views/AbuseFilterViewHistory.php |
22723 | 4810 4810 | includes/Views/AbuseFilterViewImport.php |
22724 | 4810 4810 | includes/Views/AbuseFilterViewList.php |
22725 | 4810 4810 | includes/Views/AbuseFilterViewRevert.php |
22726 | 4810 4810 | includes/Views/AbuseFilterViewTestBatch.php |
22727 | 4810 4810 | includes/Views/AbuseFilterViewTools.php |
22728 | 4810 4810 | includes/api/ApiAbuseFilterCheckMatch.php |
22729 | 4810 4810 | includes/api/ApiAbuseFilterCheckSyntax.php |
22730 | 4810 4810 | includes/api/ApiAbuseFilterEvalExpression.php |
22731 | 4810 4810 | includes/api/ApiAbuseLogPrivateDetails.php |
22732 | 4810 4810 | includes/api/ApiQueryAbuseFilters.php |
22733 | 4810 4810 | includes/api/ApiQueryAbuseLog.php |
22734 | 4810 4810 | includes/pagers/AbuseFilterHistoryPager.php |
22735 | 4810 4810 | includes/pagers/AbuseFilterPager.php |
22736 | 4810 4810 | includes/pagers/AbuseLogPager.php |
22737 | 4810 4810 | includes/special/AbuseFilterSpecialPage.php |
22738 | 4810 4810 | includes/special/SpecialAbuseLog.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);