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
// Copyright 2018 The Abseil Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // ----------------------------------------------------------------------------- // File: mock_distributions.h // ----------------------------------------------------------------------------- // // This file contains mock distribution functions for use alongside an // `absl::MockingBitGen` object within the GoogleTest testing framework. Such // mocks are useful to provide deterministic values as return values within // (otherwise random) Abseil distribution functions. // // The return type of each function is a mock expectation object which // is used to set the match result. // // More information about the GoogleTest testing framework is available at // https://github.com/google/googletest // // EXPECT_CALL and ON_CALL need to be made within the same DLL component as // the call to absl::Uniform and related methods, otherwise mocking will fail // since the underlying implementation creates a type-specific pointer which // will be distinct across different DLL boundaries. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockUniform(), Call(mock, 1, 1000)) // .WillRepeatedly(testing::ReturnRoundRobin({20, 40})); // // EXPECT_EQ(absl::Uniform(gen, 1, 1000), 20); // EXPECT_EQ(absl::Uniform(gen, 1, 1000), 40); // EXPECT_EQ(absl::Uniform(gen, 1, 1000), 20); // EXPECT_EQ(absl::Uniform(gen, 1, 1000), 40); #ifndef ABSL_RANDOM_MOCK_DISTRIBUTIONS_H_ #define ABSL_RANDOM_MOCK_DISTRIBUTIONS_H_ #include "absl/base/config.h" #include "absl/random/bernoulli_distribution.h" #include "absl/random/beta_distribution.h" #include "absl/random/distributions.h" #include "absl/random/exponential_distribution.h" #include "absl/random/gaussian_distribution.h" #include "absl/random/internal/mock_overload_set.h" #include "absl/random/internal/mock_validators.h" #include "absl/random/log_uniform_int_distribution.h" #include "absl/random/mocking_bit_gen.h" #include "absl/random/poisson_distribution.h" #include "absl/random/zipf_distribution.h" namespace absl { ABSL_NAMESPACE_BEGIN // ----------------------------------------------------------------------------- // absl::MockUniform // ----------------------------------------------------------------------------- // // Matches calls to absl::Uniform. // // `absl::MockUniform` is a class template used in conjunction with Googletest's // `ON_CALL()` and `EXPECT_CALL()` macros. To use it, default-construct an // instance of it inside `ON_CALL()` or `EXPECT_CALL()`, and use `Call(...)` the // same way one would define mocks on a Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockUniform(), Call(mock)) // .WillOnce(Return(123456)); // auto x = absl::Uniform(mock); // assert(x == 123456) // template using MockUniform = random_internal::MockOverloadSetWithValidator< random_internal::UniformDistributionWrapper, random_internal::UniformDistributionValidator, R(IntervalClosedOpenTag, MockingBitGen&, R, R), R(IntervalClosedClosedTag, MockingBitGen&, R, R), R(IntervalOpenOpenTag, MockingBitGen&, R, R), R(IntervalOpenClosedTag, MockingBitGen&, R, R), R(MockingBitGen&, R, R), R(MockingBitGen&)>; // ----------------------------------------------------------------------------- // absl::MockBernoulli // ----------------------------------------------------------------------------- // // Matches calls to absl::Bernoulli. // // `absl::MockBernoulli` is a class used in conjunction with Googletest's // `ON_CALL()` and `EXPECT_CALL()` macros. To use it, default-construct an // instance of it inside `ON_CALL()` or `EXPECT_CALL()`, and use `Call(...)` the // same way one would define mocks on a Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockBernoulli(), Call(mock, testing::_)) // .WillOnce(Return(false)); // assert(absl::Bernoulli(mock, 0.5) == false); // using MockBernoulli = random_internal::MockOverloadSet; // ----------------------------------------------------------------------------- // absl::MockBeta // ----------------------------------------------------------------------------- // // Matches calls to absl::Beta. // // `absl::MockBeta` is a class used in conjunction with Googletest's `ON_CALL()` // and `EXPECT_CALL()` macros. To use it, default-construct an instance of it // inside `ON_CALL()` or `EXPECT_CALL()`, and use `Call(...)` the same way one // would define mocks on a Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockBeta(), Call(mock, 3.0, 2.0)) // .WillOnce(Return(0.567)); // auto x = absl::Beta(mock, 3.0, 2.0); // assert(x == 0.567); // template using MockBeta = random_internal::MockOverloadSet, RealType(MockingBitGen&, RealType, RealType)>; // ----------------------------------------------------------------------------- // absl::MockExponential // ----------------------------------------------------------------------------- // // Matches calls to absl::Exponential. // // `absl::MockExponential` is a class template used in conjunction with // Googletest's `ON_CALL()` and `EXPECT_CALL()` macros. To use it, // default-construct an instance of it inside `ON_CALL()` or `EXPECT_CALL()`, // and use `Call(...)` the same way one would define mocks on a // Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockExponential(), Call(mock, 0.5)) // .WillOnce(Return(12.3456789)); // auto x = absl::Exponential(mock, 0.5); // assert(x == 12.3456789) // template using MockExponential = random_internal::MockOverloadSet, RealType(MockingBitGen&, RealType)>; // ----------------------------------------------------------------------------- // absl::MockGaussian // ----------------------------------------------------------------------------- // // Matches calls to absl::Gaussian. // // `absl::MockGaussian` is a class template used in conjunction with // Googletest's `ON_CALL()` and `EXPECT_CALL()` macros. To use it, // default-construct an instance of it inside `ON_CALL()` or `EXPECT_CALL()`, // and use `Call(...)` the same way one would define mocks on a // Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockGaussian(), Call(mock, 16.3, 3.3)) // .WillOnce(Return(12.3456789)); // auto x = absl::Gaussian(mock, 16.3, 3.3); // assert(x == 12.3456789) // template using MockGaussian = random_internal::MockOverloadSet, RealType(MockingBitGen&, RealType, RealType)>; // ----------------------------------------------------------------------------- // absl::MockLogUniform // ----------------------------------------------------------------------------- // // Matches calls to absl::LogUniform. // // `absl::MockLogUniform` is a class template used in conjunction with // Googletest's `ON_CALL()` and `EXPECT_CALL()` macros. To use it, // default-construct an instance of it inside `ON_CALL()` or `EXPECT_CALL()`, // and use `Call(...)` the same way one would define mocks on a // Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockLogUniform(), Call(mock, 10, 10000, 10)) // .WillOnce(Return(1221)); // auto x = absl::LogUniform(mock, 10, 10000, 10); // assert(x == 1221) // template using MockLogUniform = random_internal::MockOverloadSet< absl::log_uniform_int_distribution, IntType(MockingBitGen&, IntType, IntType, IntType)>; // ----------------------------------------------------------------------------- // absl::MockPoisson // ----------------------------------------------------------------------------- // // Matches calls to absl::Poisson. // // `absl::MockPoisson` is a class template used in conjunction with Googletest's // `ON_CALL()` and `EXPECT_CALL()` macros. To use it, default-construct an // instance of it inside `ON_CALL()` or `EXPECT_CALL()`, and use `Call(...)` the // same way one would define mocks on a Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockPoisson(), Call(mock, 2.0)) // .WillOnce(Return(1221)); // auto x = absl::Poisson(mock, 2.0); // assert(x == 1221) // template using MockPoisson = random_internal::MockOverloadSet, IntType(MockingBitGen&, double)>; // ----------------------------------------------------------------------------- // absl::MockZipf // ----------------------------------------------------------------------------- // // Matches calls to absl::Zipf. // // `absl::MockZipf` is a class template used in conjunction with Googletest's // `ON_CALL()` and `EXPECT_CALL()` macros. To use it, default-construct an // instance of it inside `ON_CALL()` or `EXPECT_CALL()`, and use `Call(...)` the // same way one would define mocks on a Googletest `MockFunction()`. // // Example: // // absl::MockingBitGen mock; // EXPECT_CALL(absl::MockZipf(), Call(mock, 1000000, 2.0, 1.0)) // .WillOnce(Return(1221)); // auto x = absl::Zipf(mock, 1000000, 2.0, 1.0); // assert(x == 1221) // template using MockZipf = random_internal::MockOverloadSet, IntType(MockingBitGen&, IntType, double, double)>; ABSL_NAMESPACE_END } // namespace absl #endif // ABSL_RANDOM_MOCK_DISTRIBUTIONS_H_