Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 236

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Miscellaneous</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="DSSSL Library Reference"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="my-debug"
HREF="my-debug.html"><LINK
REL="NEXT"
TITLE="string-with-space"
HREF="string-with-space.html"></HEAD
><BODY
CLASS="REFERENCE"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>DSSSL Library Reference: Part of the Modular DocBook Stylesheet distribution</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="my-debug.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="string-with-space.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="REFERENCE"
><A
NAME="AEN300"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
>IV. Miscellaneous</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
><A
HREF="string-with-space.html"
>string-with-space</A
>&nbsp;--&nbsp;Returns string with a space appended or the empty string</DT
><DT
><A
HREF="split.html"
>split</A
>&nbsp;--&nbsp;Splits string at whitespace and returns the resulting list of tokens</DT
><DT
><A
HREF="strip.html"
>strip</A
>&nbsp;--&nbsp;Strip leading and trailing characters off of a string</DT
><DT
><A
HREF="join.html"
>join</A
>&nbsp;--&nbsp;Joins a list of strings together</DT
><DT
><A
HREF="pad-string.html"
>pad-string</A
>&nbsp;--&nbsp;Pads a string, in front, to the specified length</DT
><DT
><A
HREF="match-split.html"
>match-split</A
>&nbsp;--&nbsp;Splits string at target and returns the resulting list of tokens</DT
><DT
><A
HREF="match-split-string-list.html"
>match-split-string-list</A
>&nbsp;--&nbsp;Splits each string in a list of strings and returns the concatenated result list</DT
><DT
><A
HREF="match-split-list.html"
>match-split-list</A
>&nbsp;--&nbsp;Splits a string at a list of targets and returns the resulting list of tokens</DT
><DT
><A
HREF="assoc-objs.html"
>assoc-objs</A
>&nbsp;--&nbsp;Returns a list of the objects in an associative list</DT
><DT
><A
HREF="assoc.html"
>assoc</A
>&nbsp;--&nbsp;Returns the association of an object in an associative list</DT
><DT
><A
HREF="match-substitute-sosofo.html"
>match-substitute-sosofo</A
>&nbsp;--&nbsp;Return matching sosofo from associative list</DT
><DT
><A
HREF="string-list-sosofo.html"
>string-list-sosofo</A
>&nbsp;--&nbsp;Build sosofo from a list of strings and an associative list</DT
><DT
><A
HREF="repl-substring-p.html"
>repl-substring?</A
>&nbsp;--&nbsp;Returns true if the specified substring can be replaced</DT
><DT
><A
HREF="repl-substring.html"
>repl-substring</A
>&nbsp;--&nbsp;Replace substring in a string</DT
><DT
><A
HREF="repl-substring-list-p.html"
>repl-substring-list?</A
>&nbsp;--&nbsp;Perform repl-substring? with a list of target/replacement pairs</DT
><DT
><A
HREF="repl-substring-list-target.html"
>repl-substring-list-target</A
>&nbsp;--&nbsp;Return the target that matches in a string</DT
><DT
><A
HREF="repl-substring-list-repl.html"
>repl-substring-list-repl</A
>&nbsp;--&nbsp;Return the replacement that would be used in the string</DT
><DT
><A
HREF="repl-substring-list.html"
>repl-substring-list</A
>&nbsp;--&nbsp;Replace the first target in the replacement list that matches</DT
><DT
><A
HREF="string-replace.html"
>string-replace</A
>&nbsp;--&nbsp;Replace all occurances of a target substring in a string</DT
><DT
><A
HREF="string-replace-list.html"
>string-replace-list</A
>&nbsp;--&nbsp;Replace a list of target substrings in a string</DT
><DT
><A
HREF="ancestor-member.html"
>ancestor-member</A
>&nbsp;--&nbsp;Returns the first ancestor in a list of GIs</DT
><DT
><A
HREF="has-ancestor-member-p.html"
>has-ancestor-member?</A
>&nbsp;--&nbsp;Returns true if the specified node has one of a set of GIs as an ancestor</DT
><DT
><A
HREF="descendant-of-p.html"
>descendant-of?</A
>&nbsp;--&nbsp;Returns true if the child is some descendant of the specified node</DT
><DT
><A
HREF="expand-children.html"
>expand-children</A
>&nbsp;--&nbsp;Expand selected nodes in a node list</DT
><DT
><A
HREF="directory-depth.html"
>directory-depth</A
>&nbsp;--&nbsp;Count the directory depth of a path name</DT
><DT
><A
HREF="file-extension.html"
>file-extension</A
>&nbsp;--&nbsp;Return the extension of a filename</DT
><DT
><A
HREF="copy-string.html"
>copy-string</A
>&nbsp;--&nbsp;Return a string duplicated a specified number of times</DT
><DT
><A
HREF="node-list-filter-by-gi.html"
>node-list-filter-by-gi</A
>&nbsp;--&nbsp;Returns selected elements from a node list</DT
><DT
><A
HREF="node-list-filter-by-not-gi.html"
>node-list-filter-by-not-gi</A
>&nbsp;--&nbsp;Returns selected elements from a node list</DT
><DT
><A
HREF="node-list-filter-out-pis.html"
>node-list-filter-out-pis</A
>&nbsp;--&nbsp;Returns the nodelist with all PIs removed</DT
><DT
><A
HREF="node-list-filter-elements.html"
>node-list-filter-elements</A
>&nbsp;--&nbsp;Returns the elements in 'nodelist'</DT
><DT
><A
HREF="component-descendant-node-list.html"
>component-descendant-node-list</A
>&nbsp;--&nbsp;Find all 'inputnd's within an ancestor element</DT
><DT
><A
HREF="component-child-number.html"
>component-child-number</A
>&nbsp;--&nbsp;Find child-number within a component</DT
><DT
><A
HREF="component-descendant-list-node-list.html"
>component-list-descendant-node-list</A
>&nbsp;--&nbsp;Find all elements of a list of elements in a component</DT
><DT
><A
HREF="component-list-child-number.html"
>component-list-child-number</A
>&nbsp;--&nbsp;Find child-number of a list of children within a component</DT
><DT
><A
HREF="expt.html"
>expt</A
>&nbsp;--&nbsp;Exponentiation</DT
><DT
><A
HREF="list-member-find.html"
>list-member-find</A
>&nbsp;--&nbsp;Returns the index of an element in a list</DT
><DT
><A
HREF="default-uppercase-list.html"
>default-uppercase-list</A
>&nbsp;--&nbsp;The default list of uppercase characters</DT
><DT
><A
HREF="default-lowercase-list.html"
>default-lowercase-list</A
>&nbsp;--&nbsp;The default list of lowercase characters</DT
><DT
><A
HREF="case-fold-down-char.html"
>case-fold-down-char</A
>&nbsp;--&nbsp;Return the lowercase form of a single character</DT
><DT
><A
HREF="case-fold-up-char.html"
>case-fold-up-char</A
>&nbsp;--&nbsp;Return the uppercase form of a single character</DT
><DT
><A
HREF="case-fold-down-charlist.html"
>case-fold-down-charlist</A
>&nbsp;--&nbsp;Return the list of characters, shifted to lowercase</DT
><DT
><A
HREF="case-fold-up-charlist.html"
>case-fold-up-charlist</A
>&nbsp;--&nbsp;Return the list of characters, shifted to uppercase</DT
><DT
><A
HREF="case-fold-down.html"
>case-fold-down</A
>&nbsp;--&nbsp;Shift a string to lowercase</DT
><DT
><A
HREF="case-fold-up.html"
>case-fold-up</A
>&nbsp;--&nbsp;Shift a string to uppercase</DT
><DT
><A
HREF="find-first-char.html"
>find-first-char</A
>&nbsp;--&nbsp;Find the first occurance of a character in a string</DT
><DT
><A
HREF="parse-measurement.html"
>parse-measurement</A
>&nbsp;--&nbsp;Parse a string containing a measurement and return the magnitude and units</DT
><DT
><A
HREF="unit-conversion-alist.html"
>unit-conversion-alist</A
>&nbsp;--&nbsp;Defines the base length of specific unit names</DT
><DT
><A
HREF="measurement-to-length.html"
>measurement-to-length</A
>&nbsp;--&nbsp;Convert a measurement to a length</DT
><DT
><A
HREF="dingbat.html"
>dingbat</A
>&nbsp;--&nbsp;Map dingbat names to Unicode characters</DT
><DT
><A
HREF="nth-node.html"
>nth-node</A
>&nbsp;--&nbsp;Return a specific node in a node list (by numeric index)</DT
><DT
><A
HREF="constant-list.html"
>constant-list</A
>&nbsp;--&nbsp;Returns a list of the specified value</DT
><DT
><A
HREF="list-head.html"
>list-head</A
>&nbsp;--&nbsp;Return the head of a list</DT
><DT
><A
HREF="list-put.html"
>list-put</A
>&nbsp;--&nbsp;Replace a specific member of a list</DT
><DT
><A
HREF="decrement-list-members.html"
>decrement-list-members</A
>&nbsp;--&nbsp;Decrement each member of a list</DT
><DT
><A
HREF="sgml-root-element.html"
>sgml-root-element</A
>&nbsp;--&nbsp;Returns the node that is the root element of the current document</DT
><DT
><A
HREF="sgml-root-elementX3F.html"
>sgml-root-element?</A
>&nbsp;--&nbsp;Test if a node is the root element</DT
><DT
><A
HREF="length-string-number-part.html"
>length-string-number-part</A
>&nbsp;--&nbsp;Returns the numeric part of a length string</DT
><DT
><A
HREF="length-string-unit-part.html"
>length-string-unit-part</A
>&nbsp;--&nbsp;Returns the unit part of a length string</DT
><DT
><A
HREF="normalize.html"
>normalize</A
>&nbsp;--&nbsp;Normalize the str according to the SGML declaration in effect</DT
><DT
><A
HREF="node-2-string.html"
>node-list-&#62;string</A
>&nbsp;--&nbsp;Return a string representation of the node list</DT
><DT
><A
HREF="include-file.html"
>include-file</A
>&nbsp;--&nbsp;Return the literal content of fileref</DT
><DT
><A
HREF="include-characters.html"
>include-characters</A
>&nbsp;--&nbsp;Return the character content of fileref</DT
><DT
><A
HREF="url-encode-char.html"
>url-encode-char</A
>&nbsp;--&nbsp;Returns the url-encoded equivalent of a character</DT
><DT
><A
HREF="url-encode-string.html"
>url-encode-string</A
>&nbsp;--&nbsp;Returns str with all special characters %-encoded</DT
><DT
><A
HREF="system-id-filename.html"
>system-id-filename</A
>&nbsp;--&nbsp;Returns the filename part of the system id of target</DT
><DT
><A
HREF="trim-string.html"
>trim-string</A
>&nbsp;--&nbsp;Trims the tail off of a string</DT
><DT
><A
HREF="string-index.html"
>string-index</A
>&nbsp;--&nbsp;Finds first occurance of 'target' in 'source'</DT
><DT
><A
HREF="parse-pi-attribute.html"
>parse-pi-attribute</A
>&nbsp;--&nbsp;no documented purpose</DT
><DT
><A
HREF="parse-skip-pi-attribute.html"
>parse-skip-pi-attribute</A
>&nbsp;--&nbsp;no documented purpose</DT
><DT
><A
HREF="parse-starttag-pi.html"
>parse-starttag-pi</A
>&nbsp;--&nbsp;Parses a structured PI and returns a list of values</DT
><DT
><A
HREF="string-X3Enodes.html"
>string-&#62;nodes</A
>&nbsp;--&nbsp;no documented purpose</DT
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="my-debug.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="string-with-space.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>my-debug</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>string-with-space</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>