Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/developer-guide/api/functions/TSUrlHostGet.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions doc/developer-guide/api/functions/TSUrlHostSet.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions doc/developer-guide/plugins/http-headers/urls.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 リマッププラグイン"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down