Weblate 3.7 Documentation
Weblate Documentation Release 3.7 Michal ˇCihaˇr Jun 21, 2019 User docs 1 Features 3 2 Documentation 5 3 Installation 7 4 Bugs 9 5 License 11 Python Module Index 309 HTTP Routing Table 311 Index 313 i ii Weblate Documentation, Release 3.7 Weblate is a copylefted web-based localization tool with tight version control integration. It features a simple and clean user interface, propagation The Weblate is to be found at https://weblate.org/ User docs 1 Weblate Documentation, Release 3.7 2 User docs CHAPTER 1 Features • Easy web based translation. • Propagation of translations across0 码力 | 325 页 | 3.11 MB | 1 年前3The Weblate Manual 3.7
practices passing passing [https://bestpractices.coreinfrastructure.org/projects/552] pypi pypi v3.7 v3.7 [https://pypi.org/project/Weblate/] docs docs passing passing [https://docs.weblate.org/] Weblate In that case the translation has to be a valid URL. Maximum size of translation New in version 3.7. Translation rendered text should not exceed given size. It renders the text with line wrapping and Weblate Component configuration File format App store metadata files Subtitle files New in version 3.7. Weblate can translate various subtile files: SubRip subtitle file (*.srt) MicroDVD subtitles file0 码力 | 468 页 | 5.53 MB | 1 年前3django cms 3.7.x Documentation
or is known to be incompatible. django CMS Python Django 3.8 3.7 3.6 3.5 3.4 3.3 2.7 2.6 3.0 2.2 2.1 2.0 1.11 1.10 1.9 1.8 1.6 1.4 3.7.x ✓ ✓ ✓ ✓ ✓ ✓ ✓ ⨯ ✓ LTS ✓ ✓ LTS ⨯ ⨯ ⨯ ⨯ ⨯ 3.7.0 ⨯ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ⨯ x LTS ✓ ✓ LTS ⨯ ⨯ ⨯ ⨯ ⨯ django CMS Python Django 3.8 3.7 3.6 3.5 3.4 3.3 2.7 2.6 3.0 2.2 2.1 2.0 1.11 1.10 1.9 1.8 1.6 1.4 3.6.x ⨯ ✓ ✓ ✓ ✓ ✓ ✓ ⨯ x ✓ ✓ ✓ ✓ ⨯ ⨯ ⨯ ⨯ ⨯ 3.5.x ⨯ ✓ ✓ ✓ ✓ ✓ ✓ ⨯ ⨯ ⨯ ⨯ ⨯ in and understand the decisions taken by the project. Release schedule Changed in version 3.7: django CMS 3.7 is the new active long term release. The roadmap [https://www.django-cms.org/en/roadmap/]0 码力 | 409 页 | 1.67 MB | 1 年前3百度超级链 XuperChain 3.7 中文文档
目前我们开源的国密密码学插件支持SM2/SM3/SM4算法,并且国密插件支持 对Nist P256算法生成的地址和签名数据进行验签。 如果要创建一个基于国密算法的链,需要完成以下几个步骤: 1. 首先确认使用了v3.7以上的XuperChain版本,并且编译产出中包含了 *plugins/crypto/crypto-gm.so.1.0.0*,在插件配置*conf/plugins.conf*中确认 包含如下配置内容: 下载编译xuperchain 智能合约只有部署到链上才能运行,因此我们首先要编译并启动xuperchain节 点。 如果需要使用特定分支,使用git checkout来切换特定分支,如 **git checkout v3.7** 1 2 3 $ cd $HOME $ git clone https://github.com/xuperchain/xuperchain.git xuperchain $ cd xuperchain0 码力 | 270 页 | 24.86 MB | 1 年前3The Weblate Manual 3.7.1
In that case the translation has to be a valid URL. Maximum size of translation New in version 3.7. Translation rendered text should not exceed given size. It renders the text with line wrapping and fastlane/android/metadata/en-US File format App store metadata files 4.9.22 Subtitle files New in version 3.7. Weblate can translate various subtile files: • SubRip subtitle file (*.srt) • MicroDVD subtitles install mysqlclient 6. Copy the file ~/weblate-env/lib/python3.7/site-packages/weblate/ settings_example.py to ~/weblate-env/lib/python3.7/site-packages/weblate/ settings.py 7. Optionally, adjust the0 码力 | 323 页 | 3.10 MB | 1 年前3Weblate 3.7.1 Documentation
In that case the translation has to be a valid URL. Maximum size of translation New in version 3.7. Translation rendered text should not exceed given size. It renders the text with line wrapping and fastlane/android/metadata/en-US File format App store metadata files Subtitle files New in version 3.7. Weblate can translate various subtile files: SubRip subtitle file (*.srt) MicroDVD subtitles file install mysqlclient 6. Copy the file ~/weblate-env/lib/python3.7/site- packages/weblate/settings_example.py to ~/weblate- env/lib/python3.7/site-packages/weblate/settings.py 7. Optionally, adjust the0 码力 | 468 页 | 5.53 MB | 1 年前3Python 标准库参考指南 3.7.13
False;其他情况返回 True。bool 类是int 的子类(参见数字类型 --- int, float, complex )。其他类不能继承自它。它只有 False 和 True 两个实例(参见布尔值 )。 在 3.7 版更改: x 现在只能作为位置参数。 breakpoint(*args, **kws) 此函数会在调用时将你陷入调试器中。具体来说,它调用sys.breakpointhook() ,直接传递 args 显式导入pdb 且键入尽可能少的代码即可进入 调试器。但是,sys.breakpointhook() 可以设置为其他一些函数并被breakpoint() 自动调 用,以允许进入你想用的调试器。 3.7 新版功能. class bytearray([source[, encoding[, errors]]]) 返回一个新的 bytes 数组。bytearray 类是一个可变序列,包含范围为 0 float('-Infinity') -inf 数字类型 --- int, float, complex 描述了浮点类型。 在 3.6 版更改: 您可以使用下划线将代码文字中的数字进行分组。 在 3.7 版更改: x 现在只能作为位置参数。 format(value[, format_spec]) 将 value 转换为 format_spec 控制的“格式化”表示。format_spec 的解释取决于0 码力 | 1846 页 | 9.09 MB | 9 月前3Python 标准库参考指南 3.7.13
True。bool 类是int 的子类(参见数字类型 --- int, float, complex )。其他 类不能继承自它。它只有 False 和 True 两个实例(参见布尔值 )。 在 3.7 版更改: x 现在只能作为位置参数。 breakpoint(*args, **kws) 此函数会在调用时将你陷入调试器中。具体来说,它调用sys.breakpointhook() ,直接传递 args 下,它纯粹是一个便利函数,因此您不必显式导入pdb 且键入尽可能少的代码即可进入调试器。但是, sys.breakpointhook() 可以设置为其他一些函数并被breakpoint() 自动调用,以允许进入你想 用的调试器。 3.7 新版功能. class bytearray([source[, encoding[, errors]]]) 返回一个新的 bytes 数组。bytearray 类是一个可变序列,包含范围为 0 float('-Infinity') -inf 数字类型 --- int, float, complex 描述了浮点类型。 在 3.6 版更改: 您可以使用下划线将代码文字中的数字进行分组。 在 3.7 版更改: x 现在只能作为位置参数。 format(value[, format_spec]) 将 value 转换为 format_spec 控制的“格式化”表示。format_spec 的解释取决于0 码力 | 1961 页 | 9.14 MB | 9 月前3Python 3.7.13 正则表达式 HOWTO
0 码力 | 17 页 | 392.75 KB | 10 月前3Python 3.7.13 正则表达式 HOWTO
0 码力 | 18 页 | 391.76 KB | 10 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100