Home
last modified time | relevance | path

Searched refs:add_header (Results 51 – 75 of 1909) sorted by relevance

12345678910>>...77

/dports/www/itop/web/application/
H A Dxmlpage.class.inc.php45 $this->add_header("Content-type: text/xml; charset=utf-8");
46 $this->add_header("Cache-control: no-cache");
47 $this->add_header("Content-location: export.xml");
58 $this->add_header("Content-Length: ".strlen($this->s_content));
/dports/net/py-msrplib/python-msrplib-0.20.0/msrplib/
H A Dtransport.py55 report.add_header(protocol.ToPathHeader(chunk.from_path))
56 report.add_header(protocol.FromPathHeader([chunk.to_path[0]]))
57 report.add_header(protocol.StatusHeader(protocol.Status(code, comment)))
58 report.add_header(protocol.MessageIDHeader(chunk.message_id))
64 … report.add_header(protocol.ByteRangeHeader(protocol.ByteRange(start, start+chunk.size-1, total)))
89 response.add_header(protocol.ToPathHeader(to_path))
90 response.add_header(protocol.FromPathHeader(from_path))
137 … chunk.add_header(protocol.ToPathHeader(self.local_path + self.remote_path + [self.remote_uri]))
138 chunk.add_header(protocol.FromPathHeader([self.local_uri]))
151 …chunk.add_header(protocol.ByteRangeHeader(protocol.ByteRange(start, end if length <= 2048 else Non…
[all …]
/dports/www/nginx-ultimate-bad-bot-blocker/nginx-ultimate-bad-bot-blocker-4.2020.03.2005/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/
H A Dproxy_params_common39 add_header X-XSS-Protection "1; mode=block" always;
40 add_header X-Content-Type-Options "nosniff" always;
45 # add_header Strict-Transport-Security "max-age=86400; includeSubDomains" always;
49 add_header X-Nginx-Cache-Status $upstream_cache_status;
50 add_header X-Server-Powered-By "Engintron";
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/
H A Dtest_templating.py29 def add_header(renderer, data): member in TestTemplates
125 self.add_header("jinja", self.jinja_utf8), {"name": "bob"}),
132 self.add_header("jinja", self.jinja_utf8), {}),
140 content=self.add_header(
150 content=self.add_header(
160 content=self.add_header(
/dports/mail/py-mailnag/mailnag-2.2.0/tests/
H A Dtest_backend_local.py115 m.add_header('from', 'me@example.org')
116 m.add_header('to', 'you@example.org')
117 m.add_header('subject', 'Hi!')
118 m.add_header('message-id', msg_id)
249 m.add_header('from', 'me@example.org')
250 m.add_header('to', 'you@example.org')
251 m.add_header('subject', 'Hi!')
252 m.add_header('message-id', msg_id)
/dports/ftp/wget/wget-1.21.2/testenv/server/http/
H A Dhttp_server.py116 self.add_header("Content-type", "text/plain")
120 self.add_header("Content-Length", total_length)
121 self.add_header("Location", self.path)
169 self.add_header("Location", self.path)
187 self.add_header(header, header_obj.headers[header])
219 def add_header(self, keyword, value): member in _Handler
433 self.add_header("Content-Length", 17)
444 self.add_header("Accept-Ranges", "bytes")
445 self.add_header("Content-Range",
451 self.add_header("Content-Type", cont_type)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/api/
H A Dapi_request_handler.py133 self.response.headers.add_header('Access-Control-Allow-Origin', origin)
134 self.response.headers.add_header('Access-Control-Allow-Credentials', 'true')
135 self.response.headers.add_header('Access-Control-Allow-Methods',
137 self.response.headers.add_header('Access-Control-Allow-Headers',
139 self.response.headers.add_header('Access-Control-Max-Age', '3600')
/dports/www/nginx-full/nginx_upstream_module-1278ee5/test/
H A Dhttp_utils.py22 req.add_header(header, headers[header])
23 req.add_header('Content-Type', 'application/json')
55 req.add_header(header, headers[header])
56 req.add_header('Content-Type', 'application/json')
89 req.add_header(header, headers[header])
91 req.add_header('Content-Type', 'application/json')
128 req.add_header(header, headers[header])
/dports/science/mmtf-cpp/mmtf-cpp-1.0.0/include/mmtf/
H A Dbinary_encoder.hpp80 inline void add_header(std::stringstream & ss, uint32_t array_size, uint32_t codec, uint32_t param=…
221 inline void add_header(std::stringstream & ss, uint32_t array_size, uint32_t codec, uint32_t param … in add_header() function
242 add_header(ss, vec_in.size(), 2, 0); in encodeInt8ToByte()
252 add_header(ss, vec_in.size(), 4, 0); in encodeFourByteInt()
264 add_header(ss, in_sv.size(), 5, CHAIN_LEN); in encodeStringVector()
281 add_header(ss, in_cv.size(), 6, 0); in encodeRunLengthChar()
295 add_header(ss, int_vec.size(), 8, 0); in encodeRunLengthDeltaInt()
307 add_header(ss, floats_in.size(), 9, multiplier); in encodeRunLengthFloat()
321 add_header(ss, floats_in.size(), 10, multiplier); in encodeDeltaRecursiveFloat()
/dports/security/py-certbot-nginx/certbot-nginx-1.22.0/tests/testdata/etc_nginx/
H A Dedge_cases.conf11 add_header Access-Control-Allow-Origin "*";
21 add_header Pragma public;
22 add_header Cache-Control 'public, must-revalidate, proxy-revalidate' "test,;{}" foo;
/dports/mail/postfix-current/postfix-3.7-20211107/src/cleanup/
H A Dcleanup_milter.in15h5 # YES clears the flag, and the second add_header is ignored.
8 add_header X-SPAM-FLAG YES
9 add_header X-SPAM-FLAG NO
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/settings/
H A Dabout.php104 $table->add_header('name', $rcmail->gettext('plugin'));
105 $table->add_header('version', $rcmail->gettext('version'));
106 $table->add_header('license', $rcmail->gettext('license'));
107 $table->add_header('source', $rcmail->gettext('source'));
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/models/
H A DGenerateMdFromJson.py23 def add_header(level, code): function
60 add_header(1, "Model Collection")
74 add_header(1, "Introduction")
82 add_header(2, "Steps to Convert Model")
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdnet/td/net/
H A DHttpHeaderCreator.h41 void add_header(Slice key, Slice value) { in add_header() function
45 add_header("Content-Type", type); in set_content_type()
48 add_header("Content-Length", PSLICE() << size); in set_content_size()
51 add_header("Connection", "keep-alive"); in set_keep_alive()
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dceskatelevize.py114 req.add_header('Content-type', 'application/x-www-form-urlencoded')
115 req.add_header('x-addr', '127.0.0.1')
116 req.add_header('X-Requested-With', 'XMLHttpRequest')
118 req.add_header('User-Agent', user_agent)
119 req.add_header('Referer', url)
131 req.add_header('Referer', url)
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dceskatelevize.py147 req.add_header('Content-type', 'application/x-www-form-urlencoded')
148 req.add_header('x-addr', '127.0.0.1')
149 req.add_header('X-Requested-With', 'XMLHttpRequest')
151 req.add_header('User-Agent', user_agent)
152 req.add_header('Referer', url)
164 req.add_header('Referer', url)
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/
H A Dsignals.h28 void signal_safe_write(Slice data, bool add_header = true);
30 void signal_safe_write_signal_number(int sig, bool add_header = true);
32 void signal_safe_write_pointer(void *p, bool add_header = true);
/dports/math/rkward-kde/rkward-0.7.1/rkward/scriptbackends/
H A Dscriptbackend.cpp90 bool add_header = add_headings && (!_output.isEmpty ()); in commandFinished() local
92 if (add_header) code_property->setPreprocess (i18n ("## Prepare\n") + _output); in commandFinished()
95 if (add_header) code_property->setCalculate (i18n ("## Compute\n") + _output); in commandFinished()
98 if (add_header) code_property->setPrintout (i18n ("## Print result\n") + _output); in commandFinished()
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/doc/
H A Dadd-header.pl49 sub add_header subroutine
152 print NEW add_header($title);
158 print NEW add_header($title);
/dports/net-mgmt/yaf/yaf-2.11.0/doc/
H A Dadd-header.pl49 sub add_header subroutine
145 print NEW add_header($title);
151 print NEW add_header($title);
/dports/net/libfixbuf/libfixbuf-2.3.1/doc/
H A Dadd-header.pl65 sub add_header subroutine
159 print NEW add_header($title);
165 print NEW add_header($title);
/dports/math/libmesh/libmesh-1.6.2/include/
H A Drebuild_include_HEADERS.sh39 add_header=1
42 add_header=0
45 if (test $add_header -eq 1); then
/dports/www/ilias/ILIAS-5.4.25/Modules/WebResource/classes/
H A Dclass.ilWebLinkXmlWriter.php16 private $add_header = true; variable in ilWebLinkXmlWriter
26 $this->add_header = $a_add_header;
48 if ($this->add_header) {
/dports/www/ilias6/ILIAS-6.14/Modules/WebResource/classes/
H A Dclass.ilWebLinkXmlWriter.php16 private $add_header = true; variable in ilWebLinkXmlWriter
26 $this->add_header = $a_add_header;
48 if ($this->add_header) {
/dports/mail/py-milter/pymilter-pymilter-1.0.4/Milter/
H A Ddsn.py202 msg.add_header('X-Mailer','PyMilter-'+Milter.__version__)
208 msg.add_header(name,(val % v.__dict__).strip())
212 msg.add_header('To',v.sender)
214 msg.add_header('From','postmaster@%s'%v.receiver)
216 msg.add_header('Auto-Submitted','auto-generated')

12345678910>>...77