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 2017 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. #ifndef ABSL_SYNCHRONIZATION_INTERNAL_KERNEL_TIMEOUT_H_ #define ABSL_SYNCHRONIZATION_INTERNAL_KERNEL_TIMEOUT_H_ #ifndef _WIN32 #include #endif #include #include // NOLINT(build/c++11) #include #include #include #include "absl/base/config.h" #include "absl/base/internal/raw_logging.h" #include "absl/time/clock.h" #include "absl/time/time.h" namespace absl { ABSL_NAMESPACE_BEGIN namespace synchronization_internal { // An optional timeout, with nanosecond granularity. // // This is a private low-level API for use by a handful of low-level // components. Higher-level components should build APIs based on // absl::Time and absl::Duration. class KernelTimeout { public: // Construct an absolute timeout that should expire at `t`. explicit KernelTimeout(absl::Time t); // Construct a relative timeout that should expire after `d`. explicit KernelTimeout(absl::Duration d); // Infinite timeout. constexpr KernelTimeout() : rep_(kNoTimeout) {} // A more explicit factory for those who prefer it. // Equivalent to `KernelTimeout()`. static constexpr KernelTimeout Never() { return KernelTimeout(); } // Returns true if there is a timeout that will eventually expire. // Returns false if the timeout is infinite. bool has_timeout() const { return rep_ != kNoTimeout; } // If `has_timeout()` is true, returns true if the timeout was provided as an // `absl::Time`. The return value is undefined if `has_timeout()` is false // because all indefinite timeouts are equivalent. bool is_absolute_timeout() const { return (rep_ & 1) == 0; } // If `has_timeout()` is true, returns true if the timeout was provided as an // `absl::Duration`. The return value is undefined if `has_timeout()` is false // because all indefinite timeouts are equivalent. bool is_relative_timeout() const { return (rep_ & 1) == 1; } // Convert to `struct timespec` for interfaces that expect an absolute // timeout. If !has_timeout() or is_relative_timeout(), attempts to convert to // a reasonable absolute timeout, but callers should to test has_timeout() and // is_relative_timeout() and prefer to use a more appropriate interface. struct timespec MakeAbsTimespec() const; // Convert to `struct timespec` for interfaces that expect a relative // timeout. If !has_timeout() or is_absolute_timeout(), attempts to convert to // a reasonable relative timeout, but callers should to test has_timeout() and // is_absolute_timeout() and prefer to use a more appropriate interface. Since // the return value is a relative duration, it should be recomputed by calling // this method in the case of a spurious wakeup. struct timespec MakeRelativeTimespec() const; #ifndef _WIN32 // Convert to `struct timespec` for interfaces that expect an absolute timeout // on a specific clock `c`. This is similar to `MakeAbsTimespec()`, but // callers usually want to use this method with `CLOCK_MONOTONIC` when // relative timeouts are requested, and when the appropriate interface expects // an absolute timeout relative to a specific clock (for example, // pthread_cond_clockwait() or sem_clockwait()). If !has_timeout(), attempts // to convert to a reasonable absolute timeout, but callers should to test // has_timeout() prefer to use a more appropriate interface. struct timespec MakeClockAbsoluteTimespec(clockid_t c) const; #endif // Convert to unix epoch nanos for interfaces that expect an absolute timeout // in nanoseconds. If !has_timeout() or is_relative_timeout(), attempts to // convert to a reasonable absolute timeout, but callers should to test // has_timeout() and is_relative_timeout() and prefer to use a more // appropriate interface. int64_t MakeAbsNanos() const; // Converts to milliseconds from now, or INFINITE when // !has_timeout(). For use by SleepConditionVariableSRW on // Windows. Callers should recognize that the return value is a // relative duration (it should be recomputed by calling this method // in the case of a spurious wakeup). // This header file may be included transitively by public header files, // so we define our own DWORD and INFINITE instead of getting them from // and . typedef unsigned long DWord; // NOLINT DWord InMillisecondsFromNow() const; // Convert to std::chrono::time_point for interfaces that expect an absolute // timeout, like std::condition_variable::wait_until(). If !has_timeout() or // is_relative_timeout(), attempts to convert to a reasonable absolute // timeout, but callers should test has_timeout() and is_relative_timeout() // and prefer to use a more appropriate interface. std::chrono::time_point ToChronoTimePoint() const; // Convert to std::chrono::time_point for interfaces that expect a relative // timeout, like std::condition_variable::wait_for(). If !has_timeout() or // is_absolute_timeout(), attempts to convert to a reasonable relative // timeout, but callers should test has_timeout() and is_absolute_timeout() // and prefer to use a more appropriate interface. Since the return value is a // relative duration, it should be recomputed by calling this method in the // case of a spurious wakeup. std::chrono::nanoseconds ToChronoDuration() const; // Returns true if steady (aka monotonic) clocks are supported by the system. // This method exists because go/btm requires synchronized clocks, and // thus requires we use the system (aka walltime) clock. static constexpr bool SupportsSteadyClock() { return true; } private: // Returns the current time, expressed as a count of nanoseconds since the // epoch used by an arbitrary clock. The implementation tries to use a steady // (monotonic) clock if one is available. static int64_t SteadyClockNow(); // Internal representation. // - If the value is kNoTimeout, then the timeout is infinite, and // has_timeout() will return true. // - If the low bit is 0, then the high 63 bits is the number of nanoseconds // after the unix epoch. // - If the low bit is 1, then the high 63 bits is the number of nanoseconds // after the epoch used by SteadyClockNow(). // // In all cases the time is stored as an absolute time, the only difference is // the clock epoch. The use of absolute times is important since in the case // of a relative timeout with a spurious wakeup, the program would have to // restart the wait, and thus needs a way of recomputing the remaining time. uint64_t rep_; // Returns the number of nanoseconds stored in the internal representation. // When combined with the clock epoch indicated by the low bit (which is // accessed through is_absolute_timeout() and is_relative_timeout()), the // return value is used to compute when the timeout should occur. int64_t RawAbsNanos() const { return static_cast(rep_ >> 1); } // Converts to nanoseconds from now. Since the return value is a relative // duration, it should be recomputed by calling this method in the case of a // spurious wakeup. int64_t InNanosecondsFromNow() const; // A value that represents no timeout (or an infinite timeout). static constexpr uint64_t kNoTimeout = (std::numeric_limits::max)(); // The maximum value that can be stored in the high 63 bits. static constexpr int64_t kMaxNanos = (std::numeric_limits::max)(); }; } // namespace synchronization_internal ABSL_NAMESPACE_END } // namespace absl #endif // ABSL_SYNCHRONIZATION_INTERNAL_KERNEL_TIMEOUT_H_