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
" Last Modified: 2023-09-11 function! cargo#Load() " Utility call to get this script loaded, for debugging endfunction function! cargo#cmd(args) abort " Trim trailing spaces. This is necessary since :terminal command parses " trailing spaces as an empty argument. let args = substitute(a:args, '\s\+$', '', '') if exists('g:cargo_shell_command_runner') let cmd = g:cargo_shell_command_runner elseif has('terminal') let cmd = 'terminal' elseif has('nvim') let cmd = 'noautocmd new | terminal' else let cmd = '!' endif execute cmd 'cargo' args endfunction function! s:nearest_cargo(...) abort " If the second argument is not specified, the first argument determines " whether we will start from the current directory or the directory of the " current buffer, otherwise, we start with the provided path on the " second argument. let l:is_getcwd = get(a:, 1, 0) if l:is_getcwd let l:starting_path = get(a:, 2, getcwd()) else let l:starting_path = get(a:, 2, expand('%:p:h')) endif return findfile('Cargo.toml', l:starting_path . ';') endfunction function! cargo#nearestCargo(is_getcwd) abort return s:nearest_cargo(a:is_getcwd) endfunction function! cargo#nearestWorkspaceCargo(is_getcwd) abort let l:nearest = s:nearest_cargo(a:is_getcwd) while l:nearest !=# '' for l:line in readfile(l:nearest, '', 0x100) if l:line =~# '\V[workspace]' return l:nearest endif endfor let l:next = fnamemodify(l:nearest, ':p:h:h') let l:nearest = s:nearest_cargo(0, l:next) endwhile return '' endfunction function! cargo#nearestRootCargo(is_getcwd) abort " Try to find a workspace Cargo.toml, and if not found, take the nearest " regular Cargo.toml let l:workspace_cargo = cargo#nearestWorkspaceCargo(a:is_getcwd) if l:workspace_cargo !=# '' return l:workspace_cargo endif return s:nearest_cargo(a:is_getcwd) endfunction function! cargo#build(args) call cargo#cmd("build " . a:args) endfunction function! cargo#check(args) call cargo#cmd("check " . a:args) endfunction function! cargo#clean(args) call cargo#cmd("clean " . a:args) endfunction function! cargo#doc(args) call cargo#cmd("doc " . a:args) endfunction function! cargo#new(args) call cargo#cmd("new " . a:args) cd `=a:args` endfunction function! cargo#init(args) call cargo#cmd("init " . a:args) endfunction function! cargo#run(args) call cargo#cmd("run " . a:args) endfunction function! cargo#test(args) call cargo#cmd("test " . a:args) endfunction function! cargo#bench(args) call cargo#cmd("bench " . a:args) endfunction function! cargo#update(args) call cargo#cmd("update " . a:args) endfunction function! cargo#search(args) call cargo#cmd("search " . a:args) endfunction function! cargo#publish(args) call cargo#cmd("publish " . a:args) endfunction function! cargo#install(args) call cargo#cmd("install " . a:args) endfunction function! cargo#runtarget(args) let l:filename = expand('%:p') let l:read_manifest = system('cargo read-manifest') let l:metadata = json_decode(l:read_manifest) let l:targets = get(l:metadata, 'targets', []) let l:did_run = 0 for l:target in l:targets let l:src_path = get(l:target, 'src_path', '') let l:kinds = get(l:target, 'kind', []) let l:name = get(l:target, 'name', '') if l:src_path == l:filename if index(l:kinds, 'example') != -1 let l:did_run = 1 call cargo#run("--example " . shellescape(l:name) . " " . a:args) return elseif index(l:kinds, 'bin') != -1 let l:did_run = 1 call cargo#run("--bin " . shellescape(l:name) . " " . a:args) return endif endif endfor if l:did_run != 1 call cargo#run(a:args) return endif endfunction " vim: set et sw=4 sts=4 ts=8: