Home
last modified time | relevance | path

Searched refs:withObj (Results 1 – 21 of 21) sorted by relevance

/dports/lang/nx/nsf2.3.0/library/mongodb/
H A DmongoAPI.decls28 {-argName "conn" -required 1 -type mongoc_client_t -withObj 1}
40 {-argName "conn" -required 1 -type mongoc_client_t -withObj 1}
48 {-argName "collection" -required 1 -type mongoc_collection_t -withObj 1}
113 {-argName "cursor" -required 1 -type mongoc_cursor_t -withObj 1}
120 {-argName "gfs" -required 1 -type mongoc_gridfs_t -withObj 1}
158 {-argName "gridfile" -required 1 -type mongoc_gridfs_file_t -withObj 1}
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dobjtypes.cpp98 newType->allCombis[a].withObj = readStream->readUint16BE(); in loadObjectType()
130 if (obj->allCombis[i].withObj == withThis) { in getCombinationFunction()
H A Dobjtypes.h30 int withObj, funcNum; member
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dobjtypes.cpp96 newType->allCombis[a].withObj = readStream->readUint16BE(); in loadObjectType()
128 if (obj->allCombis[i].withObj == withThis) { in getCombinationFunction()
H A Dobjtypes.h30 int withObj, funcNum; member
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java1746 Scriptable withObj = scope.getPrototype(); in nameOrFunction() local
1747 if (withObj instanceof XMLObject) { in nameOrFunction()
1748 XMLObject xmlObj = (XMLObject)withObj; in nameOrFunction()
1759 result = ScriptableObject.getProperty(withObj, name); in nameOrFunction()
1762 thisObj = withObj; in nameOrFunction()
1848 Scriptable withObj = scope.getPrototype(); in bind() local
1849 if (withObj instanceof XMLObject) { in bind()
1850 XMLObject xmlObject = (XMLObject)withObj; in bind()
1858 if (ScriptableObject.hasProperty(withObj, id)) { in bind()
1859 return withObj; in bind()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dobjproto.h890 virtual bool useOnAction(ObjectID dObj, ObjectID enactor, ObjectID withObj);
1316 virtual bool useOnAction(ObjectID dObj, ObjectID enactor, ObjectID withObj);
1501 virtual bool useOnAction(ObjectID dObj, ObjectID enactor, ObjectID withObj);
1526 virtual bool implementAction(SpellID dObj, ObjectID enactor, ObjectID withObj);
H A Dobjproto.cpp1440 bool KeyProto::useOnAction(ObjectID dObj, ObjectID enactor, ObjectID withObj) { in useOnAction() argument
1441 GameObject *container = GameObject::objectAddress(withObj); in useOnAction()
2643 bool SkillProto::useOnAction(ObjectID dObj, ObjectID enactor, ObjectID withObj) { in useOnAction() argument
2645 GameObject *targetPtr = GameObject::objectAddress(withObj); in useOnAction()
2716 bool SkillProto::implementAction(SpellID dObj, ObjectID enactor, ObjectID withObj) { in implementAction() argument
2718 GameObject *targetPtr = GameObject::objectAddress(withObj); in implementAction()
/dports/lang/nx/nsf2.3.0/generic/
H A DgentclAPI.tcl309 if {$(-withObj)} {
551 array set "" {-required 0 -nrargs 1 -type "" -withObj 0}
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dreamweb/
H A Duse.cpp1160 DynObject *withObj = getExAd(_withObject); in useLighter() local
1161 withObj->mapad[0] = 255; in useLighter()
/dports/games/scummvm/scummvm-2.5.1/engines/dreamweb/
H A Duse.cpp1160 DynObject *withObj = getExAd(_withObject); in useLighter() local
1161 withObj->mapad[0] = 255; in useLighter()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DContext.java860 final ScriptObject withObj = ScriptRuntime.openWith(evalScope, scope);
864 return evaluateSource(source, withObj, global);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DContext.java860 final ScriptObject withObj = ScriptRuntime.openWith(evalScope, scope);
864 return evaluateSource(source, withObj, global);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java983 final ScriptObject withObj = ScriptRuntime.openWith(evalScope, scope);
987 return evaluateSource(source, withObj, global);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java983 final ScriptObject withObj = ScriptRuntime.openWith(evalScope, scope);
987 return evaluateSource(source, withObj, global);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java983 final ScriptObject withObj = ScriptRuntime.openWith(evalScope, scope);
987 return evaluateSource(source, withObj, global);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java983 final ScriptObject withObj = ScriptRuntime.openWith(evalScope, scope);
987 return evaluateSource(source, withObj, global);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java983 final ScriptObject withObj = ScriptRuntime.openWith(evalScope, scope);
987 return evaluateSource(source, withObj, global);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineCompiler.cpp3422 StaticWithObject& withObj = script->getObject(pc)->as<StaticWithObject>(); in emit_JSOP_ENTERWITH() local
3431 pushArg(ImmGCPtr(&withObj)); in emit_JSOP_ENTERWITH()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DScopeObject.cpp1242 Rooted<StaticWithObject*> withObj(cx, &srcBlock->as<StaticWithObject>()); in CloneNestedScopeObject() local
1243 return CloneStaticWithObject(cx, enclosingScope, withObj); in CloneNestedScopeObject()
/dports/lang/nx/nsf2.3.0/
H A DTODO3004 * additional parameter "-withObj" to allow passing
3008 * use "-withObj" in mongodb interface