svn: /phpdoc/ja/trunk/reference/ dom/domcharacterdata.xml dom/domdocument.xml dom/domdocumenttype.xml dom/domelement.xml dom/domentity.xml dom/domexception.xml dom/domnamednodemap.xml dom/domnodelist.xml dom/domnotation.xml dom/domprocessinginstruction.xml dom/domtext.xml solr/solrdocumentfield.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Sun, 05 Apr 2020 13:17:40 +0000

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

Log:
Use consistent modifiers order "public" before "readonly"

Before this change:

public/readonly: 50 cases
readonly/public: 30 cases (mostly in DOM)

Reordered to be always public/readonly, in this order.

Patch provided by Giovanni Giacobbi.

Changed paths:
    U   phpdoc/ja/trunk/reference/dom/domcharacterdata.xml
    U   phpdoc/ja/trunk/reference/dom/domdocument.xml
    U   phpdoc/ja/trunk/reference/dom/domdocumenttype.xml
    U   phpdoc/ja/trunk/reference/dom/domelement.xml
    U   phpdoc/ja/trunk/reference/dom/domentity.xml
    U   phpdoc/ja/trunk/reference/dom/domexception.xml
    U   phpdoc/ja/trunk/reference/dom/domnamednodemap.xml
    U   phpdoc/ja/trunk/reference/dom/domnodelist.xml
    U   phpdoc/ja/trunk/reference/dom/domnotation.xml
    U   phpdoc/ja/trunk/reference/dom/domprocessinginstruction.xml
    U   phpdoc/ja/trunk/reference/dom/domtext.xml
    U   phpdoc/ja/trunk/reference/solr/solrdocumentfield.xml
svn-diffs-349624.txt (text/x-diff, 18 KB)
Modified: phpdoc/ja/trunk/reference/dom/domcharacterdata.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domcharacterdata.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domcharacterdata.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346131 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domcharacterdata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>DOMCharacterData クラス</title>
@@ -48,8 +48,8 @@
      <varname linkend="domcharacterdata.props.data">data</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>int</type>
      <varname linkend="domcharacterdata.props.length">length</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domdocument.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domdocument.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domdocument.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349342 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domdocument" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>DOMDocument クラス</title>
@@ -43,26 +43,26 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domdocument.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domdocument.props.actualencoding">actualEncoding</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>DOMConfiguration</type>
      <varname linkend="domdocument.props.config">config</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>DOMDocumentType</type>
      <varname linkend="domdocument.props.doctype">doctype</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>DOMElement</type>
      <varname linkend="domdocument.props.documentelement">documentElement</varname>
     </fieldsynopsis>
@@ -82,8 +82,8 @@
      <varname linkend="domdocument.props.formatoutput">formatOutput</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>DOMImplementation</type>
      <varname linkend="domdocument.props.implementation">implementation</varname>
     </fieldsynopsis>
@@ -131,8 +131,8 @@
      <varname linkend="domdocument.props.version">version</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domdocument.props.xmlencoding">xmlEncoding</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domdocumenttype.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domdocumenttype.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domdocumenttype.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346131 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domdocumenttype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>DOMDocumentType クラス</title>
@@ -44,38 +44,38 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domdocumenttype.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domdocumenttype.props.publicid">publicId</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domdocumenttype.props.systemid">systemId</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domdocumenttype.props.name">name</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>DOMNamedNodeMap</type>
      <varname linkend="domdocumenttype.props.entities">entities</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>DOMNamedNodeMap</type>
      <varname linkend="domdocumenttype.props.notations">notations</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domdocumenttype.props.internalsubset">internalSubset</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domelement.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domelement.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domelement.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349146 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domelement" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>DOMElement クラス</title>
@@ -44,14 +44,14 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domelement.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>bool</type>
      <varname linkend="domelement.props.schematypeinfo">schemaTypeInfo</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domelement.props.tagname">tagName</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domentity.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domentity.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domentity.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346131 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domentity" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>DOMEntity クラス</title>
@@ -43,20 +43,20 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domentity.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domentity.props.publicid">publicId</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domentity.props.systemid">systemId</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domentity.props.notationname">notationName</varname>
     </fieldsynopsis>
@@ -66,14 +66,14 @@
      <varname linkend="domentity.props.actualencoding">actualEncoding</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domentity.props.encoding">encoding</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domentity.props.version">version</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domexception.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domexception.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domexception.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346131 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
 <!--
 FIXME: Remove me once you perform substitutions
     domexception
@@ -57,8 +58,8 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domexception.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>int</type>
      <varname linkend="domexception.props.code">code</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domnamednodemap.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domnamednodemap.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domnamednodemap.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343781 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
 <!--
 Remove me once you perform substitutions
     domnamednodemap
@@ -50,8 +51,8 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domnamednodemap.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>int</type>
      <varname linkend="domnamednodemap.props.length">length</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domnodelist.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domnodelist.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domnodelist.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345172 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
 <!--
 Remove me once you perform substitutions
     domnodelist
@@ -49,8 +50,8 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domnodelist.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>int</type>
      <varname linkend="domnodelist.props.length">length</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domnotation.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domnotation.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domnotation.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346131 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
 <!--
 FIXME: huh?
 Remove me once you perform substitutions
@@ -52,14 +53,14 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domnotation.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domnotation.props.publicid">publicId</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domnotation.props.systemid">systemId</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domprocessinginstruction.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domprocessinginstruction.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domprocessinginstruction.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346131 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domprocessinginstruction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>DOMProcessingInstruction クラス</title>
@@ -44,8 +44,8 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domprocessinginstruction.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domprocessinginstruction.props.target">target</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/dom/domtext.xml
===================================================================
--- phpdoc/ja/trunk/reference/dom/domtext.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/dom/domtext.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346131 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domtext" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>DOMText クラス</title>
@@ -45,8 +45,8 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
 <!-- If the property is documented below (xml:id=domtext.props) use this -->
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="domtext.props.wholetext">wholeText</varname>
     </fieldsynopsis>

Modified: phpdoc/ja/trunk/reference/solr/solrdocumentfield.xml
===================================================================
--- phpdoc/ja/trunk/reference/solr/solrdocumentfield.xml	2020-04-05 10:45:54 UTC (rev 349623)
+++ phpdoc/ja/trunk/reference/solr/solrdocumentfield.xml	2020-04-05 13:17:40 UTC (rev 349624)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 317663 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 349623 Maintainer: satoruyoshida Status: ready -->
+<!-- Credits: mumumu -->
 <phpdoc:classref xml:id="class.solrdocumentfield" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

  <title>SolrDocumentField クラス</title>
@@ -34,20 +35,20 @@
 <!-- }}} -->
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>string</type>
      <varname linkend="solrdocumentfield.props.name">name</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>float</type>
      <varname linkend="solrdocumentfield.props.boost">boost</varname>
     </fieldsynopsis>
     <fieldsynopsis>
+     <modifier>public</modifier>
      <modifier>readonly</modifier>
-     <modifier>public</modifier>
      <type>array</type>
      <varname linkend="solrdocumentfield.props.values">values</varname>
     </fieldsynopsis>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.