From 9275ab81cf03c3215d811b3bda62b73e2ed7ebda Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 6 Jan 2004 12:34:21 +0000 Subject: [PATCH] WS : *don't* use tabulations git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147962 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/localeconv.xml | 105 +++++++++++---------- reference/uodbc/functions/odbc-binmode.xml | 82 ++++++++-------- reference/uodbc/functions/odbc-connect.xml | 10 +- reference/uodbc/functions/odbc-tables.xml | 38 ++++---- 4 files changed, 118 insertions(+), 117 deletions(-) diff --git a/reference/strings/functions/localeconv.xml b/reference/strings/functions/localeconv.xml index 2ab63a3a1b..c97942b792 100644 --- a/reference/strings/functions/localeconv.xml +++ b/reference/strings/functions/localeconv.xml @@ -1,5 +1,5 @@ - + @@ -108,55 +108,56 @@ p_sign_posn - - 0 - - Parentheses surround the quantity and currency_symbol - 1 - - The sign string precedes the quantity and currency_symbol - - 2 - - The sign string succeeds the quantity and currency_symbol - - 3 - - The sign string immediately precedes the currency_symbol - - 4 - - The sign string immediately succeeds the currency_symbol - - - - - - n_sign_posn - - - 0 - - Parentheses surround the quantity and currency_symbol - - 1 - - The sign string precedes the quantity and currency_symbol - - 2 - - The sign string succeeds the quantity and currency_symbol - - 3 - - The sign string immediately precedes the currency_symbol - - 4 - The sign string immediately succeeds the currency_symbol - - - - + + 0 + + Parentheses surround the quantity and currency_symbol + 1 + + The sign string precedes the quantity and currency_symbol + + 2 + + The sign string succeeds the quantity and currency_symbol + + 3 + + The sign string immediately precedes the currency_symbol + + 4 + + The sign string immediately succeeds the currency_symbol + + + + + + n_sign_posn + + + 0 + + Parentheses surround the quantity and currency_symbol + + 1 + + The sign string precedes the quantity and currency_symbol + + 2 + + The sign string succeeds the quantity and currency_symbol + + 3 + + The sign string immediately precedes the currency_symbol + + 4 + + The sign string immediately succeeds the currency_symbol + + + + @@ -179,7 +180,7 @@ setlocale(LC_ALL, "en_US"); $locale_info = localeconv(); -echo "
\n";
+echo "
\n";
 echo "--------------------------------------------\n";
 echo "  Monetary information for current locale:  \n";
 echo "--------------------------------------------\n\n";
@@ -198,7 +199,7 @@ echo "n_cs_precedes:     {$locale_info["n_cs_precedes"]}\n";
 echo "n_sep_by_space:    {$locale_info["n_sep_by_space"]}\n";
 echo "p_sign_posn:       {$locale_info["p_sign_posn"]}\n";
 echo "n_sign_posn:       {$locale_info["n_sign_posn"]}\n";
-echo "
\n"; +echo "
\n"; ?> ]]> diff --git a/reference/uodbc/functions/odbc-binmode.xml b/reference/uodbc/functions/odbc-binmode.xml index 89dcce4785..f078435a74 100644 --- a/reference/uodbc/functions/odbc-binmode.xml +++ b/reference/uodbc/functions/odbc-binmode.xml @@ -1,5 +1,5 @@ - + @@ -44,48 +44,48 @@ LONGVARBINARY handling - - binmode - longreadlen - result - + + binmode + longreadlen + result + - - ODBC_BINMODE_PASSTHRU - 0 - passthru - - - ODBC_BINMODE_RETURN - 0 - passthru - - - ODBC_BINMODE_CONVERT - 0 - passthru - - - ODBC_BINMODE_PASSTHRU - 0 - passthru - - - ODBC_BINMODE_PASSTHRU - >0 - passthru - - - ODBC_BINMODE_RETURN - >0 - return as is - - - ODBC_BINMODE_CONVERT - >0 - return as char - + + ODBC_BINMODE_PASSTHRU + 0 + passthru + + + ODBC_BINMODE_RETURN + 0 + passthru + + + ODBC_BINMODE_CONVERT + 0 + passthru + + + ODBC_BINMODE_PASSTHRU + 0 + passthru + + + ODBC_BINMODE_PASSTHRU + >0 + passthru + + + ODBC_BINMODE_RETURN + >0 + return as is + + + ODBC_BINMODE_CONVERT + >0 + return as char + diff --git a/reference/uodbc/functions/odbc-connect.xml b/reference/uodbc/functions/odbc-connect.xml index 10f5e49482..71f7a3535b 100644 --- a/reference/uodbc/functions/odbc-connect.xml +++ b/reference/uodbc/functions/odbc-connect.xml @@ -1,5 +1,5 @@ - + @@ -42,22 +42,22 @@ - SQL_CUR_USE_IF_NEEDED + SQL_CUR_USE_IF_NEEDED - SQL_CUR_USE_ODBC + SQL_CUR_USE_ODBC - SQL_CUR_USE_DRIVER + SQL_CUR_USE_DRIVER - SQL_CUR_DEFAULT + SQL_CUR_DEFAULT diff --git a/reference/uodbc/functions/odbc-tables.xml b/reference/uodbc/functions/odbc-tables.xml index a39080b633..cc5637ee6e 100644 --- a/reference/uodbc/functions/odbc-tables.xml +++ b/reference/uodbc/functions/odbc-tables.xml @@ -1,5 +1,5 @@ - + @@ -52,32 +52,32 @@ - If qualifier is a single percent - character (%) and owner and - name are empty strings, then the result - set contains a list of valid qualifiers for the data - source. (All columns except the TABLE_QUALIFIER column contain - NULLs.) + If qualifier is a single percent + character (%) and owner and + name are empty strings, then the result + set contains a list of valid qualifiers for the data + source. (All columns except the TABLE_QUALIFIER column contain + NULLs.) - If owner is a single percent character - (%) and qualifier and - name are empty strings, then the result - set contains a list of valid owners for the data source. (All - columns except the TABLE_OWNER column contain - NULLs.) + If owner is a single percent character + (%) and qualifier and + name are empty strings, then the result + set contains a list of valid owners for the data source. (All + columns except the TABLE_OWNER column contain + NULLs.) - If table_type is a single percent - character (%) and qualifier, - owner and name - are empty strings, then the result set contains a list of - valid table types for the data source. (All columns except the - TABLE_TYPE column contain NULLs.) + If table_type is a single percent + character (%) and qualifier, + owner and name + are empty strings, then the result set contains a list of + valid table types for the data source. (All columns except the + TABLE_TYPE column contain NULLs.)