[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_internals2/variables/index.xml_reference/gmagick/gmagick/
From:       Nikita_Popov <nikic () php ! net>
Date:       2019-07-14 13:46:42
Message-ID: svn-nikic-1563112002-347749-8706790 () svn ! php ! net
[Download RAW message or body]

nikic                                    Sun, 14 Jul 2019 13:46:42 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=347749

Log:
Remove duplicated words

Patch by carusogabriel.

Closes php/doc-en#7.

Bug: https://bugs.php.net/7 (Closed) apache 1.3b3 fails to compile with php3 module
      
Changed paths:
    U   phpdoc/en/trunk/internals2/variables/index.xml
    U   phpdoc/en/trunk/reference/gmagick/gmagick/getimagerenderingintent.xml
    U   phpdoc/en/trunk/reference/imagick/imagick/morphology.xml
    U   phpdoc/en/trunk/reference/imagick/imagickkernel/frommatrix.xml
    U   phpdoc/en/trunk/reference/mongo/queries.xml
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/aborttransaction.xml
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/starttransaction.xml
    U   phpdoc/en/trunk/reference/mysql_xdevapi/mysql_xdevapi/collection/add.xml
    U   phpdoc/en/trunk/reference/parle/parle.stack.xml
    U   phpdoc/en/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml
    U   phpdoc/en/trunk/reference/sodium/functions/sodium-crypto-kx-keypair.xml
    U   phpdoc/en/trunk/reference/swoole/swoole/websocket/server/exist.xml


["svn-diffs-347749.txt" (text/x-diff)]

Modified: phpdoc/en/trunk/internals2/variables/index.xml
===================================================================
--- phpdoc/en/trunk/internals2/variables/index.xml	2019-07-14 10:26:45 UTC (rev \
                347748)
+++ phpdoc/en/trunk/internals2/variables/index.xml	2019-07-14 13:46:42 UTC (rev \
347749) @@ -777,7 +777,7 @@
       <entry><code>int zend_hash_internal_pointer_reset_ex(HashTable* ht, \
HashPosition position)</code></entry>  </row>
      <row>
-      <entry>sets <code>position</code> the the start of <code>ht</code></entry>
+      <entry>sets <code>position</code> to the start of <code>ht</code></entry>
      </row>
      <row>
       <entry><code>int zend_hash_get_current_data(HashTable* ht, void* \
data)</code></entry>

Modified: phpdoc/en/trunk/reference/gmagick/gmagick/getimagerenderingintent.xml
===================================================================
--- phpdoc/en/trunk/reference/gmagick/gmagick/getimagerenderingintent.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/gmagick/gmagick/getimagerenderingintent.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -17,8 +17,8 @@
    Gets the image rendering intent
   </para>

-

+
  </refsect1>

  <refsect1 role="parameters">
@@ -29,7 +29,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Extracts a region of the image and returns it as a a new wand
+   Extracts a region of the image and returns it as a new wand
   </para>
  </refsect1>


Modified: phpdoc/en/trunk/reference/imagick/imagick/morphology.xml
===================================================================
--- phpdoc/en/trunk/reference/imagick/imagick/morphology.xml	2019-07-14 10:26:45 UTC \
                (rev 347748)
+++ phpdoc/en/trunk/reference/imagick/imagick/morphology.xml	2019-07-14 13:46:42 UTC \
(rev 347749) @@ -395,7 +395,7 @@
     </example>

     <example>
-      <title>The 'BottomHat' method, also known as 'Black TopHat' is the pixels that \
a Closing of the shape adds to the image. That is the the pixels that were used to \
fill in the 'holes', 'gaps', and 'bridges'. \
<function>Imagick::morphology</function></title> +      <title>The 'BottomHat' \
method, also known as 'Black TopHat' is the pixels that a Closing of the shape adds \
to the image. That is the pixels that were used to fill in the 'holes', 'gaps', and \
'bridges'. <function>Imagick::morphology</function></title>  <programlisting \
role="php">  <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/imagick/imagickkernel/frommatrix.xml
===================================================================
--- phpdoc/en/trunk/reference/imagick/imagickkernel/frommatrix.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/imagick/imagickkernel/frommatrix.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -17,7 +17,7 @@
   <para>
    Create a kernel from an 2d matrix of values. Each value should either be a float
    (if the element should be used) or 'false' if the element should be skipped. For
-   matrices that are odd sizes in both dimensions the the origin pixel will default
+   matrices that are odd sizes in both dimensions the origin pixel will default
    to the centre of the kernel. For all other kernel sizes the origin pixel must be \
specified.  </para>


Modified: phpdoc/en/trunk/reference/mongo/queries.xml
===================================================================
--- phpdoc/en/trunk/reference/mongo/queries.xml	2019-07-14 10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/mongo/queries.xml	2019-07-14 13:46:42 UTC (rev 347749)
@@ -40,7 +40,7 @@
    </programlisting>
   </example>
   <para>
-   In this example, the the query will be executed against a secondary. The
+   In this example, the query will be executed against a secondary. The
    collection inherits <constant>MongoClient::RP_SECONDARY_PREFERRED</constant>
    from the database and the cursor inherits it from the collection.
   </para>

Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/aborttransaction.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/aborttransaction.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/aborttransaction.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -36,7 +36,7 @@
   &reftitle.errors;
   <simplelist>
    &mongodb.throws.argumentparsing;
-   <member>Throws <classname>MongoDB\Driver\Exception\RuntimeException</classname> \
if the the transaction could not be aborted (e.g. a transaction was not \
started).</member> +   <member>Throws \
<classname>MongoDB\Driver\Exception\RuntimeException</classname> if the transaction \
could not be aborted (e.g. a transaction was not started).</member>  </simplelist>
  </refsect1>


Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/starttransaction.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/starttransaction.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/session/starttransaction.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -80,8 +80,8 @@
   &reftitle.errors;
   <simplelist>
    &mongodb.throws.argumentparsing;
-   <member>Throws <classname>MongoDB\Driver\Exception\CommandException</classname> \
if the the transaction could not be started because of a server-side problem (e.g. a \
                lock could not be obtained).</member>
-   <member>Throws <classname>MongoDB\Driver\Exception\RuntimeException</classname> \
if the the transaction could not be started (e.g. a transaction was already \
started).</member> +   <member>Throws \
<classname>MongoDB\Driver\Exception\CommandException</classname> if the transaction \
could not be started because of a server-side problem (e.g. a lock could not be \
obtained).</member> +   <member>Throws \
<classname>MongoDB\Driver\Exception\RuntimeException</classname> if the transaction \
could not be started (e.g. a transaction was already started).</member>  \
</simplelist>  </refsect1>


Modified: phpdoc/en/trunk/reference/mysql_xdevapi/mysql_xdevapi/collection/add.xml
===================================================================
--- phpdoc/en/trunk/reference/mysql_xdevapi/mysql_xdevapi/collection/add.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/mysql_xdevapi/mysql_xdevapi/collection/add.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -31,7 +31,7 @@
    </listitem>
    <listitem>
     <para>
-      A mix of of both, and multiple documents can be added in the same operation.
+      A mix of both, and multiple documents can be added in the same operation.
     </para>
    </listitem>
   </orderedlist>

Modified: phpdoc/en/trunk/reference/parle/parle.stack.xml
===================================================================
--- phpdoc/en/trunk/reference/parle/parle.stack.xml	2019-07-14 10:26:45 UTC (rev \
                347748)
+++ phpdoc/en/trunk/reference/parle/parle.stack.xml	2019-07-14 13:46:42 UTC (rev \
347749) @@ -12,7 +12,7 @@
   <section xml:id="parle-stack.intro">
    &reftitle.intro;
    <para>
-   <classname>Parle\Stack</classname> is a LIFO stack. The elements are inserted and \
and removed only from one end. +   <classname>Parle\Stack</classname> is a LIFO \
stack. The elements are inserted and removed only from one end.  </para>
   </section>
 <!-- }}} -->

