MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "CirrusSearchServers": [
        "elasticsearch"
    ],
    "CirrusSearchConnectionAttempts": 1,
    "CirrusSearchSlowSearch": 10,
    "CirrusSearchNamespaceMappings": [],
    "CirrusSearchExtraIndexes": [],
    "CirrusSearchUpdateShardTimeout": "1ms",
    "CirrusSearchClientSideUpdateTimeout": 120,
    "CirrusSearchSearchShardTimeout": {
        "comp_suggest": "5s",
        "prefix": "5s",
        "default": "20s",
        "regex": "120s"
    },
    "CirrusSearchMaintenanceTimeout": 3600,
    "CirrusSearchPhraseSlop": {
        "precise": 0,
        "default": 0,
        "boost": 1
    },
    "CirrusSearchPhraseRescoreBoost": 10,
    "CirrusSearchPhraseRescoreWindowSize": 512,
    "CirrusSearchFunctionRescoreWindowSize": 8192,
    "CirrusSearchMoreAccurateScoringMode": "",
    "CirrusSearchIndexedRedirects": 1024,
    "CirrusSearchLinkedArticlesToUpdate": 25,
    "CirrusSearchWeights": {
        "title": 20,
        "redirect": 15,
        "category": 8,
        "heading": 5,
        "opening_text": 3,
        "text": 1,
        "auxiliary_text": 0.5,
        "file_text": 0.5
    },
    "CirrusSearchAllFields": {
        "build": "",
        "use": ""
    },
    "CirrusSearchBoostOpening": "first_heading",
    "CirrusSearchNearMatchWeight": 2,
    "CirrusSearchStemmedWeight": 0.5,
    "CirrusSearchNamespaceWeights": {
        "2": 0.05,
        "4": 0.1,
        "8": 0.05,
        "10": 0.005,
        "12": 0.1
    },
    "CirrusSearchDefaultNamespaceWeight": 0.2,
    "CirrusSearchTalkNamespaceWeight": 0.25,
    "CirrusSearchLanguageWeight": {
        "user": 0,
        "wiki": 0
    },
    "CirrusSearchPreferRecentDefaultDecayPortion": 0,
    "CirrusSearchPreferRecentUnspecifiedDecayPortion": 0.6,
    "CirrusSearchPreferRecentDefaultHalfLife": 160,
    "CirrusSearchMoreLikeThisConfig": {
        "min_doc_freq": 2,
        "max_doc_freq": null,
        "max_query_terms": 25,
        "min_term_freq": 2,
        "min_word_length": 0,
        "max_word_length": 0,
        "minimum_should_match": "30%"
    },
    "CirrusSearchInterwikiSources": [],
    "CirrusSearchRefreshInterval": 1,
    "CirrusSearchFragmentSize": 150,
    "CirrusSearchIndexAllocation": {
        "include": [],
        "exclude": [],
        "require": []
    },
    "CirrusSearchFullTextQueryBuilderProfile": "default",
    "CirrusSearchRescoreProfile": "classic",
    "CirrusSearchPrefixSearchRescoreProfile": "classic",
    "CirrusSearchSimilarityProfile": "bm25_with_defaults",
    "CirrusSearchCrossProjectProfiles": [],
    "CirrusSearchCrossProjectOrder": "static",
    "CirrusSearchCrossProjectSearchBlockList": [],
    "CirrusSearchExtraIndexBoostTemplates": [],
    "CirrusSearchUseIcuFolding": "default",
    "CirrusSearchUseIcuTokenizer": "default",
    "CirrusSearchPhraseSuggestProfiles": {
        "default": {
            "total_hits_threshold": 15000,
            "mode": "always",
            "confidence": 2,
            "max_errors": 2,
            "real_word_error_likelihood": 0.95,
            "max_term_freq": 0.5,
            "min_doc_freq": 0,
            "prefix_length": 2,
            "collate_minimum_should_match": "3<66%",
            "smoothing_model": {
                "stupid_backoff": {
                    "discount": 0.4
                }
            }
        },
        "strict": {
            "total_hits_threshold": 15000,
            "mode": "always",
            "confidence": 2,
            "max_errors": 2,
            "real_word_error_likelihood": 0.95,
            "max_term_freq": 0.5,
            "min_doc_freq": 0,
            "prefix_length": 2,
            "collate": "",
            "collate_minimum_should_match": "3<66%",
            "smoothing_model": {
                "laplace": {
                    "alpha": 0.3
                }
            }
        },
        "alternative": {
            "total_hits_threshold": 15000,
            "mode": "always",
            "confidence": 1,
            "max_errors": 2,
            "real_word_error_likelihood": 0.95,
            "max_term_freq": 0.5,
            "min_doc_freq": 0,
            "prefix_length": 2,
            "collate_minimum_should_match": "3<66%",
            "smoothing_model": {
                "laplace": {
                    "alpha": 0.3
                }
            }
        }
    },
    "CirrusSearchCrossProjectBlockScorerProfiles": {
        "static": {
            "type": "static"
        },
        "recall": {
            "type": "recall"
        },
        "random": {
            "type": "random"
        },
        "wmf_enwiki": {
            "type": "composite",
            "settings": {
                "recall": {
                    "weight": 0.01
                },
                "static": {
                    "weight": 1,
                    "settings": {
                        "wikt": 1,
                        "b": 0.01
                    }
                }
            }
        }
    },
    "CirrusSearchSimilarityProfiles": {
        "bm25_with_defaults": {
            "similarity": {
                "bm25": {
                    "type": "BM25"
                }
            },
            "fields": []
        },
        "bm25_tuned": {
            "similarity": {
                "title": {
                    "type": "BM25",
                    "k1": 1.23,
                    "b": 0.75
                },
                "opening": {
                    "type": "BM25",
                    "k1": 1.22,
                    "b": 0.75
                },
                "arrays": {
                    "type": "BM25",
                    "k1": 1.1,
                    "b": 0.3
                },
                "text": {
                    "type": "BM25",
                    "k1": 1.3,
                    "b": 0.8
                }
            },
            "fields": {
                "opening_text": "opening",
                "category": "arrays",
                "title": "title",
                "heading": "arrays",
                "suggest": "title"
            }
        },
        "bm25_browser_tests": {
            "similarity": {
                "lower_norms": {
                    "type": "BM25",
                    "k1": 1.2,
                    "b": 0.3
                },
                "with_defaults": {
                    "type": "BM25"
                }
            },
            "fields": []
        },
        "wmf_defaults": {
            "similarity": {
                "default": {
                    "type": "BM25"
                },
                "arrays": {
                    "type": "BM25",
                    "k1": 1.2,
                    "b": 0.3
                }
            },
            "fields": {
                "category": "arrays",
                "heading": "arrays",
                "redirect.title": "arrays",
                "suggest": "arrays"
            }
        }
    },
    "CirrusSearchRescoreFunctionChains": {
        "classic_allinone_chain": {
            "functions": [
                {
                    "type": "boostlinks"
                },
                {
                    "type": "recency"
                },
                {
                    "type": "templates"
                },
                {
                    "type": "namespaces"
                },
                {
                    "type": "language"
                }
            ],
            "add_extensions": ""
        },
        "optional_chain": {
            "functions": [
                {
                    "type": "recency"
                },
                {
                    "type": "templates"
                },
                {
                    "type": "namespaces"
                },
                {
                    "type": "language"
                }
            ],
            "add_extensions": ""
        },
        "boostlinks_only_chain": {
            "functions": [
                {
                    "type": "boostlinks"
                }
            ]
        },
        "wsum_inclinks": {
            "functions": [
                {
                    "type": "satu",
                    "weight": {
                        "value": 13,
                        "config_override": "CirrusSearchIncLinksAloneW",
                        "uri_param_override": "cirrusIncLinksAloneW"
                    },
                    "params": {
                        "field": "incoming_links",
                        "k": {
                            "value": 30,
                            "config_override": "CirrusSearchIncLinksAloneK",
                            "uri_param_override": "cirrusIncLinksAloneK"
                        },
                        "a": {
                            "value": 0.7,
                            "config_override": "CirrusSearchIncLinksAloneA",
                            "uri_param_override": "cirrusIncLinksAloneA"
                        }
                    }
                }
            ]
        },
        "wsum_inclinks_pv": {
            "score_mode": "sum",
            "boost_mode": "sum",
            "functions": [
                {
                    "type": "satu",
                    "weight": {
                        "value": 3,
                        "config_override": "CirrusSearchPageViewsW",
                        "uri_param_override": "cirrusPageViewsW"
                    },
                    "params": {
                        "field": "popularity_score",
                        "k": {
                            "value": 8.0e-6,
                            "config_override": "CirrusSearchPageViewsK",
                            "uri_param_override": "cirrusPageViewsK"
                        },
                        "a": {
                            "value": 0.8,
                            "config_override": "CirrusSearchPageViewsA",
                            "uri_param_override": "cirrusPageViewsA"
                        }
                    }
                },
                {
                    "type": "satu",
                    "weight": {
                        "value": 10,
                        "config_override": "CirrusSearchIncLinksW",
                        "uri_param_override": "cirrusIncLinkssW"
                    },
                    "params": {
                        "field": "incoming_links",
                        "k": {
                            "value": 30,
                            "config_override": "CirrusSearchIncLinksK",
                            "uri_param_override": "cirrusIncLinksK"
                        },
                        "a": {
                            "value": 0.7,
                            "config_override": "CirrusSearchIncLinksA",
                            "uri_param_override": "cirrusIncLinksA"
                        }
                    }
                }
            ]
        },
        "wsum_inclinks_pv+": {
            "score_mode": "sum",
            "boost_mode": "sum",
            "functions": [
                {
                    "type": "satu",
                    "weight": {
                        "value": 1000,
                        "config_override": "CirrusSearchPageViewsW",
                        "uri_param_override": "cirrusPageViewsW"
                    },
                    "params": {
                        "field": "popularity_score",
                        "k": {
                            "value": 8.0e-6,
                            "config_override": "CirrusSearchPageViewsK",
                            "uri_param_override": "cirrusPageViewsK"
                        },
                        "a": {
                            "value": 0.8,
                            "config_override": "CirrusSearchPageViewsA",
                            "uri_param_override": "cirrusPageViewsA"
                        }
                    }
                },
                {
                    "type": "satu",
                    "weight": {
                        "value": 10,
                        "config_override": "CirrusSearchIncLinksW",
                        "uri_param_override": "cirrusIncLinkssW"
                    },
                    "params": {
                        "field": "incoming_links",
                        "k": {
                            "value": 30,
                            "config_override": "CirrusSearchIncLinksK",
                            "uri_param_override": "cirrusIncLinksK"
                        },
                        "a": {
                            "value": 0.7,
                            "config_override": "CirrusSearchIncLinksA",
                            "uri_param_override": "cirrusIncLinksA"
                        }
                    }
                }
            ]
        },
        "entity_weight": {
            "score_mode": "sum",
            "functions": [
                {
                    "type": "satu",
                    "weight": "0.6",
                    "params": {
                        "field": "incoming_links",
                        "missing": 0,
                        "a": 1,
                        "k": 100
                    }
                },
                {
                    "type": "satu",
                    "weight": "0.4",
                    "params": {
                        "field": "sitelink_count",
                        "missing": 0,
                        "a": 2,
                        "k": 20
                    }
                }
            ]
        },
        "entity_weight_boost": {
            "score_mode": "sum",
            "functions": [
                {
                    "type": "satu",
                    "weight": "0.6",
                    "params": {
                        "field": "incoming_links",
                        "missing": 0,
                        "a": 1,
                        "k": 100
                    }
                },
                {
                    "type": "satu",
                    "weight": "0.4",
                    "params": {
                        "field": "sitelink_count",
                        "missing": 0,
                        "a": 2,
                        "k": 20
                    }
                },
                {
                    "type": "term_boost",
                    "weight": "0.1",
                    "params": {
                        "statement_keywords": []
                    }
                }
            ]
        }
    },
    "CirrusSearchCompletionProfiles": {
        "strict": {
            "i18n_msg": "cirrussearch-completion-profile-strict",
            "fst": {
                "plain-strict": {
                    "field": "suggest",
                    "min_query_len": 0,
                    "discount": 1,
                    "fetch_limit_factor": 2
                }
            }
        },
        "normal": {
            "i18n_msg": "cirrussearch-completion-profile-normal",
            "fst": {
                "plain-normal": {
                    "field": "suggest",
                    "min_query_len": 0,
                    "discount": 1,
                    "fetch_limit_factor": 2
                },
                "plain-stop-normal": {
                    "field": "suggest-stop",
                    "min_query_len": 0,
                    "discount": 0.001,
                    "fetch_limit_factor": 2
                }
            }
        },
        "fuzzy": {
            "i18n_msg": "cirrussearch-completion-profile-fuzzy",
            "fst": {
                "plain": {
                    "field": "suggest",
                    "min_query_len": 0,
                    "discount": 1,
                    "fetch_limit_factor": 2
                },
                "plain_stop": {
                    "field": "suggest-stop",
                    "min_query_len": 0,
                    "discount": 0.001,
                    "fetch_limit_factor": 2
                },
                "plain_fuzzy_2": {
                    "field": "suggest",
                    "min_query_len": 3,
                    "max_query_len": 4,
                    "discount": 1.0e-6,
                    "fetch_limit_factor": 2,
                    "fuzzy": {
                        "fuzziness": "AUTO",
                        "prefix_length": 1,
                        "unicode_aware": ""
                    }
                },
                "plain_stop_fuzzy_2": {
                    "field": "suggest-stop",
                    "min_query_len": 3,
                    "max_query_len": 4,
                    "discount": 1.0e-7,
                    "fetch_limit_factor": 1,
                    "fuzzy": {
                        "fuzziness": "AUTO",
                        "prefix_length": 2,
                        "unicode_aware": ""
                    }
                },
                "plain_fuzzy_1": {
                    "field": "suggest",
                    "min_query_len": 5,
                    "discount": 1.0e-6,
                    "fetch_limit_factor": 1,
                    "fuzzy": {
                        "fuzziness": "AUTO",
                        "prefix_length": 1,
                        "unicode_aware": ""
                    }
                },
                "plain_stop_fuzzy_1": {
                    "field": "suggest-stop",
                    "min_query_len": 5,
                    "discount": 1.0e-7,
                    "fetch_limit_factor": 1,
                    "fuzzy": {
                        "fuzziness": "AUTO",
                        "prefix_length": 1,
                        "unicode_aware": ""
                    }
                }
            }
        },
        "fast-fuzzy": {
            "i18n_msg": "cirrussearch-completion-profile-fast-fuzzy",
            "fst": {
                "plain": {
                    "field": "suggest",
                    "min_query_len": 0,
                    "discount": 1,
                    "fetch_limit_factor": 2,
                    "fuzzy": {
                        "fuzziness": "AUTO",
                        "unicode_aware": ""
                    }
                },
                "plain_stop": {
                    "field": "suggest-stop",
                    "min_query_len": 0,
                    "discount": 0.01,
                    "fetch_limit_factor": 2,
                    "fuzzy": {
                        "fuzziness": "AUTO",
                        "unicode_aware": ""
                    }
                }
            }
        },
        "classic": {
            "i18n_msg": "cirrussearch-completion-profile-classic",
            "fst": []
        }
    },
    "CirrusSearchCompletionSettings": "fuzzy",
    "CirrusSearchDevelOptions": [],
    "CirrusSearchMoreLikeThisFields": [
        "text"
    ],
    "CirrusSearchMoreLikeThisTTL": 0,
    "CirrusSearchFiletypeAliases": [],
    "CirrusSearchDefaultCluster": "default",
    "CirrusSearchClientSideConnectTimeout": 5,
    "CirrusSearchClusters": {
        "default": [
            "localhost"
        ]
    },
    "CirrusSearchReplicaGroup": "default",
    "CirrusSearchExtraBackendLatency": 0,
    "CirrusSearchAllowLeadingWildcard": "",
    "CirrusSearchClientSideSearchTimeout": {
        "comp_suggest": 10,
        "prefix": 10,
        "default": 40,
        "regex": 240
    },
    "CirrusSearchStripQuestionMarks": "all",
    "CirrusSearchFullTextQueryBuilderProfiles": {
        "default": {
            "builder_class": "CirrusSearch\\Query\\FullTextQueryStringQueryBuilder",
            "settings": []
        },
        "browser_tests": {
            "builder_class": "CirrusSearch\\Query\\FullTextSimpleMatchQueryBuilder",
            "settings": {
                "default_min_should_match": "1",
                "default_query_type": "most_fields",
                "default_stem_weight": 0.3,
                "fields": {
                    "title": 2.3,
                    "redirect.title": {
                        "boost": 2,
                        "in_dismax": "redirects_or_shingles"
                    },
                    "suggest": {
                        "is_plain": "",
                        "boost": 1.05,
                        "in_dismax": "redirects_or_shingles"
                    },
                    "category": 1.8,
                    "heading": 1.3,
                    "text": {
                        "boost": 0.4,
                        "in_dismax": "text_and_opening_text"
                    },
                    "opening_text": {
                        "boost": 0.5,
                        "in_dismax": "text_and_opening_text"
                    },
                    "auxiliary_text": 0.2,
                    "file_text": 0.2
                },
                "phrase_rescore_fields": {
                    "text": 0.14,
                    "text.plain": 0.2
                },
                "dismax_settings": {
                    "text_and_opening_text": {
                        "tie_breaker": 0.2
                    }
                }
            }
        },
        "perfield_builder": {
            "builder_class": "CirrusSearch\\Query\\FullTextSimpleMatchQueryBuilder",
            "settings": {
                "default_min_should_match": "1",
                "default_query_type": "most_fields",
                "default_stem_weight": 3,
                "fields": {
                    "title": 0.3,
                    "redirect.title": {
                        "boost": 0.27,
                        "in_dismax": "redirects_or_shingles"
                    },
                    "suggest": {
                        "is_plain": "",
                        "boost": 0.2,
                        "in_dismax": "redirects_or_shingles"
                    },
                    "category": 0.05,
                    "heading": 0.05,
                    "text": {
                        "boost": 0.6,
                        "in_dismax": "text_and_opening_text"
                    },
                    "opening_text": {
                        "boost": 0.5,
                        "in_dismax": "text_and_opening_text"
                    },
                    "auxiliary_text": 0.05,
                    "file_text": 0.5
                },
                "phrase_rescore_fields": {
                    "all": 0.06,
                    "all.plain": 0.1
                }
            }
        },
        "perfield_builder_title_filter": {
            "builder_class": "CirrusSearch\\Query\\FullTextSimpleMatchQueryBuilder",
            "settings": {
                "default_min_should_match": "1",
                "default_query_type": "most_fields",
                "default_stem_weight": 3,
                "filter": {
                    "type": "constrain_title",
                    "settings": {
                        "minimum_should_match": "3<80%"
                    }
                },
                "fields": {
                    "title": 0.3,
                    "redirect.title": {
                        "boost": 0.27,
                        "in_dismax": "redirects_or_shingles"
                    },
                    "suggest": {
                        "is_plain": "",
                        "boost": 0.2,
                        "in_dismax": "redirects_or_shingles"
                    },
                    "category": 0.05,
                    "heading": 0.05,
                    "text": {
                        "boost": 0.6,
                        "in_dismax": "text_and_opening_text"
                    },
                    "opening_text": {
                        "boost": 0.5,
                        "in_dismax": "text_and_opening_text"
                    },
                    "auxiliary_text": 0.05,
                    "file_text": 0.5
                },
                "phrase_rescore_fields": {
                    "all": 0.06,
                    "all.plain": 0.1
                }
            }
        },
        "wikibase": {
            "builder_factory": [
                "Wikibase\\Search\\Elastic\\EntityFullTextQueryBuilder",
                "newFromGlobals"
            ],
            "settings": {
                "any": 0.04,
                "lang-exact": 0.78,
                "lang-folded": 0.01,
                "lang-partial": 0.07,
                "fallback-exact": 0.38,
                "fallback-folded": 0.005,
                "fallback-partial": 0.03,
                "fallback-discount": 0.1,
                "phrase": {
                    "all": 0.001,
                    "all.plain": 0.01,
                    "slop": 0
                }
            }
        }
    },
    "CirrusSearchEnableRegex": "",
    "CirrusSearchWikimediaExtraPlugin": [],
    "CirrusSearchRegexMaxDeterminizedStates": 20000,
    "CirrusSearchMaxIncategoryOptions": 100,
    "CirrusSearchEnablePhraseSuggest": "",
    "CirrusSearchClusterOverrides": [],
    "CirrusSearchRescoreProfiles": {
        "classic": {
            "i18n_msg": "cirrussearch-qi-profile-classic",
            "supported_namespaces": "all",
            "rescore": [
                {
                    "window": 512,
                    "window_size_override": "CirrusSearchPhraseRescoreWindowSize",
                    "rescore_query_weight": 10,
                    "rescore_query_weight_override": "CirrusSearchPhraseRescoreBoost",
                    "query_weight": 1,
                    "type": "phrase"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "multiply",
                    "type": "function_score",
                    "function_chain": "classic_allinone_chain"
                }
            ]
        },
        "classic_noboostlinks": {
            "i18n_msg": "cirrussearch-qi-profile-classic-noboostlinks",
            "supported_namespaces": "all",
            "rescore": [
                {
                    "window": 512,
                    "window_size_override": "CirrusSearchPhraseRescoreWindowSize",
                    "rescore_query_weight": 10,
                    "rescore_query_weight_override": "CirrusSearchPhraseRescoreBoost",
                    "query_weight": 1,
                    "type": "phrase"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "multiply",
                    "type": "function_score",
                    "function_chain": "optional_chain"
                }
            ]
        },
        "empty": {
            "i18n_msg": "cirrussearch-qi-profile-empty",
            "supported_namespaces": "all",
            "rescore": []
        },
        "wsum_inclinks": {
            "i18n_msg": "cirrussearch-qi-profile-wsum-inclinks",
            "supported_namespaces": "all",
            "rescore": [
                {
                    "window": 512,
                    "window_size_override": "CirrusSearchPhraseRescoreWindowSize",
                    "rescore_query_weight": 10,
                    "rescore_query_weight_override": "CirrusSearchPhraseRescoreBoost",
                    "query_weight": 1,
                    "type": "phrase"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "wsum_inclinks"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "multiply",
                    "type": "function_score",
                    "function_chain": "optional_chain"
                }
            ]
        },
        "wsum_inclinks_pv": {
            "i18n_msg": "cirrussearch-qi-profile-wsum-inclinks-pv",
            "supported_namespaces": "content",
            "fallback_profile": "wsum_inclinks",
            "rescore": [
                {
                    "window": 512,
                    "window_size_override": "CirrusSearchPhraseRescoreWindowSize",
                    "rescore_query_weight": 10,
                    "rescore_query_weight_override": "CirrusSearchPhraseRescoreBoost",
                    "query_weight": 1,
                    "type": "phrase"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "wsum_inclinks_pv"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "multiply",
                    "type": "function_score",
                    "function_chain": "optional_chain"
                }
            ]
        },
        "popular_inclinks_pv": {
            "supported_namespaces": "content",
            "fallback_profile": "popular_inclinks",
            "i18n_msg": "cirrussearch-qi-profile-popular-pv",
            "rescore": [
                {
                    "window": 512,
                    "window_size_override": "CirrusSearchPhraseRescoreWindowSize",
                    "rescore_query_weight": 10,
                    "rescore_query_weight_override": "CirrusSearchPhraseRescoreBoost",
                    "query_weight": 1,
                    "type": "phrase"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "wsum_inclinks_pv+"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "multiply",
                    "type": "function_score",
                    "function_chain": "optional_chain"
                }
            ]
        },
        "popular_inclinks": {
            "supported_namespaces": "all",
            "i18n_msg": "cirrussearch-qi-profile-popular-inclinks",
            "rescore": [
                {
                    "window": 512,
                    "window_size_override": "CirrusSearchPhraseRescoreWindowSize",
                    "rescore_query_weight": 10,
                    "rescore_query_weight_override": "CirrusSearchPhraseRescoreBoost",
                    "query_weight": 1,
                    "type": "phrase"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 100,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "wsum_inclinks"
                },
                {
                    "window": 8192,
                    "window_size_override": "CirrusSearchFunctionRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "multiply",
                    "type": "function_score",
                    "function_chain": "optional_chain"
                }
            ]
        },
        "wikibase_prefix": {
            "i18n_msg": "wikibasecirrus-rescore-profile-prefix",
            "supported_namespaces": "all",
            "rescore": [
                {
                    "window": 8192,
                    "window_size_override": "EntitySearchRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "entity_weight"
                }
            ]
        },
        "wikibase_prefix_boost": {
            "i18n_msg": "wikibasecirrus-rescore-profile-prefix-boost",
            "supported_namespaces": "all",
            "rescore": [
                {
                    "window": 8192,
                    "window_size_override": "EntitySearchRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "entity_weight_boost"
                }
            ]
        },
        "wikibase": {
            "i18n_msg": "wikibasecirrus-rescore-profile-fulltext",
            "supported_namespaces": "all",
            "rescore": [
                {
                    "window": 8192,
                    "window_size_override": "EntitySearchRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 1,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "entity_weight_boost"
                }
            ]
        },
        "wikibase_phrase": {
            "i18n_msg": "wikibasecirrus-rescore-profile-fulltext-phrase",
            "supported_namespaces": "all",
            "rescore": [
                {
                    "window": 512,
                    "window_size_override": "CirrusSearchPhraseRescoreWindowSize",
                    "rescore_query_weight": 10,
                    "rescore_query_weight_override": "CirrusSearchPhraseRescoreBoost",
                    "query_weight": 1,
                    "type": "phrase"
                },
                {
                    "window": 8192,
                    "window_size_override": "EntitySearchRescoreWindowSize",
                    "query_weight": 1,
                    "rescore_query_weight": 2,
                    "score_mode": "total",
                    "type": "function_score",
                    "function_chain": "entity_weight_boost"
                }
            ]
        }
    },
    "CirrusSearchNumCrossProjectSearchResults": 5,
    "CirrusSearchLanguageToWikiMap": [],
    "CirrusSearchWikiToNameMap": [],
    "CirrusSearchQueryStringMaxDeterminizedStates": null,
    "CirrusSearchElasticQuirks": [],
    "CirrusSearchPhraseSuggestReverseField": [],
    "CirrusSearchBoostTemplates": [],
    "CirrusSearchIndexBaseName": "__wikiid__",
    "CirrusSearchInterleaveConfig": null,
    "CirrusSearchMaxPhraseTokens": null,
    "LanguageCode": "en",
    "ContentNamespaces": [
        640,
        0
    ],
    "NamespacesToBeSearchedDefault": {
        "0": "",
        "640": "",
        "120": ""
    },
    "CirrusSearchCategoryDepth": 5,
    "CirrusSearchCategoryMax": 256,
    "CirrusSearchCategoryEndpoint": "",
    "CirrusSearchFallbackProfile": "phrase_suggest",
    "CirrusSearchFallbackProfiles": [],
    "CirrusSearchConcreteNamespaceMap": {
        "0": "wiki_content",
        "1": "wiki_general",
        "2": "wiki_general",
        "3": "wiki_general",
        "4": "wiki_general",
        "5": "wiki_general",
        "6": "wiki_general",
        "7": "wiki_general",
        "8": "wiki_general",
        "9": "wiki_general",
        "10": "wiki_general",
        "11": "wiki_general",
        "12": "wiki_general",
        "13": "wiki_general",
        "14": "wiki_general",
        "15": "wiki_general",
        "120": "wiki_content",
        "121": "wiki_general",
        "122": "wiki_general",
        "123": "wiki_general",
        "640": "wiki_content",
        "641": "wiki_general"
    },
    "debuginfo": {
        "mwVersion": "1.39.13",
        "phpEngine": "PHP",
        "phpVersion": "8.1.33",
        "time": 0.0508120059967041,
        "log": [
            {
                "msg": "MWDebug output complete",
                "type": "log",
                "caller": "MWDebug::appendDebugInfoToApiResult"
            }
        ],
        "debugLog": [
            "\n\nStart request GET /w/api.php?action=cirrus-config-dump\nIP: 172.30.0.2\nHTTP HEADERS:\nHOST: wikibase.semantic-kompakkt.de\nUSER-AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\nACCEPT: */*\nACCEPT-ENCODING: gzip, br, zstd, deflate\nVIA: 2.0 wikibase.semantic-kompakkt.de\nX-FORWARDED-FOR: 194.95.114.30\nX-FORWARDED-HOST: wikibase.semantic-kompakkt.de\nX-FORWARDED-PORT: 80\nX-FORWARDED-PROTO: http\nX-FORWARDED-SERVER: de82bd57a9ef\nX-REAL-IP: 194.95.114.30\nX_FORWARDED_PORT: 443\nX_HTTPS: on\nX_SSL_PROTOCOL: TLSv1.3\n(end headers)",
            "[Wikibase] Wikibase\\Lib\\SettingsArray::getSetting: setting entitySources was given as a closure, resolve it to array (\n  'local' => \n  array (\n    'entityNamespaces' => \n    array (\n      'item' => 120,\n      'property' => 122,\n    ),\n    'repoDatabase' => false,\n    'baseUri' => 'https://wikibase.semantic-kompakkt.de/entity/',\n    'rdfNodeNamespacePrefix' => 'wd',\n    'rdfPredicateNamespacePrefix' => '',\n    'interwikiPrefix' => '',\n  ),\n)",
            "[session] SessionManager using store APCUBagOStuff",
            "[localisation] LocalisationCache using store LCStoreDB",
            "[session] SessionBackend \"0fut4vvhsd08jsq3k09pof3ooiu9g908\" is unsaved, marking dirty in constructor",
            "[session] SessionBackend \"0fut4vvhsd08jsq3k09pof3ooiu9g908\" save: dataDirty=1 metaDirty=1 forcePersist=0",
            "[cookie] already deleted setcookie: \"wiki_session\", \"\", \"1735117370\", \"/\", \"\", \"\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"wikiUserID\", \"\", \"1735117370\", \"/\", \"\", \"\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"wikiToken\", \"\", \"1735117370\", \"/\", \"\", \"\", \"1\", \"\"",
            "[cookie] already deleted setcookie: \"forceHTTPS\", \"\", \"1735117370\", \"/\", \"\", \"\", \"1\", \"\"",
            "[session] SessionBackend \"0fut4vvhsd08jsq3k09pof3ooiu9g908\" data dirty due to dirty(): MediaWiki\\Session\\SessionManager->getSessionForRequest/MediaWiki\\Session\\SessionManager->getInitialSession/MediaWiki\\Session\\Session->getToken/MediaWiki\\Session\\Session->set/MediaWiki\\Session\\SessionBackend->dirty",
            "[session] SessionBackend \"0fut4vvhsd08jsq3k09pof3ooiu9g908\" save: dataDirty=1 metaDirty=0 forcePersist=0",
            "[gitinfo] Candidate cacheFile=/var/www/html/gitinfo.json for /var/www/html",
            "[gitinfo] Cache incomplete for /var/www/html"
        ],
        "queries": [],
        "request": {
            "method": "GET",
            "url": "/w/api.php?action=cirrus-config-dump",
            "headers": {
                "HOST": "wikibase.semantic-kompakkt.de",
                "USER-AGENT": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
                "ACCEPT": "*/*",
                "ACCEPT-ENCODING": "gzip, br, zstd, deflate",
                "VIA": "2.0 wikibase.semantic-kompakkt.de",
                "X-FORWARDED-FOR": "194.95.114.30",
                "X-FORWARDED-HOST": "wikibase.semantic-kompakkt.de",
                "X-FORWARDED-PORT": "80",
                "X-FORWARDED-PROTO": "http",
                "X-FORWARDED-SERVER": "de82bd57a9ef",
                "X-REAL-IP": "194.95.114.30",
                "X_FORWARDED_PORT": "443",
                "X_HTTPS": "on",
                "X_SSL_PROTOCOL": "TLSv1.3"
            },
            "params": {
                "action": "cirrus-config-dump"
            }
        },
        "memory": "2.15 MB",
        "memoryPeak": "3.84 MB",
        "includes": [
            {
                "name": "/var/www/html/api.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/WebStart.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/BootstrapHelperFunctions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/Setup.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/includes/AutoLoader.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/autoload.php",
                "size": "253 KB"
            },
            {
                "name": "/var/www/html/vendor/autoload.php",
                "size": "163 bytes"
            },
            {
                "name": "/var/www/html/vendor/composer/autoload_real.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/composer/platform_check.php",
                "size": "925 bytes"
            },
            {
                "name": "/var/www/html/vendor/composer/ClassLoader.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/vendor/composer/include_paths.php",
                "size": "447 bytes"
            },
            {
                "name": "/var/www/html/vendor/composer/autoload_static.php",
                "size": "736 KB"
            },
            {
                "name": "/var/www/html/vendor/symfony/deprecation-contracts/function.php",
                "size": "1,014 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-intl-grapheme/bootstrap.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-intl-normalizer/bootstrap.php",
                "size": "725 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php",
                "size": "719 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/string/Resources/functions.php",
                "size": "852 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-php80/bootstrap.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/sabre/event/lib/coroutine.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/vendor/sabre/event/lib/Loop/functions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/sabre/event/lib/Promise/functions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/react/promise/src/functions_include.php",
                "size": "97 bytes"
            },
            {
                "name": "/var/www/html/vendor/react/promise/src/functions.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/autoload.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/HotThreads.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AbstractEndpoint.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Info.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Usage.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetSettings.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutSettings.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetAlias.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutAlias.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ClearCache.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetMapping.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutMapping.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetSettings.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutSettings.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetTemplate.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutTemplate.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsType.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Upgrade.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScript.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/PutScript.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteScript.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetSource.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ExistsSource.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/ListTasks.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/ralouphie/getallheaders/src/getallheaders.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/guzzlehttp/promises/src/functions_include.php",
                "size": "167 bytes"
            },
            {
                "name": "/var/www/html/vendor/guzzlehttp/promises/src/functions.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/vendor/guzzlehttp/guzzle/src/functions_include.php",
                "size": "162 bytes"
            },
            {
                "name": "/var/www/html/vendor/guzzlehttp/guzzle/src/functions.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-php73/bootstrap.php",
                "size": "1,011 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-php83/bootstrap.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-php83/bootstrap81.php",
                "size": "952 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/clock/Resources/now.php",
                "size": "685 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/translation/Resources/functions.php",
                "size": "563 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/var-dumper/Resources/functions/dump.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/at-ease/src/Wikimedia/Functions.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/base-convert/src/Functions.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php",
                "size": "396 bytes"
            },
            {
                "name": "/var/www/html/vendor/psy/psysh/src/functions.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/vendor/tysonandre/var_representation_polyfill/src/var_representation.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/timestamp/src/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/diff/diff/Diff.php",
                "size": "203 bytes"
            },
            {
                "name": "/var/www/html/vendor/giorgiosironi/eris/src/Generator/functions.php",
                "size": "346 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-php81/bootstrap.php",
                "size": "738 bytes"
            },
            {
                "name": "/var/www/html/vendor/symfony/polyfill-php82/bootstrap.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/relpath/src/Wikimedia/RelPath.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/vendor/wmde/hamcrest-html-matchers/src/functions.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Defines.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/includes/libs/mime/defines.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/defines.php",
                "size": "956 bytes"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/IDatabase.php",
                "size": "71 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/platform/ISQLPlatform.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/DbQuoter.php",
                "size": "290 bytes"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/loadbalancer/ILoadBalancer.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/vendor/psr/log/Psr/Log/LoggerInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/SiteConfiguration.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/SettingsBuilder.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/includes/registration/ExtensionRegistry.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Config/GlobalConfigBuilder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Config/ConfigBuilderBase.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Config/ConfigBuilder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Config/PhpIniSink.php",
                "size": "794 bytes"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/normalized-exception/src/NormalizedExceptionTrait.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Config/ConfigSchemaAggregator.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Source/JsonSchemaTrait.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Config/ConfigSchema.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/MainConfigNames.php",
                "size": "138 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Source/PhpSettingsSource.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Source/SettingsSource.php",
                "size": "621 bytes"
            },
            {
                "name": "/var/www/html/includes/Settings/Source/SettingsIncludeLocator.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/GlobalFunctions.php",
                "size": "69 KB"
            },
            {
                "name": "/var/www/html/includes/HeaderCallback.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/WebRequest.php",
                "size": "43 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Source/ArraySource.php",
                "size": "385 bytes"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/at-ease/src/Wikimedia/AtEase/AtEase.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/config-schema.php",
                "size": "80 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/Config/MergeStrategy.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/LocalSettings.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/LocalSettings.d/00_BasicConfig.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/LocalSettings.d/01_MailConfig.php",
                "size": "268 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/02_UserConfig.php",
                "size": "8 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/03_DebugConfig.php",
                "size": "263 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/04_EditorConfig.php",
                "size": "78 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/100_SkinConfig.php",
                "size": "137 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1010_Elastica.php",
                "size": "38 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1020_CirrusSearch.php",
                "size": "241 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1030_Wikibase.php",
                "size": "624 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/ExampleSettings.php",
                "size": "57 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/config/Wikibase.example.php",
                "size": "800 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1031_WikibaseManifest.php",
                "size": "512 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1032_Babel.php",
                "size": "490 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1033_EntitySchema.php",
                "size": "704 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1034_OAuth.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1035_WikibaseLocalMedia.php",
                "size": "83 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1036_WikibaseEdtf.php",
                "size": "166 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1037_WikibaseRDF.php",
                "size": "162 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1038_WikibaseCirrusSearch.php",
                "size": "359 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1039_TemplateStyles.php",
                "size": "42 bytes"
            },
            {
                "name": "/var/www/html/LocalSettings.d/1040_UniversalLanguageSelector.php",
                "size": "53 bytes"
            },
            {
                "name": "/var/www/html/includes/OutputHandler.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/config/GlobalVarConfig.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/config/Config.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Settings/DynamicDefaultValues.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/MainConfigSchema.php",
                "size": "368 KB"
            },
            {
                "name": "/var/www/html/includes/SetupDynamicConfig.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/includes/title/NamespaceInfo.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/includes/language/LanguageCode.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/objectcache/ObjectCache.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/includes/WikiMap.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/domain/DatabaseDomain.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/APCUBagOStuff.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/MediumSpecificBagOStuff.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/BagOStuff.php",
                "size": "31 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/utils/ExpirationAwareness.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/utils/StorageAwareness.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/IStoreKeyEncoder.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/psr/log/Psr/Log/LoggerAwareInterface.php",
                "size": "297 bytes"
            },
            {
                "name": "/var/www/html/includes/libs/stats/NullStatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/libs/stats/IBufferingStatsdDataFactory.php",
                "size": "972 bytes"
            },
            {
                "name": "/var/www/html/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactoryInterface.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/psr/log/Psr/Log/NullLogger.php",
                "size": "707 bytes"
            },
            {
                "name": "/var/www/html/vendor/psr/log/Psr/Log/AbstractLogger.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/shell/Shell.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/serialized/SerializedValueContainer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/VisualEditor/includes/Hooks.php",
                "size": "42 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/includes/RepoHooks.php",
                "size": "38 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/includes/LibHooks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/UnitTestsListHook.php",
                "size": "697 bytes"
            },
            {
                "name": "/var/www/html/includes/ResourceLoader/Hook/ResourceLoaderRegisterModulesHook.php",
                "size": "732 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ExtensionTypesHook.php",
                "size": "837 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/resources/Resources.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/view/src/ViewHooks.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/view/resources.php",
                "size": "32 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/resources/Resources.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/extensions/OAuth/src/Backend/Hooks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseEdtf/src/HookHandlers.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/TemplateStyles/includes/Hooks.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/extensions/UniversalLanguageSelector/includes/Hooks.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/BeforePageDisplayHook.php",
                "size": "558 bytes"
            },
            {
                "name": "/var/www/html/includes/context/Hook/UserGetLanguageObjectHook.php",
                "size": "696 bytes"
            },
            {
                "name": "/var/www/html/includes/ResourceLoader/Hook/ResourceLoaderGetConfigVarsHook.php",
                "size": "993 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MakeGlobalVariablesScriptHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/preferences/Hook/GetPreferencesHook.php",
                "size": "660 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinAfterPortletHook.php",
                "size": "646 bytes"
            },
            {
                "name": "/var/www/html/includes/debug/MWDebug.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/includes/MediaWikiServices.php",
                "size": "52 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/services/src/ServiceContainer.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/vendor/psr/container/src/ContainerInterface.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/services/src/DestructibleService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/NonSerializableTrait.php",
                "size": "375 bytes"
            },
            {
                "name": "/var/www/html/includes/exception/MWExceptionRenderer.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/includes/exception/MWExceptionHandler.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/html/extensions/VisualEditor/includes/ServiceWiring.php",
                "size": "458 bytes"
            },
            {
                "name": "/var/www/html/extensions/VisualEditor/includes/VisualEditorHookRunner.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/VisualEditor/includes/VisualEditorApiVisualEditorEditPreSaveHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/VisualEditor/includes/VisualEditorApiVisualEditorEditPostSaveHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/VisualEditor/includes/VisualEditorBeforeEditorHook.php",
                "size": "613 bytes"
            },
            {
                "name": "/var/www/html/skins/Vector/includes/ServiceWiring.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/skins/Vector/includes/Constants.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/ServiceWiring.php",
                "size": "760 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/WikibaseRepo.ServiceWiring.php",
                "size": "85 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/rest-api/src/WbRestApi.ServiceWiring.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseManifest/includes/ServiceWiring.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseManifest/includes/WbManifest.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/ServiceWiring.php",
                "size": "80 KB"
            },
            {
                "name": "/var/www/html/includes/HookContainer/HookRunner.php",
                "size": "118 KB"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/GetActionNameHook.php",
                "size": "530 bytes"
            },
            {
                "name": "/var/www/html/includes/auth/Hook/AuthManagerLoginAuthenticateAuditHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/auth/Hook/ExemptFromAccountCreationThrottleHook.php",
                "size": "597 bytes"
            },
            {
                "name": "/var/www/html/includes/auth/Hook/LocalUserCreatedHook.php",
                "size": "799 bytes"
            },
            {
                "name": "/var/www/html/includes/auth/Hook/ResetPasswordExpirationHook.php",
                "size": "666 bytes"
            },
            {
                "name": "/var/www/html/includes/auth/Hook/SecuritySensitiveOperationStatusHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/auth/Hook/UserLoggedInHook.php",
                "size": "536 bytes"
            },
            {
                "name": "/var/www/html/includes/block/Hook/AbortAutoblockHook.php",
                "size": "663 bytes"
            },
            {
                "name": "/var/www/html/includes/block/Hook/GetAllBlockActionsHook.php",
                "size": "983 bytes"
            },
            {
                "name": "/var/www/html/includes/block/Hook/GetUserBlockHook.php",
                "size": "974 bytes"
            },
            {
                "name": "/var/www/html/includes/block/Hook/PerformRetroactiveAutoblockHook.php",
                "size": "730 bytes"
            },
            {
                "name": "/var/www/html/includes/cache/Hook/BacklinkCacheGetConditionsHook.php",
                "size": "727 bytes"
            },
            {
                "name": "/var/www/html/includes/cache/Hook/BacklinkCacheGetPrefixHook.php",
                "size": "583 bytes"
            },
            {
                "name": "/var/www/html/includes/cache/Hook/HtmlCacheUpdaterAppendUrlsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/cache/Hook/HtmlCacheUpdaterVaryUrlsHook.php",
                "size": "828 bytes"
            },
            {
                "name": "/var/www/html/includes/cache/Hook/HTMLFileCache__useFileCacheHook.php",
                "size": "734 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/MessageCacheReplaceHook.php",
                "size": "634 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/MessageCache__getHook.php",
                "size": "802 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/MessagesPreLoadHook.php",
                "size": "651 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleSquidURLsHook.php",
                "size": "645 bytes"
            },
            {
                "name": "/var/www/html/includes/changetags/Hook/ChangeTagAfterDeleteHook.php",
                "size": "882 bytes"
            },
            {
                "name": "/var/www/html/includes/changetags/Hook/ChangeTagCanCreateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/changetags/Hook/ChangeTagCanDeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/changetags/Hook/ChangeTagsAfterUpdateTagsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/changetags/Hook/ChangeTagsAllowedAddHook.php",
                "size": "915 bytes"
            },
            {
                "name": "/var/www/html/includes/changetags/Hook/ChangeTagsListActiveHook.php",
                "size": "609 bytes"
            },
            {
                "name": "/var/www/html/includes/changetags/Hook/ListDefinedTagsHook.php",
                "size": "535 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/ContentAlterParserOutputHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/content/Hook/ContentGetParserOutputHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/content/Hook/ContentHandlerForModelIDHook.php",
                "size": "919 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/ContentModelCanBeUsedOnHook.php",
                "size": "953 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/ConvertContentHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/content/Hook/GetContentModelsHook.php",
                "size": "621 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/GetDifferenceEngineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/content/Hook/GetSlotDiffRendererHook.php",
                "size": "858 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/JsonValidateSaveHook.php",
                "size": "922 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/PageContentLanguageHook.php",
                "size": "898 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/PlaceNewSectionHook.php",
                "size": "899 bytes"
            },
            {
                "name": "/var/www/html/includes/content/Hook/SearchDataForIndexHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/AbortDiffCacheHook.php",
                "size": "543 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/ArticleContentOnDiffHook.php",
                "size": "712 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineAfterLoadNewTextHook.php",
                "size": "782 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php",
                "size": "903 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineMarkPatrolledLinkHook.php",
                "size": "930 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineMarkPatrolledRCIDHook.php",
                "size": "975 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineNewHeaderHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineOldHeaderHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineOldHeaderNoOldRevHook.php",
                "size": "631 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineRenderRevisionAddParserOutputHook.php",
                "size": "885 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineRenderRevisionShowFinalPatrolLinkHook.php",
                "size": "691 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineShowDiffHook.php",
                "size": "629 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineShowDiffPageHook.php",
                "size": "607 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineShowDiffPageMaybeShowMissingRevisionHook.php",
                "size": "856 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineShowEmptyOldContentHook.php",
                "size": "719 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DifferenceEngineViewHeaderHook.php",
                "size": "585 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/DiffToolsHook.php",
                "size": "861 bytes"
            },
            {
                "name": "/var/www/html/includes/diff/Hook/NewDifferenceEngineHook.php",
                "size": "848 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/AbortEmailNotificationHook.php",
                "size": "721 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/AbortTalkPageEmailNotificationHook.php",
                "size": "729 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/ActionBeforeFormDisplayHook.php",
                "size": "649 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/ActionModifyFormFieldsHook.php",
                "size": "752 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/AddNewAccountHook.php",
                "size": "689 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/AfterBuildFeedLinksHook.php",
                "size": "738 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/AfterFinalPageOutputHook.php",
                "size": "824 bytes"
            },
            {
                "name": "/var/www/html/includes/import/Hook/AfterImportPageHook.php",
                "size": "922 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/AfterParserFetchFileAndTitleHook.php",
                "size": "859 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/AlternateEditHook.php",
                "size": "624 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/AlternateEditPreviewHook.php",
                "size": "985 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/AlternateUserMailerHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/AncientPagesQueryHook.php",
                "size": "683 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ApiBeforeMainHook.php",
                "size": "534 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ArticleMergeCompleteHook.php",
                "size": "620 bytes"
            },
            {
                "name": "/var/www/html/includes/revisiondelete/Hook/ArticleRevisionVisibilitySetHook.php",
                "size": "982 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ArticleUpdateBeforeRedirectHook.php",
                "size": "815 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/BadImageHook.php",
                "size": "702 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/BaseTemplateAfterPortletHook.php",
                "size": "807 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/BeforeInitializeHook.php",
                "size": "823 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/BeforePageRedirectHook.php",
                "size": "790 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/BeforeParserFetchFileAndTitleHook.php",
                "size": "946 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/BeforeParserFetchTemplateAndtitleHook.php",
                "size": "820 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/BeforeParserFetchTemplateRevisionRecordHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/BeforeParserrenderImageGalleryHook.php",
                "size": "659 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/BeforeWelcomeCreationHook.php",
                "size": "832 bytes"
            },
            {
                "name": "/var/www/html/includes/media/Hook/BitmapHandlerCheckImageAreaHook.php",
                "size": "846 bytes"
            },
            {
                "name": "/var/www/html/includes/media/Hook/BitmapHandlerTransformHook.php",
                "size": "846 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/BlockIpCompleteHook.php",
                "size": "786 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/BlockIpHook.php",
                "size": "765 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/BookInformationHook.php",
                "size": "629 bytes"
            },
            {
                "name": "/var/www/html/includes/title/Hook/CanonicalNamespacesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/CategoryViewer__doCategoryQueryHook.php",
                "size": "881 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/CategoryViewer__generateLinkHook.php",
                "size": "1,022 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/ChangesListInitRowsHook.php",
                "size": "680 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/ChangesListInsertArticleLinkHook.php",
                "size": "977 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ChangeUserGroupsHook.php",
                "size": "755 bytes"
            },
            {
                "name": "/var/www/html/includes/collation/Hook/Collation__factoryHook.php",
                "size": "831 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ContentSecurityPolicyDefaultSourceHook.php",
                "size": "1,010 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ContentSecurityPolicyDirectivesHook.php",
                "size": "933 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ContentSecurityPolicyScriptSourceHook.php",
                "size": "966 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ContribsPager__getQueryInfoHook.php",
                "size": "746 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ContribsPager__reallyDoQueryHook.php",
                "size": "973 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ContributionsLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ContributionsToolLinksHook.php",
                "size": "944 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/CustomEditorHook.php",
                "size": "686 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/DeletedContribsPager__reallyDoQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/DeletedContributionsLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/DeleteUnknownPreferencesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/EditFilterHook.php",
                "size": "769 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditFilterMergedContentHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/EditFormInitialTextHook.php",
                "size": "553 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditFormPreloadTextHook.php",
                "size": "608 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageBeforeConflictDiffHook.php",
                "size": "835 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageBeforeEditButtonsHook.php",
                "size": "787 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageBeforeEditToolbarHook.php",
                "size": "704 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageCopyrightWarningHook.php",
                "size": "822 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageGetCheckboxesDefinitionHook.php",
                "size": "790 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageGetDiffContentHook.php",
                "size": "797 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageGetPreviewContentHook.php",
                "size": "797 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageNoSuchSectionHook.php",
                "size": "656 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPageTosSummaryHook.php",
                "size": "752 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPage__attemptSaveHook.php",
                "size": "679 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPage__attemptSave_afterHook.php",
                "size": "795 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPage__importFormDataHook.php",
                "size": "682 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPage__showEditForm_fieldsHook.php",
                "size": "742 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPage__showEditForm_initialHook.php",
                "size": "955 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPage__showReadOnlyForm_initialHook.php",
                "size": "795 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/EditPage__showStandardInputs_optionsHook.php",
                "size": "828 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/EmailUserCCHook.php",
                "size": "749 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/EmailUserCompleteHook.php",
                "size": "753 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/EmailUserFormHook.php",
                "size": "541 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/EmailUserHook.php",
                "size": "921 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/EmailUserPermissionsErrorsHook.php",
                "size": "803 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/EnhancedChangesListModifyBlockLineDataHook.php",
                "size": "862 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/EnhancedChangesListModifyLineDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/EnhancedChangesList__getLogTextHook.php",
                "size": "919 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/FetchChangesListHook.php",
                "size": "957 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/FileDeleteCompleteHook.php",
                "size": "946 bytes"
            },
            {
                "name": "/var/www/html/includes/filerepo/Hook/FileTransformedHook.php",
                "size": "817 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/FileUndeleteCompleteHook.php",
                "size": "782 bytes"
            },
            {
                "name": "/var/www/html/includes/filerepo/Hook/FileUploadHook.php",
                "size": "846 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/FormatAutocommentsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/gallery/Hook/GalleryGetModesHook.php",
                "size": "704 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetCacheVaryCookiesHook.php",
                "size": "689 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetCanonicalURLHook.php",
                "size": "740 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetDefaultSortkeyHook.php",
                "size": "627 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetDoubleUnderscoreIDsHook.php",
                "size": "751 bytes"
            },
            {
                "name": "/var/www/html/includes/media/Hook/GetExtendedMetadataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/GetFullURLHook.php",
                "size": "721 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/GetHumanTimestampHook.php",
                "size": "997 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetInternalURLHook.php",
                "size": "728 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetIPHook.php",
                "size": "512 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/GetLangPreferredVariantHook.php",
                "size": "803 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/GetLinkColoursHook.php",
                "size": "817 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetLocalURLHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/GetLocalURL__ArticleHook.php",
                "size": "756 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetLocalURL__InternalHook.php",
                "size": "784 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/GetLogTypesOnUserHook.php",
                "size": "544 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/GetMagicVariableIDsHook.php",
                "size": "675 bytes"
            },
            {
                "name": "/var/www/html/includes/media/Hook/GetMetadataVersionHook.php",
                "size": "937 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/GetNewMessagesAlertHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/GetRelativeTimestampHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/GitViewersHook.php",
                "size": "610 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/HistoryPageToolLinksHook.php",
                "size": "754 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/HistoryToolsHook.php",
                "size": "906 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ImageBeforeProduceHTMLHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/ImgAuthBeforeStreamHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/ImgAuthModifyHeadersHook.php",
                "size": "927 bytes"
            },
            {
                "name": "/var/www/html/includes/import/Hook/ImportHandleContentXMLTagHook.php",
                "size": "640 bytes"
            },
            {
                "name": "/var/www/html/includes/import/Hook/ImportHandleLogItemXMLTagHook.php",
                "size": "660 bytes"
            },
            {
                "name": "/var/www/html/includes/import/Hook/ImportHandlePageXMLTagHook.php",
                "size": "651 bytes"
            },
            {
                "name": "/var/www/html/includes/import/Hook/ImportHandleRevisionXMLTagHook.php",
                "size": "754 bytes"
            },
            {
                "name": "/var/www/html/includes/import/Hook/ImportHandleToplevelXMLTagHook.php",
                "size": "601 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ImportHandleUnknownUserHook.php",
                "size": "589 bytes"
            },
            {
                "name": "/var/www/html/includes/import/Hook/ImportHandleUploadXMLTagHook.php",
                "size": "670 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ImportLogInterwikiLinkHook.php",
                "size": "712 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ImportSourcesHook.php",
                "size": "754 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/InfoActionHook.php",
                "size": "612 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/InitializeArticleMaybeRedirectHook.php",
                "size": "865 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/InternalParseBeforeLinksHook.php",
                "size": "794 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/InternalParseBeforeSanitizeHook.php",
                "size": "970 bytes"
            },
            {
                "name": "/var/www/html/includes/rcfeed/Hook/IRCLineURLHook.php",
                "size": "758 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/IsTrustedProxyHook.php",
                "size": "639 bytes"
            },
            {
                "name": "/var/www/html/includes/upload/Hook/IsUploadAllowedFromUrlHook.php",
                "size": "643 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/IsValidEmailAddrHook.php",
                "size": "737 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/LanguageGetNamespacesHook.php",
                "size": "688 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/LanguageLinksHook.php",
                "size": "997 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/LanguageSelectorHook.php",
                "size": "643 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/LinkerMakeExternalImageHook.php",
                "size": "684 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/LinkerMakeExternalLinkHook.php",
                "size": "802 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/LinkerMakeMediaLinkFileHook.php",
                "size": "870 bytes"
            },
            {
                "name": "/var/www/html/includes/deferred/Hook/LinksUpdateAfterInsertHook.php",
                "size": "854 bytes"
            },
            {
                "name": "/var/www/html/includes/deferred/Hook/LinksUpdateCompleteHook.php",
                "size": "759 bytes"
            },
            {
                "name": "/var/www/html/includes/deferred/Hook/LinksUpdateConstructedHook.php",
                "size": "644 bytes"
            },
            {
                "name": "/var/www/html/includes/deferred/Hook/LinksUpdateHook.php",
                "size": "604 bytes"
            },
            {
                "name": "/var/www/html/includes/filerepo/Hook/LocalFilePurgeThumbnailsHook.php",
                "size": "762 bytes"
            },
            {
                "name": "/var/www/html/includes/filerepo/Hook/LocalFile__getHistoryHook.php",
                "size": "839 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/LocalisationCacheRecacheFallbackHook.php",
                "size": "818 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/LocalisationCacheRecacheHook.php",
                "size": "771 bytes"
            },
            {
                "name": "/var/www/html/includes/logging/Hook/LogEventsListGetExtraInputsHook.php",
                "size": "945 bytes"
            },
            {
                "name": "/var/www/html/includes/logging/Hook/LogEventsListLineEndingHook.php",
                "size": "1,011 bytes"
            },
            {
                "name": "/var/www/html/includes/logging/Hook/LogEventsListShowLogExtractHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/exception/Hook/LogExceptionHook.php",
                "size": "764 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/LoginFormValidErrorMessagesHook.php",
                "size": "807 bytes"
            },
            {
                "name": "/var/www/html/includes/logging/Hook/LogLineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/LonelyPagesQueryHook.php",
                "size": "679 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MagicWordwgVariableIDsHook.php",
                "size": "583 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MaintenanceRefreshLinksInitHook.php",
                "size": "604 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MaintenanceShellStartHook.php",
                "size": "366 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MaintenanceUpdateAddParamsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/logging/Hook/ManualLogEntryBeforePublishHook.php",
                "size": "596 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/MarkPatrolledCompleteHook.php",
                "size": "872 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/MarkPatrolledHook.php",
                "size": "954 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MediaWikiPerformActionHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/MediaWikiServicesHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/MimeMagicGuessFromContentHook.php",
                "size": "866 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MimeMagicImproveFromExtensionHook.php",
                "size": "713 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MimeMagicInitHook.php",
                "size": "930 bytes"
            },
            {
                "name": "/var/www/html/includes/export/Hook/ModifyExportQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/MovePageCheckPermissionsHook.php",
                "size": "858 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/MovePageIsValidMoveHook.php",
                "size": "717 bytes"
            },
            {
                "name": "/var/www/html/includes/title/Hook/NamespaceIsMovableHook.php",
                "size": "795 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/NewPagesLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/OldChangesListRecentChangesLineHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/OpenSearchUrlsHook.php",
                "size": "659 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/OtherAutoblockLogLinkHook.php",
                "size": "709 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/OtherBlockLogLinkHook.php",
                "size": "805 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/OutputPageAfterGetHeadLinksArrayHook.php",
                "size": "758 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/OutputPageBeforeHTMLHook.php",
                "size": "719 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/OutputPageBodyAttributesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/OutputPageCheckLastModifiedHook.php",
                "size": "732 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/OutputPageMakeCategoryLinksHook.php",
                "size": "999 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/OutputPageParserOutputHook.php",
                "size": "679 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/PageHistoryBeforeListHook.php",
                "size": "670 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/PageHistoryLineEndingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/PageHistoryPager__doBatchLookupsHook.php",
                "size": "914 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/PageHistoryPager__getQueryInfoHook.php",
                "size": "720 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/PageMoveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/PageMoveCompletingHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/PageRenderingHashHook.php",
                "size": "887 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserAfterParseHook.php",
                "size": "700 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserAfterTidyHook.php",
                "size": "605 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserBeforeInternalParseHook.php",
                "size": "702 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserBeforePreprocessHook.php",
                "size": "676 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserCacheSaveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserClearStateHook.php",
                "size": "553 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserClonedHook.php",
                "size": "531 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserFetchTemplateDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserFirstCallInitHook.php",
                "size": "578 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserGetVariableValueSwitchHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserGetVariableValueTsHook.php",
                "size": "690 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserLimitReportFormatHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserLimitReportPrepareHook.php",
                "size": "839 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserLogLinterDataHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserMakeImageParamsHook.php",
                "size": "873 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserModifyImageHTML.php",
                "size": "970 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserOptionsRegisterHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserOutputPostCacheTransformHook.php",
                "size": "797 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserPreSaveTransformCompleteHook.php",
                "size": "759 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/ParserSectionCreateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/ParserTestGlobalsHook.php",
                "size": "664 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ParserTestTablesHook.php",
                "size": "702 bytes"
            },
            {
                "name": "/var/www/html/includes/password/Hook/PasswordPoliciesForUserHook.php",
                "size": "688 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/PostLoginRedirectHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/PreferencesGetLegendHook.php",
                "size": "790 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/PrefsEmailAuditHook.php",
                "size": "686 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ProtectionForm__buildFormHook.php",
                "size": "770 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ProtectionForm__saveHook.php",
                "size": "861 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ProtectionForm__showLogExtractHook.php",
                "size": "713 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/ProtectionFormAddFormFieldsHook.php",
                "size": "526 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/RandomPageQueryHook.php",
                "size": "732 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/RawPageViewBeforeOutputHook.php",
                "size": "632 bytes"
            },
            {
                "name": "/var/www/html/includes/jobqueue/jobs/Hook/RecentChangesPurgeRowsHook.php",
                "size": "699 bytes"
            },
            {
                "name": "/var/www/html/includes/changes/Hook/RecentChange_saveHook.php",
                "size": "611 bytes"
            },
            {
                "name": "/var/www/html/includes/parser/Hook/RejectParserCacheValueHook.php",
                "size": "936 bytes"
            },
            {
                "name": "/var/www/html/includes/context/Hook/RequestContextCreateSkinHook.php",
                "size": "906 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/SelfLinkBeginHook.php",
                "size": "858 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/SendWatchlistEmailNotificationHook.php",
                "size": "802 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/SetupAfterCacheHook.php",
                "size": "481 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/ShortPagesQueryHook.php",
                "size": "735 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SidebarBeforeOutputHook.php",
                "size": "771 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SiteNoticeAfterHook.php",
                "size": "668 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SiteNoticeBeforeHook.php",
                "size": "760 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinAddFooterLinksHook.php",
                "size": "911 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinAfterBottomScriptsHook.php",
                "size": "674 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinAfterContentHook.php",
                "size": "716 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinBuildSidebarHook.php",
                "size": "612 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinCopyrightFooterHook.php",
                "size": "898 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinEditSectionLinksHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinPreloadExistenceHook.php",
                "size": "631 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinSubPageSubtitleHook.php",
                "size": "848 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinTemplateGetLanguageLinkHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinTemplateNavigationHook.php",
                "size": "962 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinTemplateNavigation__SpecialPageHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinTemplateNavigation__UniversalHook.php",
                "size": "848 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/PersonalUrlsHook.php",
                "size": "972 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SoftwareInfoHook.php",
                "size": "636 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialBlockModifyFormFieldsHook.php",
                "size": "651 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialContributionsBeforeMainOutputHook.php",
                "size": "837 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialContributions__formatRow__flagsHook.php",
                "size": "847 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialExportGetExtraPagesHook.php",
                "size": "701 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialContributions__getForm__filtersHook.php",
                "size": "834 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialListusersDefaultQueryHook.php",
                "size": "675 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialListusersFormatRowHook.php",
                "size": "688 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialListusersHeaderFormHook.php",
                "size": "660 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialListusersHeaderHook.php",
                "size": "647 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialListusersQueryInfoHook.php",
                "size": "662 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialLogAddLogSearchRelationsHook.php",
                "size": "763 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialMovepageAfterMoveHook.php",
                "size": "637 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialMuteModifyFormFieldsHook.php",
                "size": "678 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialMuteSubmitHook.php",
                "size": "632 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialNewpagesConditionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialNewPagesFiltersHook.php",
                "size": "814 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialRandomGetRandomTitleHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialRecentChangesPanelHook.php",
                "size": "689 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialResetTokensTokensHook.php",
                "size": "712 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchCreateLinkHook.php",
                "size": "696 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchGoResultHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchNogomatchHook.php",
                "size": "794 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchProfilesHook.php",
                "size": "550 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchResultsAppendHook.php",
                "size": "811 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchResultsHook.php",
                "size": "732 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchResultsPrependHook.php",
                "size": "894 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialSearchSetupEngineHook.php",
                "size": "686 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialStatsAddExtraHook.php",
                "size": "983 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialTrackingCategories__generateCatLinkHook.php",
                "size": "869 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialTrackingCategories__preprocessHook.php",
                "size": "836 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialUploadCompleteHook.php",
                "size": "571 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialVersionVersionUrlHook.php",
                "size": "655 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/SpecialWatchlistGetNonRevisionTypesHook.php",
                "size": "813 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TestCanonicalRedirectHook.php",
                "size": "871 bytes"
            },
            {
                "name": "/var/www/html/includes/media/Hook/ThumbnailBeforeProduceHTMLHook.php",
                "size": "767 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TempUserCreatedRedirectHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleExistsHook.php",
                "size": "606 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleGetEditNoticesHook.php",
                "size": "778 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleGetRestrictionTypesHook.php",
                "size": "647 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleIsAlwaysKnownHook.php",
                "size": "863 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleIsMovableHook.php",
                "size": "890 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleMoveHook.php",
                "size": "826 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/TitleMoveStartingHook.php",
                "size": "675 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UnblockUserCompleteHook.php",
                "size": "710 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UnblockUserHook.php",
                "size": "786 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UndeleteForm__showHistoryHook.php",
                "size": "763 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UndeleteForm__showRevisionHook.php",
                "size": "765 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/UndeletePageToolLinksHook.php",
                "size": "789 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/UnitTestsAfterDatabaseSetupHook.php",
                "size": "776 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/UnitTestsBeforeDatabaseTeardownHook.php",
                "size": "573 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/UnwatchArticleCompleteHook.php",
                "size": "639 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/UnwatchArticleHook.php",
                "size": "744 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/UpdateUserMailerFormattedPageStatusHook.php",
                "size": "628 bytes"
            },
            {
                "name": "/var/www/html/includes/upload/Hook/UploadCompleteHook.php",
                "size": "625 bytes"
            },
            {
                "name": "/var/www/html/includes/upload/Hook/UploadCreateFromRequestHook.php",
                "size": "658 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UploadFormInitDescriptorHook.php",
                "size": "601 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UploadFormSourceDescriptorsHook.php",
                "size": "761 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UploadForm_BeforeProcessingHook.php",
                "size": "899 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UploadForm_getInitialPageTextHook.php",
                "size": "805 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UploadForm_initialHook.php",
                "size": "769 bytes"
            },
            {
                "name": "/var/www/html/includes/upload/Hook/UploadStashFileHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/upload/Hook/UploadVerifyFileHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/upload/Hook/UploadVerifyUploadHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/deferred/Hook/UserEditCountUpdateHook.php",
                "size": "552 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UserLoginCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UserLogoutCompleteHook.php",
                "size": "750 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/UserMailerChangeReturnPathHook.php",
                "size": "735 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/UserMailerSplitToHook.php",
                "size": "669 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/UserMailerTransformContentHook.php",
                "size": "888 bytes"
            },
            {
                "name": "/var/www/html/includes/mail/Hook/UserMailerTransformMessageHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/UsersPagerDoBatchLookupsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Hook/UserToolLinksEditHook.php",
                "size": "740 bytes"
            },
            {
                "name": "/var/www/html/includes/media/Hook/ValidateExtendedMetadataCacheHook.php",
                "size": "743 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/WantedPages__getQueryInfoHook.php",
                "size": "778 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/WatchArticleCompleteHook.php",
                "size": "620 bytes"
            },
            {
                "name": "/var/www/html/includes/actions/Hook/WatchArticleHook.php",
                "size": "849 bytes"
            },
            {
                "name": "/var/www/html/includes/watcheditem/Hook/WatchedItemQueryServiceExtensionsHook.php",
                "size": "769 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/WatchlistEditorBeforeFormRenderHook.php",
                "size": "762 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/WatchlistEditorBuildRemoveLineHook.php",
                "size": "806 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/WebRequestPathInfoRouterHook.php",
                "size": "581 bytes"
            },
            {
                "name": "/var/www/html/includes/Hook/WebResponseSetCookieHook.php",
                "size": "856 bytes"
            },
            {
                "name": "/var/www/html/includes/specials/Hook/WhatLinksHerePropsHook.php",
                "size": "814 bytes"
            },
            {
                "name": "/var/www/html/includes/export/Hook/WikiExporter__dumpStableQueryHook.php",
                "size": "837 bytes"
            },
            {
                "name": "/var/www/html/includes/export/Hook/XmlDumpWriterOpenPageHook.php",
                "size": "769 bytes"
            },
            {
                "name": "/var/www/html/includes/export/Hook/XmlDumpWriterWriteRevisionHook.php",
                "size": "967 bytes"
            },
            {
                "name": "/var/www/html/includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php",
                "size": "827 bytes"
            },
            {
                "name": "/var/www/html/includes/interwiki/Hook/InterwikiLoadPrefixHook.php",
                "size": "929 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/LanguageGetTranslatedLanguageNamesHook.php",
                "size": "684 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Hook/Language__getMessagesFileNameHook.php",
                "size": "784 bytes"
            },
            {
                "name": "/var/www/html/includes/linker/Hook/LinkerGenerateRollbackLinkHook.php",
                "size": "991 bytes"
            },
            {
                "name": "/var/www/html/includes/linker/Hook/HtmlPageLinkRendererBeginHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/linker/Hook/HtmlPageLinkRendererEndHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleConfirmDeleteHook.php",
                "size": "723 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleDeleteAfterSuccessHook.php",
                "size": "709 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleDeleteCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleDeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleFromTitleHook.php",
                "size": "766 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticlePageDataAfterHook.php",
                "size": "683 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticlePageDataBeforeHook.php",
                "size": "830 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleParserOptionsHook.php",
                "size": "777 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleProtectCompleteHook.php",
                "size": "760 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleProtectHook.php",
                "size": "732 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticlePurgeHook.php",
                "size": "542 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleRevisionViewCustomHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleShowPatrolFooterHook.php",
                "size": "654 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleUndeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleViewFooterHook.php",
                "size": "646 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleViewHeaderHook.php",
                "size": "925 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ArticleViewRedirectHook.php",
                "size": "602 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/Article__MissingArticleConditionsHook.php",
                "size": "930 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/BeforeDisplayNoArticleTextHook.php",
                "size": "644 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/CategoryAfterPageAddedHook.php",
                "size": "668 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/CategoryAfterPageRemovedHook.php",
                "size": "756 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/CategoryPageViewHook.php",
                "size": "561 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/DisplayOldSubtitleHook.php",
                "size": "648 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ImageOpenShowImageInlineBeforeHook.php",
                "size": "683 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ImagePageAfterImageLinksHook.php",
                "size": "674 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ImagePageFileHistoryLineHook.php",
                "size": "817 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ImagePageFindFileHook.php",
                "size": "761 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ImagePageShowTOCHook.php",
                "size": "602 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/IsFileCacheableHook.php",
                "size": "565 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/OpportunisticLinksUpdateHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/PageDeleteCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/PageDeleteHook.php",
                "size": "1,006 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/PageDeletionDataUpdatesHook.php",
                "size": "951 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/PageUndeleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/PageViewUpdatesHook.php",
                "size": "728 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/RevisionFromEditCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/RevisionUndeletedHook.php",
                "size": "699 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/RollbackCompleteHook.php",
                "size": "929 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/ShowMissingArticleHook.php",
                "size": "590 bytes"
            },
            {
                "name": "/var/www/html/includes/page/Hook/WikiPageDeletionUpdatesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/Hook/WikiPageFactoryHook.php",
                "size": "638 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/PermissionErrorAuditHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/GetUserPermissionsErrorsExpensiveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/GetUserPermissionsErrorsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/TitleQuickPermissionsHook.php",
                "size": "975 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/TitleReadWhitelistHook.php",
                "size": "822 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/UserCanHook.php",
                "size": "976 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/UserGetAllRightsHook.php",
                "size": "581 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/UserGetRightsHook.php",
                "size": "605 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/UserGetRightsRemoveHook.php",
                "size": "871 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/UserIsBlockedFromHook.php",
                "size": "946 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Hook/UserIsEveryoneAllowedHook.php",
                "size": "642 bytes"
            },
            {
                "name": "/var/www/html/includes/preferences/Hook/PreferencesFormPreSaveHook.php",
                "size": "887 bytes"
            },
            {
                "name": "/var/www/html/includes/ResourceLoader/Hook/ResourceLoaderJqueryMsgModuleMagicWordsHook.php",
                "size": "920 bytes"
            },
            {
                "name": "/var/www/html/includes/Rest/Hook/SearchResultProvideDescriptionHook.php",
                "size": "1,006 bytes"
            },
            {
                "name": "/var/www/html/includes/Revision/Hook/ContentHandlerDefaultModelForHook.php",
                "size": "762 bytes"
            },
            {
                "name": "/var/www/html/includes/Revision/Hook/RevisionRecordInsertedHook.php",
                "size": "658 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/PrefixSearchBackendHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/search/Hook/PrefixSearchExtractNamespaceHook.php",
                "size": "850 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchableNamespacesHook.php",
                "size": "583 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchAfterNoDirectMatchHook.php",
                "size": "766 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchGetNearMatchBeforeHook.php",
                "size": "745 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchGetNearMatchCompleteHook.php",
                "size": "679 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchGetNearMatchHook.php",
                "size": "671 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchIndexFieldsHook.php",
                "size": "718 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchResultInitFromTitleHook.php",
                "size": "706 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchResultProvideThumbnailHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SearchResultsAugmentHook.php",
                "size": "939 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/ShowSearchHitHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/search/Hook/ShowSearchHitTitleHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SpecialSearchPowerBoxHook.php",
                "size": "863 bytes"
            },
            {
                "name": "/var/www/html/includes/search/Hook/SpecialSearchProfileFormHook.php",
                "size": "799 bytes"
            },
            {
                "name": "/var/www/html/includes/session/Hook/SessionCheckInfoHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/session/Hook/SessionMetadataHook.php",
                "size": "857 bytes"
            },
            {
                "name": "/var/www/html/includes/session/Hook/UserSetCookiesHook.php",
                "size": "942 bytes"
            },
            {
                "name": "/var/www/html/includes/shell/Hook/WfShellWikiCmdHook.php",
                "size": "798 bytes"
            },
            {
                "name": "/var/www/html/includes/skins/Hook/SkinPageReadyConfigHook.php",
                "size": "663 bytes"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/AuthChangeFormFieldsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/ChangeAuthenticationDataAuditHook.php",
                "size": "825 bytes"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/ChangesListSpecialPageQueryHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/ChangesListSpecialPageStructuredFiltersHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/RedirectSpecialArticleRedirectParamsHook.php",
                "size": "780 bytes"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/SpecialPageAfterExecuteHook.php",
                "size": "656 bytes"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/SpecialPageBeforeExecuteHook.php",
                "size": "672 bytes"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/SpecialPageBeforeFormDisplayHook.php",
                "size": "631 bytes"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/SpecialPage_initListHook.php",
                "size": "715 bytes"
            },
            {
                "name": "/var/www/html/includes/specialpage/Hook/WgQueryPagesHook.php",
                "size": "771 bytes"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/ArticleEditUpdateNewTalkHook.php",
                "size": "709 bytes"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/ArticlePrepareTextForEditHook.php",
                "size": "699 bytes"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/BeforeRevertedTagUpdateHook.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/MultiContentSaveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/PageContentSaveHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/PageSaveCompleteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/ParserOutputStashForEditHook.php",
                "size": "951 bytes"
            },
            {
                "name": "/var/www/html/includes/Storage/Hook/RevisionDataUpdatesHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/user/Hook/AutopromoteConditionHook.php",
                "size": "696 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/ConfirmEmailCompleteHook.php",
                "size": "588 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/EmailConfirmedHook.php",
                "size": "806 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/GetAutoPromoteGroupsHook.php",
                "size": "652 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/InvalidateEmailCompleteHook.php",
                "size": "601 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/IsValidPasswordHook.php",
                "size": "785 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/PingLimiterHook.php",
                "size": "881 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/SpecialPasswordResetOnSubmitHook.php",
                "size": "905 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserAddGroupHook.php",
                "size": "788 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserArrayFromResultHook.php",
                "size": "761 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserCanSendEmailHook.php",
                "size": "715 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserClearNewTalkNotificationHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserEffectiveGroupsHook.php",
                "size": "629 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserGetDefaultOptionsHook.php",
                "size": "905 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserGetEmailAuthenticationTimestampHook.php",
                "size": "721 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserGetEmailHook.php",
                "size": "588 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserGetReservedNamesHook.php",
                "size": "575 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserGroupsChangedHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserIsBlockedGloballyHook.php",
                "size": "761 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserIsBotHook.php",
                "size": "582 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserIsLockedHook.php",
                "size": "618 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserLoadAfterLoadFromSessionHook.php",
                "size": "658 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserLoadDefaultsHook.php",
                "size": "556 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserLoadFromDatabaseHook.php",
                "size": "609 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserLogoutHook.php",
                "size": "532 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserPrivilegedGroupsHook.php",
                "size": "748 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserRemoveGroupHook.php",
                "size": "665 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserSaveSettingsHook.php",
                "size": "737 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserSendConfirmationMailHook.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserSetEmailAuthenticationTimestampHook.php",
                "size": "730 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/UserSetEmailHook.php",
                "size": "596 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Hook/User__mailPasswordInternalHook.php",
                "size": "806 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Options/Hook/LoadUserOptionsHook.php",
                "size": "668 bytes"
            },
            {
                "name": "/var/www/html/includes/user/Options/Hook/SaveUserOptionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/scoped-callback/src/ScopedCallback.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/HookContainer/DeprecatedHooks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/HookContainer/GlobalHookRegistry.php",
                "size": "830 bytes"
            },
            {
                "name": "/var/www/html/includes/HookContainer/HookRegistry.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/HookContainer/HookContainer.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/services/src/SalvageableService.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/object-factory/src/ObjectFactory.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Hooks.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/InterwikiResolverFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/InterwikiResolver.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/SearchProfileServiceFactory.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseRDF/src/EntryPoints/MediaWikiHooks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/config/ConfigFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/SearchConfig.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseCirrusSearch/src/WikibaseSearchConfig.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/utils/UrlUtils.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/includes/context/RequestContext.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/includes/context/IContextSource.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/language/MessageLocalizer.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/session/CsrfTokenSetProvider.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/context/MutableContext.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/filebackend/fsfile/TempFSFile.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/libs/filebackend/fsfile/FSFile.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/debug/logger/LoggerFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/debug/logger/LegacySpi.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/debug/logger/Spi.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/debug/logger/LegacyLogger.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/vendor/psr/log/Psr/Log/LogLevel.php",
                "size": "336 bytes"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/ip-utils/src/IPUtils.php",
                "size": "26 KB"
            },
            {
                "name": "/var/www/html/includes/ProxyLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/ip-set/src/IPSet.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/Hooks.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/json/FormatJson.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/utfnormal/src/Validator.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/utfnormal/src/Constants.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/includes/WikibaseRepo.php",
                "size": "46 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/includes/WikibaseSettings.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/config/WikibaseLib.default.php",
                "size": "631 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/config/Wikibase.default.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/includes/SettingsArray.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/includes/SubEntityTypesMapper.php",
                "size": "844 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/WikibaseLib.entitytypes.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/includes/EntityTypeDefinitions.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/packages/wikibase/data-model/src/Entity/ItemId.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/packages/wikibase/data-model/src/Entity/SerializableEntityId.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/packages/wikibase/data-model/src/Entity/EntityId.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/packages/wikibase/data-model/src/Entity/Int32EntityId.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/packages/wikibase/data-model/src/Entity/NumericPropertyId.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/packages/wikibase/data-model/src/Entity/PropertyId.php",
                "size": "124 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/WikibaseRepo.entitytypes.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/includes/Content/ItemContent.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/includes/Content/EntityContent.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/includes/content/AbstractContent.php",
                "size": "16 KB"
            },
            {
                "name": "/var/www/html/includes/content/Content.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/includes/Content/PropertyContent.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseCirrusSearch/src/Hooks.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseCirrusSearch/WikibaseSearch.entitytypes.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseCirrusSearch/src/EntitySearchElastic.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/includes/Api/EntitySearchHelper.php",
                "size": "835 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/data-access/src/EntitySourceDefinitionsConfigParser.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/assert/src/Assert.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/data-access/src/DatabaseEntitySource.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/data-access/src/EntitySource.php",
                "size": "656 bytes"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/data-access/src/EntitySourceDefinitions.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/data-access/src/ApiEntitySource.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/repo/includes/FederatedProperties/DefaultFederatedPropertiesEntitySourceAdder.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/Wikibase/lib/includes/Store/EntityNamespaceLookup.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/session/PHPSessionHandler.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/includes/session/SessionManager.php",
                "size": "36 KB"
            },
            {
                "name": "/var/www/html/includes/session/SessionManagerInterface.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/libs/stats/BufferingStatsdDataFactory.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactory.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/CachedBagOStuff.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/HashBagOStuff.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/Message/MessageFormatterFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/libs/Message/IMessageFormatterFactory.php",
                "size": "393 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Message.php",
                "size": "43 KB"
            },
            {
                "name": "/var/www/html/includes/libs/MessageSpecifier.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserNameUtils.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserRigorOptions.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/config/ServiceOptions.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/language/LanguageFactory.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/language/LocalisationCache.php",
                "size": "35 KB"
            },
            {
                "name": "/var/www/html/includes/language/LCStoreDB.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/language/LCStore.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/language/LanguageNameUtils.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/includes/language/LanguageFallback.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/language/LanguageConverterFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/libs/MapCacheLRU.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/includes/title/MediaWikiTitleCodec.php",
                "size": "20 KB"
            },
            {
                "name": "/var/www/html/includes/title/TitleFormatter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/title/TitleParser.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Title.php",
                "size": "125 KB"
            },
            {
                "name": "/var/www/html/includes/debug/DeprecationHelper.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/includes/dao/WikiAwareEntityTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/linker/LinkTarget.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/page/PageIdentity.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/page/PageReference.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/dao/WikiAwareEntity.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/dao/IDBAccessObject.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/languages/LanguageEn.php",
                "size": "881 bytes"
            },
            {
                "name": "/var/www/html/includes/language/Language.php",
                "size": "159 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/wancache/WANObjectCache.php",
                "size": "132 KB"
            },
            {
                "name": "/var/www/html/includes/db/MWLBFactory.php",
                "size": "17 KB"
            },
            {
                "name": "/var/www/html/includes/ConfiguredReadOnlyMode.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/request-timeout/src/RequestTimeout.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/request-timeout/src/Detail/BasicRequestTimeout.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/request-timeout/src/CriticalSectionProvider.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/DatabaseFactory.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/profiler/Profiler.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/profiler/ProfilerStub.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/TransactionProfiler.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/lbfactory/LBFactorySimple.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/lbfactory/LBFactory.php",
                "size": "28 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/lbfactory/ILBFactory.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/ChronologyProtector.php",
                "size": "21 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/loadbalancer/LoadBalancer.php",
                "size": "83 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/loadbalancer/ILoadBalancerForOwner.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/includes/cache/GenderCache.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/user/DefaultOptionsLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserOptionsLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/interwiki/ClassicInterwikiLookup.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/includes/interwiki/InterwikiLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/Message/TextFormatter.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/libs/Message/ITextFormatter.php",
                "size": "909 bytes"
            },
            {
                "name": "/var/www/html/includes/Message/Converter.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/user/TempUser/RealTempUserConfig.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/user/TempUser/TempUserConfig.php",
                "size": "948 bytes"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/php-session-serializer/src/PhpSessionSerializer.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/extensions/OAuth/src/SessionProvider.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/includes/session/ImmutableSessionProviderWithCookie.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/session/SessionProvider.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/html/includes/session/SessionProviderInterface.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/session/SessionInfo.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/includes/session/CookieSessionProvider.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/includes/Permissions/GrantsInfo.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/session/BotPasswordSessionProvider.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/extensions/OAuth/src/Backend/Utils.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/extensions/OAuth/src/ResourceServer.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/utils/MWCryptRand.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/session/SessionId.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/session/SessionBackend.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/html/includes/user/User.php",
                "size": "107 KB"
            },
            {
                "name": "/var/www/html/includes/HookContainer/ProtectedHookAccessorTrait.php",
                "size": "926 bytes"
            },
            {
                "name": "/var/www/html/includes/Permissions/Authority.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserIdentity.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/mail/UserEmailContact.php",
                "size": "656 bytes"
            },
            {
                "name": "/var/www/html/includes/session/Session.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/includes/MWTimestamp.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/timestamp/src/ConvertibleTimestamp.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/includes/WebResponse.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/session/Token.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/StubGlobalUser.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/StubObject.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/StubUserLang.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/OutputPage.php",
                "size": "135 KB"
            },
            {
                "name": "/var/www/html/includes/context/ContextSource.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/ResourceLoader/Module.php",
                "size": "35 KB"
            },
            {
                "name": "/var/www/html/includes/ContentSecurityPolicy.php",
                "size": "19 KB"
            },
            {
                "name": "/var/www/html/includes/Pingback.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiMain.php",
                "size": "71 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiBase.php",
                "size": "64 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiBlockInfoTrait.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/ParamValidator.php",
                "size": "29 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/TypeDef/IntegerDef.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/TypeDef/NumericDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/TypeDef.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/api/Validator/SubmoduleDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/TypeDef/EnumDef.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/ParamValidator/TypeDef/NamespaceDef.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/TypeDef/StringDef.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/context/DerivativeContext.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiHookRunner.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIAfterExecuteHook.php",
                "size": "591 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiCheckCanExecuteHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiDeprecationHelpHook.php",
                "size": "676 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiFeedContributions__feedItemHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiFormatHighlightHook.php",
                "size": "773 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIGetAllowedParamsHook.php",
                "size": "671 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIGetDescriptionMessagesHook.php",
                "size": "598 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIGetParamDescriptionMessagesHook.php",
                "size": "625 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIHelpModifyOutputHook.php",
                "size": "870 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiMain__moduleManagerHook.php",
                "size": "720 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiMain__onExceptionHook.php",
                "size": "742 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiMakeParserOptionsHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiMaxLagInfoHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiOpenSearchSuggestHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiOptionsHook.php",
                "size": "932 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiParseMakeOutputPageHook.php",
                "size": "781 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIQueryAfterExecuteHook.php",
                "size": "618 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiQueryBaseAfterQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiQueryBaseBeforeQueryHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiQueryBaseProcessRowHook.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIQueryGeneratorAfterExecuteHook.php",
                "size": "723 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php",
                "size": "704 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/APIQuerySiteInfoStatisticsInfoHook.php",
                "size": "616 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiQueryTokensRegisterTypesHook.php",
                "size": "795 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiQueryWatchlistExtractOutputDataHook.php",
                "size": "846 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php",
                "size": "966 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiQuery__moduleManagerHook.php",
                "size": "730 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiRsdServiceApisHook.php",
                "size": "780 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/ApiValidatePasswordHook.php",
                "size": "593 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Hook/RequestHasSameOriginSecurityHook.php",
                "size": "768 bytes"
            },
            {
                "name": "/var/www/html/includes/api/Validator/ApiParamValidator.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/includes/api/Validator/ApiParamValidatorCallbacks.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/Callbacks.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiResult.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiSerializable.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiErrorFormatter_BackCompat.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiErrorFormatter.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiModuleManager.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Util.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/includes/ParamValidator/TypeDef/UserDef.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/includes/user/ActorStoreFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/user/ActorStore.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserIdentityLookup.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/user/ActorNormalization.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/user/ActorCache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/libs/ParamValidator/TypeDef/PresenceBooleanDef.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Api/ConfigDump.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Api/ApiTrait.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/SearchProfileService.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/includes/Permissions/PermissionManager.php",
                "size": "60 KB"
            },
            {
                "name": "/var/www/html/includes/specialpage/SpecialPageFactory.php",
                "size": "37 KB"
            },
            {
                "name": "/var/www/html/includes/TitleFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/Permissions/GroupPermissionsLookup.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserGroupManagerFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserGroupManager.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserEditTracker.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/ActorMigration.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/ActorMigrationBase.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/includes/jobqueue/JobQueueGroupFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/libs/uuid/GlobalIdGenerator.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/includes/jobqueue/JobQueueGroup.php",
                "size": "15 KB"
            },
            {
                "name": "/var/www/html/includes/ReadOnlyMode.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/block/BlockErrorFormatter.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/includes/cache/UserCache.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/cache/LinkBatchFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/cache/LinkCache.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/includes/linker/LinksMigration.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/linker/LinkTargetStore.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/includes/linker/LinkTargetLookup.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/page/RedirectStore.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/page/RedirectLookup.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/page/WikiPageFactory.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/Permissions/RestrictionStore.php",
                "size": "22 KB"
            },
            {
                "name": "/var/www/html/includes/CommentStore.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/includes/page/PageStoreFactory.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/page/PageStore.php",
                "size": "12 KB"
            },
            {
                "name": "/var/www/html/includes/page/PageLookup.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserFactory.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/includes/actions/ActionFactory.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiFormatJson.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/api/ApiFormatBase.php",
                "size": "11 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Connection.php",
                "size": "10 KB"
            },
            {
                "name": "/var/www/html/extensions/Elastica/includes/ElasticaConnection.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Assignment/ConstantAssignment.php",
                "size": "840 bytes"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Assignment/ClusterAssignment.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/ClusterSettings.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/Client.php",
                "size": "18 KB"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/ClientConfiguration.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/Connection.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/Param.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/ArrayableInterface.php",
                "size": "274 bytes"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/Connection/Strategy/StrategyFactory.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/Connection/Strategy/Simple.php",
                "size": "552 bytes"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/Connection/Strategy/StrategyInterface.php",
                "size": "295 bytes"
            },
            {
                "name": "/var/www/html/vendor/ruflin/elastica/src/Connection/ConnectionPool.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/CirrusConfigInterwikiResolver.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/BaseInterwikiResolver.php",
                "size": "9 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/SiteMatrixInterwikiResolver.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/EmptyInterwikiResolver.php",
                "size": "960 bytes"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/CirrusSearchHookRunner.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/user/UserOptionsManager.php",
                "size": "23 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Dispatch/CirrusDefaultSearchQueryRoute.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Dispatch/SearchQueryRoute.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/ArrayProfileRepository.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/SearchProfileRepository.php",
                "size": "791 bytes"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/ConfigProfileRepository.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/ConfigSearchProfileOverride.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/SearchProfileOverride.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/UriParamSearchProfileOverride.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/CompletionSearchProfileRepository.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/UserPrefSearchProfileOverride.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/PhraseSuggesterProfileRepoWrapper.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/SearchProfileRepositoryTransformer.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Profile/ArrayPathSetter.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Parser/BasicQueryClassifier.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Parser/ParsedQueryClassifier.php",
                "size": "288 bytes"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Parser/AST/Visitor/Visitor.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Dispatch/SearchQueryDispatchService.php",
                "size": "936 bytes"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Dispatch/BasicSearchQueryRoute.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/Search/SearchQuery.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/profiles/PhraseSuggesterProfiles.config.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/profiles/CrossProjectBlockScorerProfiles.config.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/profiles/SimilarityProfiles.config.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/profiles/RescoreFunctionChains.config.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseCirrusSearch/src/config/ElasticSearchRescoreFunctions.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/profiles/SuggestProfiles.config.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/profiles/FullTextQueryBuilderProfiles.config.php",
                "size": "6 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseCirrusSearch/src/config/EntitySearchProfiles.php",
                "size": "779 bytes"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/profiles/RescoreProfiles.config.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/extensions/WikibaseCirrusSearch/src/config/ElasticSearchRescoreProfiles.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/extensions/CirrusSearch/includes/ElasticsearchIntermediary.php",
                "size": "14 KB"
            },
            {
                "name": "/var/www/html/includes/GitInfo.php",
                "size": "13 KB"
            },
            {
                "name": "/var/www/html/includes/language/LanguageConverter.php",
                "size": "40 KB"
            },
            {
                "name": "/var/www/html/includes/language/ILanguageConverter.php",
                "size": "8 KB"
            },
            {
                "name": "/var/www/html/includes/skins/Skin.php",
                "size": "83 KB"
            },
            {
                "name": "/var/www/html/includes/skins/SkinFactory.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/language/TrivialLanguageConverter.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/includes/languages/data/Names.php",
                "size": "24 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/EmptyBagOStuff.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/language/MessageCache.php",
                "size": "52 KB"
            },
            {
                "name": "/var/www/html/includes/libs/objectcache/utils/IExpiringStore.php",
                "size": "351 bytes"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/DBConnRef.php",
                "size": "27 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/IMaintainableDatabase.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/Database.php",
                "size": "125 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/DatabaseMysqli.php",
                "size": "7 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/DatabaseMysqlBase.php",
                "size": "39 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/TransactionManager.php",
                "size": "31 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/platform/SQLPlatform.php",
                "size": "60 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/platform/MySQLPlatform.php",
                "size": "5 KB"
            },
            {
                "name": "/var/www/html/vendor/wikimedia/request-timeout/src/CriticalSectionScope.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/utils/CriticalSessionInfo.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/utils/GeneralizedSql.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/utils/QueryStatus.php",
                "size": "2 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/utils/TransactionIdentifier.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/resultwrapper/MysqliResultWrapper.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/resultwrapper/ResultWrapper.php",
                "size": "4 KB"
            },
            {
                "name": "/var/www/html/includes/libs/rdbms/database/resultwrapper/IResultWrapper.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/language/dependency/FileDependency.php",
                "size": "3 KB"
            },
            {
                "name": "/var/www/html/includes/language/dependency/CacheDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/language/dependency/GlobalDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/language/dependency/MainConfigDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/includes/language/dependency/ConstantDependency.php",
                "size": "1 KB"
            },
            {
                "name": "/var/www/html/extensions/OAuth/src/Frontend/UIHooks.php",
                "size": "7 KB"
            }
        ]
    }
}