Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 25 of 11188) sorted by path

12345678910>>...448

/dports/accessibility/accerciser/accerciser-3.38.0/
H A DABOUT-NLS101 denote the language's main dialect. For example, 'de' is equivalent to
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dorca_gui_prefs.py474 family[speechserver.VoiceFamily.DIALECT] = dialect
610 if dialect:
611 language = lang + '-' + dialect
677 dialect = family[speechserver.VoiceFamily.DIALECT]
679 if dialect:
680 language = lang + '-' + dialect
768 dialect = family[speechserver.VoiceFamily.DIALECT]
769 if (lang,dialect) in done:
771 done[lang,dialect] = True
773 if dialect:
[all …]
H A Dsettings_manager.py285 dialect = v.getDialect()
286 if dialect and len(str(dialect)) == 2:
287 lang = "%s_%s" % (lang, dialect.upper())
H A Dspeechdispatcherfactory.py234 dialect = acss_family.get(speechserver.VoiceFamily.DIALECT)
240 language, dialect = '', ''
245 dialect = localeValues[1]
247 return language, dialect
250 lang, dialect = self._get_language_and_dialect(acss_family)
253 if dialect:
255 self._send_command(self._client.set_language, lang + '-' + dialect)
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/doc/
H A Dspeech-dispatcher.texi2080 char *variant; /* a not-well defined string describing dialect etc. */
H A Dssip.texi1136 code and dialect identification string separated by tabs. The dialect
1137 identification strings do not have well-defined meaning yet. If no dialect
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/api/python/speechd/
H A D_test.py128 for name, lang, dialect in c.list_synthesis_voices():
129 print(" -", module, name, lang, dialect)
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/doc/
H A Dspeech-dispatcher.texi2080 char *variant; /* a not-well defined string describing dialect etc. */
H A Dssip.texi1136 code and dialect identification string separated by tabs. The dialect
1137 identification strings do not have well-defined meaning yet. If no dialect
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/api/python/speechd/
H A D_test.py128 for name, lang, dialect in c.list_synthesis_voices():
129 print(" -", module, name, lang, dialect)
/dports/accessibility/yasr/yasr-0.6.9/
H A DABOUT-NLS147 to denote the language's main dialect. For example, `de' is equivalent
/dports/archivers/dpkg/dpkg-1.19.7/
H A DABOUT-NLS101 denote the language's main dialect. For example, 'de' is equivalent to
/dports/archivers/gcpio/cpio-2.13/
H A DABOUT-NLS102 to denote the language's main dialect. For example, `de' is equivalent
/dports/archivers/gtar/tar-1.34/
H A DABOUT-NLS144 to denote the language's main dialect. For example, `de' is equivalent
/dports/archivers/libcomprex/libcomprex-0.3.3/
H A DABOUT-NLS129 to denote the language's main dialect. For example, `de' is equivalent
/dports/archivers/quazip/quazip-1.2/quazip/doc/
H A Dindex.dox99 using some UNIX dialect, but the build process should be very similar
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DABOUT-NLS102 to denote the language's main dialect. For example, `de' is equivalent
/dports/archivers/sharutils/sharutils-4.15.2/
H A DABOUT-NLS102 to denote the language's main dialect. For example, `de' is equivalent
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/test/resources/org/xerial/snappy/testdata/calgary/
H A Dbook21626 between "has" and "as", or "haitch" and "aitch", for the Cockney dialect
9139 The values given are nominal ones for a male speaker with a dialect of
/dports/astro/celestia-gtk/celestia-1.6.1/
H A DABOUT-NLS143 to denote the language's main dialect. For example, `de' is equivalent
/dports/astro/celestia/celestia-1.6.1/
H A DABOUT-NLS143 to denote the language's main dialect. For example, `de' is equivalent
/dports/astro/nightfall/nightfall-1.92/
H A DABOUT-NLS136 to denote the language's main dialect. For example, `de' is equivalent
/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/
H A Dcore.py93 dialect = self.writer.dialect
94 self.quotechar2 = dialect.quotechar * 2
95 self.quote_empty = (dialect.quoting == csv.QUOTE_MINIMAL) and (dialect.delimiter == ' ')
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/hdu/
H A Dtable.py1231 linewriter = csv.writer(fileobj, dialect=FITSTableDumpDialect)
1327 linereader = csv.reader(fileobj, dialect=FITSTableDumpDialect)
1422 linereader = csv.reader(fileobj, dialect=FITSTableDumpDialect)
/dports/astro/py-astropy/astropy-5.0/docs/io/fits/usage/
H A Dverification.rst30 dialect and some of these are so prevalent that they have become de facto

12345678910>>...448