PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: org.gtk.Settings.FileChooser.gschema.xml Size: 5.23 KB
//proc/thread-self/root/usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright © 2010 Christian Persch

  This library is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1, or (at your option)
  any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public License
  along with this library. If not, see <http://www.gnu.org/licenses/>.
-->
<schemalist>

  <enum id='org.gtk.Settings.FileChooser.LocationMode'>
    <value nick='path-bar' value='0'/>
    <value nick='filename-entry' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.SortColumn'>
    <value nick='name' value='0'/>
    <value nick='size' value='1'/>
    <value nick='modified' value='2'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.SortOrder'>
    <value nick='ascending' value='0'/>
    <value nick='descending' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.StartupMode'>
    <value nick='recent' value='0'/>
    <value nick='cwd' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.ClockFormat'>
    <value nick='24h' value='0'/>
    <value nick='12h' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.DateFormat'>
    <value nick='regular' value='0'/>
    <value nick='with-time' value='1'/>
  </enum>

  <schema id='org.gtk.Settings.FileChooser' path='/org/gtk/settings/file-chooser/'>
    <key name='last-folder-uri' type='s'>
      <default>""</default>
    </key>
    <key name='location-mode' enum='org.gtk.Settings.FileChooser.LocationMode'>
      <default>'path-bar'</default>
      <summary>Location mode</summary>
      <description>
	Controls whether the file chooser shows just a path bar, or a visible entry
        for the filename as well, for the benefit of typing-oriented users. The
        possible values for these modes are "path-bar" and "filename-entry".
      </description>
    </key>
    <key name='show-hidden' type='b'>
      <default>false</default>
      <summary>Show hidden files</summary>
      <description>
	Controls whether the file chooser shows hidden files or not.
      </description>
    </key>
    <key type="b" name="sort-directories-first">
      <default>false</default>
      <summary>Show folders first</summary>
      <description>
        If set to true, then folders are shown before files in the list.
      </description>
    </key>
    <key name='expand-folders' type='b'>
      <default>false</default>
      <summary>Expand folders</summary>
      <description>This key is deprecated; do not use it.</description>
    </key>
    <key name='show-size-column' type='b'>
      <default>true</default>
      <summary>Show file sizes</summary>
      <description>
	Controls whether the file chooser shows a column with file sizes.
      </description>
    </key>
    <key name='sort-column' enum='org.gtk.Settings.FileChooser.SortColumn'>
      <default>'name'</default>
      <summary>Sort column</summary>
      <description>
	Can be one of "name", "modified", or "size".  It controls
	which of the columns in the file chooser is used for sorting
	the list of files.
      </description>
    </key>
    <key name='sort-order' enum='org.gtk.Settings.FileChooser.SortOrder'>
      <default>'ascending'</default>
      <summary>Sort order</summary>
      <description>
	Can be one of the strings "ascending" or "descending".
      </description>
    </key>
    <key name='window-position' type='(ii)'>
      <default>(-1, -1)</default>
      <summary>Window position</summary>
      <description>
	The (x, y) coordinates of the upper-left corner of the GtkFileChooserDialog's
        window.
      </description>
    </key>
    <key name='window-size' type='(ii)'>
      <default>(-1, -1)</default>
      <summary>Window size</summary>
      <description>
	The size (width, height) of the GtkFileChooserDialog's window, in pixels.
      </description>
    </key>
    <key name='startup-mode' enum='org.gtk.Settings.FileChooser.StartupMode'>
      <default>'recent'</default>
      <summary>Startup mode</summary>
      <description>
	Either "recent" or "cwd"; controls whether the file chooser
	starts up showing the list of recently-used files, or the
	contents of the current working directory.
      </description>
    </key>
    <key name='sidebar-width' type='i'>
      <default>148</default>
      <summary>Sidebar width</summary>
      <description>
	Width in pixels of the file chooser's places sidebar.
      </description>
    </key>
    <key name="clock-format" enum="org.gtk.Settings.FileChooser.ClockFormat">
      <default>'24h'</default>
      <summary>Time format</summary>
      <description>
        Whether the time is shown in 24h or 12h format.
      </description>
    </key>
    <key name="date-format" enum="org.gtk.Settings.FileChooser.DateFormat">
      <default>'regular'</default>
      <summary>Date format</summary>
      <description>
        The amount of detail to show in the Modified column.
      </description>
    </key>
  </schema>

</schemalist>

Directory Contents

Dirs: 0 × Files: 38

Name Size Perms Modified Actions
115 B lrw-r--r-- 2021-04-11 10:32:35
Edit Download
125 B lrw-r--r-- 2021-04-11 10:32:35
Edit Download
35.94 KB lrw-r--r-- 2026-02-03 09:56:09
Edit Download
845 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
828 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
4.78 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
9.16 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
2.84 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
1.80 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
2.24 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
427 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
439 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
3.02 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
5.32 KB lrw-r--r-- 2021-10-08 19:40:23
Edit Download
2.49 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
65 B lrw-r--r-- 2021-07-20 20:34:23
Edit Download
9.55 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
3.37 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
2.51 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
2.77 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
10.68 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
3.70 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
5.83 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
1.86 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
695 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
1.03 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
600 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
866 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
13.22 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
12.60 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
448 B lrw-r--r-- 2021-10-08 19:40:22
Edit Download
1.13 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
6.20 KB lrw-r--r-- 2021-10-08 19:40:22
Edit Download
845 B lrw-r--r-- 2016-10-22 04:15:16
Edit Download
931 B lrw-r--r-- 2016-10-22 04:16:45
Edit Download
833 B lrw-r--r-- 2016-10-22 04:17:28
Edit Download
623 B lrw-r--r-- 2017-08-22 12:20:03
Edit Download
5.23 KB lrw-r--r-- 2016-10-22 04:17:51
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI