Home
last modified time | relevance | path

Searched refs:text (Results 1 – 13 of 13) sorted by last modified time

/libuv/
H A DChangeLog3304 * license: add license text we've been using for a while (Saúl Ibarra Corretgé)
H A DCONTRIBUTING.md110 Body of commit message is a few lines of text, explaining things
H A DLICENSE-docs243 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.gitattributes1 test/fixtures/lorem_ipsum.txt text eol=lf
/libuv/test/
H A Dtest-tty-escape-sequence-processing.c91 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/docs/src/guide/
H A Dutilities.rst403 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)
/libuv/docs/src/
H A Derrors.rst304 text file is busy
/libuv/m4/
H A Dlibuv-check-flags.m426 dnl of the text of the Macro appear in them. The GNU General Public
H A Dax_pthread.m476 # or distributing such scripts, even though portions of the text of the
/libuv/tools/
H A Dmake_dist_html.py115 tags = subprocess.check_output(['git', 'tag'], text=True)
/libuv/docs/src/sphinx-plugins/
H A Dmanpage.py30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
33 m = p.match(text)
/libuv/docs/
H A Dmake.bat32 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.
H A DMakefile41 @echo " text to make text files"
131 text: target
132 $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text

Completed in 51 milliseconds