ACC SHELL

Path : /usr/share/doc/packages/yast2-sudo/autodocs/
File Upload :
Current File : //usr/share/doc/packages/yast2-sudo/autodocs/Sudo.html

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html>
 <head>
  <title>Unknown YCP Module</title>
  <style type="text/css">body { background-color: #c8c8c8 }
h1 { color: #e00000 }
table { width: 100%/ border: none }
img { border: 0px }
.sigbox { background-color: #ffc080; border: solid thin #f96500 }
.sig { font: larger monospace }
.padtbl { background-color: #ffc080; padding: 10px; margin: 10px }
/* arrow */
.a { color: #606060 }
/* type, parameter */
.t, .p { color: #c05000 }
.pbox { width: 20% }
.descbox { }
.right { align: right }
.header {}
.footer { clear: both}
.menu { width: 10%; float: left }
.main { width: 90%; float: left }
</style>
 </head>
 <body>
  <div class="header">
   <i>YaST2 Developers Documentation:</i>
   <a href="index.html">
    <b>Unknown YCP Module</b>
   </a>
   <img class="right" alt="" src="/usr/share/doc/packages/yast2-devtools/images/yast2-mini.png" />
   <hr />
  </div>
  <div class="menu">
   <img alt="YaST" src="/usr/share/doc/packages/yast2-devtools/images/yast2-half.png" />
   <br />
   <br />
   <a href="index.html">functions</a>
   <br />
   <a href="files.html">files</a>
   <br />
   <a href="intro.html">intro</a>
  </div>
  <div class="main">
   <div class="sigbox">
    <table class="padtbl">
     <tr>
      <td>
       <h1>Unknown YCP Module</h1>
      </td>
     </tr>
     <tr>
      <td></td>
     </tr>
     <tr>
      <td></td>
     </tr>
     <tr>
      <td>
       <p>This module has an unstable interface.</p>
      </td>
     </tr>
    </table>
    <table class="padtbl">
     <tr>
      <td>
       <h1>Imports</h1>
       <ul>
        <li>Confirm</li>
        <li>Map</li>
        <li>Message</li>
        <li>Popup</li>
        <li>Progress</li>
        <li>Report</li>
        <li>SCR</li>
        <li>Service</li>
        <li>String</li>
        <li>Summary</li>
        <li>UsersPasswd</li>
       </ul>
       <h1>Global Functions</h1>
       <ul>
        <li>
         <a href="#GetModified">GetModified ()</a>
        </li>
        <li>
         <a href="#PollAbort">PollAbort ()</a>
        </li>
        <li>
         <a href="#Read">Read ()</a>
        </li>
        <li>
         <a href="#Write">Write ()</a>
        </li>
       </ul>
       <h1>Local Variables</h1>
       <ul>
        <li>
         <a href="#modified">modified</a>
        </li>
       </ul>
      </td>
     </tr>
    </table>
   </div>
   <p />
   <div class="sigbox">Info:</div>
   <p>
 File:	modules/Sudo.ycp
 Package:	Configuration of sudo
 Summary:	Sudo settings, input and output functions
 Authors:	Bubli <kmachalkova@suse.cz></p>
   <p>
 $Id: Sudo.ycp 27914 2006-02-13 14:32:08Z locilka $</p>
   <div class="sigbox">
    <span class="sig" id="modified">local
     <b>modified
      <span class="a"> -&gt; </span>
      <span class="t">boolean</span>
     </b>
    </span>
   </div>
   <p>
 Data was modified?</p>
   <div class="sigbox">
    <span class="sig" id="GetModified">global
     <b>GetModified ()
      <span class="a"> -&gt; </span>
      <span class="t">boolean</span>
     </b>
    </span>
   </div>
   <p>
 Data was modified?</p>
   <dl>
    <dt>
     <b>Return value:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="t" />
       </td>
       <td class="descbox">true if modified</td>
      </tr>
     </table>
    </dd>
   </dl>
   <div class="sigbox">
    <span class="sig" id="PollAbort">global
     <b>PollAbort ()
      <span class="a"> -&gt; </span>
      <span class="t">boolean</span>
     </b>
    </span>
   </div>
   <p>
 Checks whether an Abort button has been pressed.
 If so, calls function to confirm the abort call.
 :*</p>
   <dl>
    <dt>
     <b>Return value:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="t" />
       </td>
       <td class="descbox">true if abort confirmed</td>
      </tr>
     </table>
    </dd>
   </dl>
   <div class="sigbox">
    <span class="sig" id="Read">global
     <b>Read ()
      <span class="a"> -&gt; </span>
      <span class="t">boolean</span>
     </b>
    </span>
   </div>
   <p>
 Read all sudo settings</p>
   <dl>
    <dt>
     <b>Return value:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="t" />
       </td>
       <td class="descbox">true on success</td>
      </tr>
     </table>
    </dd>
   </dl>
   <div class="sigbox">
    <span class="sig" id="Write">global
     <b>Write ()
      <span class="a"> -&gt; </span>
      <span class="t">boolean</span>
     </b>
    </span>
   </div>
   <p>
 Write all sudo settings</p>
   <dl>
    <dt>
     <b>Return value:</b>
    </dt>
    <dd>
     <table>
      <tr>
       <td class="pbox">
        <span class="t" />
       </td>
       <td class="descbox">true on success</td>
      </tr>
     </table>
    </dd>
   </dl>
  </div>
  <div class="footer">
   <hr />
   <i>YaST2 Developers Documentation</i>
   <img class="right" alt="" src="/usr/share/doc/packages/yast2-devtools/images/yast2-mini.png" />
  </div>
 </body>
</html>

ACC SHELL 2018