Home
last modified time | relevance | path

Searched refs:style (Results 1 – 8 of 8) sorted by relevance

/libuv/
H A DCONTRIBUTING.md46 Please adhere to libuv's code style. In general it follows the conventions from
47 the [Google C/C++ style guide]. Some of the key points, as well as some
68 * Ensure that lines have no trailing whitespace, and use unix-style (LF) line
170 [Google C/C++ style guide]: https://google.github.io/styleguide/cppguide.html
H A DChangeLog156 * test: switch to new-style ASSERT_EQ macros (Pleuvens)
724 * thread,win: fix C90 style nit (ssrlive)
766 * win: fix style nits [NFC] (Jameson Nash)
1171 * include: fx c++ style comments warnings (Turbinya)
1232 * nfci: address some style nits (Jameson Nash)
1489 * win: address some style nits (Jameson Nash)
1513 * win,tty: Added set cursor style to CSI sequences (erw7)
2383 * src,test: fix idiosyncratic comment style (Bert Belder)
3338 * doc: update coding style link (Imran Iqbal)
5784 use of c-style comments (Bert Belder)
[all …]
/libuv/tools/
H A Dvswhere_usability_wrapper.cmd2 :: Distributed under MIT style license or the libuv license
/libuv/docs/src/guide/
H A Dbasics.rst4 libuv enforces an **asynchronous**, **event-driven** style of programming. Its
48 The approach followed by libuv uses another style, which is the **asynchronous,
49 non-blocking** style. Most modern operating systems provide event notification
227 In callback based programming style you'll often want to pass some 'context' --
H A Dintroduction.rst39 the style of programming; due to the way it had been shaped by browsers. As
H A Dnetworking.rst55 ``uv_listen`` is where we return to libuv's callback style. The second
78 a matter of calling ``uv_tcp_connect``. The same ``uv_connect_cb`` style
/libuv/src/win/
H A Dtty.c1638 static int uv__tty_set_cursor_shape(uv_tty_t* handle, int style, DWORD* error) { in uv__tty_set_cursor_shape() argument
1646 if (style == 0) { in uv__tty_set_cursor_shape()
1648 } else if (style <= 2) { in uv__tty_set_cursor_shape()
1838 int style = handle->tty.wr.ansi_csi_argc local
1840 if (style >= 0 && style <= 6) {
1842 uv__tty_set_cursor_shape(handle, style, error);
/libuv/docs/src/
H A Dsignal.rst7 Signal handles implement Unix style signal handling on a per-event loop bases.

Completed in 41 milliseconds