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
*ft_hare.txt* Support for the Hare programming language ============================================================================== CONTENTS *hare* *hare.vim* 1. Introduction |ft-hare-intro| 2. Filetype plugin |ft-hare-plugin| 3. Haredoc filetype |ft-haredoc-plugin| 4. Indentation settings |ft-hare-indent| 5. Compiler support |compiler-hare| ============================================================================== INTRODUCTION *ft-hare-intro* This plugin provides syntax highlighting, indentation, and other supporting functionality for the Hare programming language. FILETYPE PLUGIN *ft-hare-plugin* This plugin has a few different variables that can be defined inside your |vimrc| to tweak its behavior. Additionally, support is provided for folding `{ }` blocks. To enable folding, add the following to a file inside your |after-directory| (e.g. ~/.vim/after/ftplugin/hare.vim): > setlocal foldmethod=syntax Because block-based folding tends to create many small folds, consider setting a few related options, such as 'foldminlines' and 'foldnestmax'. *g:hare_recommended_style* The following options are set by default, in accordance with Hare's official style guide: > setlocal noexpandtab setlocal shiftwidth=0 setlocal softtabstop=0 setlocal tabstop=8 setlocal textwidth=80 To disable this behavior, add the following to your |vimrc|: > let g:hare_recommended_style = 0 < *g:hare_symbol_operators* By default, symbolic operators do not receive any special highlighting (with `!`, `?`, and `::` being the only exceptions). To enable syntax highlighting for most other operators, add the following to your |vimrc|: > let g:hare_symbol_operators = 1 < *g:hare_space_error* By default, trailing whitespace and spaces followed by characters will be highlighted as errors. This is automatically disabled in Insert mode. To turn off this highlighting completely, add the following to your |vimrc|: > let g:hare_space_error = 0 HAREDOC FILETYPE *ft-haredoc-plugin* This plugin will automatically detect README files inside Hare modules, using a recursive directory search, and give them the "haredoc" filetype. Because this is such a common filename, this plugin only searches for Hare source files within the same directory by default. *g:filetype_haredoc* The |g:filetype_haredoc| variable can be used to tweak the depth of this search, or bypass the detection of Hare documentation files altogether: Value Effect~ 0 No automatic detection 1 Search current directory only (this is the default) 2 Search one level of subdirectories 3 Search two levels of subdirectories The search depth may be any positive integer, but values higher than `2` are unlikely to provide a tangible benefit in most situations. INDENTATION SETTINGS *ft-hare-indent* Unlike most other settings for this plugin, the indentation settings may also be set per-buffer, overriding any global configuration that exists. To do this, simply prefix the variable with |b:| instead of |g:|. *g:hare_indent_match_switch* By default, continuation lines for "match" and "switch" conditions are indented only one level: >hare const file = match (os::create(path, 0o644, flag::WRONLY | flag::TRUNC)) { case let file: io::file => yield file; // ... If you instead prefer indenting them two levels, to more closely resemble "if" and "for" conditions, add the following line to your |vimrc|: > let g:hare_indent_match_switch = 2 < *g:hare_indent_case* By default, continuation lines for cases in "match" and "switch" expressions are indented two levels, to visually distinguish them from the body of the case: >hare case ltok::I8, ltok::I16, ltok::I32, ltok::I64, ltok::INT => // ... If you prefer a different amount of indentation, you can adjust it using |g:hare_indent_case|. Valid values include `0`, `1`, and `2`. COMPILER SUPPORT *compiler-hare* If this plugin detects a Makefile in the current directory, it will assume you wish to use `make` for your build system, and will leave 'makeprg' untouched. Otherwise, `hare build` will be used. *g:hare_makeprg_params* When `hare build` is used, additional compiler options may be appended to 'makeprg' with the |g:hare_makeprg_params| variable. It may also be set on a per-buffer basis (using |b:| instead of |g:|), overriding any global configuration that exists. For example: > let b:hare_makeprg_params = '-lc -t o' The global default is "-q", to suppress writing to stdout while building. ============================================================================== vim:tw=78:ts=8:noet:ft=help:norl: