Home
last modified time | relevance | path

Searched refs:list_or_string (Results 1 – 5 of 5) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A D__init__.py169 getbaseclasses(list_or_string)
364 'ls ' : list_or_string,
H A DAppleScript_Suite.py1158 class list_or_string(aetools.ComponentItem): class
1728 list_or_string._superclassnames = []
1729 list_or_string._privpropdict = {
1731 list_or_string._privelemdict = {
2118 'ls ' : list_or_string,
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A D__init__.py169 getbaseclasses(list_or_string)
364 'ls ' : list_or_string,
H A DAppleScript_Suite.py1158 class list_or_string(aetools.ComponentItem): class
1728 list_or_string._superclassnames = []
1729 list_or_string._privpropdict = {
1731 list_or_string._privelemdict = {
2118 'ls ' : list_or_string,
/dports/games/warzone2100/warzone2100/src/
H A Dquickjs_backend.cpp1556 JSValue list_or_string = argv[idx++]; in operator ()() local
1557 if (JS_IsArray(ctx, list_or_string)) in operator ()()
1560 if (QuickJS_GetArrayLength(ctx, list_or_string, length)) in operator ()()
1564 JSValue resVal = JS_GetPropertyUint32(ctx, list_or_string, k); in operator ()()
1572 strings.strings.push_back(JSValueToStdString(ctx, list_or_string)); in operator ()()