Agile Summit One-Pager
0 码力 | 2 页 | 347.35 KB | 5 月前3This Debian Reference (version 2.109)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 1.4.5 The pager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . configuration files, you are encouraged to obtain information by typing the following. $ sensible-pager ”/etc/passwd” A directory name is referred by the typewriter font between double quotation marks by typing the following. $ zcat ”/usr/share/doc/base-passwd/users-and-groups.txt.gz” | sensible-pager $ sensible-browser ”/usr/share/doc/base-passwd/users-and-groups.html” $ sensible-browser ”https://www0 码力 | 266 页 | 1.25 MB | 1 年前3Click Documentation Release 6.7
bold=True) 1.13.3 Pager Support In some situations, you might want to show long texts on the terminal and let a user scroll through it. This can be achieved by using the echo_via_pager() function which function, but always writes to stdout and, if possible, through a pager. Example: @click.command() def less(): click.echo_via_pager('\n'.join('Line %d' % idx for idx in range(200))) 1.13.4 Screen Clearing • LC_CTYPE=C: pydoc leaves terminal in an unusable state (this is relevant to Click because the pager support is provided by the stdlib pydoc module) 1.16. Python 3 Support 59 Click Documentation, Release0 码力 | 107 页 | 428.42 KB | 1 年前3Click Documentation Release 5.2.dev0
bold=True) 1.13.3 Pager Support In some situations, you might want to show long texts on the terminal and let a user scroll through it. This can be achieved by using the echo_via_pager() function which function, but always writes to stdout and, if possible, through a pager. Example: @click.command() def less(): click.echo_via_pager('\n'.join('Line %d' % idx for idx in range(200))) 50 Chapter 1. Documentation • LC_CTYPE=C: pydoc leaves terminal in an unusable state (this is relevant to Click because the pager support is provided by the stdlib pydoc module) 1.16.4 Unicode Literals Starting with Click 5.00 码力 | 103 页 | 416.61 KB | 1 年前3Click Documentation Release 4.2.dev0
bold=True) 1.13.3 Pager Support In some situations, you might want to show long texts on the terminal and let a user scroll through it. This can be achieved by using the echo_via_pager() function which function, but always writes to stdout and, if possible, through a pager. Example: @click.command() def less(): click.echo_via_pager('\n'.join('Line %d' % idx for idx in range(200))) 1.13.4 Screen Clearing • LC_CTYPE=C: pydoc leaves terminal in an unusable state (this is relevant to Click because the pager support is provided by the stdlib pydoc module) 1.16. Python 3 Support 57 Click Documentation, Release0 码力 | 101 页 | 407.32 KB | 1 年前3Debian Referenz v2.124
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 1.4.5 Der Pager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ”/etc/passwd”. Geben Sie Folgendes ein, um z.B. den Inhalt von Konfigurationsdateien anzuzeigen: $ sensible-pager ”/etc/passwd” Debian-Referenz xxvi Ein Verzeichnisname wird in Schreibmaschinen-Schriftart zwischen die Dokumentation zu lesen: $ zcat ”/usr/share/doc/base-passwd/users-and-groups.txt.gz” | sensible-pager $ sensible-browser ”/usr/share/doc/base-passwd/users-and-groups.html” $ sensible-browser ”https://www0 码力 | 289 页 | 1.44 MB | 1 年前3Click Documentation Release 3.3
bold=True) 1.13.3 Pager Support In some situations, you might want to show long texts on the terminal and let a user scroll through it. This can be achieved by using the echo_via_pager() function which function, but always writes to stdout and, if possible, through a pager. Example: @click.command() def less(): click.echo_via_pager('\n'.join('Line %d' % idx for idx in range(200))) 46 Chapter 1. Documentation • LC_CTYPE=C: pydoc leaves terminal in an unusable state (this is relevant to Click because the pager support is provided by the stdlib pydoc module) 1.16. Python 3 Support 55 Click Documentation, Release0 码力 | 95 页 | 387.75 KB | 1 年前3Click Documentation Release 2.6
bold=True) 1.13.3 Pager Support In some situations, you might want to show long texts on the terminal and let a user scroll through it. This can be achieved by using the echo_via_pager() function which function, but always writes to stdout and, if possible, through a pager. Example: @click.command() def less(): click.echo_via_pager('\n'.join('Line %d' % idx for idx in range(200))) 1.13.4 Screen Clearing • LC_CTYPE=C: pydoc leaves terminal in an unusable state (this is relevant to click because the pager support is provided by the stdlib pydoc module) 48 Chapter 1. Documentation CHAPTER 2 API Reference0 码力 | 83 页 | 354.87 KB | 1 年前3openEuler 23.09 技术白皮书
和加速器地址访问差异,remote_pager 内存消息交互框架提供了设备接入抽象层。在统一的地址空间下,GMEM 可以在数据需要被访问或换页时,自动地迁移数 据到 OS 或加速器端。 功能描述 Host Device GMEM API Process Main Remote Pager GMEM( 异构内存 ) GMEM Remote Pager GMEM( 异构内存 ) Co-process 函数,不再需要实现任何统一地址空间协同的高层逻辑。 Remote Pager 内存消息交互框架 Remote Pager 作为 OS 内核外延的内存管理框架,设计并实现了主机和加速器设备之间协作的消息通道、进程管理、 内存交换和内存预取等模块,由独立驱动 remote_pager.ko 使能。通过 Remote Pager 抽象层可以让第三方加速器很容易 的接入 GMEM 系统,简化设备适配难度。0 码力 | 52 页 | 5.25 MB | 1 年前3Click Documentation Release 1.2.dev0
echo_via_pager() function which works similar to the echo() function but always writes to stdout and, if possible, through a pager. Example: @click.command() def less(): click.echo_via_pager('\n'.join('Line • LC_CTYPE=C: pydoc leaves terminal in an unusable state (this is relevant to Click because the pager support is provided by the stdlib pydoc module) 1.14. Python 3 Support 39 Click Documentation, Release default) a newline is printed afterwards. click.echo_via_pager(text) This function takes a text and shows it via an environment specific pager on stdout. Parameters text – the text to page. click.prompt(text0 码力 | 64 页 | 301.16 KB | 1 年前3
共 401 条
- 1
- 2
- 3
- 4
- 5
- 6
- 41