This file is indexed.

/usr/share/doc/kildclient/html/ch11.xhtml is in kildclient-doc 3.2.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Chapter 11. Timers</title><link rel="stylesheet" type="text/css" href="docbook.css"/><link rel="stylesheet" type="text/css" href="kildclient.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"/><link rel="prev" href="sec_macro_cmdline.xhtml" title="10.2. Defining Macros in the Command Line"/><link rel="next" href="ch11s01.xhtml" title="11.1. Creating and Editing Timers"/></head><body><header><div class="navheader"><table style="width: 100%; "><tr><th style="text-align: center; " colspan="3">Chapter 11. Timers</th></tr><tr><td style="width: 20%; text-align: left; "><a accesskey="p" href="sec_macro_cmdline.xhtml">Prev</a> </td><th style="width: 60%; text-align: center; ">Part I. KildClient User's Guide</th><td style="width: 20%; text-align: right; "> <a accesskey="n" href="ch11s01.xhtml">Next</a></td></tr></table><hr/></div></header><section class="chapter" id="idm2016"><div class="titlepage"><div><div><h2 class="title">Chapter 11. Timers</h2></div></div></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1">11.1. <a href="ch11s01.xhtml">Creating and Editing Timers</a></span></dt><dd><dl><dt><span class="sect2">11.1.1. <a href="ch11s01.xhtml#sec_add_timer_gui">Adding Timers</a></span></dt><dt><span class="sect2">11.1.2. <a href="ch11s01.xhtml#idm2088">Editing Timers</a></span></dt></dl></dd><dt><span class="sect1">11.2. <a href="sec_timer_cmdline.xhtml">Defining Timers in the Command Line</a></span></dt><dd><dl><dt><span class="sect2">11.2.1. <a href="sec_timer_cmdline.xhtml#sec_edit_timer_cmdline">Editing Timers</a></span></dt><dt><span class="sect2">11.2.2. <a href="sec_timer_cmdline.xhtml#idm2179">Assigning Names to Timers</a></span></dt><dt><span class="sect2">11.2.3. <a href="sec_timer_cmdline.xhtml#idm2198">Reordering Timers</a></span></dt></dl></dd></dl></div><p>Timers allow you to execute commands repeatedly at fixed
intervals, and also to specify a command to be executed later.</p><p>Timers have to mandatory attributes: an
<em class="replaceable"><code>interval</code></em> in seconds, that represents how
often the timer is fired, and an <em class="replaceable"><code>action</code></em>,
that is the command that is executed. Just like in other places, the
action can be a text that is sent to the MUD, or it can be something
run with Perl.</p><p>It is possible to define timers that execute only a fixed number
of times. This is the timer's <em class="replaceable"><code>repeat count</code></em>.
Whenever the timer is executed, this count is decreased, and when it
reaches zero, the timer is disabled, and will only execute again if
reenabled manually. A timer can also be temporary: in this case, when
the repeat count reaches zero, it is deleted and not only
disabled. A repeat count of -1 means that the timer is executed
indefinitely.</p><p>A timer with a repeat count of one is executed only once. Since
the first execution only happens <em class="replaceable"><code>interval</code></em>
seconds after it is defined, this allows you to define a command to be
executed after some specified time. If it is marked as temporary, the
timer will be deleted after it is run this one time.</p></section><footer><div class="navfooter"><hr/><table style="width: 100%; "><tr><td style="width: 40%; text-align: left; "><a accesskey="p" href="sec_macro_cmdline.xhtml">Prev</a> </td><td style="width: 20%; text-align: center; "><a accesskey="u" href="pt01.xhtml">Up</a></td><td style="width: 40%; text-align: right; "> <a accesskey="n" href="ch11s01.xhtml">Next</a></td></tr><tr><td style="width: 40%; text-align: left; vertical-align: top; ">10.2. Defining Macros in the Command Line </td><td style="width: 20%; text-align: center; "><a accesskey="h" href="index.xhtml">Home</a></td><td style="width: 40%; text-align: right; vertical-align: top; "> 11.1. Creating and Editing Timers</td></tr></table></div></footer></body></html>