Home
last modified time | relevance | path

Searched refs:uself (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/python27/Python-2.7.18/Objects/
H A Dexceptions.c1634 if (!uself->object) in UnicodeEncodeError_str()
1647 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1648 int badchar = (int)PyUnicode_AS_UNICODE(uself->object)[uself->start]; in UnicodeEncodeError_str()
1660 uself->start, in UnicodeEncodeError_str()
1667 uself->start, in UnicodeEncodeError_str()
1668 uself->end-1, in UnicodeEncodeError_str()
1722 if (!uself->object) in UnicodeDecodeError_str()
1735 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
1822 if (!uself->object) in UnicodeTranslateError_str()
1832 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dexceptions.c1634 if (!uself->object) in UnicodeEncodeError_str()
1647 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1648 int badchar = (int)PyUnicode_AS_UNICODE(uself->object)[uself->start]; in UnicodeEncodeError_str()
1660 uself->start, in UnicodeEncodeError_str()
1667 uself->start, in UnicodeEncodeError_str()
1668 uself->end-1, in UnicodeEncodeError_str()
1722 if (!uself->object) in UnicodeDecodeError_str()
1735 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
1822 if (!uself->object) in UnicodeTranslateError_str()
1832 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dexceptions.c1656 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1657 int badchar = (int)PyUnicode_AS_UNICODE(uself->object)[uself->start]; in UnicodeEncodeError_str()
1669 uself->start, in UnicodeEncodeError_str()
1676 uself->start, in UnicodeEncodeError_str()
1677 uself->end-1, in UnicodeEncodeError_str()
1741 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
1750 uself->start, in UnicodeDecodeError_str()
1757 uself->start, in UnicodeDecodeError_str()
1758 uself->end-1, in UnicodeDecodeError_str()
1835 if (uself->start < PyUnicode_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dexceptions.c1917 if (!uself->object) in UnicodeEncodeError_str()
1930 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1931 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
1943 uself->start, in UnicodeEncodeError_str()
1950 uself->start, in UnicodeEncodeError_str()
1951 uself->end-1, in UnicodeEncodeError_str()
2039 if (!uself->object) in UnicodeDecodeError_str()
2052 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2135 if (!uself->object) in UnicodeTranslateError_str()
2145 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dexceptions.c1917 if (!uself->object) in UnicodeEncodeError_str()
1930 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1931 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
1943 uself->start, in UnicodeEncodeError_str()
1950 uself->start, in UnicodeEncodeError_str()
1951 uself->end-1, in UnicodeEncodeError_str()
2039 if (!uself->object) in UnicodeDecodeError_str()
2052 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2135 if (!uself->object) in UnicodeTranslateError_str()
2145 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/lang/python37/Python-3.7.12/Objects/
H A Dexceptions.c1900 if (!uself->object) in UnicodeEncodeError_str()
1913 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1914 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
1926 uself->start, in UnicodeEncodeError_str()
1933 uself->start, in UnicodeEncodeError_str()
1934 uself->end-1, in UnicodeEncodeError_str()
2022 if (!uself->object) in UnicodeDecodeError_str()
2035 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2118 if (!uself->object) in UnicodeTranslateError_str()
2128 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/lang/python310/Python-3.10.1/Objects/
H A Dexceptions.c2060 if (!uself->object) in UnicodeEncodeError_str()
2073 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
2074 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
2086 uself->start, in UnicodeEncodeError_str()
2093 uself->start, in UnicodeEncodeError_str()
2094 uself->end-1, in UnicodeEncodeError_str()
2182 if (!uself->object) in UnicodeDecodeError_str()
2195 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2278 if (!uself->object) in UnicodeTranslateError_str()
2288 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dexceptions.c1917 if (!uself->object) in UnicodeEncodeError_str()
1930 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1931 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
1943 uself->start, in UnicodeEncodeError_str()
1950 uself->start, in UnicodeEncodeError_str()
1951 uself->end-1, in UnicodeEncodeError_str()
2039 if (!uself->object) in UnicodeDecodeError_str()
2052 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2135 if (!uself->object) in UnicodeTranslateError_str()
2145 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dexceptions.c1917 if (!uself->object) in UnicodeEncodeError_str()
1930 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1931 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
1943 uself->start, in UnicodeEncodeError_str()
1950 uself->start, in UnicodeEncodeError_str()
1951 uself->end-1, in UnicodeEncodeError_str()
2039 if (!uself->object) in UnicodeDecodeError_str()
2052 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2135 if (!uself->object) in UnicodeTranslateError_str()
2145 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/lang/python39/Python-3.9.9/Objects/
H A Dexceptions.c1931 if (!uself->object) in UnicodeEncodeError_str()
1944 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1945 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
1957 uself->start, in UnicodeEncodeError_str()
1964 uself->start, in UnicodeEncodeError_str()
1965 uself->end-1, in UnicodeEncodeError_str()
2053 if (!uself->object) in UnicodeDecodeError_str()
2066 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2149 if (!uself->object) in UnicodeTranslateError_str()
2159 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dexceptions.c1917 if (!uself->object) in UnicodeEncodeError_str()
1930 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
1931 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
1943 uself->start, in UnicodeEncodeError_str()
1950 uself->start, in UnicodeEncodeError_str()
1951 uself->end-1, in UnicodeEncodeError_str()
2039 if (!uself->object) in UnicodeDecodeError_str()
2052 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2135 if (!uself->object) in UnicodeTranslateError_str()
2145 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dexceptions.c2607 if (!uself->object) in UnicodeEncodeError_str()
2620 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeEncodeError_str()
2621 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
2633 uself->start, in UnicodeEncodeError_str()
2640 uself->start, in UnicodeEncodeError_str()
2641 uself->end-1, in UnicodeEncodeError_str()
2720 if (!uself->object) in UnicodeDecodeError_str()
2733 if (uself->start < PyBytes_GET_SIZE(uself->object) && uself->end == uself->start+1) { in UnicodeDecodeError_str()
2816 if (!uself->object) in UnicodeTranslateError_str()
2826 if (uself->start < PyUnicode_GET_LENGTH(uself->object) && uself->end == uself->start+1) { in UnicodeTranslateError_str()
[all …]
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Dresolved-reader.c2955 avro_resolved_wunion_reader_t *uself = in try_writer_union() local
3000 uself->branch_count = branch_count; in try_writer_union()
3001 uself->branch_resolvers = branch_resolvers; in try_writer_union()
3002 return &uself->parent; in try_writer_union()
3010 avro_value_iface_decref(&uself->parent.parent); in try_writer_union()
3174 avro_resolved_runion_reader_t *uself = in try_reader_union() local
3193 uself->branch_resolver = in try_reader_union()
3195 if (uself->branch_resolver == NULL) { in try_reader_union()
3199 uself->active_branch = i; in try_reader_union()
3200 return &uself->parent; in try_reader_union()
[all …]
H A Dresolved-writer.c2686 avro_resolved_union_writer_t *uself = in try_union() local
2688 avro_memoize_set(&state->mem, wschema, rschema, uself); in try_union()
2734 uself->branch_count = branch_count; in try_union()
2735 uself->branch_resolvers = branch_resolvers; in try_union()
2736 return &uself->parent; in try_union()
2744 avro_value_iface_decref(&uself->parent.parent); in try_union()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Dresolved-reader.c2955 avro_resolved_wunion_reader_t *uself = in try_writer_union() local
3000 uself->branch_count = branch_count; in try_writer_union()
3001 uself->branch_resolvers = branch_resolvers; in try_writer_union()
3002 return &uself->parent; in try_writer_union()
3010 avro_value_iface_decref(&uself->parent.parent); in try_writer_union()
3174 avro_resolved_runion_reader_t *uself = in try_reader_union() local
3193 uself->branch_resolver = in try_reader_union()
3195 if (uself->branch_resolver == NULL) { in try_reader_union()
3199 uself->active_branch = i; in try_reader_union()
3200 return &uself->parent; in try_reader_union()
[all …]
H A Dresolved-writer.c2686 avro_resolved_union_writer_t *uself =
2688 avro_memoize_set(&state->mem, wschema, rschema, uself);
2734 uself->branch_count = branch_count;
2735 uself->branch_resolvers = branch_resolvers;
2736 return &uself->parent;
2744 avro_value_iface_decref(&uself->parent.parent);
/dports/sysutils/screen/screen-4.8.0/
H A Dlayer.c496 void LClearArea(struct layer *l, int xs, int ys, int xe, int ye, int bce, int uself) in LClearArea() argument
558 ClearArea(xs2, ys2, xcs, xce, xe2, ye2, bce, uself); in LClearArea()
566 ClearArea(xs2, ys2, vp->v_xs, vp->v_xe, xe2, ye2, bce, uself); in LClearArea()
843 void LClearAll(struct layer *l, int uself) in LClearAll() argument
845 LClearArea(l, 0, 0, l->l_width - 1, l->l_height - 1, 0, uself); in LClearAll()
/dports/sysutils/webmin/webmin-1.981/acl/lang/
H A Daf.auto126 save_edeny=u kan nie uself toegang tot die Webmin Users-module weier nie
152 delete_eself=U kan nie uself uitvee nie
/dports/sysutils/webmin/webmin-1.981/qmailadmin/lang/
H A Daf.auto135 vform_to=Berei uself voor vir gebruikersnaam
/dports/lang/nim/nim-1.6.2/tests/manyloc/argument_parser/
H A Dargument_parser.nim62 ## uses them to detect parameters and turn them into something uself.
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/converse.js/locale/af/LC_MESSAGES/
H A Dconverse.po619 "U het geen toestemming om uself in hierdie groepgesprek te registreer nie."
625 "U het geen toestemming om uself in hierdie groepgesprek te registreer nie, "
/dports/www/gallery2/gallery2/modules/core/po/
H A Daf.po1630 msgstr "U kan nie uself uit hierdie groep verwyder nie."
2600 msgstr "U kan uself nie verwyder nie!"
/dports/net-im/libpurple/pidgin-2.14.8/po/
H A Daf.po5146 msgstr "Spesifiseer asseblief 'n nuwe bynaam vir uself."
5213 msgstr "Kan nie uself byvoeg nie"
6991 msgstr "Sleutelooreenkoms kan nie deur uself begin word nie"
/dports/net-im/pidgin/pidgin-2.14.8/po/
H A Daf.po5146 msgstr "Spesifiseer asseblief 'n nuwe bynaam vir uself."
5213 msgstr "Kan nie uself byvoeg nie"
6991 msgstr "Sleutelooreenkoms kan nie deur uself begin word nie"
/dports/net-im/finch/pidgin-2.14.8/po/
H A Daf.po5146 msgstr "Spesifiseer asseblief 'n nuwe bynaam vir uself."
5213 msgstr "Kan nie uself byvoeg nie"
6991 msgstr "Sleutelooreenkoms kan nie deur uself begin word nie"

12