Home
last modified time | relevance | path

Searched refs:header_prefix (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dssl_logger.erl152 [header_prefix(Direction),
166 [header_prefix(Direction),
175 [header_prefix(Direction)]),
180 [header_prefix(Direction)]),
185 [header_prefix(Direction)]),
190 [header_prefix(Direction)]),
195 [header_prefix(Direction)]),
200 [header_prefix(Direction)]),
205 [header_prefix(Direction)]),
311 header_prefix(inbound) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl151 [header_prefix(Direction),
165 [header_prefix(Direction),
174 [header_prefix(Direction)]),
179 [header_prefix(Direction)]),
184 [header_prefix(Direction)]),
189 [header_prefix(Direction)]),
194 [header_prefix(Direction)]),
199 [header_prefix(Direction)]),
204 [header_prefix(Direction)]),
310 header_prefix(inbound) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl151 [header_prefix(Direction),
165 [header_prefix(Direction),
174 [header_prefix(Direction)]),
179 [header_prefix(Direction)]),
184 [header_prefix(Direction)]),
189 [header_prefix(Direction)]),
194 [header_prefix(Direction)]),
199 [header_prefix(Direction)]),
204 [header_prefix(Direction)]),
310 header_prefix(inbound) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl151 [header_prefix(Direction),
165 [header_prefix(Direction),
174 [header_prefix(Direction)]),
179 [header_prefix(Direction)]),
184 [header_prefix(Direction)]),
189 [header_prefix(Direction)]),
194 [header_prefix(Direction)]),
199 [header_prefix(Direction)]),
204 [header_prefix(Direction)]),
310 header_prefix(inbound) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Dssl_logger.erl151 [header_prefix(Direction),
165 [header_prefix(Direction),
174 [header_prefix(Direction)]),
179 [header_prefix(Direction)]),
184 [header_prefix(Direction)]),
189 [header_prefix(Direction)]),
194 [header_prefix(Direction)]),
199 [header_prefix(Direction)]),
204 [header_prefix(Direction)]),
310 header_prefix(inbound) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dssl_logger.erl152 [header_prefix(Direction),
166 [header_prefix(Direction),
175 [header_prefix(Direction)]),
180 [header_prefix(Direction)]),
185 [header_prefix(Direction)]),
190 [header_prefix(Direction)]),
195 [header_prefix(Direction)]),
200 [header_prefix(Direction)]),
205 [header_prefix(Direction)]),
302 header_prefix(inbound) -> function
[all …]
/dports/www/py-dj32-djangorestframework/djangorestframework-3.12.4/tests/authentication/
H A Dtest_authentication.py274 header_prefix = 'Token ' variable in BaseTokenAuthTests
293 auth = self.header_prefix + self.key
306 HTTP_AUTHORIZATION=self.header_prefix + 'foobar_token'
312 auth = self.header_prefix + 'wxyz6789'
321 HTTP_AUTHORIZATION=self.header_prefix)
327 HTTP_AUTHORIZATION=self.header_prefix + 'foo bar'
333 auth = self.header_prefix + self.key + "¸"
344 auth = self.header_prefix + self.key
356 auth = self.header_prefix + self.key
456 header_prefix = 'Bearer ' variable in CustomKeywordTokenAuthTests
/dports/www/py-djangorestframework/djangorestframework-3.12.4/tests/authentication/
H A Dtest_authentication.py274 header_prefix = 'Token ' variable in BaseTokenAuthTests
293 auth = self.header_prefix + self.key
306 HTTP_AUTHORIZATION=self.header_prefix + 'foobar_token'
312 auth = self.header_prefix + 'wxyz6789'
321 HTTP_AUTHORIZATION=self.header_prefix)
327 HTTP_AUTHORIZATION=self.header_prefix + 'foo bar'
333 auth = self.header_prefix + self.key + "¸"
344 auth = self.header_prefix + self.key
356 auth = self.header_prefix + self.key
456 header_prefix = 'Bearer ' variable in CustomKeywordTokenAuthTests
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/tooling/graphql/docs/
H A Dhelper.rb113 header_prefix = '#' * level_bump
115 render_simple_fields(no_args, type_name, header_prefix),
116 render_fields_with_arguments(with_args, type_name, header_prefix)
200 def render_simple_fields(fields, type_name, header_prefix) argument
201 render_field_table(header_prefix + FIELD_HEADER, fields, type_name)
204 def render_fields_with_arguments(fields, type_name, header_prefix) argument
207 level = 5 + header_prefix.length
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/cpp/src/
H A Dvalidating_util.cc55 bool UnwrapHeader(const char* header_prefix, in UnwrapHeader() argument
59 assert(header_prefix != nullptr); in UnwrapHeader()
64 0, header_prefix_length, header_prefix, header_prefix_length) != 0) { in UnwrapHeader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaddressinput/src/cpp/src/
H A Dvalidating_util.cc55 bool UnwrapHeader(const char* header_prefix, in UnwrapHeader() argument
59 assert(header_prefix != nullptr); in UnwrapHeader()
64 0, header_prefix_length, header_prefix, header_prefix_length) != 0) { in UnwrapHeader()
/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dexample.php2 $header_prefix = 'file'; variable
18 $key = $header_prefix.$i;
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dsmtplib.py944 header_prefix = ''
946 header_prefix = 'Resent-'
951 from_addr = (msg[header_prefix + 'Sender']
952 if (header_prefix + 'Sender') in msg
953 else msg[header_prefix + 'From'])
956 addr_fields = [f for f in (msg[header_prefix + 'To'],
957 msg[header_prefix + 'Bcc'],
958 msg[header_prefix + 'Cc'])
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dsmtplib.py944 header_prefix = ''
946 header_prefix = 'Resent-'
951 from_addr = (msg[header_prefix + 'Sender']
952 if (header_prefix + 'Sender') in msg
953 else msg[header_prefix + 'From'])
956 addr_fields = [f for f in (msg[header_prefix + 'To'],
957 msg[header_prefix + 'Bcc'],
958 msg[header_prefix + 'Cc'])
/dports/lang/python37/Python-3.7.12/Lib/
H A Dsmtplib.py931 header_prefix = ''
933 header_prefix = 'Resent-'
938 from_addr = (msg[header_prefix + 'Sender']
939 if (header_prefix + 'Sender') in msg
940 else msg[header_prefix + 'From'])
943 addr_fields = [f for f in (msg[header_prefix + 'To'],
944 msg[header_prefix + 'Bcc'],
945 msg[header_prefix + 'Cc'])
/dports/lang/python38/Python-3.8.12/Lib/
H A Dsmtplib.py944 header_prefix = ''
946 header_prefix = 'Resent-'
951 from_addr = (msg[header_prefix + 'Sender']
952 if (header_prefix + 'Sender') in msg
953 else msg[header_prefix + 'From'])
956 addr_fields = [f for f in (msg[header_prefix + 'To'],
957 msg[header_prefix + 'Bcc'],
958 msg[header_prefix + 'Cc'])
/dports/lang/python310/Python-3.10.1/Lib/
H A Dsmtplib.py946 header_prefix = ''
948 header_prefix = 'Resent-'
953 from_addr = (msg[header_prefix + 'Sender']
954 if (header_prefix + 'Sender') in msg
955 else msg[header_prefix + 'From'])
958 addr_fields = [f for f in (msg[header_prefix + 'To'],
959 msg[header_prefix + 'Bcc'],
960 msg[header_prefix + 'Cc'])
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dsmtplib.py944 header_prefix = ''
946 header_prefix = 'Resent-'
951 from_addr = (msg[header_prefix + 'Sender']
952 if (header_prefix + 'Sender') in msg
953 else msg[header_prefix + 'From'])
956 addr_fields = [f for f in (msg[header_prefix + 'To'],
957 msg[header_prefix + 'Bcc'],
958 msg[header_prefix + 'Cc'])
/dports/lang/python39/Python-3.9.9/Lib/
H A Dsmtplib.py946 header_prefix = ''
948 header_prefix = 'Resent-'
953 from_addr = (msg[header_prefix + 'Sender']
954 if (header_prefix + 'Sender') in msg
955 else msg[header_prefix + 'From'])
958 addr_fields = [f for f in (msg[header_prefix + 'To'],
959 msg[header_prefix + 'Bcc'],
960 msg[header_prefix + 'Cc'])
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dsmtplib.py944 header_prefix = ''
946 header_prefix = 'Resent-'
951 from_addr = (msg[header_prefix + 'Sender']
952 if (header_prefix + 'Sender') in msg
953 else msg[header_prefix + 'From'])
956 addr_fields = [f for f in (msg[header_prefix + 'To'],
957 msg[header_prefix + 'Bcc'],
958 msg[header_prefix + 'Cc'])
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dsmtplib.py946 header_prefix = ''
948 header_prefix = 'Resent-'
953 from_addr = (msg[header_prefix + 'Sender']
954 if (header_prefix + 'Sender') in msg
955 else msg[header_prefix + 'From'])
958 addr_fields = [f for f in (msg[header_prefix + 'To'],
959 msg[header_prefix + 'Bcc'],
960 msg[header_prefix + 'Cc'])
/dports/converters/wkhtmltopdf/qt-5db36ec/qmake/generators/unix/
H A Dunixmake.cpp408 QString header_prefix; in findDependencies() local
410 header_prefix = project->first("PRECOMPILED_DIR"); in findDependencies()
411 header_prefix += project->first("QMAKE_ORIG_TARGET"); in findDependencies()
413 header_prefix += project->first("QMAKE_PCH_OUTPUT_EXT"); in findDependencies()
418 ret += header_prefix; in findDependencies()
426 header_prefix += Option::dir_sep + project->first("QMAKE_PRECOMP_PREFIX"); in findDependencies()
430 QString precomp_c_h = header_prefix + "c" + header_suffix; in findDependencies()
436 QString precomp_objc_h = header_prefix + "objective-c" + header_suffix; in findDependencies()
441 … QString precomp_objcpp_h = header_prefix + "objective-c++" + header_suffix; in findDependencies()
452 QString precomp_cpp_h = header_prefix + "c++" + header_suffix; in findDependencies()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Drev-list.c111 if (info->header_prefix) in show_commit()
112 fputs(info->header_prefix, stdout); in show_commit()
506 info.header_prefix = ""; in cmd_rev_list()
508 info.header_prefix = "commit "; in cmd_rev_list()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake.cpp317 QString header_prefix; in findDependencies() local
319 header_prefix = project->first("PRECOMPILED_DIR").toQString(); in findDependencies()
320 header_prefix += project->first("QMAKE_ORIG_TARGET").toQString(); in findDependencies()
321 header_prefix += project->first("QMAKE_PCH_OUTPUT_EXT").toQString(); in findDependencies()
328 auto pfx = header_prefix; in findDependencies()
343 header_prefix += Option::dir_sep + project->first("QMAKE_PRECOMP_PREFIX"); in findDependencies()
366 QString precompiledHeader = header_prefix + language + header_suffix; in findDependencies()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake.cpp317 QString header_prefix; in findDependencies() local
319 header_prefix = project->first("PRECOMPILED_DIR").toQString(); in findDependencies()
320 header_prefix += project->first("QMAKE_ORIG_TARGET").toQString(); in findDependencies()
321 header_prefix += project->first("QMAKE_PCH_OUTPUT_EXT").toQString(); in findDependencies()
328 auto pfx = header_prefix; in findDependencies()
343 header_prefix += Option::dir_sep + project->first("QMAKE_PRECOMP_PREFIX"); in findDependencies()
366 QString precompiledHeader = header_prefix + language + header_suffix; in findDependencies()

12345678910>>...16