Remove matrix parameters from the documentation (#11587)

* Remove matrix parameters from the documentation

* Remove translations that relates matrix parameters
diff --git a/doc/developer-guide/api/functions/TSUrlHostGet.en.rst b/doc/developer-guide/api/functions/TSUrlHostGet.en.rst
index 9dc246d..1497e62 100644
--- a/doc/developer-guide/api/functions/TSUrlHostGet.en.rst
+++ b/doc/developer-guide/api/functions/TSUrlHostGet.en.rst
@@ -40,7 +40,6 @@
 .. 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 @@
 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 0f3578a..ec71fe1 100644
--- a/doc/developer-guide/api/functions/TSUrlHostSet.en.rst
+++ b/doc/developer-guide/api/functions/TSUrlHostSet.en.rst
@@ -38,7 +38,6 @@
 .. 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 @@
 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 bdf62d5..93014a1 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 @@
 :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 ac91288..a7b8c41 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 @@
 "次の任意のパラメーターがプラグインインスタンスの振る舞いを変更するために使用"
 "できます。 ::"
 
-#: ../../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 f0b30ff..b7ac69c 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 @@
 #: ../../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 81bfd6b..382fbb7 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 @@
 #: ../../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 2ad5555..3976cf0 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 @@
 ":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:"