Modified: phpdoc/en/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml
 ===================================================================
--- phpdoc/en/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/sockets/functions/socket-wsaprotocol-info-export.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -36,7 +36,7 @@
     <term><parameter>target_pid</parameter></term>
     <listitem>
      <para>
-      The ID of the process which will import the the socket.
+      The ID of the process which will import the socket.
      </para>
     </listitem>
    </varlistentry>

Modified: phpdoc/en/trunk/reference/sodium/functions/sodium-crypto-kx-keypair.xml
===================================================================
--- phpdoc/en/trunk/reference/sodium/functions/sodium-crypto-kx-keypair.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/sodium/functions/sodium-crypto-kx-keypair.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -14,7 +14,7 @@
    <void />
   </methodsynopsis>
   <para>
-   Create a new sodium keypair consisting of the the secret key (32 bytes)
+   Create a new sodium keypair consisting of the secret key (32 bytes)
    followed by the public key (32 bytes). The keys can be retrieved by calling
    <function>sodium_crypto_kx_secretkey</function> and
    <function>sodium_crypto_kx_publickey</function>, respectively.

Modified: phpdoc/en/trunk/reference/swoole/swoole/websocket/server/exist.xml
===================================================================
--- phpdoc/en/trunk/reference/swoole/swoole/websocket/server/exist.xml	2019-07-14 \
                10:26:45 UTC (rev 347748)
+++ phpdoc/en/trunk/reference/swoole/swoole/websocket/server/exist.xml	2019-07-14 \
13:46:42 UTC (rev 347749) @@ -4,7 +4,7 @@
 <refentry xml:id="swoole-websocket-server.exist" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">  \
<refnamediv>  <refname>Swoole\WebSocket\Server::exist</refname>
-  <refpurpose>Check if the the file description is existed.</refpurpose>
+  <refpurpose>Check if the file descriptor exists.</refpurpose>
  </refnamediv>

  <refsect1 role="description">



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic