home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Musique / amarok / amarok-x86-setup-2.7.0-1.exe / share / apps / plasma / services / storage.operations < prev   
Extensible Markup Language  |  2013-04-28  |  2KB  |  48 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE kcfg SYSTEM
  3.     "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
  4. <kcfg>
  5.     <group name="save">
  6.         <entry name="group" type="String">
  7.             <label>Group the key/value saved belongs to</label>
  8.         </entry>
  9.         <entry name="key" type="String">
  10.             <label>The key that indicizes the value in the storage</label>
  11.         </entry>
  12.         <entry name="data" type="Int">
  13.             <label>The actual data to be stored.</label>
  14.         </entry>
  15.         <entry name="data" type="String">
  16.             <label>The actual data to be stored.</label>
  17.         </entry>
  18.         <entry name="data" type="StringList">
  19.             <label>The actual data to be stored.</label>
  20.         </entry>
  21.   </group>
  22.   <group name="retrieve">
  23.       <entry name="group" type="String">
  24.           <label>Group the key/value saved belongs to</label>
  25.       </entry>
  26.       <entry name="key" type="String">
  27.            <label>The key that indicizes the value in the storage. If empty all group will be retrieved.</label>
  28.       </entry>
  29.   </group>
  30.   <group name="delete">
  31.       <entry name="group" type="String">
  32.           <label>Group the key/value saved belongs to</label>
  33.       </entry>
  34.       <entry name="key" type="String">
  35.            <label>The key that indicizes the value in the storage. If empty all group will be deleted</label>
  36.       </entry>
  37.   </group>
  38.   <group name="expire">
  39.       <entry name="group" type="String">
  40.           <label>Group the key/value saved belongs to. If empty all ntries will be checked for expiration.</label>
  41.       </entry>
  42.       <entry name="age" type="UInt">
  43.           <label>Set the age the stored data will expire in seconds. Default is 4 days.</label>
  44.           <default>345600</default>
  45.       </entry>
  46.   </group>
  47. </kcfg>
  48.