-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- EN-Revision: feb540f6f01571e4242e7cfe7d2ba08cb2d4f3ea Maintainer: Fan2Shrek Status: ready --> | ||
<!-- Reviewed: yes --> | ||
<refentry xml:id="dom-text.splittext" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"> | ||
<refnamediv> | ||
<refname>Dom\Text::splitText</refname> | ||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('domtext.splittext')/db:refnamediv/db:refpurpose)"/> | ||
</refnamediv> | ||
|
||
<refsect1 role="description"> | ||
&reftitle.description; | ||
<methodsynopsis role="Dom\\Text"> | ||
<modifier>public</modifier> <type>Dom\Text</type><methodname>Dom\Text::splitText</methodname> | ||
<methodparam><type>int</type><parameter>offset</parameter></methodparam> | ||
</methodsynopsis> | ||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('domtext.splittext')/db:refsect1[@role='description']/db:para[1])"/> | ||
</refsect1> | ||
|
||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('domtext.splittext')/db:refsect1[@role='parameters'])" /> | ||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('domtext.splittext')/db:refsect1[@role='returnvalues'])" /> | ||
</refentry> | ||
<!-- Keep this comment at the end of the file | ||
Local variables: | ||
mode: sgml | ||
sgml-omittag:t | ||
sgml-shorttag:t | ||
sgml-minimize-attributes:nil | ||
sgml-always-quote-attributes:t | ||
sgml-indent-step:1 | ||
sgml-indent-data:t | ||
indent-tabs-mode:nil | ||
sgml-parent-document:nil | ||
sgml-default-dtd-file:"~/.phpdoc/manual.ced" | ||
sgml-exposed-tags:nil | ||
sgml-local-catalogs:nil | ||
sgml-local-ecat-files:nil | ||
End: | ||
vim600: syn=xml fen fdm=syntax fdl=2 si | ||
vim: et tw=78 syn=sgml | ||
vi: ts=1 sw=1 | ||
--> |