Home
last modified time | relevance | path

Searched refs:World (Results 1 – 25 of 69) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/t/
H A D04_use_external_lex_cache.t19 'Hello World' => 'Bonjour Monde',
26 ok(exists $MyTestLocale::fr::Lexicon{'Hello World'} && !ref $MyTestLocale::fr::Lexicon{'Hello World
28 is($lh->maketext('Hello World'), 'Bonjour Monde', 'renders correctly first time');
29 ok(exists $lh->{'_external_lex_cache'}{'Hello World'} && ref $lh->{'_external_lex_cache'}{'Hello Wo…
30 ok(exists $MyTestLocale::fr::Lexicon{'Hello World'} && !ref $MyTestLocale::fr::Lexicon{'Hello World
32 is($lh->maketext('Hello World'), 'Bonjour Monde', 'renders correctly second time time');
33 ok(exists $lh->{'_external_lex_cache'}{'Hello World'} && ref $lh->{'_external_lex_cache'}{'Hello Wo…
34 ok(exists $MyTestLocale::fr::Lexicon{'Hello World'} && !ref $MyTestLocale::fr::Lexicon{'Hello World
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dexpansion-order.txt10 # CHECK: GLOBAL: Hello World
37 # REDEFINE: %{global:what}=World
39 # CHECK: LOCAL: So Long World World
H A Dws-and-continuations.txt55 # REDEFINE: %{whitespace} = Hello World
57 # CHECK:'Hello World'
H A Dshared-substs-1.txt10 # REDEFINE: %{global:what}=LOCAL1:World
H A Dshared-substs-0.txt10 # REDEFINE: %{global:what}=LOCAL0:World
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlrequick.pod22 "Hello World" =~ /World/; # matches
24 In this statement, C<World> is a regex and the C<//> enclosing
25 C</World/> tells Perl to search a string for a match. The operator
28 our case, C<World> matches the second word in C<"Hello World">, so the
33 print "It matches\n" if "Hello World" =~ /World/;
37 print "It doesn't match\n" if "Hello World" !~ /World/;
[all...]
H A Dperldebtut.pod26 $var1 = 'Hello World'; # always wanted to do that :-)
33 namely it doesn't print "Hello World\n" at all; It will on the other hand do
39 $var1 = 'Hello World';
62 my $var1 = 'Hello World';
91 'welcome' => q(Hello World),
229 8 'welcome' => q(Hello World),
237 8 'welcome' => q(Hello World),
267 main::(./data_a:8): 'welcome' => q(Hello World),
302 0 'Hello World'
320 'Hello World' => 'zip'
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/
H A Dlocation-range.txt1 # DEFINE: %{foo}=Hello World
3 # DEFINE: World
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dlink-to-url9 The newest version of this document is also available on the World Wide Web at
21 The newest version of this document is also available on the World Wide Web at
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.bs2000157 your parameters, e.g. C<-e 'print "Hello World!\\n";'> (note the
189 print $f "Hello World!\n";
191 print $f "Hello World!\n";
193 print $f "Hello World!\n";
195 print $f "Hello World!\n";
197 to get two files containing "Hello World!\n" in ASCII, EBCDIC, ISO
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/
H A Dno-name.txt2 # RUN: echo Hello World
H A Dempty.txt2 # RUN: echo Hello World
H A Dws-only.txt3 # RUN: echo Hello World
/openbsd-src/distrib/notes/macppc/
H A Dwhatis3 OpenBSD/MACHINE runs on the ``New World'' PowerPC-based Apple
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.world2 * World wide calendar files, except national calendars
H A Dcalendar.history117 03/22 World Day for Water
170 05/07 Germany surrenders after World War II, 1945
240 marking the beginning of World War I, 1914
241 06/28 World War I ended with the signing of the Treaty of Versailles, 1919
289 08/04 Britain declares war on Germany starting World War I, 1914
332 09/01 Bobby Fischer defeats Boris Spassky in World Chess Match, 1972
344 09/11 World Wide Fund (WWF) founded, 1961
358 09/20 Magellan leaves Spain on the first Round the World passage, 1519
415 10/26 UN's World Health Organization declares smallpox eradicated, 1978
/openbsd-src/sys/arch/macppc/
H A DREADME1 This is the macppc port, it supports most of the "New World" Apple Macintosh
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
H A Dplain.txt10 Military Intelligence Yukon rhosts penrep Weekly World News DSD Time
H A Dplain_explicit.txt12 Military Intelligence Yukon rhosts penrep Weekly World News DSD Time
H A Dplain_utf8.txt14 Military Intelligence Yukon rhosts penrep Weekly World News DSD Time
H A Dplain_latin1.txt14 Military Intelligence Yukon rhosts penrep Weekly World News DSD Time
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/
H A Dunterminated-redefine-bad-define.txt6 # DEFINE: Hello World
H A Dunterminated-define-bad-redefine.txt6 # REDEFINE: Hello World
/openbsd-src/gnu/llvm/clang/docs/
H A DClangRepl.rst27 clang-repl> int f() { std::cout << "Hello Interpreted World!\n"; return 0; }
29 // Prints Hello Interpreted World!
H A DStandardCPlusPlusModules.rst131 std::cout << "Hello World!\n";
148 Hello World!
165 export void World();
174 std::string W = "World.";
175 void World() {
191 World();
273 std::cout << "Hello World!\n";
291 Hello World!
534 std::cout << "Hello World.\n";
692 std::cout << "Hello World.\n";
[all …]

123