file
39 rows where patch_id = 59855
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
274898 | 59855 59855 | includes/EditPage.php |
274899 | 59855 59855 | includes/Html.php |
274900 | 59855 59855 | includes/Linker.php |
274901 | 59855 59855 | includes/Revision/SlotRecord.php |
274902 | 59855 59855 | includes/Title.php |
274903 | 59855 59855 | includes/api/ApiQueryBase.php |
274904 | 59855 59855 | includes/api/ApiQueryImageInfo.php |
274905 | 59855 59855 | includes/api/Hook/APIGetDescriptionMessagesHook.php |
274906 | 59855 59855 | includes/api/Hook/APIGetParamDescriptionMessagesHook.php |
274907 | 59855 59855 | includes/changes/ChangesListStringOptionsFilterGroup.php |
274908 | 59855 59855 | includes/changes/RecentChange.php |
274909 | 59855 59855 | includes/content/Content.php |
274910 | 59855 59855 | includes/content/ContentHandler.php |
274911 | 59855 59855 | includes/filerepo/file/ArchivedFile.php |
274912 | 59855 59855 | includes/htmlform/HTMLFormField.php |
274913 | 59855 59855 | includes/installer/Installer.php |
274914 | 59855 59855 | includes/jobqueue/utils/BacklinkJobUtils.php |
274915 | 59855 59855 | includes/libs/ExplodeIterator.php |
274916 | 59855 59855 | includes/libs/filebackend/FileBackendStore.php |
274917 | 59855 59855 | includes/libs/filebackend/fileiteration/FSFileBackendList.php |
274918 | 59855 59855 | includes/libs/rdbms/database/IDatabase.php |
274919 | 59855 59855 | includes/libs/redis/RedisConnRef.php |
274920 | 59855 59855 | includes/media/BitmapMetadataHandler.php |
274921 | 59855 59855 | includes/parser/Parser.php |
274922 | 59855 59855 | includes/resourceloader/ResourceLoaderModule.php |
274923 | 59855 59855 | includes/search/SearchSuggestion.php |
274924 | 59855 59855 | includes/session/CookieSessionProvider.php |
274925 | 59855 59855 | includes/site/SiteList.php |
274926 | 59855 59855 | includes/skins/Hook/SkinPreloadExistenceHook.php |
274927 | 59855 59855 | includes/skins/Skin.php |
274928 | 59855 59855 | includes/skins/SkinTemplate.php |
274929 | 59855 59855 | includes/specials/SpecialMute.php |
274930 | 59855 59855 | includes/user/Hook/SpecialPasswordResetOnSubmitHook.php |
274931 | 59855 59855 | includes/user/User.php |
274932 | 59855 59855 | includes/user/UserFactory.php |
274933 | 59855 59855 | tests/phpunit/includes/upload/UploadStashTest.php |
274934 | 59855 59855 | tests/phpunit/languages/LanguageClassesTestCase.php |
274935 | 59855 59855 | tests/phpunit/unit/includes/FactoryArgTestTrait.php |
274936 | 59855 59855 | tests/phpunit/unit/includes/libs/objectcache/WANObjectCacheTest.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);