| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/t/ |
| H A D | 04_use_external_lex_cache.t | 19 '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 D | expansion-order.txt | 10 # CHECK: GLOBAL: Hello World 37 # REDEFINE: %{global:what}=World 39 # CHECK: LOCAL: So Long World World
|
| H A D | ws-and-continuations.txt | 55 # REDEFINE: %{whitespace} = Hello World 57 # CHECK:'Hello World'
|
| H A D | shared-substs-1.txt | 10 # REDEFINE: %{global:what}=LOCAL1:World
|
| H A D | shared-substs-0.txt | 10 # REDEFINE: %{global:what}=LOCAL0:World
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlrequick.pod | 22 "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 D | perldebtut.pod | 26 $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 D | location-range.txt | 1 # DEFINE: %{foo}=Hello World 3 # DEFINE: World
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | link-to-url | 9 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 D | README.bs2000 | 157 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 D | no-name.txt | 2 # RUN: echo Hello World
|
| H A D | empty.txt | 2 # RUN: echo Hello World
|
| H A D | ws-only.txt | 3 # RUN: echo Hello World
|
| /openbsd-src/distrib/notes/macppc/ |
| H A D | whatis | 3 OpenBSD/MACHINE runs on the ``New World'' PowerPC-based Apple
|
| /openbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.world | 2 * World wide calendar files, except national calendars
|
| H A D | calendar.history | 117 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 D | README | 1 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 D | plain.txt | 10 Military Intelligence Yukon rhosts penrep Weekly World News DSD Time
|
| H A D | plain_explicit.txt | 12 Military Intelligence Yukon rhosts penrep Weekly World News DSD Time
|
| H A D | plain_utf8.txt | 14 Military Intelligence Yukon rhosts penrep Weekly World News DSD Time
|
| H A D | plain_latin1.txt | 14 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 D | unterminated-redefine-bad-define.txt | 6 # DEFINE: Hello World
|
| H A D | unterminated-define-bad-redefine.txt | 6 # REDEFINE: Hello World
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangRepl.rst | 27 clang-repl> int f() { std::cout << "Hello Interpreted World!\n"; return 0; } 29 // Prints Hello Interpreted World!
|
| H A D | StandardCPlusPlusModules.rst | 131 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 …]
|