Home
last modified time | relevance | path

Searched defs:dict (Results 101 – 125 of 13900) sorted by relevance

12345678910>>...556

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/glu/libtess/
H A Ddict.c50 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict() local
68 void dictDeleteDict( Dict *dict ) in dictDeleteDict()
79 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
100 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
108 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/lldb/
H A Dlldb_blink.py36 def __lldb_init_module(debugger, dict): argument
50 def WTFString_SummaryProvider(valobj, dict): argument
64 def WTFVector_SummaryProvider(valobj, dict): argument
69 def WTFHashTable_SummaryProvider(valobj, dict): argument
89 def BlinkLength_SummaryProvider(valobj, dict): argument
139 def __init__(self, valobj, dict): argument
172 def __init__(self, valobj, dict): argument
194 def __init__(self, valobj, dict): argument
203 def __init__(self, valobj, dict): argument
215 def __init__(self, valobj, dict): argument
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/modjy/
H A Dmodjy_wsgi.py54 def set_string_envvar(self, dict, name, value): argument
60 def set_string_envvar_optional(self, dict, name, value, default_value): argument
64 def set_int_envvar(self, dict, name, value, default_value): argument
71 def set_container_specific_wsgi_vars(self, req, resp, dict, params): argument
76 def set_j2ee_specific_wsgi_vars(self, dict, j2ee_ns): argument
80 def set_required_cgi_environ (self, req, resp, dict): argument
88 def set_other_cgi_environ (self, req, resp, dict): argument
100 def set_http_header_environ(self, req, resp, dict): argument
117 def set_required_wsgi_vars(self, req, resp, dict): argument
127 def set_wsgi_streams(self, req, resp, dict): argument
[all …]
/dports/textproc/R-cran-spelling/spelling/R/
H A Dcheck-files.R26 dict <- hunspell::dictionary(lang, add_words = ignore) functionVar
32 spell_check_file_one <- function(path, dict){ argument
60 dict <- hunspell::dictionary(lang, add_words = ignore) functionVar
70 spell_check_plain <- function(text, dict){ argument
78 spell_check_file_text <- function(file, dict){ argument
82 spell_check_description_text <- function(file, dict){ argument
88 spell_check_file_rd <- function(rdfile, macros = NULL, dict) { argument
98 spell_check_file_md <- function(path, dict){ argument
111 spell_check_file_knitr <- function(path, format, dict){ argument
118 spell_check_file_plain <- function(path, format, dict){ argument
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Ddict_fail.c44 DICT dict; /* generic members */ member
50 static int dict_fail_sequence(DICT *dict, int unused_func, in dict_fail_sequence()
61 static int dict_fail_update(DICT *dict, const char *unused_name, in dict_fail_update()
72 static const char *dict_fail_lookup(DICT *dict, const char *unused_name) in dict_fail_lookup()
82 static int dict_fail_delete(DICT *dict, const char *unused_name) in dict_fail_delete()
92 static void dict_fail_close(DICT *dict) in dict_fail_close()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddictionary.c489 dict_free (struct dictionary *dict) in dict_free()
506 dict_iterator_first (const struct dictionary *dict, in dict_iterator_first()
554 dict_size (const struct dictionary *dict) in dict_size()
566 dict_empty (struct dictionary *dict) in dict_empty()
579 free_obstack (struct dictionary *dict) in free_obstack()
692 insert_symbol_hashed (struct dictionary *dict, in insert_symbol_hashed()
705 size_hashed (const struct dictionary *dict) in size_hashed()
713 free_hashed_expandable (struct dictionary *dict) in free_hashed_expandable()
739 expand_hashtable (struct dictionary *dict) in expand_hashtable()
894 size_linear (const struct dictionary *dict) in size_linear()
[all …]
/dports/irc/srvx/srvx-1.3.1/src/
H A Ddict.h35 struct dict { struct
37 struct dict_node *root, *first, *last; argument
42 typedef struct dict *dict_t; argument
/dports/devel/py-distributed/distributed-2021.11.2/distributed/deploy/
H A Dssh.py68 connect_options: dict,
69 kwargs: dict,
173 self, address: str, connect_options: dict, kwargs: dict, remote_python=None
254 connect_options: dict | list[dict] = {},
255 worker_options: dict = {},
256 scheduler_options: dict = {},
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dcryptauth_key_unittest.cc66 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
80 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
91 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
104 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
119 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
128 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
137 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
147 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
156 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
167 base::Value dict(base::Value::Type::DICTIONARY); in TEST() local
/dports/multimedia/handbrake/HandBrake-1.4.2/gtk/src/
H A Dvalues.c151 ghb_dict_set_string(GhbValue *dict, const gchar *key, const gchar *sval) in ghb_dict_set_string()
159 ghb_dict_set_double(GhbValue *dict, const gchar *key, gdouble dval) in ghb_dict_set_double()
167 ghb_dict_set_int(GhbValue *dict, const gchar *key, gint64 ival) in ghb_dict_set_int()
175 ghb_dict_set_bool(GhbValue *dict, const gchar *key, gboolean bval) in ghb_dict_set_bool()
183 ghb_dict_get_value(const GhbValue *dict, const gchar *key) in ghb_dict_get_value()
193 ghb_dict_get_bool(const GhbValue *dict, const gchar *key) in ghb_dict_get_bool()
202 ghb_dict_get_int(const GhbValue *dict, const gchar *key) in ghb_dict_get_int()
211 ghb_dict_get_double(const GhbValue *dict, const gchar *key) in ghb_dict_get_double()
220 ghb_dict_get_string(const GhbValue *dict, const gchar *key) in ghb_dict_get_string()
228 ghb_dict_get_string_xform(const GhbValue *dict, const gchar *key) in ghb_dict_get_string_xform()
/dports/astro/kstars/kstars-3.5.6/kstars/libtess/
H A Ddict.c13 Dict *dict = (Dict *)memAlloc(sizeof(Dict)); in dictNewDict() local
32 void dictDeleteDict(Dict *dict) in dictDeleteDict()
45 DictNode *dictInsertBefore(Dict *dict, DictNode *node, DictKey key) in dictInsertBefore()
68 void dictDelete(Dict *dict, DictNode *node) /*ARGSUSED*/ in dictDelete()
76 DictNode *dictSearch(Dict *dict, DictKey key) in dictSearch()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glu/libtess/
H A Ddict.c43 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict() local
61 void dictDeleteDict( Dict *dict ) in dictDeleteDict()
73 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
94 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
102 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/astro/kstars/kstars-3.5.6/kstars/libtess/src/
H A Ddict.c13 Dict *dict = (Dict *)memAlloc(sizeof(Dict)); in dictNewDict() local
32 void dictDeleteDict(Dict *dict) in dictDeleteDict()
45 DictNode *dictInsertBefore(Dict *dict, DictNode *node, DictKey key) in dictInsertBefore()
68 void dictDelete(Dict *dict, DictNode *node) /*ARGSUSED*/ in dictDelete()
76 DictNode *dictSearch(Dict *dict, DictKey key) in dictSearch()
/dports/graphics/cogl/cogl-1.22.8/cogl-path/tesselator/
H A Ddict.c43 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict() local
61 void dictDeleteDict( Dict *dict ) in dictDeleteDict()
73 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
94 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
102 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/devel/bglibs/bglibs-2.04/include/
H A Ddict.h20 struct dict struct
24 dict_entry** table; argument
26 typedef struct dict dict; typedef
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl-path/tesselator/
H A Ddict.c43 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict() local
61 void dictDeleteDict( Dict *dict ) in dictDeleteDict()
73 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
94 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
102 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/graphics/libGLU/glu-9.0.2/src/libtess/
H A Ddict.c43 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict() local
61 void dictDeleteDict( Dict *dict ) in dictDeleteDict()
73 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
94 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
102 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/ext/libtess2/Source/
H A Ddict.c40 Dict *dict = (Dict *)alloc->memalloc( alloc->userData, sizeof( Dict )); in dictNewDict() local
64 void dictDeleteDict( TESSalloc* alloc, Dict *dict ) in dictDeleteDict()
71 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
92 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
100 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/ext/libtess2/Source/
H A Ddict.c40 Dict *dict = (Dict *)alloc->memalloc( alloc->userData, sizeof( Dict )); in dictNewDict() local
64 void dictDeleteDict( TESSalloc* alloc, Dict *dict ) in dictDeleteDict()
71 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
92 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
100 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/mail/qmail-notify/qmail-notify-0.93/dict/
H A Ddict.h20 struct dict struct
24 dict_entry** table; argument
26 typedef struct dict dict; typedef
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/glu-libtess/src/
H A Ddict.c43 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict() local
61 void dictDeleteDict( Dict *dict ) in dictDeleteDict()
73 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
94 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
102 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/devel/upp/upp/uppsrc/plugin/tess2/
H A Ddict.c40 Dict *dict = (Dict *)alloc->memalloc( alloc->userData, sizeof( Dict )); in dictNewDict() local
64 void dictDeleteDict( TESSalloc* alloc, Dict *dict ) in dictDeleteDict()
71 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
92 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
100 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/astro/stellarium/stellarium-0.21.3/src/external/glues_stel/source/libtess/
H A Ddict.c42 Dict* dict=(Dict*)memAlloc(sizeof(Dict)); in dictNewDict() local
63 void dictDeleteDict(Dict* dict) in dictDeleteDict()
78 DictNode* dictInsertBefore(Dict* dict, DictNode* node, DictKey key) in dictInsertBefore()
102 void dictDelete(Dict* dict, DictNode* node) /*ARGSUSED*/ in dictDelete()
110 DictNode* dictSearch(Dict* dict, DictKey key) in dictSearch()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/libtess2/Source/
H A Ddict.c40 Dict *dict = (Dict *)alloc->memalloc( alloc->userData, sizeof( Dict )); in dictNewDict() local
64 void dictDeleteDict( TESSalloc* alloc, Dict *dict ) in dictDeleteDict()
71 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
92 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
100 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()
/dports/graphics/wings/wings-8d019ebe48/c_src/tess/
H A Ddict.c43 Dict *dict = (Dict *) memAlloc( sizeof( Dict )); in dictNewDict() local
61 void dictDeleteDict( Dict *dict ) in dictDeleteDict()
73 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key ) in dictInsertBefore()
94 void dictDelete( Dict *dict, DictNode *node ) /*ARGSUSED*/ in dictDelete()
102 DictNode *dictSearch( Dict *dict, DictKey key ) in dictSearch()

12345678910>>...556