From 29d60cdd32c01c456c234a36d892ca48b5c37532 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 3 Oct 2011 13:18:10 +0000 Subject: [PATCH] Use consistent line terminator. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317652 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/json/jsonserializable.xml | 4 +- reference/rar/rararchive/issolid.xml | 26 +- .../rar/rarexception/isusingexceptions.xml | 8 +- .../rar/rarexception/setusingexceptions.xml | 28 +- .../reflection/reflectionzendextension.xml | 48 +-- reference/spl/cachingiterator.xml | 373 +++++++++--------- reference/spl/callbackfilteriterator.xml | 42 +- .../spl/recursivecallbackfilteriterator.xml | 50 +-- reference/spl/splfileinfo/isdir.xml | 160 ++++---- reference/spl/splfileinfo/isfile.xml | 160 ++++---- reference/spl/splfileinfo/isreadable.xml | 158 ++++---- 11 files changed, 533 insertions(+), 524 deletions(-) diff --git a/reference/json/jsonserializable.xml b/reference/json/jsonserializable.xml index 5e827aa20b..511adbaeed 100644 --- a/reference/json/jsonserializable.xml +++ b/reference/json/jsonserializable.xml @@ -31,8 +31,8 @@ - - &Methods; + + &Methods; diff --git a/reference/rar/rararchive/issolid.xml b/reference/rar/rararchive/issolid.xml index 84fec5c69c..74807475dd 100644 --- a/reference/rar/rararchive/issolid.xml +++ b/reference/rar/rararchive/issolid.xml @@ -28,17 +28,17 @@ &reftitle.parameters; - - - - rarfile - - - A RarArchive object, opened with rar_open. - - - - + + + + rarfile + + + A RarArchive object, opened with rar_open. + + + + @@ -48,7 +48,7 @@ Returns &true; if the archive is solid, &false; otherwise. - + &reftitle.examples; @@ -88,7 +88,7 @@ echo "$arch2: " . (rar_solid_is($arch2)?'yes':'no') . "\n"; - + diff --git a/reference/rar/rarexception/isusingexceptions.xml b/reference/rar/rarexception/isusingexceptions.xml index da2bfeea12..a13172a347 100644 --- a/reference/rar/rarexception/isusingexceptions.xml +++ b/reference/rar/rarexception/isusingexceptions.xml @@ -31,7 +31,7 @@ Returns &true; if exceptions are being used, &false; otherwise. - + &reftitle.examples; @@ -53,9 +53,9 @@ bool(false) - + + - &reftitle.seealso; @@ -63,7 +63,7 @@ bool(false) RarException::setUsingExceptions - + diff --git a/reference/rar/rarexception/setusingexceptions.xml b/reference/rar/rarexception/setusingexceptions.xml index adfd9b00da..7cf0ae6c10 100644 --- a/reference/rar/rarexception/setusingexceptions.xml +++ b/reference/rar/rarexception/setusingexceptions.xml @@ -37,17 +37,17 @@ &reftitle.parameters; - - - - using_exceptions - - - Should be &true; to activate exception throwing, &false; to deactivate (the default). - - - - + + + + using_exceptions + + + Should be &true; to activate exception throwing, &false; to deactivate (the default). + + + + @@ -88,9 +88,9 @@ Stack trace: - + + - &reftitle.seealso; @@ -98,7 +98,7 @@ Stack trace: RarException::isUsingExceptions - + diff --git a/reference/reflection/reflectionzendextension.xml b/reference/reflection/reflectionzendextension.xml index 69f759bbf3..5e8e46f82b 100644 --- a/reference/reflection/reflectionzendextension.xml +++ b/reference/reflection/reflectionzendextension.xml @@ -29,40 +29,40 @@ ReflectionZendExtension - - - Reflector + + + Reflector - &Properties; - - public - name - + &Properties; + + public + name + - - &Methods; + + &Methods; - - -
- &reftitle.properties; - - - name - - - - - -
- + + +
+ &reftitle.properties; + + + name + + + + + +
+ diff --git a/reference/spl/cachingiterator.xml b/reference/spl/cachingiterator.xml index a50cf4aa8d..b8518345dc 100644 --- a/reference/spl/cachingiterator.xml +++ b/reference/spl/cachingiterator.xml @@ -1,186 +1,187 @@ - - - - The CachingIterator class - CachingIterator - - - - -
- &reftitle.intro; - - This object supports cached iteration over another iterator. - -
- - -
- &reftitle.classsynopsis; - - - - CachingIterator - - - - - CachingIterator - - - - extends - IteratorIterator - - - - OuterIterator - - - - Traversable - - - - Iterator - - - - ArrayAccess - - - - Countable - - - - &Constants; - - const - integer - CachingIterator::CALL_TOSTRING - 1 - - - const - integer - CachingIterator::CATCH_GET_CHILD - 16 - - - const - integer - CachingIterator::TOSTRING_USE_KEY - 2 - - - const - integer - CachingIterator::TOSTRING_USE_CURRENT - 4 - - - const - integer - CachingIterator::TOSTRING_USE_INNER - 8 - - - const - integer - CachingIterator::FULL_CACHE - 256 - - - &Methods; - - - - - -
- -
- &reftitle.constants; -
- CachingIterator Node Types - - - - CachingIterator::CALL_TOSTRING - - Description here... - - - - - CachingIterator::CATCH_GET_CHILD - - Description here... - - - - - CachingIterator::TOSTRING_USE_KEY - - Description here... - - - - - CachingIterator::TOSTRING_USE_CURRENT - - Description here... - - - - - CachingIterator::TOSTRING_USE_INNER - - Description here... - - - - - CachingIterator::FULL_CACHE - - Cache all read data. - - - - -
-
- - - -
- - &reference.spl.entities.cachingiterator; - -
- - - + + + + The CachingIterator class + CachingIterator + + + + +
+ &reftitle.intro; + + This object supports cached iteration over another iterator. + +
+ + +
+ &reftitle.classsynopsis; + + + + CachingIterator + + + + + CachingIterator + + + + extends + IteratorIterator + + + + OuterIterator + + + + Traversable + + + + Iterator + + + + ArrayAccess + + + + Countable + + + + &Constants; + + const + integer + CachingIterator::CALL_TOSTRING + 1 + + + const + integer + CachingIterator::CATCH_GET_CHILD + 16 + + + const + integer + CachingIterator::TOSTRING_USE_KEY + 2 + + + const + integer + CachingIterator::TOSTRING_USE_CURRENT + 4 + + + const + integer + CachingIterator::TOSTRING_USE_INNER + 8 + + + const + integer + CachingIterator::FULL_CACHE + 256 + + + &Methods; + + + + + +
+ + +
+ &reftitle.constants; +
+ CachingIterator Node Types + + + + CachingIterator::CALL_TOSTRING + + Description here... + + + + + CachingIterator::CATCH_GET_CHILD + + Description here... + + + + + CachingIterator::TOSTRING_USE_KEY + + Description here... + + + + + CachingIterator::TOSTRING_USE_CURRENT + + Description here... + + + + + CachingIterator::TOSTRING_USE_INNER + + Description here... + + + + + CachingIterator::FULL_CACHE + + Cache all read data. + + + + +
+
+ + + +
+ + &reference.spl.entities.cachingiterator; + +
+ + + diff --git a/reference/spl/callbackfilteriterator.xml b/reference/spl/callbackfilteriterator.xml index 5dcdec24ac..996f69f13a 100644 --- a/reference/spl/callbackfilteriterator.xml +++ b/reference/spl/callbackfilteriterator.xml @@ -29,32 +29,32 @@ CallbackFilterIterator - - - extends - FilterIterator + + + extends + FilterIterator - - - Iterator - - - - Traversable - - - - OuterIterator + + + Iterator + + + + Traversable + + + + OuterIterator - - &Methods; - + + &Methods; + - - &InheritedMethods; - + + &InheritedMethods; + diff --git a/reference/spl/recursivecallbackfilteriterator.xml b/reference/spl/recursivecallbackfilteriterator.xml index 5e097aae57..bc1bd7778f 100644 --- a/reference/spl/recursivecallbackfilteriterator.xml +++ b/reference/spl/recursivecallbackfilteriterator.xml @@ -29,36 +29,36 @@ RecursiveCallbackFilterIterator - - - extends - CallbackFilterIterator + + + extends + CallbackFilterIterator - - - OuterIterator - - - - Traversable - - - - Iterator - - - - RecursiveIterator + + + OuterIterator + + + + Traversable + + + + Iterator + + + + RecursiveIterator - - &Methods; - + + &Methods; + - - &InheritedMethods; - + + &InheritedMethods; + diff --git a/reference/spl/splfileinfo/isdir.xml b/reference/spl/splfileinfo/isdir.xml index 9ebd9c87f4..e7a9222a6c 100644 --- a/reference/spl/splfileinfo/isdir.xml +++ b/reference/spl/splfileinfo/isdir.xml @@ -1,79 +1,81 @@ - - - - - - SplFileInfo::isDir - Tells if the file is a directory - - - - &reftitle.description; - - public boolSplFileInfo::isDir - - - - This method can be used to determine if the file is a directory. - - - - - &reftitle.parameters; - &no.function.parameters; - - - - &reftitle.returnvalues; - - Returns &true; if a directory, &false; otherwise. - - - - - &reftitle.examples; - - - <function>SplFileInfo::isDir</function> example - -isDir()); - -$d = new SplFileInfo(__FILE__); -var_dump($d->isDir()); -?> -]]> - - &example.outputs.similar; - - - - - - - - - - + + + + + + SplFileInfo::isDir + Tells if the file is a directory + + + + &reftitle.description; + + public boolSplFileInfo::isDir + + + + This method can be used to determine if the file is a directory. + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns &true; if a directory, &false; otherwise. + + + + + &reftitle.examples; + + + <function>SplFileInfo::isDir</function> example + +isDir()); + +$d = new SplFileInfo(__FILE__); +var_dump($d->isDir()); +?> +]]> + + &example.outputs.similar; + + + + + + + + + + diff --git a/reference/spl/splfileinfo/isfile.xml b/reference/spl/splfileinfo/isfile.xml index d28efdfb59..ad6cbb3629 100644 --- a/reference/spl/splfileinfo/isfile.xml +++ b/reference/spl/splfileinfo/isfile.xml @@ -1,79 +1,81 @@ - - - - - - SplFileInfo::isFile - Tells if the object references a regular file - - - - &reftitle.description; - - public boolSplFileInfo::isFile - - - - Checks if the file referenced by this SplFileInfo object exists and is a regular file. - - - - - &reftitle.parameters; - &no.function.parameters; - - - - &reftitle.returnvalues; - - Returns &true; if the file exists and is a regular file (not a link), &false; otherwise. - - - - - &reftitle.examples; - - - <function>SplFileInfo::isFile</function> example - -isFile()); - -$info = new SplFileInfo(dirname(__FILE__)); -var_dump($info->isFile()); -?> -]]> - - &example.outputs.similar; - - - - - - - - - - + + + + + + SplFileInfo::isFile + Tells if the object references a regular file + + + + &reftitle.description; + + public boolSplFileInfo::isFile + + + + Checks if the file referenced by this SplFileInfo object exists and is a regular file. + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns &true; if the file exists and is a regular file (not a link), &false; otherwise. + + + + + &reftitle.examples; + + + <function>SplFileInfo::isFile</function> example + +isFile()); + +$info = new SplFileInfo(dirname(__FILE__)); +var_dump($info->isFile()); +?> +]]> + + &example.outputs.similar; + + + + + + + + + + diff --git a/reference/spl/splfileinfo/isreadable.xml b/reference/spl/splfileinfo/isreadable.xml index 7eddde56d0..5c72fb6dfa 100644 --- a/reference/spl/splfileinfo/isreadable.xml +++ b/reference/spl/splfileinfo/isreadable.xml @@ -1,77 +1,81 @@ - - - - - - SplFileInfo::isReadable - Tells if file is readable - - - - &reftitle.description; - - public boolSplFileInfo::isReadable - - - - Check if the file is readable. - - - - - &reftitle.parameters; - &no.function.parameters; - - - - &reftitle.returnvalues; - - Returns &true; if readable, &false; otherwise. - - - - - &reftitle.examples; - - - <function>SplFileInfo::isReadable</function> example - -isReadable()); - $info = new SplFileInfo('foo'); var_dump($info->isReadable()); -?> -]]> - - &example.outputs.similar; - - - - - - - - - - + + + + + + SplFileInfo::isReadable + Tells if file is readable + + + + &reftitle.description; + + public boolSplFileInfo::isReadable + + + + Check if the file is readable. + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns &true; if readable, &false; otherwise. + + + + + &reftitle.examples; + + + <function>SplFileInfo::isReadable</function> example + +isReadable()); + +$info = new SplFileInfo('foo'); +var_dump($info->isReadable()); +?> +]]> + + &example.outputs.similar; + + + + + + + + + +