Searched refs:content (Results 1 - 25 of 154) sorted by relevance

1234567

/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-cookies-401.px11 my $content = "You got it.\n";
13 # code, msg, headers, content
25 content => $content,
39 content => $content,
H A DTest-meta-robots.px21 <meta name="roBoTS" content="noFolLow , foo, bar ">
26 <meta name="rObOts" content=" foo , NOfOllow , bar ">
31 <meta name="RoBotS" content="foo,BAr, nofOLLOw ">
36 <meta name="robots" content="nofollow">
40 # code, msg, headers, content
48 content => $nofollow_start,
56 content => $nofollow_mid,
64 content => $nofollow_end,
72 content => $nofollow_solo,
80 content
[all...]
H A DTest-ftp-bad-list.px22 # code, msg, headers, content
25 content => $afile,
28 content => $bfile,
41 content => $afile,
44 content => $bfile,
50 content => $afile,
53 content => $bfile,
H A DTest-idn-meta.px16 <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
24 # code, msg, headers, content
32 content => $starter_file,
40 content => $result_file,
51 content => $starter_file,
54 content => $result_file,
H A DTest-c-full.px19 # code, msg, headers, content
27 content => $wholefile,
37 content => $wholefile,
43 content => $wholefile,
H A DTest-idn-robots.px23 # code, msg, headers, content
31 content => $starter_file,
39 content => $result_file,
47 content => '',
59 content => $starter_file,
62 content => $result_file,
65 content => '',
H A DTest-cookies.px14 # code, msg, headers, content
23 content => $page1,
28 content => $page2,
42 content => $page1,
45 content => $page2,
H A DTest-ftp-recursive.px22 # code, msg, headers, content
25 content => $afile,
28 content => $bfile,
38 content => $afile,
41 content => $bfile,
H A DTest-idn-headers.px23 # code, msg, headers, content
31 content => $starter_file,
39 content => $result_file,
50 content => $starter_file,
53 content => $result_file,
H A DTest-iri-list.px49 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
63 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
86 # code, msg, headers, content
94 content => $pageindex,
102 content => "",
110 content => $page404,
118 content => $pagefrancais,
126 content => $pageeen,
134 content => $pageeen,
142 content
[all...]
H A DTest-N--no-content-disposition-trivial.px15 # code, msg, headers, content
24 content => $dummyfile
28 my $cmdline = $WgetTest::WGETPATH . " -N --no-content-disposition http://localhost:{{port}}/dummy.txt";
34 content => $dummyfile,
41 my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition-trivial",
H A DTest-N--no-content-disposition.px15 # code, msg, headers, content
25 content => $dummyfile
29 my $cmdline = $WgetTest::WGETPATH . " -N --no-content-disposition http://localhost:{{port}}/dummy.txt";
35 content => $dummyfile,
42 my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition",
H A DTest-N.px15 # code, msg, headers, content
24 content => $dummyfile
34 content => $dummyfile,
H A DTest-auth-basic.px13 # code, msg, headers, content
24 content => $wholefile,
35 content => $wholefile,
H A DTest-auth-no-challenge-url.px13 # code, msg, headers, content
25 content => $wholefile,
36 content => $wholefile,
H A DTest-auth-no-challenge.px13 # code, msg, headers, content
25 content => $wholefile,
37 content => $wholefile,
H A DTest-auth-with-content-disposition.px13 # code, msg, headers, content
25 content => $wholefile,
30 . " --content-disposition http://localhost:{{port}}/needs-auth.txt";
36 content => $wholefile,
42 my $the_test = HTTPTest->new (name => "Test-auth-with-content-disposition",
H A DTest-c.px19 # code, msg, headers, content
27 content => $wholefile,
40 content => $wholefile,
H A DTest-ftp.px18 # code, msg, headers, content
21 content => $afile,
31 content => $afile,
H A DTest-proxy-auth-basic.px13 # code, msg, headers, content
24 content => $wholefile,
35 content => $wholefile,
H A DTest-k.px44 # code, msg, headers, content
52 content => $index,
60 content => $site,
70 content => $converted,
73 content => $site,
H A DTest-N-current.px19 # The server should serve a slightly different content, but with the
24 # code, msg, headers, content
33 content => $modifiedversion,
43 content => $currentversion,
50 content => $currentversion,
H A DTest-N-no-info.px24 # code, msg, headers, content
32 content => $newversion,
42 content => $currentversion,
49 content => $newversion,
/haiku-fatelf/src/bin/findutils/lib/
H A Dregexprops.c48 static void content(const char *s) function
74 content(s);
81 content(s);
93 content(name);
94 content(" regular expression syntax");
99 content(name);
101 content(" regular expression syntax");
143 content("\n\n");
150 content("The character @samp{.} matches any single character");
153 content(" excep
[all...]
/haiku-fatelf/src/apps/cortex/Persistence/
H A DStringContent.cpp78 content.Append(data, length);
91 if(content.Length() == 0)
95 for(; last < content.Length() && isspace(content[last]); ++last) {}
97 content.Remove(0, last);
99 last = content.Length() - 1;
101 for(; from > 0 && isspace(content[from]); --from) {}
103 content.Remove(from+1, last-from);

Completed in 77 milliseconds

1234567