1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html><head>
<title>Class: Irc::Keyword</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel=StyleSheet href="../.././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript" language="JavaScript">
<!--
function popCode(url) {
window.open(url, "Code",
"resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
//-->
</script>
</head>
<body bgcolor="white">
<table summary="Information on class" width="100%" border="0" cellspacing="0">
<tr class="title-row">
<td class="big-title-font">
<sup><font color="aqua">Class</font></sup> Irc::Keyword
</td>
<td align="right">
<table summary="layout" cellspacing="0" cellpadding="2">
<tr valign="top">
<td class="small-title-font">In:</td>
<td class="small-title-font">
<a href="../../files/rbot/keywords_rb.html" class="aqua">
rbot/keywords.rb
</a>
<br />
</td>
</tr>
<tr>
<td class="small-title-font">Parent:</td>
<td class="small-title-font">
Object
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- banner header -->
<table summary="Diagram of classes and modules" width="100%">
<tr><td align="center">
<map name="map">
<area shape="RECT" coords="256,205,336,157" href="JoinMessage.html" alt="Class: JoinMessage">
<area shape="RECT" coords="256,301,336,253" href="PartMessage.html" alt="Class: PartMessage">
<area shape="RECT" coords="1556,109,1628,61" href="Plugins.html" alt="Class: Plugins">
<area shape="RECT" coords="360,205,440,157" href="KickMessage.html" alt="Class: KickMessage">
<area shape="RECT" coords="1460,109,1532,61" href="IrcAuth.html" alt="Class: IrcAuth">
<area shape="RECT" coords="1359,109,1436,61" href="IRCChannel.html" alt="Class: IRCChannel">
<area shape="RECT" coords="28,205,100,157" href="BotConfig.html" alt="Class: BotConfig">
<area shape="RECT" coords="1263,109,1335,61" href="IrcSocket.html" alt="Class: IrcSocket">
<area shape="RECT" coords="1167,109,1239,61" href="Keywords.html" alt="Class: Keywords">
<area shape="RECT" coords="1025,109,1143,61" href="BotRegistryAccessor.html" alt="Class: BotRegistryAccessor">
<area shape="RECT" coords="929,109,1001,61" href="DBHash.html" alt="Class: DBHash">
<area shape="RECT" coords="833,109,905,61" href="IrcClient.html" alt="Class: IrcClient">
<area shape="RECT" coords="737,109,809,61" href="IrcBot.html" alt="Class: IrcBot">
<area shape="RECT" coords="641,109,713,61" href="Language.html" alt="Class: Language">
<area shape="RECT" coords="464,205,552,157" href="TopicMessage.html" alt="Class: TopicMessage">
<area shape="RECT" coords="576,205,656,157" href="QuitMessage.html" alt="Class: QuitMessage">
<area shape="RECT" coords="627,301,707,253" href="PrivMessage.html" alt="Class: PrivMessage">
<area shape="RECT" coords="680,205,763,157" href="UserMessage.html" alt="Class: UserMessage">
<area shape="RECT" coords="731,301,821,253" href="NoticeMessage.html" alt="Class: NoticeMessage">
<area shape="RECT" coords="508,109,617,61" href="BasicUserMessage.html" alt="Class: BasicUserMessage">
<area shape="RECT" coords="787,205,867,157" href="NickMessage.html" alt="Class: NickMessage">
<area shape="RECT" coords="412,109,484,61" href="Plugin.html" alt="Class: Plugin">
<area shape="RECT" coords="316,109,388,61" href="BotRegistry.html" alt="Class: BotRegistry">
<area shape="RECT" coords="220,109,292,61" href="Keyword.html" alt="Class: Keyword">
<area shape="RECT" coords="124,109,196,61" href="DBTree.html" alt="Class: DBTree">
</map>
<img src="../../dot/m_16_0.png" usemap="#map" border=0 alt="Module: Irc">
</td></tr></table>
<div class="description"><p>
<a href="Keyword.html">Keyword</a> class
</p>
<p>
Encapsulates a keyword ("foo is bar" is a keyword called foo,
with type is, and has a single value of bar). <a
href="Keywords.html">Keywords</a> can have multiple values, <a
href="Keyword.html#M000177">to_s</a>() will choose one at random
</p>
</div>
<table summary="Methods" cellpadding="5" width="100%">
<tr><td class="tablesubtitle">Methods</td></tr>
</table>
<div class="name-list">
<a href="#M000181"><<</a>
<a href="#M000178">desc</a>
<a href="#M000179">dump</a>
<a href="#M000183">escape</a>
<a href="#M000176">new</a>
<a href="#M000180">restore</a>
<a href="#M000177">to_s</a>
<a href="#M000182">unescape</a>
</div>
<table summary="Attributes" cellpadding="5" width="100%">
<tr><td class="tablesubtitle">Attributes</td></tr>
</table>
<table summary="Attribute details" cellspacing="5">
<tr valign="top">
<td class="attr-name">:type</td>
<td align="center" class="attr-rw"> [R] </td>
<td><p>
type of keyword (e.g. "is" or "are")
</p>
</td>
</tr>
</table>
<table summary="Method list" cellpadding="5" width="100%">
<tr><td class="tablesubtitle">Public Class methods</td></tr>
</table>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000176"></a>
<a href="Keyword.src/M000176.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000176.html');return false;">
<b>new</b>(type, values)
</a>
</td></tr>
</table>
<div class="description">
<table>
<tr><td valign="top">type:</td><td>type of keyword (e.g "is" or "are")
</td></tr>
<tr><td valign="top">values:</td><td>array of values
</td></tr>
</table>
<p>
create a keyword of type <tt>type</tt> with values <tt>values</tt>
</p>
</div>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000180"></a>
<a href="Keyword.src/M000180.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000180.html');return false;">
<b>restore</b>(str)
</a>
</td></tr>
</table>
<div class="description">
<p>
deserialize the stringified form to an object
</p>
</div>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000182"></a>
<a href="Keyword.src/M000182.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000182.html');return false;">
<b>unescape</b>(str)
</a>
</td></tr>
</table>
<div class="description">
<p>
unescape special words/characters in a keyword
</p>
</div>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000183"></a>
<a href="Keyword.src/M000183.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000183.html');return false;">
<b>escape</b>(str)
</a>
</td></tr>
</table>
<div class="description">
<p>
escape special words/characters in a keyword
</p>
</div>
<table summary="Method list" cellpadding="5" width="100%">
<tr><td class="tablesubtitle">Public Instance methods</td></tr>
</table>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000177"></a>
<a href="Keyword.src/M000177.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000177.html');return false;">
<b>to_s</b>()
</a>
</td></tr>
</table>
<div class="description">
<p>
pick a random value for this keyword and return it
</p>
</div>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000178"></a>
<a href="Keyword.src/M000178.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000178.html');return false;">
<b>desc</b>()
</a>
</td></tr>
</table>
<div class="description">
<p>
describe the keyword (show all values without interpolation)
</p>
</div>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000179"></a>
<a href="Keyword.src/M000179.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000179.html');return false;">
<b>dump</b>()
</a>
</td></tr>
</table>
<div class="description">
<p>
return the keyword in a stringified form ready for storage
</p>
</div>
<table summary="method" width="100%" cellspacing="0" cellpadding="5" border="0">
<tr><td class="methodtitle">
<a name="M000181"></a>
<a href="Keyword.src/M000181.html" target="Code" class="methodtitle"
onClick="popCode('Keyword.src/M000181.html');return false;">
<b><<</b>(values)
</a>
</td></tr>
</table>
<div class="description">
<table>
<tr><td valign="top">values:</td><td>array of values to add
</td></tr>
</table>
<p>
add values to a keyword
</p>
</div>
</body>
|