Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 86fd57b864e79835d8f7ab7e058637a1 > files > 57

ocaml-lambda-term-devel-1.4-3.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="LTerm_read_line.read_line-c.html">
<link rel="next" href="LTerm_read_line.read_keyword-c.html">
<link rel="Up" href="LTerm_read_line.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="LTerm" rel="Chapter" href="LTerm.html">
<link title="LTerm_key" rel="Chapter" href="LTerm_key.html">
<link title="LTerm_event" rel="Chapter" href="LTerm_event.html">
<link title="LTerm_unix" rel="Chapter" href="LTerm_unix.html">
<link title="LTerm_windows" rel="Chapter" href="LTerm_windows.html">
<link title="LTerm_style" rel="Chapter" href="LTerm_style.html">
<link title="LTerm_geom" rel="Chapter" href="LTerm_geom.html">
<link title="LTerm_draw" rel="Chapter" href="LTerm_draw.html">
<link title="LTerm_mouse" rel="Chapter" href="LTerm_mouse.html">
<link title="LTerm_widget" rel="Chapter" href="LTerm_widget.html">
<link title="LTerm_edit" rel="Chapter" href="LTerm_edit.html">
<link title="LTerm_read_line" rel="Chapter" href="LTerm_read_line.html">
<link title="LTerm_text" rel="Chapter" href="LTerm_text.html">
<link title="LTerm_ui" rel="Chapter" href="LTerm_ui.html">
<link title="LTerm_resources" rel="Chapter" href="LTerm_resources.html">
<link title="LTerm_inputrc" rel="Chapter" href="LTerm_inputrc.html">
<link title="LTerm_history" rel="Chapter" href="LTerm_history.html"><title>LTerm_read_line.read_password</title>
</head>
<body>
<div class="navbar"><a class="pre" href="LTerm_read_line.read_line-c.html" title="LTerm_read_line.read_line">Previous</a>
&nbsp;<a class="up" href="LTerm_read_line.html" title="LTerm_read_line">Up</a>
&nbsp;<a class="post" href="LTerm_read_line.read_keyword-c.html" title="LTerm_read_line.read_keyword">Next</a>
</div>
<h1>Class <a href="type_LTerm_read_line.read_password.html">LTerm_read_line.read_password</a></h1>

<pre><span name="TYPEread_password"><span class="keyword">class</span> read_password</span> : <code class="type">unit -> </code><code class="code">object</code> <a href="LTerm_read_line.read_password-c.html">..</a> <code class="code">end</code></pre><div class="info class top">
Read-line engine for reading a password. The <code class="code">stylise</code> method
    default to replacing all characters by <code class="code">'*'</code>. You can also for
    example completely disable displaying the password by doing:
<p>

    <pre class="codepre"><code class="code">      method stylise = ([||], 0)
    </code></pre>
<p>

    Also showing completion is disabled.<br>
</div>
<b>Inherits</b><ul>
<li><a href="LTerm_read_line.engine-c.html"><code class="code">LTerm_read_line.engine</code></a></li>
</ul>
<hr width="100%">

<pre><span id="METHODeval"><span class="keyword">method</span> eval</span> : <code class="type">Zed_utf8.t</code></pre><div class="info ">
Returns the result as a UTF-8 encoded string.<br>
</div>
</body></html>