Home
last modified time | relevance | path

Searched refs:speak (Results 1 – 25 of 6603) sorted by relevance

12345678910>>...265

/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/api/python/speechd/
H A D_test.py61 self._client.speak("Hi.",
90 c.speak("Testing data escapes:")
92 c.speak(".")
98 c.speak("Testing voice properties:")
100 c.speak("I am fat Billy")
102 c.speak("I am slim Willy")
105 c.speak("I am quick Dick.")
107 c.speak("I am slow Joe.")
111 c.speak("I am quiet Mariette.")
113 c.speak("I am noisy Daisy.")
[all …]
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/api/python/speechd/
H A D_test.py61 self._client.speak("Hi.",
90 c.speak("Testing data escapes:")
92 c.speak(".")
98 c.speak("Testing voice properties:")
100 c.speak("I am fat Billy")
102 c.speak("I am slim Willy")
105 c.speak("I am quick Dick.")
107 c.speak("I am slow Joe.")
111 c.speak("I am quiet Mariette.")
113 c.speak("I am noisy Daisy.")
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/mro/
H A Dpackage_aliases.t70 print $thing->speak, "\n";
73 print $thing->speak, "\n";
118 print $thing->speak, "\n";
212 sub Hound::speak { "Woof!" }
218 is $pet->speak, 'Woof!',
222 is $pet->speak, 'Woof!',
231 sub Hownd::speak { "Woof!" }
237 is $pet->speak, 'Woof!',
241 is $pet->speak, 'Woof!',
256 $pet->speak;
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/mro/
H A Dpackage_aliases.t70 print $thing->speak, "\n";
73 print $thing->speak, "\n";
118 print $thing->speak, "\n";
212 sub Hound::speak { "Woof!" }
218 is $pet->speak, 'Woof!',
222 is $pet->speak, 'Woof!',
231 sub Hownd::speak { "Woof!" }
237 is $pet->speak, 'Woof!',
241 is $pet->speak, 'Woof!',
256 $pet->speak;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/mro/
H A Dpackage_aliases.t70 print $thing->speak, "\n";
73 print $thing->speak, "\n";
118 print $thing->speak, "\n";
212 sub Hound::speak { "Woof!" }
218 is $pet->speak, 'Woof!',
222 is $pet->speak, 'Woof!',
231 sub Hownd::speak { "Woof!" }
237 is $pet->speak, 'Woof!',
241 is $pet->speak, 'Woof!',
256 $pet->speak;
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/mro/
H A Dpackage_aliases.t70 print $thing->speak, "\n";
73 print $thing->speak, "\n";
118 print $thing->speak, "\n";
212 sub Hound::speak { "Woof!" }
218 is $pet->speak, 'Woof!',
222 is $pet->speak, 'Woof!',
231 sub Hownd::speak { "Woof!" }
237 is $pet->speak, 'Woof!',
241 is $pet->speak, 'Woof!',
256 $pet->speak;
[all …]
/dports/games/speak/speak-1.2/
H A DREADME1 This is "speak" which was originally written by Dave Buxbaum and later
24 This is all originally from dave buxbaum's "speak" program,
27 (Also see: http://tesla.csuhayward.edu/cgi-bin/speak.cgi)
37 The synopsis for speak is:
39 speak [-n] [-split] [-search <regex>] [N]
48 The '-search <regex>' tells speak to look for speak phrases containing
58 speak -n -split -search "cow|duck" 10
70 You can find most recent source for speak in:
72 ~kmarx/src/speak/{speak,regex}.c # Makefile there has entries for these
76 ~kmarx/lib/speak.{nouns,actions,leadins,wrk}
[all …]
/dports/audio/espeak/espeak-1.48.04-source/platforms/dos/
H A Dreadme.dos1 Building speak.exe with djgpp:
12 copy the speak.exe into the main directory (cp speak.exe ..\speak.exe
14 Now you can use speak.exe to produce wave-files:
16 speak -v de -f test.txt -w test.wav
20 speak -v mb\mb-de4 -f test.txt >test.pho
23 speak --voices will list all voices.
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/tests/
H A Dssml.test28 <speak>
33 </speak>
44 <speak>
48 </speak>
55 <speak>
61 </speak>
69 <speak>
73 </speak>
83 <speak>
87 </speak>
[all …]
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/tests/
H A Dssml.test28 <speak>
33 </speak>
44 <speak>
48 </speak>
55 <speak>
61 </speak>
69 <speak>
73 </speak>
83 <speak>
87 </speak>
[all …]
/dports/accessibility/kmouth/kmouth-21.12.3/
H A Doptionsdialog.cpp44 speak = false; in PreferencesWidget()
56 if (speak) in cancel()
65 speak = speakCombo->currentIndex() == 0; in ok()
74 speak = true; in readOptions()
76 speak = false; in readOptions()
78 speak = false; in readOptions()
89 if (speak) in readOptions()
99 if (speak) in saveOptions()
115 return speak; in isSpeakImmediately()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp34 virtual const char *speak() = 0;
38 const char *speak() override { return "meow"; } in speak() function
42 const char *speak() override { return "woof"; } in speak() function
64 badDog->speak(); in invalid_cast()
73 cat.speak(); in invalid_cast2()

12345678910>>...265