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
# git-gui font chooser # Copyright (C) 2007 Shawn Pearce class choose_font { field w field w_family ; # UI widget of all known family names field w_example ; # Example to showcase the chosen font field f_family ; # Currently chosen family name field f_size ; # Currently chosen point size field v_family ; # Name of global variable for family field v_size ; # Name of global variable for size variable all_families [list] ; # All fonts known to Tk constructor pick {path title a_family a_size} { variable all_families set v_family $a_family set v_size $a_size upvar #0 $v_family pv_family upvar #0 $v_size pv_size set f_family $pv_family set f_size $pv_size make_dialog top w wm withdraw $top wm title $top "[appname] ([reponame]): $title" wm geometry $top "+[winfo rootx $path]+[winfo rooty $path]" ttk::label $w.header -text $title -font font_uibold -anchor center pack $w.header -side top -fill x ttk::frame $w.buttons ttk::button $w.buttons.select \ -text [mc Select] \ -default active \ -command [cb _select] ttk::button $w.buttons.cancel \ -text [mc Cancel] \ -command [list destroy $w] pack $w.buttons.select -side right pack $w.buttons.cancel -side right -padx 5 pack $w.buttons -side bottom -fill x -pady 10 -padx 10 ttk::frame $w.inner ttk::frame $w.inner.family ttk::label $w.inner.family.l \ -text [mc "Font Family"] \ -anchor w set w_family $w.inner.family.v text $w_family \ -background white \ -foreground black \ -borderwidth 1 \ -relief sunken \ -cursor $::cursor_ptr \ -wrap none \ -width 30 \ -height 10 \ -yscrollcommand [list $w.inner.family.sby set] rmsel_tag $w_family ttk::scrollbar $w.inner.family.sby -command [list $w_family yview] pack $w.inner.family.l -side top -fill x pack $w.inner.family.sby -side right -fill y pack $w_family -fill both -expand 1 ttk::frame $w.inner.size ttk::label $w.inner.size.l \ -text [mc "Font Size"] \ -anchor w tspinbox $w.inner.size.v \ -textvariable @f_size \ -from 2 -to 80 -increment 1 \ -width 3 bind $w.inner.size.v {%W selection range 0 end} pack $w.inner.size.l -fill x -side top pack $w.inner.size.v -fill x -padx 2 grid configure $w.inner.family $w.inner.size -sticky nsew grid rowconfigure $w.inner 0 -weight 1 grid columnconfigure $w.inner 0 -weight 1 pack $w.inner -fill both -expand 1 -padx 5 -pady 5 ttk::frame $w.example ttk::label $w.example.l \ -text [mc "Font Example"] \ -anchor w set w_example $w.example.t text $w_example \ -background white \ -foreground black \ -borderwidth 1 \ -relief sunken \ -height 3 \ -width 40 rmsel_tag $w_example $w_example tag conf example -justify center $w_example insert end [mc "This is example text.\nIf you like this text, it can be your font."] example $w_example conf -state disabled pack $w.example.l -fill x pack $w_example -fill x pack $w.example -fill x -padx 5 if {$all_families eq {}} { set all_families [lsort [font families]] } $w_family tag conf pick $w_family tag bind pick [cb _pick_family %x %y]\;break foreach f $all_families { set sel [list pick] if {$f eq $f_family} { lappend sel in_sel } $w_family insert end "$f\n" $sel } $w_family conf -state disabled _update $this trace add variable @f_size write [cb _update] bind $w [list destroy $w] bind $w [cb _select]\;break bind $w " grab $w focus $w " wm deiconify $w tkwait window $w } method _select {} { upvar #0 $v_family pv_family upvar #0 $v_size pv_size set pv_family $f_family set pv_size $f_size destroy $w } method _pick_family {x y} { variable all_families set i [lindex [split [$w_family index @$x,$y] .] 0] set n [lindex $all_families [expr {$i - 1}]] if {$n ne {}} { $w_family tag remove in_sel 0.0 end $w_family tag add in_sel $i.0 [expr {$i + 1}].0 set f_family $n _update $this } } method _update {args} { variable all_families set i [lsearch -exact $all_families $f_family] if {$i < 0} return $w_example tag conf example -font [list $f_family $f_size] $w_family see [expr {$i + 1}].0 } }