| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 1936 function:__dir__,__members__,args,auto_rebind,self,softspace 1937 …output:__dir__,__members__,close,closed,flush,isatty,readable,seekable,softspace,writable,write,wr… 2601 ee('del sys.stdout.softspace') 2602 number_test('sys.stdout.softspace = %s', unsigned=True) 2603 number_test('sys.stderr.softspace = %s', unsigned=True) 2844 del sys.stdout.softspace:AttributeError:('cannot delete OutputObject attributes',) 2845 >>> Testing NumberToLong using sys.stdout.softspace = %s 2846 …sys.stdout.softspace = []:TypeError:('expected int(), long() or something supporting coercing to l… 2848 sys.stdout.softspace = -1:ValueError:('number must be greater or equal to zero',) 2850 >>> Testing NumberToLong using sys.stderr.softspace = %s [all …]
|
| H A D | test_python3.vim | 2123 function:__dir__,args,auto_rebind,self,softspace 2124 output:__dir__,close,closed,flush,isatty,readable,seekable,softspace,writable,write,writelines 2789 ee('del sys.stdout.softspace') 2790 number_test('sys.stdout.softspace = %s', unsigned=True) 2791 number_test('sys.stderr.softspace = %s', unsigned=True) 3032 …del sys.stdout.softspace:(<class 'AttributeError'>, AttributeError('cannot delete OutputObject att… 3033 >>> Testing NumberToLong using sys.stdout.softspace = %s 3034 …sys.stdout.softspace = []:(<class 'TypeError'>, TypeError('expected int() or something supporting … 3036 …sys.stdout.softspace = -1:(<class 'ValueError'>, ValueError('number must be greater or equal to ze… 3038 >>> Testing NumberToLong using sys.stderr.softspace = %s [all …]
|
| /vim-8.2.3635/src/ |
| H A D | if_python.c | 1183 return PyInt_FromLong(((OutputObject *)(self))->softspace); in OutputGetattr()
|
| H A D | if_python3.c | 1320 return PyLong_FromLong(((OutputObject *)(self))->softspace); in OutputGetattro()
|
| H A D | if_py_both.h | 318 long softspace; member 345 if (NumberToLong(valObject, &(self->softspace), NUMBER_UNSIGNED)) in OutputSetattr()
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_TW.UTF-8.po | 2020 msgid "softspace must be an integer" 2021 msgstr "softspace 必需是整數"
|
| H A D | zh_CN.cp936.po | 2423 msgid "softspace must be an integer" 2424 msgstr "softspace ����������"
|
| H A D | cs.cp1250.po | 1790 msgid "softspace must be an integer" 1791 msgstr "softspace mus� b�t kladn� cel� ��slo"
|
| H A D | cs.po | 1790 msgid "softspace must be an integer" 1791 msgstr "softspace mus� b�t kladn� cel� ��slo"
|
| H A D | zh_CN.po | 2424 msgid "softspace must be an integer" 2425 msgstr "softspace ����������"
|
| H A D | zh_TW.po | 2013 msgid "softspace must be an integer" 2014 msgstr "softspace ���ݬO���"
|
| H A D | zh_CN.UTF-8.po | 2423 msgid "softspace must be an integer" 2424 msgstr "softspace 必须是整数"
|
| H A D | af.po | 1978 msgid "softspace must be an integer" 1979 msgstr "'softspace' moet 'n heelgetal wees"
|
| H A D | sk.cp1250.po | 2301 msgid "softspace must be an integer" 2302 msgstr "softspace mus� by� kladn� cel� ��slo"
|
| H A D | sk.po | 2301 msgid "softspace must be an integer" 2302 msgstr "softspace mus� by� kladn� cel� ��slo"
|
| H A D | sv.po | 2452 msgid "softspace must be an integer" 2453 msgstr "softspace m�ste vara ett heltal"
|
| H A D | vi.po | 2004 msgid "softspace must be an integer" 2005 msgstr "giá trị softspace phải là một số nguyên"
|
| H A D | es.po | 2614 msgid "softspace must be an integer" 2615 msgstr "\"softspace\" debe ser un entero"
|
| H A D | pl.UTF-8.po | 6786 #~ msgid "softspace must be an integer" 6787 #~ msgstr "softspace musi być liczbą całkowitą"
|
| H A D | pl.cp1250.po | 6786 #~ msgid "softspace must be an integer" 6787 #~ msgstr "softspace musi by� liczb� ca�kowit�"
|
| H A D | pl.po | 6786 #~ msgid "softspace must be an integer" 6787 #~ msgstr "softspace musi by� liczb� ca�kowit�"
|
| H A D | ga.po | 7270 #~ msgid "softspace must be an integer" 7271 #~ msgstr "caithfidh softspace a bheith ina shl�nuimhir"
|
| H A D | nl.po | 2554 msgid "softspace must be an integer"
|