Home
last modified time | relevance | path

Searched refs:document_header (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/utils/
H A Diterators.py31 document_header = re.search(DOCUMENT_HEADER_RE, text)
32 document_header = document_header.group().strip() if document_header else ''
45 document_header
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DElementDocument.cpp65 void ElementDocument::ProcessHeader(const DocumentHeader* document_header) in ProcessHeader() argument
68 source_url = document_header->source; in ProcessHeader()
72 …header.MergePaths(header.template_resources, document_header->template_resources, document_header-… in ProcessHeader()
86 header.MergeHeader(*document_header); in ProcessHeader()
89 title = document_header->title; in ProcessHeader()
104 stream->SetSourceURL(document_header->source); in ProcessHeader()
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Doutages.c74 void document_header(int);
116 document_header(FALSE); in main()
125 document_header(FALSE); in main()
134 document_header(FALSE); in main()
143 document_header(FALSE); in main()
150 document_header(TRUE); in main()
201 void document_header(int use_stylesheet) { in document_header() function
H A Dshowlog.c44 void document_header(int);
77 document_header(FALSE); in main()
86 document_header(FALSE); in main()
95 document_header(FALSE); in main()
102 document_header(TRUE); in main()
175 void document_header(int use_stylesheet) { in document_header() function
H A Dnotifications.c57 void document_header(int);
94 document_header(FALSE); in main()
103 document_header(FALSE); in main()
112 document_header(FALSE); in main()
119 document_header(TRUE); in main()
290 void document_header(int use_stylesheet) { in document_header() function
H A Dhistory.c51 void document_header(int);
101 document_header(FALSE); in main()
110 document_header(FALSE); in main()
119 document_header(FALSE); in main()
125 document_header(TRUE); in main()
302 void document_header(int use_stylesheet) { in document_header() function
H A Dtac.c90 void document_header(int);
213 document_header(FALSE); in main()
226 document_header(FALSE); in main()
239 document_header(FALSE); in main()
252 document_header(FALSE); in main()
263 document_header(TRUE); in main()
367 void document_header(int use_stylesheet) { in document_header() function
H A Dstatuswrl.c78 void document_header(void);
145 document_header(); in main()
155 document_header(); in main()
188 void document_header(void) { in document_header() function
H A Dcmd.c112 void document_header(int);
132 document_header(FALSE); in main()
144 document_header(FALSE); in main()
164 document_header(FALSE); in main()
173 document_header(TRUE); in main()
251 void document_header(int use_stylesheet) { in document_header() function
H A Dstatusmap.c104 void document_header(int);
246 document_header(FALSE); in main()
262 document_header(FALSE); in main()
272 document_header(FALSE); in main()
282 document_header(FALSE); in main()
294 document_header(TRUE); in main()
313 void document_header(int use_stylesheet) { in document_header() function
/dports/net-mgmt/nagios4/nagios-4.4.6/contrib/
H A Ddaemonchk.c14 static void document_header(void);
49 document_header(); in main()
147 static void document_header(void) { in document_header() function
/dports/net-mgmt/nagios/nagios-3.5.1/contrib/
H A Ddaemonchk.c14 static void document_header(void);
49 document_header(); in main()
147 static void document_header(void) { in document_header() function
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/
H A Dshowlog.c40 void document_header(int);
69 cgi_init(document_header, document_footer, READ_ALL_OBJECT_DATA, 0); in main()
71 document_header(TRUE); in main()
144 void document_header(int use_stylesheet) { in document_header() function
H A Doutages.c68 void document_header(int);
104 cgi_init(document_header, document_footer, READ_ALL_OBJECT_DATA, READ_ALL_STATUS_DATA); in main()
106 document_header(TRUE); in main()
157 void document_header(int use_stylesheet) { in document_header() function
H A Dnotifications.c53 void document_header(int);
86 cgi_init(document_header, document_footer, READ_ALL_OBJECT_DATA, 0); in main()
88 document_header(TRUE); in main()
261 void document_header(int use_stylesheet) { in document_header() function
H A Dhistory.c49 void document_header(int);
93 cgi_init(document_header, document_footer, READ_ALL_OBJECT_DATA, 0); in main()
95 document_header(TRUE); in main()
272 void document_header(int use_stylesheet) { in document_header() function
H A Dstatuswrl.c74 void document_header(void);
144 document_header(); in main()
154 document_header(); in main()
187 void document_header(void) { in document_header() function
H A Dtac.c84 void document_header(int);
195 cgi_init(document_header, document_footer, READ_ALL_OBJECT_DATA, READ_ALL_STATUS_DATA); in main()
200 document_header(TRUE); in main()
271 void document_header(int use_stylesheet) { in document_header() function
H A Dcmd.c105 void document_header(int);
129 document_header(FALSE); in main()
141 document_header(FALSE); in main()
161 document_header(FALSE); in main()
170 document_header(TRUE); in main()
284 void document_header(int use_stylesheet) { in document_header() function
/dports/net-mgmt/nagios4/nagios-4.4.6/contrib/epel-patches/
H A Dnagios-0010-remove-information-leak.patch4 @@ -557,27 +557,6 @@ void document_header(int use_stylesheet)
35 @@ -537,31 +537,8 @@ void document_header(int use_stylesheet)
70 @@ -308,17 +308,7 @@ void document_header(int use_stylesheet)
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dbackend.c70 if (buf->document_header) { in print_headers()
71 for (tp = buf->document_header->first; tp; tp = tp->next) in print_headers()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dbackend.c70 if (buf->document_header) { in print_headers()
71 for (tp = buf->document_header->first; tp; tp = tp->next) in print_headers()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dbackend.c70 if (buf->document_header) { in print_headers()
71 for (tp = buf->document_header->first; tp; tp = tp->next) in print_headers()
/dports/www/w3m/w3m-2b59b9e/
H A Dbackend.c70 if (buf->document_header) { in print_headers()
71 for (tp = buf->document_header->first; tp; tp = tp->next) in print_headers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dnavigation_mhtml_browsertest.cc72 const char* document_header = in Write() local
80 std::string document = document_header + content_ + "\n--MHTML_BOUNDARY--"; in Write()

123