Searched +full:aspell +full:- +full:en (Results 1 – 7 of 7) sorted by relevance
/external/markdown/ |
D | checkspelling.sh | 4 mkdocs build --strict 5 if [ $? -ne 0 ]; then 9 aspell --lang=en create master ./tmp <.spell-dict 10 if [ $? -ne 0 ]; then 17 for file in $(find site/ -type f -name "*.html"); do 18 words=$(aspell list --lang=en --mode=html --add-html-skip=code --extra-dicts=./tmp <$file) 20 uniquewords=$(tr ' ' '\n' <<< "${words[@]}" | sort -u | tr '\n' ' ') 23 echo "-----------------------------------------------------------------" 27 echo "-----------------------------------------------------------------" 30 rm -f ./tmp [all …]
|
/external/markdown/.github/workflows/ |
D | tox.yml | 8 - master 10 - '**' 13 - '**' 18 runs-on: ubuntu-latest 20 fail-fast: false 21 max-parallel: 4 23 tox-env: [py37, py38, py39, py310, pypy37, pypy38, pypy39, pygments] 25 - tox-env: py37 26 python-version: '3.7' 27 - tox-env: py38 [all …]
|
/external/markdown/docs/ |
D | contributing.md | 1 # Contributing to Python-Markdown 3 The following is a set of guidelines for contributing to Python-Markdown and its 4 extensions, which are hosted in the [Python-Markdown Organization] on GitHub. 11 [Python-Markdown Code of Conduct]. By participating, you are expected to uphold 16 The core Python-Markdown code base and any built-in extensions are hosted in the 17 [Python-Markdown/markdown] project on GitHub. Other extensions maintained by the 18 Python-Markdown project may be hosted as separate repositories in the 19 [Python-Markdown Organization] on GitHub and must follow best practices for 20 third-party extensions. 22 The [Python-Markdown/markdown] project is organized as follows: [all …]
|
/external/libexif/ |
D | ABOUT-NLS | 9 If you found this `ABOUT-NLS' file inside a distribution, you may 31 ./configure --with-included-gettext 65 ./configure --with-included-gettext 66 ./configure --disable-nls 68 will respectively bypass any pre-existing `gettext' to use the 80 ./configure --with-included-gettext 82 to prevent auto-detection. 90 LL gives an ISO 639 two-letter code identifying the language. Unless 92 `--disable-nls' switch, all available translations are installed 95 `LINGUAS' should then contain a space separated list of two-letter [all …]
|
/external/e2fsprogs/ |
D | ABOUT-NLS | 10 If you found this 'ABOUT-NLS' file inside a distribution, you may 35 ./configure --disable-nls 43 '--with-libintl-prefix' option to tell 'configure' where to look for it. 46 LL gives an ISO 639 two-letter code identifying the language. Unless 48 '--disable-nls' switch, all available translations are installed 51 'LINGUAS' should then contain a space separated list of two-letter 62 effect. Here 'LL' is an ISO 639 two-letter language code, and 'CC' is 63 an ISO 3166 two-letter country code. For example, let's suppose that 79 'locale -a | grep '^LL''. 111 Each translation team has its own mailing list. The up-to-date list of [all …]
|
/external/libxml2/test/relaxng/ |
D | comps_0.xml | 3 <!-- <meta> --> 4 <!-- Meta information will go here eventually --> 5 <!-- </meta> --> 69 <packagereq type="mandatory">redhat-logos</packagereq> 70 <packagereq type="mandatory">redhat-release</packagereq> 78 <packagereq type="mandatory">util-linux</packagereq> 79 <packagereq type="mandatory">vim-minimal</packagereq> 80 <!-- the following are needed for anaconda post-install bits --> 85 <packagereq type="mandatory">shadow-utils</packagereq> 118 <packagereq type="mandatory">aspell</packagereq> [all …]
|
/external/cronet/third_party/libxml/fuzz/seed_corpus/ |
D | d7c291bdab167059f6f899e382f8f47e0b13c4f9 | 3 <!-- <meta> --> 4 <!-- Meta information will go here eventually --> 5 <!-- </meta> --> 69 <packagereq type="mandatory">redhat-logos</packagereq> 70 <packagereq type="mandatory">redhat-release</packagereq> 78 <packagereq type="mandatory">util-linux</packagereq> 79 <packagereq type="mandatory">vim-minimal</packagereq> 80 <!-- the following are needed for anaconda post-install bits --> 85 <packagereq type="mandatory">shadow-utils</packagereq> 118 <packagereq type="mandatory">aspell</packagereq> [all …]
|