/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 101 def tix_configure(self, cnf=None, **kw): argument 228 def config(self, cnf={}, **kw): argument 283 static_options=None, cnf={}, kw={}): argument 388 def image_create(self, imgtype, cnf={}, master=None, **kw): argument 471 def __init__(self, itemtype, cnf={}, *, master=None, **kw): argument 489 def _options(self, cnf, kw): argument 505 def config(self, cnf={}, **kw): argument 526 def __init__(self, master=None, cnf={}, **kw): argument 536 def bind_widget(self, widget, cnf={}, **kw): argument 548 def __init__(self, master=None, cnf={}, **kw): argument [all …]
|
D | __init__.py | 1460 def _options(self, cnf, kw = None): argument 1618 def _configure(self, cmd, cnf, kw): argument 1631 def configure(self, cnf=None, **kw): argument 1747 def _grid_configure(self, command, index, cnf, kw): argument 1768 def grid_columnconfigure(self, index, cnf={}, **kw): argument 1799 def grid_rowconfigure(self, index, cnf={}, **kw): argument 2372 def pack_configure(self, cnf={}, **kw): argument 2418 def place_configure(self, cnf={}, **kw): argument 2470 def grid_configure(self, cnf={}, **kw): argument 2522 def _setup(self, master, cnf): argument [all …]
|
D | dialog.py | 11 def __init__(self, master=None, cnf={}, **kw): argument
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 105 def tix_configure(self, cnf=None, **kw): argument 232 def config(self, cnf={}, **kw): argument 287 static_options=None, cnf={}, kw={}): argument 392 def image_create(self, imgtype, cnf={}, master=None, **kw): argument 475 def __init__(self, itemtype, cnf={}, **kw): argument 491 def _options(self, cnf, kw): argument 507 def config(self, cnf={}, **kw): argument 528 def __init__(self, master=None, cnf={}, **kw): argument 538 def bind_widget(self, widget, cnf={}, **kw): argument 550 def __init__(self, master=None, cnf={}, **kw): argument [all …]
|
D | Tkinter.py | 1167 def _options(self, cnf, kw = None): argument 1317 def _configure(self, cmd, cnf, kw): argument 1329 def configure(self, cnf=None, **kw): argument 1420 def _grid_configure(self, command, index, cnf, kw): argument 1441 def grid_columnconfigure(self, index, cnf={}, **kw): argument 1468 def grid_rowconfigure(self, index, cnf={}, **kw): argument 1933 def pack_configure(self, cnf={}, **kw): argument 1972 def place_configure(self, cnf={}, **kw): argument 2017 def grid_configure(self, cnf={}, **kw): argument 2061 def _setup(self, master, cnf): argument [all …]
|
D | Dialog.py | 13 def __init__(self, master=None, cnf={}, **kw): argument
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 262 CONF_VALUE *cnf; in v2i_issuer_alt() local 332 CONF_VALUE *cnf; in v2i_subject_alt() local 423 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local 442 X509V3_CTX *ctx, CONF_VALUE *cnf) in v2i_GENERAL_NAME() 540 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
|
D | v3_crld.c | 116 CONF_VALUE *cnf) in set_dist_point_name() 255 CONF_VALUE *cnf; in crldp_from_section() local 292 CONF_VALUE *cnf; in v2i_crld() local 418 CONF_VALUE *cnf; in v2i_idp() local
|
D | v3_cpols.c | 219 CONF_VALUE *cnf; in policy_section() local 305 CONF_VALUE *cnf; in notice_section() local 387 CONF_VALUE *cnf; in nref_nos() local
|
D | v3_akey.c | 127 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
|
D | v3_info.c | 164 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
|
D | v3_pci.c | 210 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 262 CONF_VALUE *cnf; in v2i_issuer_alt() local 332 CONF_VALUE *cnf; in v2i_subject_alt() local 423 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local 442 X509V3_CTX *ctx, CONF_VALUE *cnf) in v2i_GENERAL_NAME() 540 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
|
D | v3_crld.c | 116 CONF_VALUE *cnf) in set_dist_point_name() 255 CONF_VALUE *cnf; in crldp_from_section() local 292 CONF_VALUE *cnf; in v2i_crld() local 418 CONF_VALUE *cnf; in v2i_idp() local
|
D | v3_cpols.c | 219 CONF_VALUE *cnf; in policy_section() local 305 CONF_VALUE *cnf; in notice_section() local 387 CONF_VALUE *cnf; in nref_nos() local
|
D | v3_akey.c | 127 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
|
D | v3_info.c | 164 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
|
D | v3_pci.c | 210 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | kill.py | 11 def __init__(self, master=None, **cnf): 50 def __init__(self, master=None, **cnf):
|
D | svkill.py | 18 def __init__(self, master=None, **cnf): 63 def __init__(self, master=None, **cnf):
|
D | ManPage.py | 23 def __init__(self, master=None, **cnf): 179 def __init__(self, master=None, **cnf):
|
D | ShellWindow.py | 13 def __init__(self, master=None, shell=None, **cnf):
|
/external/ltp/pan/ |
D | ltp-scanner.c | 134 char *cnf; /* current filename */ variable
|
/external/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 141 X509V3_CTX cnf; in ASN1_generate_nconf() local 150 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3() 159 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3() 469 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 141 X509V3_CTX cnf; in ASN1_generate_nconf() local 150 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3() 159 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3() 469 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
|