file
48 rows where patch_id = 2066
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
9413 | 2066 2066 | includes/CategoryViewer.php |
9414 | 2066 2066 | includes/EditPage.php |
9415 | 2066 2066 | includes/MediaWiki.php |
9416 | 2066 2066 | includes/MovePage.php |
9417 | 2066 2066 | includes/OutputPage.php |
9418 | 2066 2066 | includes/Permissions/PermissionManager.php |
9419 | 2066 2066 | includes/Storage/DerivedPageDataUpdater.php |
9420 | 2066 2066 | includes/Title.php |
9421 | 2066 2066 | includes/actions/InfoAction.php |
9422 | 2066 2066 | includes/api/ApiDelete.php |
9423 | 2066 2066 | includes/api/ApiEditPage.php |
9424 | 2066 2066 | includes/api/ApiFormatXml.php |
9425 | 2066 2066 | includes/api/ApiMove.php |
9426 | 2066 2066 | includes/api/ApiQueryCategories.php |
9427 | 2066 2066 | includes/api/ApiQueryCategoryMembers.php |
9428 | 2066 2066 | includes/api/ApiQueryImages.php |
9429 | 2066 2066 | includes/api/ApiQueryInfo.php |
9430 | 2066 2066 | includes/cache/BacklinkCache.php |
9431 | 2066 2066 | includes/content/WikitextContentHandler.php |
9432 | 2066 2066 | includes/deferred/LinksUpdate.php |
9433 | 2066 2066 | includes/deferred/SearchUpdate.php |
9434 | 2066 2066 | includes/filerepo/FileRepo.php |
9435 | 2066 2066 | includes/filerepo/LocalRepo.php |
9436 | 2066 2066 | includes/filerepo/file/ArchivedFile.php |
9437 | 2066 2066 | includes/filerepo/file/File.php |
9438 | 2066 2066 | includes/import/WikiImporter.php |
9439 | 2066 2066 | includes/linker/LinkRenderer.php |
9440 | 2066 2066 | includes/mail/EmailNotification.php |
9441 | 2066 2066 | includes/page/Article.php |
9442 | 2066 2066 | includes/page/ImagePage.php |
9443 | 2066 2066 | includes/page/PageArchive.php |
9444 | 2066 2066 | includes/page/WikiPage.php |
9445 | 2066 2066 | includes/parser/Parser.php |
9446 | 2066 2066 | includes/parser/ParserOutput.php |
9447 | 2066 2066 | includes/search/SearchHighlighter.php |
9448 | 2066 2066 | includes/search/SearchNearMatcher.php |
9449 | 2066 2066 | includes/specialpage/ImageQueryPage.php |
9450 | 2066 2066 | includes/specials/SpecialEditWatchlist.php |
9451 | 2066 2066 | includes/specials/SpecialMovepage.php |
9452 | 2066 2066 | includes/specials/SpecialRecentChangesLinked.php |
9453 | 2066 2066 | includes/specials/SpecialUndelete.php |
9454 | 2066 2066 | includes/specials/SpecialWhatLinksHere.php |
9455 | 2066 2066 | includes/title/MediaWikiTitleCodec.php |
9456 | 2066 2066 | includes/upload/UploadBase.php |
9457 | 2066 2066 | languages/LanguageConverter.php |
9458 | 2066 2066 | languages/LanguageConverterSpecific.php |
9459 | 2066 2066 | maintenance/deleteBatch.php |
9460 | 2066 2066 | tests/phpunit/includes/specials/SpecialBlockTest.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);