cvs: phpdoc-sk /reference/aspell/functions aspell-check-raw.xml aspell-check.xml aspell-new.xml aspell-suggest.xml
[email protected] ("Joseph Drake") Thu, 12 Feb 2004 00:19:13 -0000
| Newsgroups | php.doc.sk |
|---|---|
| Message-ID | <cvsjoseph1076545153@cvsserver> |
joseph Wed Feb 11 19:19:13 2004 EDT
Modified files:
/phpdoc-sk/reference/aspell/functions aspell-check-raw.xml
aspell-check.xml
aspell-new.xml
aspell-suggest.xml
Log:
updated
http://cvs.php.net/diff.php/phpdoc-sk/reference/aspell/functions/aspell-check-raw.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/aspell/functions/aspell-check-raw.xml
diff -u phpdoc-sk/reference/aspell/functions/aspell-check-raw.xml:1.1 phpdoc-sk/reference/aspell/functions/aspell-check-raw.xml:1.2
--- phpdoc-sk/reference/aspell/functions/aspell-check-raw.xml:1.1 Fri Feb 21 19:02:22 2003
+++ phpdoc-sk/reference/aspell/functions/aspell-check-raw.xml Wed Feb 11 19:19:13 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: joseph Status: ready -->
<!-- splitted from ./en/functions/aspell.xml, last change in rev 1.2 -->
<refentry id="function.aspell-check-raw">
<refnamediv>
@@ -26,6 +26,8 @@
<title><function>aspell_check_raw</function></title>
<programlisting role="php">
<![CDATA[
+<?php
+
$aspell_link = aspell_new("english");
if (aspell_check_raw($aspell_link, "test")) {
@@ -33,6 +35,8 @@
} else {
echo "Lutujem, nespravny pravopis";
}
+
+?>
]]>
</programlisting>
</example>
http://cvs.php.net/diff.php/phpdoc-sk/reference/aspell/functions/aspell-check.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/aspell/functions/aspell-check.xml
diff -u phpdoc-sk/reference/aspell/functions/aspell-check.xml:1.1 phpdoc-sk/reference/aspell/functions/aspell-check.xml:1.2
--- phpdoc-sk/reference/aspell/functions/aspell-check.xml:1.1 Fri Feb 21 19:02:22 2003
+++ phpdoc-sk/reference/aspell/functions/aspell-check.xml Wed Feb 11 19:19:13 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: joseph Status: ready -->
<!-- splitted from ./en/functions/aspell.xml, last change in rev 1.2 -->
<refentry id="function.aspell-check">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>aspell_check</methodname>
<methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>string</type><parameter>slovo</parameter></methodparam>
+ <methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<simpara>
<function>aspell_check</function> kontroluje pravopis slova
@@ -22,6 +22,8 @@
<title><function>aspell_check</function></title>
<programlisting>
<![CDATA[
+<?php
+
$aspell_link = aspell_new("english");
if (aspell_check($aspell_link, "testt")) {
@@ -29,6 +31,8 @@
} else {
echo "Lutujem, zly pravopis";
}
+
+?>
]]>
</programlisting>
</example>
http://cvs.php.net/diff.php/phpdoc-sk/reference/aspell/functions/aspell-new.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/aspell/functions/aspell-new.xml
diff -u phpdoc-sk/reference/aspell/functions/aspell-new.xml:1.1 phpdoc-sk/reference/aspell/functions/aspell-new.xml:1.2
--- phpdoc-sk/reference/aspell/functions/aspell-new.xml:1.1 Fri Feb 21 19:02:22 2003
+++ phpdoc-sk/reference/aspell/functions/aspell-new.xml Wed Feb 11 19:19:13 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: joseph Status: ready -->
<!-- splitted from ./en/functions/aspell.xml, last change in rev 1.2 -->
<refentry id="function.aspell-new">
<refnamediv>
@@ -24,7 +24,9 @@
<title><function>aspell_new</function></title>
<programlisting role="php">
<![CDATA[
+<?php
$aspell_link = aspell_new("english");
+?>
]]>
</programlisting>
</example>
http://cvs.php.net/diff.php/phpdoc-sk/reference/aspell/functions/aspell-suggest.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-sk/reference/aspell/functions/aspell-suggest.xml
diff -u phpdoc-sk/reference/aspell/functions/aspell-suggest.xml:1.1 phpdoc-sk/reference/aspell/functions/aspell-suggest.xml:1.2
--- phpdoc-sk/reference/aspell/functions/aspell-suggest.xml:1.1 Fri Feb 21 19:02:22 2003
+++ phpdoc-sk/reference/aspell/functions/aspell-suggest.xml Wed Feb 11 19:19:13 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: joseph Status: ready -->
<!-- splitted from ./en/functions/aspell.xml, last change in rev 1.2 -->
<refentry id="function.aspell-suggest">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>array</type><methodname>aspell_suggest</methodname>
<methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>string</type><parameter>slovo</parameter></methodparam>
+ <methodparam><type>string</type><parameter>word</parameter></methodparam>
</methodsynopsis>
<simpara>
<function>aspell_suggest</function> vracia pole mo¾ného syntaxu
@@ -22,6 +22,8 @@
<title><function>aspell_suggest</function></title>
<programlisting role="php">
<![CDATA[
+<?php
+
$aspell_link = aspell_new("english");
if (!aspell_check($aspell_link, "test")) {
@@ -31,6 +33,8 @@
echo "Mozny pravopis: $suggestion<br>\n";
}
}
+
+?>
]]>
</programlisting>
</example>