This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit e35e8fbd07e8ffba8ee9c7891c3bc484e6847d9f Author: Masakazu Kitajo <[email protected]> AuthorDate: Mon Jul 22 16:50:54 2024 -0600 Remove matrix parameters from the documentation (#11587) * Remove matrix parameters from the documentation * Remove translations that relates matrix parameters (cherry picked from commit 8fd579b260895b67e739d0b0ec3443e275e8c481) --- doc/developer-guide/api/functions/TSUrlHostGet.en.rst | 3 +-- doc/developer-guide/api/functions/TSUrlHostSet.en.rst | 3 +-- doc/developer-guide/plugins/http-headers/urls.en.rst | 2 -- doc/locale/ja/LC_MESSAGES/admin-guide/plugins/regex_remap.en.po | 8 -------- .../LC_MESSAGES/developer-guide/api/functions/TSUrlHostGet.en.po | 2 +- .../LC_MESSAGES/developer-guide/api/functions/TSUrlHostSet.en.po | 2 +- .../LC_MESSAGES/developer-guide/plugins/http-headers/urls.en.po | 1 - 7 files changed, 4 insertions(+), 17 deletions(-) diff --git a/doc/developer-guide/api/functions/TSUrlHostGet.en.rst b/doc/developer-guide/api/functions/TSUrlHostGet.en.rst index 9dc246d267..1497e625c9 100644 --- a/doc/developer-guide/api/functions/TSUrlHostGet.en.rst +++ b/doc/developer-guide/api/functions/TSUrlHostGet.en.rst @@ -40,7 +40,6 @@ Synopsis .. function:: int TSUrlRawPortGet(TSMBuffer bufp, TSMLoc offset) .. function:: const char * TSUrlPathGet(TSMBuffer bufp, TSMLoc offset, int * length) .. function:: const char * TSUrlHttpQueryGet(TSMBuffer bufp, TSMLoc offset, int * length) -.. function:: const char * TSUrlHttpParamsGet(TSMBuffer bufp, TSMLoc offset, int * length) .. function:: const char * TSUrlHttpFragmentGet(TSMBuffer bufp, TSMLoc offset, int * length) Description @@ -53,7 +52,7 @@ and retrieve or modify parts of URLs, such as their host, port or scheme information. :func:`TSUrlSchemeGet`, :func:`TSUrlRawSchemeGet`, :func:`TSUrlUserGet`, :func:`TSUrlPasswordGet`, -:func:`TSUrlHostGet`, :func:`TSUrlPathGet`, :func:`TSUrlHttpParamsGet`, :func:`TSUrlHttpQueryGet` +:func:`TSUrlHostGet`, :func:`TSUrlPathGet`, :func:`TSUrlHttpQueryGet` and :func:`TSUrlHttpFragmentGet` each retrieve an internal pointer to the specified portion of the URL from the marshall buffer :arg:`bufp`. The length of the returned string is placed in :arg:`length` and a pointer to the URL diff --git a/doc/developer-guide/api/functions/TSUrlHostSet.en.rst b/doc/developer-guide/api/functions/TSUrlHostSet.en.rst index 0f3578a9f1..ec71fe1ffb 100644 --- a/doc/developer-guide/api/functions/TSUrlHostSet.en.rst +++ b/doc/developer-guide/api/functions/TSUrlHostSet.en.rst @@ -38,7 +38,6 @@ Synopsis .. function:: TSReturnCode TSUrlPortSet(TSMBuffer bufp, TSMLoc offset, int port) .. function:: TSReturnCode TSUrlPathSet(TSMBuffer bufp, TSMLoc offset, const char * value, int length) .. function:: TSReturnCode TSUrlHttpQuerySet(TSMBuffer bufp, TSMLoc offset, const char * value, int length) -.. function:: TSReturnCode TSUrlHttpParamsSet(TSMBuffer bufp, TSMLoc offset, const char * value, int length) .. function:: TSReturnCode TSUrlHttpFragmentSet(TSMBuffer bufp, TSMLoc offset, const char * value, int length) Description @@ -51,7 +50,7 @@ and retrieve or modify parts of URLs, such as their host, port or scheme information. :func:`TSUrlSchemeSet`, :func:`TSUrlUserSet`, :func:`TSUrlPasswordSet`, -:func:`TSUrlHostSet`, :func:`TSUrlHttpParamsSet`, :func:`TSUrlHttpQuerySet` +:func:`TSUrlHostSet`, :func:`TSUrlHttpQuerySet` and :func:`TSUrlHttpFragmentSet` each set the specified portion of the URL located at offset within the marshal buffer :arg:`bufp` to the string value. If :arg:`length` is :literal:`-1` then these functions assume that value diff --git a/doc/developer-guide/plugins/http-headers/urls.en.rst b/doc/developer-guide/plugins/http-headers/urls.en.rst index bdf62d5ffe..93014a16aa 100644 --- a/doc/developer-guide/plugins/http-headers/urls.en.rst +++ b/doc/developer-guide/plugins/http-headers/urls.en.rst @@ -119,8 +119,6 @@ Traffic Server **URL functions** are listed below: :func:`TSUrlHostSet` :func:`TSUrlHttpFragmentGet` :func:`TSUrlHttpFragmentSet` -:func:`TSUrlHttpParamsGet` -:func:`TSUrlHttpParamsSet` :func:`TSUrlHttpQueryGet` :func:`TSUrlHttpQuerySet` :func:`TSUrlLengthGet` diff --git a/doc/locale/ja/LC_MESSAGES/admin-guide/plugins/regex_remap.en.po b/doc/locale/ja/LC_MESSAGES/admin-guide/plugins/regex_remap.en.po index ac912880bc..a7b8c41ada 100644 --- a/doc/locale/ja/LC_MESSAGES/admin-guide/plugins/regex_remap.en.po +++ b/doc/locale/ja/LC_MESSAGES/admin-guide/plugins/regex_remap.en.po @@ -51,14 +51,6 @@ msgstr "" "次の任意のパラメーターがプラグインインスタンスの振る舞いを変更するために使用" "できます。 ::" -#: ../../admin-guide/plugins/regex_remap.en.rst:83 -msgid "" -"Finally, you can also include the matrix parameters in the string, using " -"the option 'matrix-parameters', e.g. ::" -msgstr "" -"最後に、'matrix-parameters' オプションを使用することで、文字列内に行列パラ" -"メーターを含めることができます。 ::" - #: ../../admin-guide/plugins/regex_remap.en.rst:4 msgid "Regex Remap Plugin" msgstr "Regex リマッププラグイン" diff --git a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostGet.en.po b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostGet.en.po index f0b30ffe67..b7ac69c17d 100644 --- a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostGet.en.po +++ b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostGet.en.po @@ -77,7 +77,7 @@ msgstr "" #: ../../developer-guide/api/functions/TSUrlHostGet.en.rst:51 msgid "" ":func:`TSUrlSchemeGet`, :func:`TSUrlUserGet`, :func:`TSUrlPasswordGet`, :" -"func:`TSUrlHostGet`, :func:`TSUrlHttpParamsGet`, :func:`TSUrlHttpQueryGet` " +"func:`TSUrlHostGet`, :func:`TSUrlHttpQueryGet` " "and :func:`TSUrlHttpFragmentGet` each retrieve an internal pointer to the " "specified portion of the URL from the marshall buffer :arg:`bufp`. The " "length of the returned string is placed in :arg:`length` and a pointer to " diff --git a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostSet.en.po b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostSet.en.po index 81bfd6be1c..382fbb7aff 100644 --- a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostSet.en.po +++ b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSUrlHostSet.en.po @@ -68,7 +68,7 @@ msgstr "" #: ../../developer-guide/api/functions/TSUrlHostSet.en.rst:51 msgid "" ":func:`TSUrlSchemeSet`, :func:`TSUrlUserSet`, :func:`TSUrlPasswordSet`, :" -"func:`TSUrlHostSet`, :func:`TSUrlHttpParamsSet`, :func:`TSUrlHttpQuerySet` " +"func:`TSUrlHostSet`, :func:`TSUrlHttpQuerySet` " "and :func:`TSUrlHttpFragmentSet` each set the specified portion of the URL " "located at offset within the marshal buffer :arg:`bufp` to the string " "value. If :arg:`length` is :literal:`-1` then these functions assume that " diff --git a/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/http-headers/urls.en.po b/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/http-headers/urls.en.po index 2ad55555b9..3976cf095a 100644 --- a/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/http-headers/urls.en.po +++ b/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/http-headers/urls.en.po @@ -176,7 +176,6 @@ msgid "" ":c:func:`TSUrlPrint` :c:func:`TSUrlFtpTypeGet` :c:func:" "`TSUrlFtpTypeSet` :c:func:`TSUrlHostGet` :c:func:`TSUrlHostSet` :c:func:" "`TSUrlHttpFragmentGet` :c:func:`TSUrlHttpFragmentSet` :c:func:" -"`TSUrlHttpParamsGet` :c:func:`TSUrlHttpParamsSet` :c:func:" "`TSUrlHttpQueryGet` :c:func:`TSUrlHttpQuerySet` :c:func:`TSUrlLengthGet` :c:" "func:`TSUrlParse` :c:func:`TSUrlPasswordGet` :c:func:`TSUrlPasswordSet` :c:" "func:`TSUrlPathGet` :c:func:`TSUrlPathSet` :c:func:`TSUrlPortGet` :c:func:"
