Home
last modified time | relevance | path

Searched refs:html (Results 1 – 17 of 17) sorted by relevance

/libuv/tools/
H A Dmake_dist_html.py106 html = ''
109 html += GROUPS.format(groups=groups)
111 return html
120 html = HTML.format(groups=groups).strip() variable
121 html = re.sub('>\\s+<', '><', html) variable
122 print(html)
/libuv/.github/workflows/
H A DCI-docs.yml20 - name: html
22 make -C docs html
/libuv/docs/
H A Dmake.bat22 echo. html to make standalone HTML files
23 echo. dirhtml to make HTML files named index.html in directories
64 if "%1" == "html" (
65 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
68 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
H A DMakefile28 @echo " html to make standalone HTML files"
30 @echo " dirhtml to make HTML files named index.html in directories"
58 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
/libuv/
H A D.readthedocs.yaml4 builder: html
H A DREADME.md74 $ make html
285 Use the [follow-fork-mode](https://sourceware.org/gdb/onlinedocs/gdb/Forks.html) setting:
H A DCONTRIBUTING.md170 [Google C/C++ style guide]: https://google.github.io/styleguide/cppguide.html
H A DLINKS.md56 * [RingLibuv](http://ring-lang.sourceforge.net/doc1.7/libuv.html)
/libuv/docs/src/guide/
H A Dnetworking.rst182 .. _this guide: https://www.tldp.org/HOWTO/Multicast-HOWTO-2.html
224 .. _uv_getnameinfo: http://docs.libuv.org/en/v1.x/dns.html#c.uv_getnameinfo
245 .. _getaddrinfo: https://man7.org/linux/man-pages/man3/getaddrinfo.3.html
248 .. _DHCP: https://tools.ietf.org/html/rfc2131
252 .. [#] https://beej.us/guide/bgnet/html/#broadcast-packetshello-world
253 .. [#] https://www.tldp.org/HOWTO/Multicast-HOWTO-6.html#ss6.1
H A Dprocesses.rst138 <http://docs.libuv.org/en/v1.x/signal.html#signal>`_ as well.
281 .. _pipe(7): https://man7.org/linux/man-pages/man7/pipe.7.html
282 .. _mkfifo(1): https://man7.org/linux/man-pages/man1/mkfifo.1.html
283 .. _socketpair(2): https://man7.org/linux/man-pages/man2/socketpair.2.html
284 .. _Unix Domain Socket: https://man7.org/linux/man-pages/man7/unix.7.html
H A Dbasics.rst74 <https://docs.libuv.org/en/v1.x/design.html#the-i-o-loop>`_.
76 .. raw:: html
129 .. _constants: https://docs.libuv.org/en/v1.x/errors.html#error-constants
H A Dintroduction.rst68 .. _libev: http://software.schmorp.de/pkg/libev.html
H A Dfilesystem.rst16 .. _thread pool: https://docs.libuv.org/en/v1.x/threadpool.html#thread-pool-work-scheduling
36 `Unix flags <https://man7.org/linux/man-pages/man2/open.2.html>`_.
296 .. _notes of uv_fs_event_start: https://docs.libuv.org/en/v1.x/fs_event.html#c.uv_fs_event_start
H A Dutilities.rst217 .. _multi: https://curl.haxx.se/libcurl/c/libcurl-multi.html
393 .. _Other: http://docs.libuv.org/en/v1.x/tty.html#c.uv_tty_mode_t
438 .. _ncurses: https://www.gnu.org/software/ncurses/ncurses.html
H A Dthreads.rst186 .. _api: http://docs.libuv.org/en/v1.x/threading.html#thread-local-storage
396 .. _node.js is cancer: http://widgetsandshit.com/teddziuba/2011/10/node-js-is-cancer.html
/libuv/docs/src/
H A Dasync.rst54 …v_async_send` is `async-signal-safe <https://man7.org/linux/man-pages/man7/signal-safety.7.html>`_.
/libuv/m4/
H A Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html

Completed in 21 milliseconds