Searched refs:text (Results 1 – 13 of 13) sorted by relevance
/libuv/docs/ |
H A D | Makefile | 41 @echo " text to make text files" 131 text: target 132 $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
|
H A D | make.bat | 32 echo. text to make text files 169 if "%1" == "text" ( 170 %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text 173 echo.Build finished. The text files are in %BUILDDIR%/text.
|
/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument 33 m = p.match(text)
|
/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 91 char* text; member 202 free(cs->text); in free_screen() 203 cs->text = NULL; in free_screen() 214 cs->text = malloc(cs->si.length * sizeof(*cs->text)); in capture_screen() 215 ASSERT_NOT_NULL(cs->text); in capture_screen() 249 start = cs->text; in make_expect_screen_erase() 254 start = cs->text; in make_expect_screen_erase() 281 memcpy(start, text, length); in make_expect_screen_write() 306 ASSERT(actual->text); in compare_screen() 308 ASSERT(expect->text); in compare_screen() [all …]
|
/libuv/ |
H A D | .gitattributes | 1 test/fixtures/lorem_ipsum.txt text eol=lf
|
H A D | CONTRIBUTING.md | 110 Body of commit message is a few lines of text, explaining things
|
H A D | LICENSE-docs | 243 Public License, and include the text of, or the URI or 381 will be considered the “Licensor.” The text of the Creative Commons
|
H A D | ChangeLog | 3555 * license: add license text we've been using for a while (Saúl Ibarra Corretgé)
|
/libuv/tools/ |
H A D | make_dist_html.py | 115 tags = subprocess.check_output(['git', 'tag'], text=True)
|
/libuv/docs/src/ |
H A D | errors.rst | 304 text file is busy
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 26 dnl of the text of the Macro appear in them. The GNU General Public
|
H A D | ax_pthread.m4 | 76 # or distributing such scripts, even though portions of the text of the
|
/libuv/docs/src/guide/ |
H A D | utilities.rst | 403 Here is a simple example which prints white text on a red background: 431 m Obeys string of display settings, in this case green background (40+2), white text (30+7)
|
Completed in 37 milliseconds