D4}N /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination.php enders th PwkS /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination-next.php vers +vhJ /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination to generate t FV /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination-numbers.php e .Vqؼ#O /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination-next ned inst nEqW /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination-previous.php :7дR /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination-numbers ance. <щ&@oI /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-title.php -previous.php SkS /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/comments-pagination-previous t['p V /** * Registers the `core/comments-title` block on the server. * * @since 6.0.0 */ *@ J5@ @ox@ دJ@ B@ pox@ ox@ q@ ox@ ȺH@ _B 0@ @^5@ 0 ) { H /** * Registers the `core/file` block on server. * * @since 5.8.0 */ dPress */ lega K /** * Registers the `core/gallery` block on server. * * @since 5.9.0 */ dPress */ Q /** * Registers the `core/footnotes` block on the server. * * @since 6.3.0 */ id ); K /** * Registers the `core/heading` block on server. * * @since 6.2.0 */ * Ideally I /** * Registers the `core/image` block on server. * * @since 5.9.0 */ dPress */ r( *@ J5@ pA@ q@ x@ *@ x@ x@ (x@ $B Px@ x@ B@ ile_trig H /** * Registers the `core/list` block on server. * * @since 6.6.0 */ > = array(); / ]J /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/latest-comments.php ) { $class P /** * Registers the `core/latest-posts` block on server. * * @since 5.0.0 */ -text-a I /** * Registers the `core/latest-comments` block. * * @since 5.3.0 */ y( 'class' => L /** * Registers the `core/loginout` block on server. * * @since 5.8.0 */ dPress */ W /** * Registers the `core/media-text` block renderer on server. * * @since 6.6.0 */ S /** * Helper functions used to render the navigation block. * * @since 6.5.0 */ utpu I /** * Registers the `core/pages` block on server. * * @since 5.8.0 */ dPress */ ock 8>aJ /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/navigation-link.php _callback' D(M /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/navigation-submenu.php er_block_c*@ 0xB@ ej@ p~x@ x@ ~x@ ~x@ (x@ x@ x@ `x@ Px@ x@ * @para + I /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/navigation-submenu s. */ functio C @ ( 2 ` ) 3 + 3 7 @ 9 @ W X ut n P /** * Registers the `core/pattern` block on the server. * * @since 5.9.0 */ s */ o y?I /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/page-list-item.php 1$s %2$s
'; R /** * Registers the `core/page-list-item` block on server. * * @since 6.3.0 */ eues S /** * Registers the `core/post-author` block on the server. * * @since 5.9.0 */ . * T /** * Registers the `core/post-content` block on the server. * * @since 5.8.0 */ _co 1sQP /var/www/vhosts/nordoffice.de/hpneu/wp-includes/blocks/post-author-biography.php ) { $handles = array( 'wp-block-post-comments', 'wp-block-buttoon; $this->post_link_indexing_action = $post_link_indexing_action; $this->term_link_indexing_action = $term_link_indexing_action; $this->indexing_helper = $indexing_helper; } /** * Register hooks. */ public function register_hooks() { \add_action( 'admin_init', [ $this, 'register_shutdown_indexing' ], 10 ); } /** * Enqueues the required scripts. * * @return void */ public function register_shutdown_indexing() { if ( $this->should_index_on_shutdown( $this->get_shutdown_limit() ) ) { \register_shutdown_function( [ $this, 'index' ] ); } } /** * Run a single indexing pass of each indexing action. Intended for use as a shutdown function. * * @return void */ public function index() { $this->post_indexation->index(); $this->term_indexation->index(); $this->general_indexation->index(); $this->post_type_archive_indexation->index(); $this->post_link_indexing_action->index(); $this->term_link_indexing_action->index(); $this->complete_indexation_action->complete(); } /** * Retrieves the shutdown limit. This limit is the amount of indexables that is generated in the background. * * @return int The shutdown limit. */ protected function get_shutdown_limit() { /** * Filter 'wpseo_shutdown_indexation_limit' - Allow filtering the number of objects that can be indexed during shutdown. * * @api int The maximum number of objects indexed. */ return \apply_filters( 'wpseo_shutdown_indexation_limit', 25 ); } /** * Determine whether background indexation should be performed. * * @param int $shutdown_limit The shutdown limit used to determine whether indexation should be run. * * @return bool Should background indexation be performed. */ public function should_index_on_shutdown( $shutdown_limit ) { $total = $this->indexing_helper->get_limited_filtered_unindexed_count( $shutdown_limit ); return ( $total > 0 && $total < $shutdown_limit ); } }