Home
last modified time | relevance | path

Searched refs:in_dict (Results 176 – 200 of 435) sorted by relevance

12345678910>>...18

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/
H A Dmock.pyi156 in_dict: Any
159 … def __init__(self, in_dict: Any, values: Any = ..., clear: Any = ..., **kwargs: Any) -> None: ...
/dports/mail/rspamd-devel/rspamd-93430bb/src/
H A Drspamd.h352 struct zstd_dictionary *in_dict; member
/dports/mail/rspamd/rspamd-3.1/src/
H A Drspamd.h352 struct zstd_dictionary *in_dict; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dvalues.cc223 Value::Value(const DictStorage& in_dict) in Value() argument
225 dict().reserve(in_dict.size()); in Value()
226 for (const auto& it : in_dict) { in Value()
232 Value::Value(DictStorage&& in_dict) noexcept in Value() argument
234 dict().reserve(in_dict.size()); in Value()
235 for (auto& it : in_dict) { in Value()
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/psaux/
H A Dcffdecode.c493 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
827 if ( in_dict ) in cff_decoder_parse_charstrings()
900 set_width_ok = in_dict in cff_decoder_parse_charstrings()
1617 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/psaux/
H A Dcffdecode.c493 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
827 if ( in_dict ) in cff_decoder_parse_charstrings()
900 set_width_ok = in_dict in cff_decoder_parse_charstrings()
1617 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/freetype2/src/psaux/
H A Dcffdecode.c493 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
827 if ( in_dict ) in cff_decoder_parse_charstrings()
900 set_width_ok = in_dict in cff_decoder_parse_charstrings()
1617 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfreetype/src/psaux/
H A Dcffdecode.c493 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
827 if ( in_dict ) in cff_decoder_parse_charstrings()
900 set_width_ok = in_dict in cff_decoder_parse_charstrings()
1617 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/devel/qmake/qt-x11-free-3.3.8/qmake/generators/mac/
H A Dpbuilder_pbx.cpp1353 bool in_dict = false; in pbuilderVersion() local
1359 in_dict = true; in pbuilderVersion()
1361 in_dict = false; in pbuilderVersion()
1362 else if(in_dict) { in pbuilderVersion()
/dports/graphics/sdl2_ttf/SDL2_ttf-2.0.15/external/freetype-2.9.1/src/psaux/
H A Dcffdecode.c493 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
827 if ( in_dict ) in cff_decoder_parse_charstrings()
900 set_width_ok = in_dict in cff_decoder_parse_charstrings()
1617 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/unittest/
H A Dmock.pyi192 in_dict: Any
195 … def __init__(self, in_dict: Any, values: Any = ..., clear: Any = ..., **kwargs: Any) -> None: ...
/dports/devel/dbus-glib/dbus-glib-0.112/test/core/
H A Dmy-object.c734 GHashTable *in_dict = (GHashTable *) val; in hash_foreach_mangle_dict_of_strings() local
740 g_hash_table_foreach (in_dict, hash_foreach_prepend_string, data); in hash_foreach_mangle_dict_of_strings()
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/unittest/
H A Dmock.pyi192 in_dict: Any
195 … def __init__(self, in_dict: Any, values: Any = ..., clear: Any = ..., **kwargs: Any) -> None: ...
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Ddictmanagedlg.cpp366 bool in_dict; member
384 Data->in_dict = true; in dirinfo_parse_start_element()
417 Data->in_dict = false; in dirinfo_parse_end_element()
482 if (Data->in_dict) in dirinfo_parse_text()
485 if (Data->in_dict) in dirinfo_parse_text()
488 if (Data->in_dict) in dirinfo_parse_text()
491 if (Data->in_dict) in dirinfo_parse_text()
494 if (Data->in_dict) in dirinfo_parse_text()
506 Data.in_dict = false; in network_getdirinfo()
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_trackvis.py138 for in_dict, back_version in (({},2),
143 tv.write(out_f, streams, in_dict, endian_code)
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_trackvis.py150 for in_dict, back_version in (({}, 2),
155 tv.write(out_f, streams, in_dict, endian_code)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/mock/
H A Dmock.pyi238 in_dict: Any
241 … def __init__(self, in_dict: Any, values: Any = ..., clear: Any = ..., **kwargs: Any) -> None: ...
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersCalling.c173 … GET_STRING_DICT_VALUE((PyDictObject *)source_instance->in_dict, (PyStringObject *)attr_name); in CALL_METHOD_WITH_POSARGS()
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/linux/
H A Dpython.h543 PyObject *in_dict; /* A dictionary */ variable
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/
H A Dpython.h599 PyObject *in_dict; /* A dictionary */ variable
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/dll/
H A Dpython.h578 PyObject *in_dict; /* A dictionary */ variable
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/cff/
H A Dcffgload.c908 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
1254 if ( in_dict ) in cff_decoder_parse_charstrings()
1327 set_width_ok = in_dict in cff_decoder_parse_charstrings()
2023 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/FreeType/src/cff/
H A Dcffgload.c913 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
1249 if ( in_dict ) in cff_decoder_parse_charstrings()
1322 set_width_ok = in_dict in cff_decoder_parse_charstrings()
2018 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/freetype/src/cff/
H A Dcffgload.c914 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
1250 if ( in_dict ) in cff_decoder_parse_charstrings()
1323 set_width_ok = in_dict in cff_decoder_parse_charstrings()
2040 if ( in_dict ) in cff_decoder_parse_charstrings()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/freetype/src/cff/
H A Dcffgload.c914 FT_Bool in_dict ) in cff_decoder_parse_charstrings() argument
1250 if ( in_dict ) in cff_decoder_parse_charstrings()
1323 set_width_ok = in_dict in cff_decoder_parse_charstrings()
2040 if ( in_dict ) in cff_decoder_parse_charstrings()

12345678910>>...18