an Vecera) [1821646] - [netdrv] mlxsw: reg: Extend QPCR register (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_ptp: Fix build warnings (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_router: Avoid uninitialized symbol errors (Ivan Vecera) [1821646] - [netdrv] mlxsw: switchx2: Remove unnecessary conversion to bool (Ivan Vecera) [1821646] - [netdrv] mlxsw: core_acl: Avoid defining static variable in header file (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum: Remove unused RIF and FID families (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_router: Add proper function documentation (Ivan Vecera) [1821646] - [netdrv] mlxsw: i2c: Add missing field documentation (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_mr: Fix list iteration in error path (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after pedit (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLE (Ivan Vecera) [1821646] - [netdrv] mlxsw: core: Add DSCP, ECN, dscp_rw to QOS_ACTION (Ivan Vecera) [1821646] - [netdrv] mlxsw: core: Rename mlxsw_afa_qos_cmd to mlxsw_afa_qos_switch_prio_cmd (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_trap: Explicitly register packet trap groups (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_register (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_flower: Offload FLOW_ACTION_PRIORITY (Ivan Vecera) [1821646] - [netdrv] mlxsw: core: Add QOS_ACTION (Ivan Vecera) [1821646] - [netdrv] mlxsw: pci: Only issue reset when system is ready (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: Add tc action hw_stats tests (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Expose devlink resource occupancy for counters (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Consolidate subpools initialization (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Move config validation along with resource register (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Expose subpool sizes over devlink resources (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Add entry_size_res_id for each subpool and use it to query entry size (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Move sub_pools under per-instance pool struct (Ivan Vecera) [1821646] - [tools] selftests: spectrum-2: Adjust tc_flower_scale limit according to current counter count (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_cnt: Query bank size from FW resources (Ivan Vecera) [1821646] - [netdrv] mlxsw: reg: Increase register field length to 31 bits (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: RED: Test RED ECN nodrop offload (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_qdisc: Offload RED ECN nodrop mode (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_acl: Ask device for rule stats only if counter was created (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_qdisc: Support offloading of FIFO Qdisc (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replace (Ivan Vecera) [1821646] - [netdrv] mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_state (Ivan Vecera) [1821646] - [netdrv] net: mlxfw: Replace zero-length array with flexible-array member (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: qos_defprio: Use until_counter_is (Ivan Vecera) [1821646] - [netdrv] mlxsw: pci: Wait longer before accessing the device after reset (Ivan Vecera) [1821646] - [netdrv] mlxsw: reg: Update module_type values in PMTM register and map them to width (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: resource_scale: Invoke for Spectrum-3 (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: Reduce router scale running time using offload indication (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: Reduce running time using offload indication (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: Add shared buffer traffic test (Ivan Vecera) [1821646] - [tools] selftests: mlxsw: Add mlxsw lib (Ivan Vecera) [1821646] - [tools] selftests: devlink_li // Non-blocking error. if ( 1 === count( $failed_urls ) ) { /* translators: %s is a URL. */ $message = __( 'Polylang was unable to access the %s URL. Please check that the URL is valid.', 'polylang' ); } else { /* translators: %s is a list of URLs. */ $message = __( 'Polylang was unable to access the %s URLs. Please check that the URLs are valid.', 'polylang' ); } $this->errors->add( 'pll_invalid_domains', sprintf( $message, wp_sprintf_l( '%l', $failed_urls ) ), 'warning' ); } } /** @phpstan-var DomainsValue */ return $all_values; } /** * Returns the description used in the JSON schema. * * @since 3.7 * * @return string */ protected function get_description(): string { return __( 'Domains used when the language is set from different domains.', 'polylang' ); } /** * Adds information to the site health info array. * * @since 3.8 * * @param Options $options An instance of the Options class providing additional configuration. * * @return array The updated site health information. */ public function get_site_health_info( Options $options ): array { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable if ( 3 === $options->get( 'force_lang' ) ) { return $this->format_single_value_for_site_health_info( $this->get() ); } return parent::get_site_health_info( $options ); } /** * Returns the reset value for a key. * * @since 3.8 * * @param string $key The key to reset. Unused. * @return mixed The reset value. */ protected function reset_value( string $key ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return ''; } }
Fatal error: Uncaught Error: Class "WP_Syntex\Polylang\Options\Business\Domains" not found in /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/plugins/polylang/src/Options/Options.php:122 Stack trace: #0 [internal function]: WP_Syntex\Polylang\Options\Options->register('WP_Syntex\\Polyl...') #1 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/plugins/polylang/src/Options/Registry.php(50): array_map(Array, Array) #2 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/class-wp-hook.php(343): WP_Syntex\Polylang\Options\Registry::register(Object(WP_Syntex\Polylang\Options\Options)) #3 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters('', Array) #4 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/plugin.php(522): WP_Hook->do_action(Array) #5 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/plugins/polylang/src/Options/Options.php(705): do_action('pll_init_option...', Object(WP_Syntex\Polylang\Options\Options), 1, true) #6 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/plugins/polylang/src/Options/Options.php(103): WP_Syntex\Polylang\Options\Options->init_options_for_current_blog() #7 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/plugins/polylang/src/class-polylang.php(164): WP_Syntex\Polylang\Options\Options->__construct() #8 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/class-wp-hook.php(341): Polylang->init('') #9 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array) #10 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-includes/plugin.php(522): WP_Hook->do_action(Array) #11 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-settings.php(593): do_action('plugins_loaded') #12 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-config.php(102): require_once('/datas/yulpa171...') #13 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-load.php(50): require_once('/datas/yulpa171...') #14 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-blog-header.php(13): require_once('/datas/yulpa171...') #15 /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/index.php(17): require('/datas/yulpa171...') #16 {main} thrown in /datas/yulpa171684/sites/microctp.trsbn.org/htdocs/wp-content/plugins/polylang/src/Options/Options.php on line 122