Skip to content

Commit

Permalink
Remove extra space characters (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Sep 16, 2024
1 parent cd5aec4 commit e59003b
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 32 deletions.
4 changes: 2 additions & 2 deletions features/commandline.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 8cb32bd2c0f0b8a95ebb84b211920fe10d4c2679 Maintainer: HonestQiao Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: HonestQiao Status: ready -->
<!-- CREDITS: HonestQiao, Haohappy, Luffy, mowangjuanzi -->
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP 的命令行模式</title>
Expand Down Expand Up @@ -34,7 +34,7 @@
<command>make install</command> 的过程中,&cli; 将被拷贝到
<filename>{PREFIX}/bin/php</filename>,除非 <acronym>CGI</acronym>
已经被放置在了那个位置。因此,例如,如果在配置行中有
<option role="configure">--with--apxs</option>,则在
<option role="configure">--with-apxs</option>,则在
<literal>make install</literal> 的过程中,&cli; 将被拷贝到
<literal>{PREFIX}/bin/php</literal>。如果希望覆盖 <acronym>CGI</acronym>
执行文件的安装,请在 <command>make install</command>
Expand Down
2 changes: 1 addition & 1 deletion language/context/http.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5c2a2c955824a523ca93530aab13eeaf0e45900e Maintainer: z warmwinter Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: z warmwinter Status: ready -->
<!-- CREDITS: Jader, mowangjuanzi, Luffy -->
<refentry xml:id="context.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false" role="stream_context_option">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion language/operators/comparison.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 43d07782b514d0c7a8487f2c74063739f302df8d Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: mowangjuanzi Status: ready -->
<sect1 xml:id="language.operators.comparison">
<title>比较运算符</title>
<titleabbrev>比较</titleabbrev>
Expand Down
2 changes: 1 addition & 1 deletion language/predefined/fibererror/construct.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 8fee3ae9715ffa15922469eb7d98f4878917a6ee Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: mowangjuanzi Status: ready -->
<refentry xml:id="fibererror.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>FiberError::__construct</refname>
Expand Down
6 changes: 3 additions & 3 deletions reference/array/constants.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 54ff7bf8e0f8fa90988cccf6b583517366605f6d Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<appendix xml:id="array.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants.core;
Expand Down Expand Up @@ -35,7 +35,7 @@
</variablelist>
</para>

<para> 排序顺序标识:
<para>排序顺序标识:
<variablelist>
<varlistentry xml:id="constant.sort-asc">
<term>
Expand Down
2 changes: 1 addition & 1 deletion reference/image/functions/imagecopy.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: dallas Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<refentry xml:id="function.imagecopy" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/image/functions/imagecopymerge.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: dallas Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<refentry xml:id="function.imagecopymerge" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/image/functions/imagecopymergegray.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: dallas Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<refentry xml:id="function.imagecopymergegray" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/misc/ini.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f9c4a68ef4f89e51e6d9b905ad3ddb6492386dd3 Maintainer: HonestQiao Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: HonestQiao Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<section xml:id="misc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
Expand Down
4 changes: 2 additions & 2 deletions reference/openssl/functions/openssl-pkey-export-to-file.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: duanxiaoqiang Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: duanxiaoqiang Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="function.openssl-pkey-export-to-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>openssl_pkey_export_to_file</refname>
<refpurpose>将密钥导出到文件中 </refpurpose>
<refpurpose>将密钥导出到文件中</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down
3 changes: 1 addition & 2 deletions reference/openssl/functions/openssl-pkey-new.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2e02eeb87167732c245530d970b79061b8aaa24a Maintainer: duanxiaoqiang Status: ready -->
<!-- Reviewed: no -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: duanxiaoqiang Status: ready -->
<refentry xml:id="function.openssl-pkey-new" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>openssl_pkey_new</refname>
Expand Down
2 changes: 1 addition & 1 deletion reference/openssl/functions/openssl-private-decrypt.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: mowangjuanzi Status: ready -->
<!-- CREDITS: Luffy -->
<refentry xml:id="function.openssl-private-decrypt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/openssl/functions/openssl-private-encrypt.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: duanxiaoqiang Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: duanxiaoqiang Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="function.openssl-private-encrypt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/openssl/functions/openssl-public-decrypt.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: duanxiaoqiang Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: duanxiaoqiang Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="function.openssl-public-decrypt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/openssl/functions/openssl-public-encrypt.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: duanxiaoqiang Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: duanxiaoqiang Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xml:id="function.openssl-public-encrypt" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
5 changes: 2 additions & 3 deletions reference/reflection/reflectionreference/fromarrayelement.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: Luffy Status: ready -->

<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: Luffy Status: ready -->
<refentry xml:id="reflectionreference.fromarrayelement" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ReflectionReference::fromArrayElement</refname>
Expand Down Expand Up @@ -45,7 +44,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
如果 <literal>$array[$key]</literal> 是引用,返回 <classname>ReflectionReference </classname>
如果 <literal>$array[$key]</literal> 是引用,返回 <classname>ReflectionReference</classname>
实例,否则返回 &null;
</para>
</refsect1>
Expand Down
5 changes: 2 additions & 3 deletions reference/seaslog/book.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: neeke Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: neeke Status: ready -->
<!-- CREDITS: Luffy -->

<book xml:id="book.seaslog" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>SeasLog</title>
Expand Down Expand Up @@ -30,7 +29,7 @@
那么有没有一种 Log 类库满足以下需求呢:
<simplelist>
<member>分模块、分级别</member>
<member>配置简单(最好是勿须配置)</member>
<member>配置简单(最好无需配置)</member>
<member>日志格式清晰易读</member>
<member>应用简单、性能很棒</member>
</simplelist>
Expand Down
2 changes: 1 addition & 1 deletion reference/sockets/functions/socket-create-listen.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: songmeifeng Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: songmeifeng Status: ready -->
<!-- CREDITS: Luffy -->
<refentry xml:id="function.socket-create-listen" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/sockets/functions/socket-get-option.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: eb1f12738221677a2d94d94e8dbddd88c6143c94 Maintainer: songmeifeng Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: songmeifeng Status: ready -->
<refentry xml:id="function.socket-get-option" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>socket_get_option</refname>
Expand Down
2 changes: 1 addition & 1 deletion reference/sockets/functions/socket-last-error.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14dc7c47365f2b71f6c907a5ba5bccf42534d5a9 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: mowangjuanzi Status: ready -->
<refentry xml:id="function.socket-last-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>socket_last_error</refname>
Expand Down
2 changes: 1 addition & 1 deletion reference/sockets/functions/socket-recv.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14dc7c47365f2b71f6c907a5ba5bccf42534d5a9 Maintainer: daijie Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: daijie Status: ready -->
<!-- CREDITS: her-cat -->
<refentry xml:id="function.socket-recv" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down
2 changes: 1 addition & 1 deletion reference/sockets/functions/socket-sendto.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14dc7c47365f2b71f6c907a5ba5bccf42534d5a9 Maintainer: songmeifeng Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: songmeifeng Status: ready -->
<refentry xml:id="function.socket-sendto" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>socket_sendto</refname>
Expand Down
2 changes: 1 addition & 1 deletion reference/sockets/functions/socket-set-nonblock.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14dc7c47365f2b71f6c907a5ba5bccf42534d5a9 Maintainer: songmeifeng Status: ready -->
<!-- EN-Revision: e50e79746736dbdfbabe9bd3566793b3ddf38f58 Maintainer: songmeifeng Status: ready -->
<refentry xml:id="function.socket-set-nonblock" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>socket_set_nonblock</refname>
Expand Down

0 comments on commit e59003b

Please sign in to comment.