Home
last modified time | relevance | path

Searched full:text (Results 1 – 25 of 2799) sorted by relevance

12345678910>>...112

/freebsd/contrib/file/magic/Magdir/
H A Dcommands6 #0 string/w : shell archive or script for antique kernel text
7 0 string/fwt #!\ /bin/sh POSIX shell script text executable
8 !:mime text/x-shellscript
10 !:mime text/x-shellscript
14 0 string/fwt #!\ /bin/csh C shell script text executable
15 !:mime text/x-shellscript
18 0 string/fwt #!\ /bin/ksh Korn shell script text executable
19 !:mime text/x-shellscript
21 !:mime text/x-shellscript
23 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable
[all …]
H A Dtex10 # Although we may know the offset of certain text fields in TeX DVI
22 0 search/1 This\ is\ TeX, TeX transcript text
23 0 search/1 This\ is\ METAFONT, METAFONT transcript text
36 0 search/1 \\input\ texinfo Texinfo source text
37 !:mime text/x-texinfo
38 0 search/1 This\ is\ Info\ file GNU Info text
39 !:mime text/x-info
42 0 search/4096 \\input TeX document text
43 !:mime text/x-tex
45 0 search/4096 \\begin LaTeX document text
[all …]
H A Dsgml20 >>19 search/4096 \<urlset XML Sitemap document text
32 >19 search/4096/cWbt \<!doctype\ html XHTML document text
34 !:mime text/html
36 >19 search/4096/cWbt \<!doctype\ html XHTML document text
38 !:mime text/html
40 >19 search/4096/cWbt \<html broken XHTML document text
42 !:mime text/html
49 0 search/4096/cWt \<!doctype\ html HTML document text
50 !:mime text/html
54 0 string/cWt \<!doctype\ html HTML document text
[all …]
H A Dc-lang8 0 search/8192 "libhdr" BCPL source text
9 !:mime text/x-bcpl
10 0 search/8192 "LIBHDR" BCPL source text
11 !:mime text/x-bcpl
19 >>&0 clear x source text
21 !:mime text/x-c
23 >0 regex \^#[[:space:]]*pragma C source text
24 !:mime text/x-c
27 >>&0 regex \^#[[:space:]]*endif$ C source text
28 !:mime text/x-c
[all …]
H A Dclojure6 0 string/w #!\ /usr/bin/clj Clojure script text executable
7 !:mime text/x-clojure
8 0 string/w #!\ /usr/local/bin/clj Clojure script text executable
9 !:mime text/x-clojure
10 0 string/w #!\ /usr/bin/clojure Clojure script text executable
11 !:mime text/x-clojure
12 0 string/w #!\ /usr/local/bin/clojure Clojure script text executable
13 !:mime text/x-clojure
14 0 string/W #!/usr/bin/env\ clj Clojure script text executable
15 !:mime text/x-clojure
[all …]
H A Dperl8 0 search/1024 eval\ "exec\ perl Perl script text
9 !:mime text/x-perl
10 0 search/1024 eval\ "exec\ /bin/perl Perl script text
11 !:mime text/x-perl
12 0 search/1024 eval\ "exec\ /usr/bin/perl Perl script text
13 !:mime text/x-perl
14 0 search/1024 eval\ "exec\ /usr/local/bin/perl Perl script text
15 !:mime text/x-perl
16 0 search/1024 eval\ 'exec\ perl Perl script text
17 !:mime text/x-perl
[all …]
/freebsd/contrib/netbsd-tests/ipf/
H A Dt_nat_parse.sh40 test_case in1 intest text text
41 test_case in2 intest text text
42 test_case in3 intest text text
43 test_case in4 intest text text
44 test_case in5 intest text text
45 test_case in6 intest text text
46 test_case in7 intest text text
47 test_case in100 intest text text
48 test_case in101 intest text text
49 test_case in102 intest text text
[all …]
H A Dt_nat_exec.sh63 test_case n1 nattest text text
64 test_case n2 nattest text text
65 test_case n3 nattest text text
66 test_case n4 nattest text text
67 test_case n5 nattest text text
68 test_case n6 nattest text text
69 test_case n7 nattest text text
73 test_case n11 nattest text text
75 test_case n13 nattest text text
76 test_case n14 nattest text text
[all …]
H A Dt_filter_exec.sh111 test_case f1 dotest text text
112 test_case f2 dotest text text
113 test_case f3 dotest text text
114 test_case f4 dotest text text
115 test_case f5 dotest text text
116 test_case f6 dotest text text
117 test_case f7 dotest text text
118 test_case f8 dotest text text
119 test_case f9 dotest text text
120 test_case f10 dotest text text
[all …]
H A Dt_pools.sh66 test_case f28 ptest text text
67 test_case f29 ptest text text
68 test_case p1 ptest text text
69 test_case p2 ptest text text
70 test_case p3 ptest text text
71 test_case p4 ptest text text
72 test_case p5 ptest text text
73 test_case p6 ptest text text
74 test_case p7 ptest text text
75 test_case p9 ptest text text
[all …]
/freebsd/contrib/kyua/utils/text/
H A Dtable_test.cpp29 #include "utils/text/table.hpp"
35 #include "utils/text/operations.ipp"
37 namespace text = utils::text;
40 /// Performs a check on text::table_formatter.
57 const text::table_formatter& formatter, in table_formatter_check()
58 const text::table& table) in table_formatter_check()
60 ATF_REQUIRE_EQ(expected, text::join(formatter.format(table), "\n") + "\n"); in table_formatter_check()
68 ATF_REQUIRE_EQ(5, text::table(5).ncolumns()); in ATF_TEST_CASE_BODY()
69 ATF_REQUIRE_EQ(10, text::table(10).ncolumns()); in ATF_TEST_CASE_BODY()
76 text::table_row row1; in ATF_TEST_CASE_BODY()
[all …]
H A Doperations_test.cpp29 #include "utils/text/operations.ipp"
38 #include "utils/text/exceptions.hpp"
40 namespace text = utils::text;
46 /// Tests text::refill() on an input string with a range of widths.
57 const std::vector< std::string > lines = text::split(expected, '\n'); in refill_test()
59 ATF_REQUIRE_EQ(expected, text::refill_as_string(input, width)); in refill_test()
60 ATF_REQUIRE(lines == text::refill(input, width)); in refill_test()
71 ATF_REQUIRE_EQ("", text::escape_xml("")); in ATF_TEST_CASE_BODY()
78 ATF_REQUIRE_EQ("a", text::escape_xml("a")); in ATF_TEST_CASE_BODY()
79 ATF_REQUIRE_EQ("Some text!", text::escape_xml("Some text!")); in ATF_TEST_CASE_BODY()
[all …]
H A DMakefile.am.inc29 libutils_a_SOURCES += utils/text/exceptions.cpp
30 libutils_a_SOURCES += utils/text/exceptions.hpp
31 libutils_a_SOURCES += utils/text/operations.cpp
32 libutils_a_SOURCES += utils/text/operations.hpp
33 libutils_a_SOURCES += utils/text/operations.ipp
34 libutils_a_SOURCES += utils/text/regex.cpp
35 libutils_a_SOURCES += utils/text/regex.hpp
36 libutils_a_SOURCES += utils/text/regex_fwd.hpp
37 libutils_a_SOURCES += utils/text/table.cpp
38 libutils_a_SOURCES += utils/text/table.hpp
[all …]
H A Dregex_test.cpp29 #include "utils/text/regex.hpp"
33 #include "utils/text/exceptions.hpp"
35 namespace text = utils::text;
41 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
42 "foo.*bar", "this is a string without the searched text", 0); in ATF_TEST_CASE_BODY()
51 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
62 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
74 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
87 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
99 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_12.H.out1text color-fg-red color-bg-green">Merry XMas!!</div></div><div class="line"><div class="text">One …
H A Dtest_12.HP.out2 <div class="text color-fg-red color-bg-green">Merry XMas!!</div>
5 <div class="text">One </div>
7 <div class="text">, Two </div>
11 <div class="text">The </div>
13 <div class="text"> is </div>
15 <div class="text"> til </div>
19 <div class="text">My </div>
21 <div class="text"> hand is </div>
23 <div class="text"> til </div>
27 <div class="text">The </div>
[all …]
H A Dtest_12.HIPx.out2 <div class="text color-fg-red color-bg-green">Merry XMas!!</div>
5 <div class="text">One </div>
7 <div class="text">, Two </div>
11 <div class="text">The </div>
13 <div class="text"> is </div>
15 <div class="text"> til </div>
19 <div class="text">My </div>
21 <div class="text"> hand is </div>
23 <div class="text"> til </div>
27 <div class="text">The </div>
[all …]
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dbasic.t13 use_ok 'Text::Template' or exit 1;
40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE);
41 ok(defined $template) or diag $Text::Template::ERROR;
55 my $text = $template->fill_in('package' => 'X');
56 is $text, $resultX;
59 $text = $template->fill_in('package' => 'Y');
60 is $text, $resultY;
63 $text = Text::Template->fill_this_in($template_1, 'package' => 'X');
64 is $text, $resultX;
69 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl);
[all …]
/freebsd/crypto/openssl/demos/cms/
H A Dcomp.txt1 Content-type: text/plain
3 Some Text To be Compressed
4 Some Text To be Compressed
5 Some Text To be Compressed
6 Some Text To be Compressed
7 Some Text To be Compressed
8 Some Text To be Compressed
9 Some Text To be Compressed
10 Some Text To be Compressed
11 Some Text To be Compressed
[all …]
/freebsd/contrib/libxo/tests/gettext/saved/
H A Dgt_01.H.out1text">Ouryay </div><div class="data" data-tag="noun">ordsway</div><div class="text"> </div><div cl…
H A Dgt_01.HP.out2 <div class="text">Ouryay </div>
4 <div class="text"> </div>
6 <div class="text"> isyay </div>
9 <div class="text"> bubbly-bubbly </div>
13 <div class="text">Ethay </div>
15 <div class="text"> asway '</div>
19 <div class="text">' </div>
49 <div class="text"> </div>
53 <div class="text">Eceivedray </div>
55 <div class="text"> </div>
[all …]
/freebsd/contrib/libxo/tests/xo/saved/
H A Dxo_02.H.out1text">The capital of </div><div class="data" data-tag="state">North Carolina</div><div class="text
H A Dxo_02.HP.out2 <div class="text">The capital of </div>
4 <div class="text"> is </div>
8 <div class="text">The capital of </div>
10 <div class="text"> is </div>
14 <div class="text">The capital of </div>
16 <div class="text"> is </div>
20 <div class="text">The capital of </div>
22 <div class="text"> is </div>
26 <div class="text">The capital of </div>
28 <div class="text"> is </div>
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms61 This narrative introduction to the use of the text editor
63 assumes no prior familiarity with computers or with text editing.
68 fundamental steps of writing and revising a file of text.
70 a version of the text editor
97 Entering text\ \ \ 5
99 Text input mode\ \ \ 6
101 Writing text to disk\ \ \ 7
107 Adding more text to the file\ \ \ 8
116 Saving the modified text\ \ \ 12
121 Bringing text into the buffer (e)\ \ \ 13
[all …]
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite2 identity TEXT PRIMARY KEY,
3 methods TEXT,
4 password TEXT,
5 remediation TEXT,
11 identity TEXT PRIMARY KEY,
12 methods TEXT
22 timestamp TEXT,
23 session TEXT,
24 nas_ip TEXT,
25 username TEXT,
[all …]

12345678910>>...112