MCPcopy Create free account

hub / github.com/9miao/CrossApp / functions

Functions37,882 in github.com/9miao/CrossApp

↓ 137 callersFunctiontestboth
(formatstr, *args)
tools/project-creator/Python2.6.6/Lib/test/test_format.py:58
↓ 135 callersMethodassertIs
(self, a, b)
tools/project-creator/Python2.6.6/Lib/test/test_bool.py:10
↓ 135 callersMethodback
Move the turtle backward by distance. Aliases: back | backward | bk Argument: distance -- a number Move the
tools/project-creator/Python2.6.6/Lib/lib-tk/turtle.py:1556
↓ 135 callersMethodpop
(self)
tools/project-creator/Python2.6.6/Lib/lib-tk/turtle.py:894
↓ 134 callersFunctionJSB_jsval_to_int32
scripting/javascript/bindings/js_manual_conversions.cpp:152
↓ 133 callersMethodcount
(self, value)
tools/project-creator/Python2.6.6/Lib/_abcoll.py:529
↓ 133 callersMethodencode
Encode a message header into an RFC-compliant format. There are many issues involved in converting a given string for use in an em
tools/project-creator/Python2.6.6/Lib/email/header.py:367
↓ 132 callersMethodcompile
(self, display=0)
tools/project-creator/Python2.6.6/Lib/compiler/pycodegen.py:110
↓ 132 callersMethodto_object
extensions/gameswf/gameswf/gameswf_value.cpp:298
↓ 131 callersMethodfind_binding
(self, name, string, package=None)
tools/project-creator/Python2.6.6/Lib/lib2to3/tests/test_util.py:151
↓ 131 callersFunctionlog_error
extensions/gameswf/gameswf/gameswf_log.cpp:74
↓ 130 callersMethodappend
Append a string to the MIME header. Optional charset, if given, should be a Charset instance or the name of a character set (which
tools/project-creator/Python2.6.6/Lib/email/header.py:226
↓ 130 callersMethodfailUnlessRaises
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwa
tools/project-creator/Python2.6.6/Lib/unittest.py:327
↓ 130 callersMethodmarshal
Convert x into the appropriate type for these tests.
tools/project-creator/Python2.6.6/Lib/test/buffer_tests.py:12
↓ 129 callersMethodinsert
extensions/gameswf/base/container.h:99
↓ 129 callersMethodtell
(self)
tools/project-creator/Python2.6.6/Lib/test/test_io.py:50
↓ 127 callersMethodvisit
Visit a node.
tools/project-creator/Python2.6.6/Lib/ast.py:227
↓ 126 callersFunctionatof
Parses a string as a float according to the locale settings.
tools/project-creator/Python2.6.6/Lib/locale.py:281
↓ 126 callersMethodbind
(self, sequence=None, func=None, add=None)
tools/project-creator/Python2.6.6/Lib/idlelib/MultiCall.py:323
↓ 126 callersMethodresize
extensions/gameswf/gameswf/gameswf_environment.cpp:110
↓ 124 callersMethodsize
extensions/gameswf/base/membuf.h:33
↓ 123 callersFunctionf
()
tools/project-creator/Python2.6.6/Lib/test/pyclbr_input.py:3
↓ 123 callersMethodstrip
(self, chars=None)
tools/project-creator/Python2.6.6/Lib/UserString.py:125
↓ 121 callersMethodc_str
scripting/javascript/spidermonkey-ios/include/js/CharacterEncoding.h:59
↓ 121 callersFunctionccc4
helper macro that creates an CAColor4B type
CrossApp/ccTypes.h:25
↓ 120 callersMethodisdir
(self)
tools/project-creator/Python2.6.6/Lib/tarfile.py:1454
↓ 120 callersFunctionsorted
(lst)
tools/project-creator/Python2.6.6/Lib/lib2to3/tests/test_pytree.py:25
↓ 118 callersMethodassertAlmostEqual
(self, a, b)
tools/project-creator/Python2.6.6/Lib/test/test_complex.py:13
↓ 118 callersMethodsetLayout
CrossApp/view/CAView.cpp:788
↓ 117 callersMethodnext
(self)
tools/project-creator/Python2.6.6/Lib/test/test_set.py:1499
↓ 115 callersMethodbegin
CrossApp/cocoa/CCSet.cpp:98
↓ 115 callersMethodsetImage
CrossApp/view/CAView.cpp:1778
↓ 113 callersFunctionJSB_jsval_to_uint32
scripting/javascript/bindings/js_manual_conversions.cpp:164
↓ 113 callersMethodget_content_type
Return the message's content type. The returned string is coerced to lower case of the form `maintype/subtype'. If there was no C
tools/project-creator/Python2.6.6/Lib/email/message.py:427
↓ 112 callersFunctionenumerate
()
tools/project-creator/Python2.6.6/Lib/threading.py:829
↓ 111 callersMethodadd
(self, item)
tools/project-creator/Python2.6.6/Lib/test/test_collections.py:426
↓ 111 callersFunctiontester
(fn, wantResult)
tools/project-creator/Python2.6.6/Lib/test/test_ntpath.py:8
↓ 109 callersMethodcopy
(self)
tools/project-creator/Python2.6.6/Lib/test/pystone.py:53
↓ 108 callersMethodwarn
(self, msg, *args)
tools/project-creator/Python2.6.6/Lib/distutils/log.py:40
↓ 107 callersFunctiongetStaticMethodInfo
CocosDenshion/android/opensl/OpenSLEngine.cpp:85
↓ 106 callersMethoderase
extensions/gameswf/base/container.h:1116
↓ 106 callersFunctionwrite
(s, output=output, lineEnd='\n')
tools/project-creator/Python2.6.6/Lib/quopri.py:59
↓ 105 callersMethodacquire
Acquire the I/O thread lock.
tools/project-creator/Python2.6.6/Lib/logging/__init__.py:623
↓ 105 callersMethodreadline
(self, count=None)
tools/project-creator/Python2.6.6/Lib/test/test_urllib2.py:237
↓ 104 callersMethoditems
(self)
tools/project-creator/Python2.6.6/Lib/test/test_cfgparser.py:9
↓ 102 callersFunctionrun_unittest
Run tests from unittest.TestCase-derived classes.
tools/project-creator/Python2.6.6/Lib/test/test_support.py:806
↓ 101 callersMethod_raise_error
Handles an error If the flag is in _ignored_flags, returns the default response. Otherwise, it sets the flag, then, if the corresp
tools/project-creator/Python2.6.6/Lib/decimal.py:3758
↓ 101 callersMethodfind
Internal function.
tools/project-creator/Python2.6.6/Lib/lib-tk/Tkinter.py:2186
↓ 101 callersMethodget_param
Return the parameter value if found in the Content-Type header. Optional failobj is the object to return if there is no Content-Type
tools/project-creator/Python2.6.6/Lib/email/message.py:530
↓ 101 callersMethodsearch
Search PATTERN beginning from INDEX until STOPINDEX. Return the index of the first character of a match or an empty string.
tools/project-creator/Python2.6.6/Lib/lib-tk/Tkinter.py:3031
↓ 99 callersMethodaddTest
(self, test)
tools/project-creator/Python2.6.6/Lib/unittest.py:440
↓ 99 callersMethodkeys
(self)
tools/project-creator/Python2.6.6/Lib/test/test_userdict.py:236
↓ 98 callersFunctionCCLog
CrossApp/platform/winrt/CCCommon.cpp:42
↓ 98 callersMethodfileno
(self)
tools/project-creator/Python2.6.6/Lib/test/test_io.py:38
↓ 97 callersMethodcheck_suite
(self, s)
tools/project-creator/Python2.6.6/Lib/test/test_parser.py:38
↓ 96 callersMethodbuiltin_member
called from a object constructor only
extensions/gameswf/gameswf/gameswf_object.cpp:173
↓ 96 callersFunctiondef_op
(name, op)
tools/project-creator/Python2.6.6/Lib/opcode.py:27
↓ 96 callersMethodread_u16
extensions/gameswf/gameswf/gameswf_stream.cpp:226
↓ 95 callersMethoddecode
(self,input,errors='strict')
tools/project-creator/Python2.6.6/Lib/test/testcodec.py:18
↓ 95 callersMethodread
(self, n = -1)
tools/project-creator/Python2.6.6/Lib/bsddb/dbrecio.py:68
↓ 93 callersMethodend
CrossApp/view/CARenderImage.cpp:423
↓ 92 callersMethodcheckraises
(self, exc, object, methodname, *args)
tools/project-creator/Python2.6.6/Lib/test/string_tests.py:68
↓ 91 callersFunctionjsval_to_int32
scripting/javascript/bindings/ScriptingCore.cpp:1014
↓ 91 callersMethodsetFrame
CrossApp/view/CAView.cpp:653
↓ 90 callersMethodclose
Close the file, and for mode "w" and "a" write the ending records.
tools/project-creator/Python2.6.6/Lib/zipfile.py:1125
↓ 90 callersMethodlistdir
(self, x)
tools/project-creator/Python2.6.6/Lib/ihooks.py:201
↓ 88 callersMethodfind
(self, offset)
tools/project-creator/Python2.6.6/Lib/tarfile.py:2452
↓ 87 callersFunctionName
Return a NAME leaf
tools/project-creator/Python2.6.6/Lib/lib2to3/fixer_util.py:36
↓ 87 callersMethodbegin
CrossApp/view/CARenderImage.cpp:330
↓ 86 callersMethoditems
(self, *args, **kwargs)
tools/project-creator/Python2.6.6/Lib/bsddb/dbobj.py:179
↓ 86 callersMethodsetControlState
CrossApp/view/CACell.cpp:91
↓ 86 callersMethodsetVisible
isVisible setter
CrossApp/view/CAView.cpp:546
↓ 85 callersMethodbegin
CrossApp/basics/CASTLContainer.h:1027
↓ 84 callersMethodrelease
Release the I/O thread lock.
tools/project-creator/Python2.6.6/Lib/logging/__init__.py:630
↓ 83 callersMethodclone
Return a cloned (deep) copy of self. This must be implemented by the concrete subclass.
tools/project-creator/Python2.6.6/Lib/lib2to3/pytree.py:89
↓ 83 callersMethodupdate
(self, v)
tools/project-creator/Python2.6.6/Lib/test/test_hmac.py:209
↓ 83 callersMethodupper
(self)
tools/project-creator/Python2.6.6/Lib/UserString.py:130
↓ 81 callersMethodsort
IMAP4rev1 extension SORT command. (typ, [data]) = <instance>.sort(sort_criteria, charset, search_criteria, ...)
tools/project-creator/Python2.6.6/Lib/imaplib.py:681
↓ 80 callersMethodZipFile
CrossApp/support/zip_support/ZipUtils.cpp:434
↓ 80 callersMethodsocket
Return socket instance used to connect to IMAP4 server. socket = <instance>.socket()
tools/project-creator/Python2.6.6/Lib/imaplib.py:254
↓ 80 callersMethodsplitlines
(self, keepends=0)
tools/project-creator/Python2.6.6/Lib/UserString.py:122
↓ 79 callersMethodcom_node
(self, node)
tools/project-creator/Python2.6.6/Lib/compiler/transformer.py:798
↓ 79 callersMethoditems
Get all of a message's headers. Returns a list of name, value tuples.
tools/project-creator/Python2.6.6/Lib/rfc822.py:454
↓ 79 callersMethodto_float
extensions/gameswf/gameswf/gameswf_value.h:109
↓ 79 callersMethodto_int
extensions/gameswf/gameswf/gameswf_value.h:108
↓ 78 callersMethodget_player
extensions/gameswf/gameswf/gameswf_environment.cpp:831
↓ 78 callersMethodgetvalue
(self)
tools/project-creator/Python2.6.6/Lib/test/test_xmlrpc.py:658
↓ 77 callersMethodget
Return the text from INDEX1 to INDEX2 (not included).
tools/project-creator/Python2.6.6/Lib/lib-tk/Tkinter.py:2973
↓ 77 callersMethodgetGlobalContext
* @return the global context */
scripting/javascript/bindings/ScriptingCore.h:163
↓ 77 callersMethodisfile
(self)
tools/project-creator/Python2.6.6/Lib/tarfile.py:1452
↓ 76 callersMethodexit
(self, status=0, msg=None)
tools/project-creator/Python2.6.6/Lib/optparse.py:1565
↓ 76 callersMethodrstrip
(self, chars=None)
tools/project-creator/Python2.6.6/Lib/UserString.py:117
↓ 76 callersMethodstart
(self)
tools/project-creator/Python2.6.6/Lib/threading.py:463
↓ 75 callersMethodappend
(self, item)
tools/project-creator/Python2.6.6/Lib/idlelib/ScrolledList.py:39
↓ 75 callersMethodset
()
tools/project-creator/Python2.6.6/Lib/test/test_py3kwarn.py:218
↓ 74 callersMethodstrftime
(self, format_spec)
tools/project-creator/Python2.6.6/Lib/test/test_datetime.py:891
↓ 73 callersMethodcursor
(self, *args, **kwargs)
tools/project-creator/Python2.6.6/Lib/bsddb/dbobj.py:155
↓ 73 callersMethodrfind
(self, sub, start=0, end=sys.maxint)
tools/project-creator/Python2.6.6/Lib/UserString.py:109
↓ 72 callersMethodGetSize
CrossApp/support/deelx.h:480
↓ 72 callersFunctioncreateWithImage
CrossApp/view/CABatchView.h:37
← previousnext →101–200 of 37,882, ranked by callers