1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
#ifndef BOOST_QVM_DETAIL_SWIZZLE_TRAITS_HPP_INCLUDED #define BOOST_QVM_DETAIL_SWIZZLE_TRAITS_HPP_INCLUDED // Copyright 2008-2024 Emil Dotchevski and Reverge Studios, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include #include #include #include namespace boost { namespace qvm { namespace qvm_detail { BOOST_QVM_INLINE_CRITICAL void const * get_null() { static int const obj=0; return &obj; } template struct swizzle_idx { static int const value=A; typedef Next next; }; template struct const_value { static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_TRIVIAL typename vec_traits::scalar_type value() { BOOST_QVM_ASSERT(0); return typename vec_traits::scalar_type(); } }; template struct const_value { static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_TRIVIAL typename vec_traits::scalar_type value() { return scalar_traits::scalar_type>::value(0); } }; template struct const_value { static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_TRIVIAL typename vec_traits::scalar_type value() { return scalar_traits::scalar_type>::value(1); } }; template struct neg_zero; template struct neg_zero { static int const value=0; }; template struct neg_zero { static int const value=Index; }; template struct swizzle { static int const value=swizzle::value; }; template struct swizzle { static int const value=SwizzleList::value; }; template struct swizzle; template struct swizzle_list_length { static int const value=swizzle_list_length::value; }; template struct swizzle_list_length { static int const value=C; }; template struct validate_swizzle_list { static bool const value = ((SwizzleList::value)::value; }; template struct validate_swizzle_list { static bool const value=true; }; template class sw_ { sw_( sw_ const & ); sw_ & operator=( sw_ const & ); ~sw_(); BOOST_QVM_STATIC_ASSERT((validate_swizzle_list::dim>::value)); public: template BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_TRIVIAL sw_ & operator=( T const & x ) { assign(*this,x); return *this; } template = 201103L , class = typename enable_if >::type #endif > BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_TRIVIAL operator R() const { R r; assign(r,*this); return r; } }; template ::value> struct sw_write_traits; template struct sw_write_traits { typedef qvm_detail::sw_ this_vector; typedef typename vec_traits::scalar_type scalar_type; static int const dim=qvm_detail::swizzle_list_length::value; template static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_CRITICAL scalar_type & write_element( this_vector & x ) { BOOST_QVM_STATIC_ASSERT(I>=0); BOOST_QVM_STATIC_ASSERT(I::value; BOOST_QVM_STATIC_ASSERT(idx>=0); BOOST_QVM_STATIC_ASSERT(idx::dim); return vec_traits::template write_element(reinterpret_cast(x)); } }; template struct sw_write_traits { typedef qvm_detail::sw_ this_vector; typedef typename vec_traits::scalar_type scalar_type; static int const dim=qvm_detail::swizzle_list_length::value; template static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_CRITICAL void write_element( this_vector & x, scalar_type s ) { BOOST_QVM_STATIC_ASSERT(I>=0); BOOST_QVM_STATIC_ASSERT(I::value; BOOST_QVM_STATIC_ASSERT(idx>=0); BOOST_QVM_STATIC_ASSERT(idx::dim); vec_traits::template write_element(reinterpret_cast(x), s); } }; template class sw01_ { sw01_( sw01_ const & ); sw01_ & operator=( sw01_ const & ); ~sw01_(); public: template = 201103L , class = typename enable_if >::type #endif > BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_TRIVIAL operator R() const { R r; assign(r,*this); return r; } }; template class sws_ { sws_( sws_ const & ); sws_ & operator=( sws_ const & ); ~sws_(); BOOST_QVM_STATIC_ASSERT((validate_swizzle_list::value)); public: template = 201103L , class = typename enable_if >::type #endif > BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_TRIVIAL operator R() const { R r; assign(r,*this); return r; } }; } template struct vec_traits >: qvm_detail::sw_write_traits { typedef qvm_detail::sw_ this_vector; typedef typename vec_traits::scalar_type scalar_type; static int const dim=qvm_detail::swizzle_list_length::value; template static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_CRITICAL scalar_type read_element( this_vector const & x ) { BOOST_QVM_STATIC_ASSERT(I>=0); BOOST_QVM_STATIC_ASSERT(I::value; BOOST_QVM_STATIC_ASSERT(idx::dim); return idx>=0? vec_traits::template read_element::value>(reinterpret_cast(x)) : qvm_detail::const_value::value(); } }; template struct vec_traits > { typedef qvm_detail::sw01_ this_vector; typedef int scalar_type; static int const dim=qvm_detail::swizzle_list_length::value; template static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_CRITICAL scalar_type read_element( this_vector const & ) { BOOST_QVM_STATIC_ASSERT(I>=0); BOOST_QVM_STATIC_ASSERT(I::value; BOOST_QVM_STATIC_ASSERT(idx<0); return qvm_detail::const_value::value(); } }; template struct vec_traits > { typedef qvm_detail::sws_ this_vector; typedef OriginalScalar scalar_type; static int const dim=qvm_detail::swizzle_list_length::value; template static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_CRITICAL scalar_type read_element( this_vector const & x ) { BOOST_QVM_STATIC_ASSERT(I>=0); BOOST_QVM_STATIC_ASSERT(I::value; BOOST_QVM_STATIC_ASSERT(idx<1); return idx==0? reinterpret_cast(x) : qvm_detail::const_value::value(); } template static BOOST_QVM_CONSTEXPR BOOST_QVM_INLINE_CRITICAL scalar_type & write_element( this_vector & x ) { BOOST_QVM_STATIC_ASSERT(I>=0); BOOST_QVM_STATIC_ASSERT(I::value; BOOST_QVM_STATIC_ASSERT(idx<1); return reinterpret_cast(x); } }; template struct deduce_vec,D> { typedef vec::scalar_type,D> type; }; template struct deduce_vec2,qvm_detail::sw_,D> { typedef vec::scalar_type,D> type; }; template struct deduce_vec,D> { typedef vec type; }; template struct deduce_vec2,qvm_detail::sws_,D> { typedef vec type; }; } } #endif