HomeSort by relevance Sort by last modified time
    Searched refs:cnf (Results 26 - 48 of 48) sorted by null

12

  /external/python/cpython2/Lib/idlelib/
ColorDelegator.py 59 for tag, cnf in self.tagdefs.items():
60 if cnf:
61 self.tag_configure(tag, **cnf)
  /external/curl/tests/certs/scripts/
genserv.sh 103 echo "openssl ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt"
104 $OPENSSL ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt
107 echo "openssl ca -config $CAPREFIX-ca.cnf -gencrl -out $PREFIX-sv.crl"
108 $OPENSSL ca -config $CAPREFIX-ca.cnf -gencrl -out $PREFIX-sv.crl
  /external/python/cpython2/Lib/lib-tk/
Canvas.py 57 def config(self, cnf={}, **kw):
58 return self.canvas.itemconfig(self.id, _cnfmerge((cnf, kw)))
176 def config(self, cnf={}, **kw):
177 return self.canvas.itemconfigure(self.tag, _cnfmerge((cnf,kw)))
ttk.py     [all...]
  /external/python/cpython2/Demo/tkinter/guido/
ShellWindow.py 13 def __init__(self, master=None, shell=None, **cnf):
23 apply(ScrolledText.__init__, (self, master), cnf)
  /external/python/cpython3/Lib/idlelib/
colorizer.py 110 for tag, cnf in self.tagdefs.items():
111 self.tag_configure(tag, **cnf)
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 103 def __init__(self, master=None, cnf={}, **kw):
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_tk.py 103 def __init__(self, master=None, cnf={}, **kw):
  /external/scapy/scapy/
config.py 26 def configure(self, cnf):
27 self.__dict__ = cnf.__dict__.copy()
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IslamicTest.java     [all...]
CalendarRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IslamicTest.java     [all...]
CalendarRegressionTest.java     [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py     [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 609 CONF_VALUE *cnf);
612 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
asn1.h 797 OPENSSL_EXPORT ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf);
    [all...]
  /external/python/cpython3/Lib/test/
test_pydoc.py 660 def itemconfigure(self, tagOrId, cnf=None, **kw):
681 | itemconfig = itemconfigure(self, tagOrId, cnf=None, **kw)
683 | itemconfigure(self, tagOrId, cnf=None, **kw)
727 <dl><dt><a name="B-itemconfig"><strong>itemconfig</strong></a> = <a href="#B-itemconfigure">itemconfigure</a>(self, tagOrId, cnf=None, **kw)</dt></dl>
729 <dl><dt><a name="B-itemconfigure"><strong>itemconfigure</strong></a>(self, tagOrId, cnf=None, **kw)</dt><dd><tt>Configure&nbsp;resources&nbsp;of&nbsp;an&nbsp;item&nbsp;TAGORID.</tt></dd></dl>
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 

Completed in 623 milliseconds

12