cvs: phpdoc-hu /reference/aspell/functions aspell-check-raw.xml aspell-check.xml aspell-new.xml aspell-suggest.xml
[email protected] ("Lajos Cseppent?")
| Newsgroups | php.doc.hu |
|---|---|
| Message-ID | <cvschappy1171704749@cvsserver> |
chappy Sat Feb 17 09:32:29 2007 UTC
Modified files:
/phpdoc-hu/reference/aspell/functions aspell-check-raw.xml
aspell-check.xml
aspell-new.xml
aspell-suggest.xml
Log:
sync
chappy-20070217093229.txt
(text/plain, 14.5 KB)
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/aspell/functions/aspell-check-raw.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-hu/reference/aspell/functions/aspell-check-raw.xml
diff -u phpdoc-hu/reference/aspell/functions/aspell-check-raw.xml:1.3 phpdoc-hu/reference/aspell/functions/aspell-check-raw.xml:1.4
--- phpdoc-hu/reference/aspell/functions/aspell-check-raw.xml:1.3 Fri Mar 12 10:32:33 2004
+++ phpdoc-hu/reference/aspell/functions/aspell-check-raw.xml Sat Feb 17 09:32:29 2007
@@ -1,32 +1,68 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./hu/functions/aspell.xml, last change in rev 1.1 -->
<!-- last change to 'aspell-check-raw' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.3 Maintainer: goba Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: goba Status: ready -->
+<!-- CREDITS: chappy -->
<!-- OLD-Revision: 1.22/EN.1.2 -->
- <refentry id="function.aspell-check-raw">
- <refnamediv>
- <refname>aspell_check_raw</refname>
- <refpurpose>
- Ellenõriz egy szót kis- és nagybetûk cseréje illetve a szöveg trimmelése nélkül [ellenjavallt]
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Leírás</title>
- <methodsynopsis>
- <type>bool</type><methodname>aspell_check_raw</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>string</type><parameter>word</parameter></methodparam>
- </methodsynopsis>
- <simpara>
- Az <function>aspell_check_raw</function> ellenõrzi egy szó
- helyesírását anélkül, hogy manipulálná (megváltoztatná a kis- és
- nagybetûket vagy levágná a stringet), és &true;-t ad vissza, ha a
- helyesírás jó, egyébként &false;-ot.
- </simpara>
- <para>
- <example>
- <title><function>aspell_check_raw</function> példa</title>
- <programlisting role="php">
+<refentry id="function.aspell-check-raw">
+ <refnamediv>
+ <refname>aspell_check_raw</refname>
+ <refpurpose>
+ Ellenõriz egy szót kis- és nagybetûk cseréje illetve a szöveg trimmelése nélkül [ellenjavallt]
+ </refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>bool</type><methodname>aspell_check_raw</methodname>
+ <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>string</type><parameter>word</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Az <function>aspell_check_raw</function> ellenõrzi egy szó
+ helyesírását anélkül, hogy manipulálná (megváltoztatná a kis- és
+ nagybetûket vagy levágná a stringet).
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>dictionary_link</parameter></term>
+ <listitem>
+ <para>
+ Egy <function>aspell_new</function> függvény által visszaadott
+ szótár.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>word</parameter></term>
+ <listitem>
+ <para>
+ Az ellenõrizendõ szó.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ &true;-t ad vissza, ha a helyesírás jó, egyébként &false;-ot.
+ </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <para>
+ <example>
+ <title><function>aspell_check_raw</function> példa</title>
+ <programlisting role="php">
<![CDATA[
<?php
@@ -39,11 +75,20 @@
?>
]]>
- </programlisting>
- </example>
- </para>
- </refsect1>
- </refentry>
+ </programlisting>
+ </example>
+ </para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>aspell_check</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
+</refentry>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/aspell/functions/aspell-check.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-hu/reference/aspell/functions/aspell-check.xml
diff -u phpdoc-hu/reference/aspell/functions/aspell-check.xml:1.3 phpdoc-hu/reference/aspell/functions/aspell-check.xml:1.4
--- phpdoc-hu/reference/aspell/functions/aspell-check.xml:1.3 Fri Mar 12 10:33:32 2004
+++ phpdoc-hu/reference/aspell/functions/aspell-check.xml Sat Feb 17 09:32:29 2007
@@ -1,28 +1,64 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./hu/functions/aspell.xml, last change in rev 1.1 -->
<!-- last change to 'aspell-check' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.3 Maintainer: goba Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: goba Status: ready -->
+<!-- CREDITS: chappy -->
<!-- OLD-Revision: 1.22/EN.1.2 -->
- <refentry id="function.aspell-check">
- <refnamediv>
- <refname>aspell_check</refname>
- <refpurpose>Ellenõriz egy szót [ellenjavallt]</refpurpose>
- </refnamediv>
- <refsect1>
- <title>Leírás</title>
- <methodsynopsis>
- <type>bool</type><methodname>aspell_check</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>string</type><parameter>word</parameter></methodparam>
- </methodsynopsis>
- <simpara>
- Az <function>aspell_check</function> ellenõrzi egy szó helyesírását
- és &true;-t ad vissza, ha a helyesírás jó, egyébként &false;-ot.
- </simpara>
- <para>
- <example>
- <title><function>aspell_check</function> példa</title>
- <programlisting role="php">
+<refentry id="function.aspell-check">
+ <refnamediv>
+ <refname>aspell_check</refname>
+ <refpurpose>Ellenõriz egy szót [ellenjavallt]</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>bool</type><methodname>aspell_check</methodname>
+ <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>string</type><parameter>word</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Az <function>aspell_check</function> ellenõrzi egy szó helyesírását.
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>dictionary_link</parameter></term>
+ <listitem>
+ <para>
+ Egy <function>aspell_new</function> függvény által visszaadott
+ szótár.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>word</parameter></term>
+ <listitem>
+ <para>
+ Az ellenõrizendõ szó.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ &true;-t ad vissza, ha a helyesírás jó, egyébként &false;-ot.
+ </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <para>
+ <example>
+ <title><function>aspell_check</function> példa</title>
+ <programlisting role="php">
<![CDATA[
<?php
@@ -35,11 +71,20 @@
?>
]]>
- </programlisting>
- </example>
- </para>
- </refsect1>
- </refentry>
+ </programlisting>
+ </example>
+ </para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>aspell_check_raw</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
+</refentry>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/aspell/functions/aspell-new.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-hu/reference/aspell/functions/aspell-new.xml
diff -u phpdoc-hu/reference/aspell/functions/aspell-new.xml:1.3 phpdoc-hu/reference/aspell/functions/aspell-new.xml:1.4
--- phpdoc-hu/reference/aspell/functions/aspell-new.xml:1.3 Fri Mar 12 10:34:44 2004
+++ phpdoc-hu/reference/aspell/functions/aspell-new.xml Sat Feb 17 09:32:29 2007
@@ -1,39 +1,74 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./hu/functions/aspell.xml, last change in rev 1.1 -->
<!-- last change to 'aspell-new' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.3 Maintainer: goba Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: goba Status: ready -->
+<!-- CREDITS: chappy -->
<!-- OLD-Revision: 1.22/EN.1.2 -->
- <refentry id="function.aspell-new">
- <refnamediv>
- <refname>aspell_new</refname>
- <refpurpose>Betölt egy új szótárt [ellenjavallt]</refpurpose>
- </refnamediv>
- <refsect1>
- <title>Leírás</title>
- <methodsynopsis>
- <type>int</type><methodname>aspell_new</methodname>
- <methodparam><type>string</type><parameter>master</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>personal</parameter></methodparam>
- </methodsynopsis>
- <simpara>
- Az <function>aspell_new</function> megnyit egy új szótárt, és
- visszaadja a szótárkapcsolat azonosítóját, amely a többi
- aspell függvényben használható. Hiba esetén &false;-szal tér vissza.
- </simpara>
- <para>
- <example>
- <title><function>aspell_new</function> példa</title>
- <programlisting role="php">
+<refentry id="function.aspell-new">
+ <refnamediv>
+ <refname>aspell_new</refname>
+ <refpurpose>Betölt egy új szótárt [ellenjavallt]</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>int</type><methodname>aspell_new</methodname>
+ <methodparam><type>string</type><parameter>master</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>personal</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Az <function>aspell_new</function> megnyit egy új szótárt,
+ amely a többi aspell függvényben használható.
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>master</parameter></term>
+ <listitem>
+ <para>
+ Nyelv.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>personal</parameter></term>
+ <listitem>
+ <para>
+ Üres karakterlánc esetén az alapértelmezett érték.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Visszaadja a szótárkapcsolat azonosítóját, vagy hiba esetén &false;-t.
+ </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <para>
+ <example>
+ <title><function>aspell_new</function> példa</title>
+ <programlisting role="php">
<![CDATA[
<?php
$aspell_link = aspell_new("english");
?>
]]>
- </programlisting>
- </example>
- </para>
- </refsect1>
- </refentry>
+ </programlisting>
+ </example>
+ </para>
+ </refsect1>
+</refentry>
<!-- Keep this comment at the end of the file
Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/aspell/functions/aspell-suggest.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-hu/reference/aspell/functions/aspell-suggest.xml
diff -u phpdoc-hu/reference/aspell/functions/aspell-suggest.xml:1.3 phpdoc-hu/reference/aspell/functions/aspell-suggest.xml:1.4
--- phpdoc-hu/reference/aspell/functions/aspell-suggest.xml:1.3 Fri Mar 12 10:36:52 2004
+++ phpdoc-hu/reference/aspell/functions/aspell-suggest.xml Sat Feb 17 09:32:29 2007
@@ -1,28 +1,65 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./hu/functions/aspell.xml, last change in rev 1.1 -->
<!-- last change to 'aspell-suggest' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.4 Maintainer: goba Status: ready -->
+<!-- EN-Revision: 1.6 Maintainer: goba Status: ready -->
+<!-- CREDITS: chappy -->
<!-- OLD-Revision: 1.22/EN.1.2 -->
- <refentry id="function.aspell-suggest">
- <refnamediv>
- <refname>aspell_suggest</refname>
- <refpurpose>Egy szó helyesírására tesz javaslatot [ellenjavallt]</refpurpose>
- </refnamediv>
- <refsect1>
- <title>Leírás</title>
- <methodsynopsis>
- <type>array</type><methodname>aspell_suggest</methodname>
- <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
- <methodparam><type>string</type><parameter>word</parameter></methodparam>
- </methodsynopsis>
- <simpara>
- Az <function>aspell_suggest</function> visszaadja az adott szó
- helyesírási javaslatait egy tömbben.
- </simpara>
- <para>
- <example>
- <title><function>aspell_suggest</function> példa</title>
- <programlisting role="php">
+<refentry id="function.aspell-suggest">
+ <refnamediv>
+ <refname>aspell_suggest</refname>
+ <refpurpose>Egy szó helyesírására tesz javaslatot [ellenjavallt]</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>array</type><methodname>aspell_suggest</methodname>
+ <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+ <methodparam><type>string</type><parameter>word</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Az <function>aspell_suggest</function> a <parameter>word</parameter>
+ paraméterben megadott szóra ad helyesírási javaslatokat.
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>dictionary_link</parameter></term>
+ <listitem>
+ <para>
+ Egy <function>aspell_new</function> függvény által visszaadott
+ szótár.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>word</parameter></term>
+ <listitem>
+ <para>
+ Az ellenõrizendõ szó.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Visszaadja a javaslatokat egy tömbben.
+ </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <para>
+ <example>
+ <title><function>aspell_suggest</function> példa</title>
+ <programlisting role="php">
<![CDATA[
<?php
@@ -38,11 +75,11 @@
?>
]]>
- </programlisting>
- </example>
- </para>
- </refsect1>
- </refentry>
+ </programlisting>
+ </example>
+ </para>
+ </refsect1>
+</refentry>
<!-- Keep this comment at the end of the file
Local variables: