mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Put html files under CVS so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
84c34104d0
commit
3a6e1ca8b4
69 changed files with 8557 additions and 0 deletions
96
Documentation/gsdoc/NSHost.html
Normal file
96
Documentation/gsdoc/NSHost.html
Normal file
|
@ -0,0 +1,96 @@
|
|||
<html><head>
|
||||
<title>NSHost</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSFormatter.html">[Previous]</a>
|
||||
<a href="Foundation.html">[Up]</a>
|
||||
<a href="NSInvocation.html">[Next]</a>
|
||||
<h1>NSHost</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: 0.1</p>
|
||||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSHost</a></h2>
|
||||
<h2><a name="NSHost">NSHost</a></h2>
|
||||
<p><b>Declared in:</b> Foundation/NSHost.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="NSHost.html#method-0">+currentHost</a>
|
||||
<li><a href="NSHost.html#method-1">+flushHostCache</a>
|
||||
<li><a href="NSHost.html#method-2">+hostWithAddress:</a>
|
||||
<li><a href="NSHost.html#method-3">+hostWithName:</a>
|
||||
<li><a href="NSHost.html#method-4">+isHostCacheEnabled</a>
|
||||
<li><a href="NSHost.html#method-5">+setHostCacheEnabled:</a>
|
||||
<li><a href="NSHost.html#method-6">-address</a>
|
||||
<li><a href="NSHost.html#method-7">-addresses</a>
|
||||
<li><a href="NSHost.html#method-8">-isEqualToHost:</a>
|
||||
<li><a href="NSHost.html#method-9">-name</a>
|
||||
<li><a href="NSHost.html#method-10">-names</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">currentHost</a></h2>
|
||||
+ (NSHost*) <b>currentHost</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">flushHostCache</a></h2>
|
||||
+ (void) <b>flushHostCache</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">hostWithAddress:</a></h2>
|
||||
+ (NSHost*) <b>hostWithAddress:</b> (NSString*)address<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">hostWithName:</a></h2>
|
||||
+ (NSHost*) <b>hostWithName:</b> (NSString*)name<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">isHostCacheEnabled</a></h2>
|
||||
+ (BOOL) <b>isHostCacheEnabled</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">setHostCacheEnabled:</a></h2>
|
||||
+ (void) <b>setHostCacheEnabled:</b> (BOOL)flag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-6">address</a></h2>
|
||||
- (NSString*) <b>address</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-7">addresses</a></h2>
|
||||
- (NSArray*) <b>addresses</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-8">isEqualToHost:</a></h2>
|
||||
- (BOOL) <b>isEqualToHost:</b> (NSHost*)aHost<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-9">name</a></h2>
|
||||
- (NSString*) <b>name</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-10">names</a></h2>
|
||||
- (NSArray*) <b>names</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue