Home
last modified time | relevance | path

Searched refs:Scriptable (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DGameScript.h146 Scriptable *actor; //hmm, could be door
171 Scriptable *GetTarget(unsigned int index, int Type);
247 int Evaluate(Scriptable *Sender) const;
283 bool Evaluate(Scriptable *Sender) const;
384 int Execute(Scriptable* Sender);
403 int Execute(Scriptable* Sender);
456 typedef void (* ActionFunction)(Scriptable*, Action*);
545 GameScript(const ieResRef ResRef, Scriptable* Myself,
555 static void ExecuteAction(Scriptable* Sender, Action* aC);
568 Scriptable* const MySelf;
[all …]
H A DTriggers.cpp55 int GameScript::Reaction(Scriptable *Sender, const Trigger *parameters) in Reaction()
179 int GameScript::Class(Scriptable *Sender, const Trigger *parameters) in Class()
213 int GameScript::Team(Scriptable *Sender, const Trigger *parameters) in Team()
246 const Scriptable *scr = Sender; in IsTeamBitOn()
302 const Scriptable *scr; in InParty()
450 int GameScript::Kit(Scriptable *Sender, const Trigger *parameters) in Kit()
613 int GameScript::Xor(Scriptable *Sender, const Trigger *parameters) in Xor()
1886 int GameScript::HP(Scriptable *Sender, const Trigger *parameters) in HP()
2068 int GameScript::XP(Scriptable *Sender, const Trigger *parameters) in XP()
3643 const Scriptable *scr = Sender; in OutOfAmmo()
[all …]
H A DGSUtils.h67 GEM_EXPORT int GetHappiness(const Scriptable *Sender, int reputation);
68 int GetHPPercent(const Scriptable *Sender);
71 void ClickCore(Scriptable *Sender, const MouseEvent& me, int speed);
77 void BeginDialog(Scriptable* Sender, Action* parameters, int flags);
81 int MoveItemCore(Scriptable *Sender, Scriptable *target, const char *resref, int flags, int setflag…
84 void AttackCore(Scriptable *Sender, Scriptable *target, int flags);
92 void GoNear(Scriptable *Sender, const Point &p);
93 void MoveNearerTo(Scriptable *Sender, const Scriptable *target, int distance, int dont_release = 0);
122 GEM_EXPORT int CanSee(const Scriptable *Sender, const Scriptable *target, bool range, int nodead);
136 void SetupWishCore(Scriptable *Sender, int column, int picks);
[all …]
H A DObjects.cpp39 Targets *GameScript::Myself(const Scriptable *Sender, Targets* parameters, int ga_flags) in Myself()
43 Scriptable *snd; in Myself()
148 Scriptable *target = parameters->GetTarget(0, -1); in LastTrigger()
346 const Scriptable *actor = parameters->GetTarget(0, -1); in MyTarget()
574 Scriptable* scr = NULL; in StrongestOfMale()
598 Scriptable* scr = NULL; in StrongestOf()
621 Scriptable* scr = NULL; in WeakestOf()
644 Scriptable* scr = NULL; in BestAC()
667 Scriptable* scr = NULL; in WorstAC()
690 Scriptable* scr = NULL; in MostDamagedOf()
[all …]
H A DActions.cpp2122 Scriptable* tar; in PlaySequenceTimed()
4119 Scriptable* tar; in CreateItem()
4203 Scriptable* tar; in SetItemFlags()
5034 Scriptable* tar; in AttackOneRound()
5067 Scriptable* tar; in RunningAttackNoSound()
5090 Scriptable* tar; in AttackNoSound()
5113 Scriptable* tar; in RunningAttack()
5136 Scriptable* tar; in Attack()
6271 Scriptable* ip; in SetNoOneOnTrigger()
6368 Scriptable* ip; in ActivatePortalCursor()
[all …]
H A DMatching.h31 GEM_EXPORT Targets *GetAllObjects(const Map *map, Scriptable *Sender, const Object *oC, int ga_flag…
32 Targets* GetAllActors(Scriptable* Sender, int ga_flags);
33 Scriptable* GetActorFromObject(Scriptable* Sender, const Object* oC, int ga_flags = 0);
34 Scriptable* GetStoredActorFromObject(Scriptable *Sender, const Object *oC, int ga_flags = 0);
35 Scriptable *GetActorObject(const TileMap *TMap, const char *name);
37 Targets *GetMyTarget(const Scriptable *Sender, const Actor *actor, Targets *parameters, int ga_flag…
41 Targets *ClosestEnemySummoned(const Scriptable *origin, Targets *parameters, int ga_flags);
42 Targets *XthNearestEnemyOfType(const Scriptable *origin, Targets *parameters, unsigned int count, i…
46 bool MatchActor(const Scriptable *Sender, ieDword ID, const Object *oC);
48 int GetObjectCount(Scriptable *Sender, const Object *oC);
[all …]
/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dcommandhelp.cpp99 .addArg(Scriptable::tr("TEXT")) in commandHelp()
101 .addArg(Scriptable::tr("MIME")) in commandHelp()
102 .addArg(Scriptable::tr("DATA")) in commandHelp()
103 .addArg("[" + Scriptable::tr("MIME") + " " + Scriptable::tr("DATA") + "]...") in commandHelp()
119 .addArg(Scriptable::tr("ROW")) in commandHelp()
120 .addArg(Scriptable::tr("TEXT")) in commandHelp()
134 .addArg("[" + Scriptable::tr("MIME") + "|" + Scriptable::tr("ROW") + "]...") in commandHelp()
137 .addArg(Scriptable::tr("MIME")) in commandHelp()
138 .addArg(Scriptable::tr("DATA")) in commandHelp()
139 .addArg("[" + Scriptable::tr("MIME") + " " + Scriptable::tr("DATA") + "]...") in commandHelp()
[all …]
H A Dscriptable.cpp118 return Scriptable::tr("Usage: copyq [%1]").arg(Scriptable::tr("COMMAND")) + "\n\n" in helpHead()
552 Scriptable::Scriptable( in Scriptable() function in Scriptable
906 void Scriptable::show() in show()
950 void Scriptable::hide() in hide()
995 void Scriptable::exit() in exit()
1217 void Scriptable::next() in next()
1229 void Scriptable::add() in add()
1266 void Scriptable::edit() in edit()
1392 void Scriptable::popup() in popup()
1790 void Scriptable::print() in print()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/FXOpcodes/
H A DFXOpcodes.cpp119 int fx_death (Scriptable* Owner, Actor* target, Effect* fx);//0d
950 Scriptable *caster = GetCasterObject(); in Resurrect()
1172 Scriptable *caster = GetCasterObject(); in fx_set_charmed_state()
1367 Scriptable *caster = GetCasterObject(); in fx_damage()
1478 Scriptable *killer = GetCasterObject(); in fx_death()
1858 Scriptable *caster = GetCasterObject(); in fx_set_poisoned_state()
3047 Scriptable *caster = GetCasterObject(); in fx_set_diseased_state()
3984 Scriptable *caster = GetCasterObject(); in fx_monster_summoning()
6792 Scriptable *marker = target?target:Owner; in fx_set_map_note()
6804 Scriptable *marker = target?target:Owner; in fx_remove_map_note()
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DDelegator.java28 protected Scriptable obj = null;
48 public Delegator(Scriptable obj) { in Delegator()
72 public Scriptable getDelegee() { in getDelegee()
81 public void setDelegee(Scriptable obj) { in setDelegee()
99 public Object get(int index, Scriptable start) { in get()
141 public Scriptable getPrototype() { in getPrototype()
153 public Scriptable getParentScope() { in getParentScope()
159 public void setParentScope(Scriptable parent) { in setParentScope()
195 public Object call(Context cx, Scriptable scope, Scriptable thisObj, in call()
216 public Scriptable construct(Context cx, Scriptable scope, Object[] args) in construct()
[all …]
H A DNativeWith.java21 static void init(Scriptable scope, boolean sealed) in init()
40 protected NativeWith(Scriptable parent, Scriptable prototype) { in NativeWith()
49 public boolean has(String id, Scriptable start) in has()
54 public boolean has(int index, Scriptable start) in has()
59 public Object get(String id, Scriptable start) in get()
66 public Object get(int index, Scriptable start) in get()
97 public Scriptable getPrototype() { in getPrototype()
105 public Scriptable getParentScope() { in getParentScope()
121 public boolean hasInstance(Scriptable value) { in hasInstance()
171 protected Scriptable prototype;
[all …]
H A DScriptRuntime.java78 public Object call(Context cx, Scriptable scope, Scriptable thisObj, in call()
846 Scriptable obj = (Scriptable)value; in uneval()
931 public static Scriptable toObject(Scriptable scope, Object val) in toObject()
969 public static Scriptable toObject(Scriptable scope, Object val, in toObject()
1044 public static Scriptable newObject(Context cx, Scriptable scope, in newObject()
1981 public static Scriptable toIterator(Context cx, Scriptable scope, in toIterator()
2757 Scriptable s = (Scriptable)val; in toPrimitive()
2958 return ((Scriptable)b).hasInstance((Scriptable)a); in instanceOf()
3353 public static Scriptable leaveWith(Scriptable scope) in leaveWith()
3375 public static Scriptable leaveDotQuery(Scriptable scope) in leaveDotQuery()
[all …]
H A DScriptable.java30 public interface Scriptable { interface
84 public Object get(String name, Scriptable start); in get()
97 public Object get(int index, Scriptable start); in get()
113 public boolean has(String name, Scriptable start); in has()
129 public boolean has(int index, Scriptable start); in has()
197 public void put(int index, Scriptable start, Object value); in put()
243 public Scriptable getPrototype(); in getPrototype()
249 public void setPrototype(Scriptable prototype); in setPrototype()
255 public Scriptable getParentScope(); in getParentScope()
261 public void setParentScope(Scriptable parent); in setParentScope()
[all …]
H A DIdFunctionObject.java29 String name, int arity, Scriptable scope) in IdFunctionObject()
45 public void initFunction(String name, Scriptable scope) in initFunction()
63 public final void markAsConstructor(Scriptable prototypeProperty) in markAsConstructor()
69 public final void addAsProperty(Scriptable target) in addAsProperty()
81 public Scriptable getPrototype() in getPrototype()
85 Scriptable proto = super.getPrototype(); in getPrototype()
94 public Object call(Context cx, Scriptable scope, Scriptable thisObj, in call()
101 public Scriptable createObject(Context cx, Scriptable scope) in createObject()
124 if (idcall instanceof Scriptable) { in decompile()
125 Scriptable sobj = (Scriptable)idcall; in decompile()
H A DBaseFunction.java33 public BaseFunction(Scriptable scope, Scriptable prototype) in BaseFunction()
72 if (protoProp instanceof Scriptable) { in hasInstance()
278 final Scriptable boundThis; in execIdCall()
316 protected Scriptable getClassPrototype() in getClassPrototype()
320 return (Scriptable) protoVal; in getClassPrototype()
328 public Object call(Context cx, Scriptable scope, Scriptable thisObj, in call()
334 public Scriptable construct(Context cx, Scriptable scope, Object[] args) in construct()
339 if (val instanceof Scriptable) { in construct()
340 result = (Scriptable)val; in construct()
351 result = (Scriptable)val; in construct()
[all …]
H A DScriptableObject.java162 boolean setValue(Object value, Scriptable owner, Scriptable start) { in setValue()
238 boolean setValue(Object value, Scriptable owner, Scriptable start) { in setValue()
389 public ScriptableObject(Scriptable scope, Scriptable prototype) in ScriptableObject()
2036 public static Scriptable getObjectPrototype(Scriptable scope) { in getObjectPrototype()
2045 public static Scriptable getFunctionPrototype(Scriptable scope) { in getFunctionPrototype()
2050 public static Scriptable getArrayPrototype(Scriptable scope) { in getArrayPrototype()
2070 public static Scriptable getClassPrototype(Scriptable scope, in getClassPrototype()
2079 Scriptable ctorObj = (Scriptable)ctor; in getClassPrototype()
2099 public static Scriptable getTopLevelScope(Scriptable obj) in getTopLevelScope()
2528 private static Scriptable getBase(Scriptable obj, String name) in getBase()
[all …]
H A DWrapFactory.java44 public Object wrap(Context cx, Scriptable scope, in wrap()
48 || obj instanceof Scriptable) in wrap()
82 public Scriptable wrapNewObject(Context cx, Scriptable scope, Object obj) in wrapNewObject()
84 if (obj instanceof Scriptable) { in wrapNewObject()
85 return (Scriptable)obj; in wrapNewObject()
112 public Scriptable wrapAsJavaObject(Context cx, Scriptable scope, in wrapAsJavaObject()
131 public Scriptable wrapJavaClass(Context cx, Scriptable scope, in wrapJavaClass()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DOptRuntime.java21 Context cx, Scriptable scope) in call0()
30 Context cx, Scriptable scope) in call1()
40 Context cx, Scriptable scope) in call2()
50 Context cx, Scriptable scope) in callN()
62 Scriptable thisObj = lastStoredScriptable(cx); in callName()
73 Scriptable thisObj = lastStoredScriptable(cx); in callName0()
84 Scriptable thisObj = lastStoredScriptable(cx); in callProp0()
90 if (val1 instanceof Scriptable) in add()
99 if (val2 instanceof Scriptable) in add()
127 Scriptable scope, in callSpecial()
[all …]
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dscriptable.cc44 …return Glib::RefPtr<Clutter::Scriptable>( dynamic_cast<Clutter::Scriptable*> (Glib::wrap_auto_inte… in wrap()
234 Scriptable::Scriptable() in Scriptable() function in Clutter::Scriptable
239 Scriptable::Scriptable(ClutterScriptable* castitem) in Scriptable() function in Clutter::Scriptable
244 Scriptable::Scriptable(const Glib::Interface_Class& interface_class) in Scriptable() function in Clutter::Scriptable
249 Scriptable::~Scriptable() in ~Scriptable()
258 Scriptable::CppClassType Scriptable::scriptable_class_; // initialize static member
260 GType Scriptable::get_type() in get_type()
266 GType Scriptable::get_base_type() in get_base_type()
272 void Scriptable::set_id(const std::string& id) in set_id()
277 std::string Scriptable::get_id() const in get_id()
[all …]
H A Dscriptable.h44 class Scriptable : public Glib::Interface
50 typedef Scriptable CppObjectType;
60 Scriptable(const Scriptable&);
61 Scriptable& operator=(const Scriptable&);
68 Scriptable();
77 explicit Scriptable(const Glib::Interface_Class& interface_class);
83 explicit Scriptable(ClutterScriptable* castitem);
89 virtual ~Scriptable();
206 Glib::RefPtr<Clutter::Scriptable> wrap(ClutterScriptable* object, bool take_copy = false);
/dports/lang/rhino/rhino1_7R4/examples/
H A DMatrix.java46 public class Matrix implements Scriptable {
96 public boolean has(int index, Scriptable start) { in has()
108 public Object get(String name, Scriptable start) { in get()
123 public Object get(int index, Scriptable start) { in get()
181 public Scriptable getPrototype() { in getPrototype()
188 public void setPrototype(Scriptable prototype) { in setPrototype()
195 public Scriptable getParentScope() { in getParentScope()
202 public void setParentScope(Scriptable parent) { in setParentScope()
232 public boolean hasInstance(Scriptable value) { in hasInstance()
233 Scriptable proto = value.getPrototype(); in hasInstance()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/IWDOpcodes/
H A DIWDOpcodes.cpp791 int fx_cold_damage (Scriptable* Owner, Actor* target, Effect* fx) in fx_cold_damage()
989 int fx_prayer (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_prayer() argument
1014 int fx_curse (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_curse() argument
1168 int fx_lich_touch (Scriptable* Owner, Actor* target, Effect* fx) in fx_lich_touch()
1797 int fx_soul_eater (Scriptable* Owner, Actor* target, Effect* fx) in fx_soul_eater()
2585 int fx_nausea (Scriptable* Owner, Actor* target, Effect* fx) in fx_nausea()
2731 Scriptable *caster = GetCasterObject(); in fx_control()
3092 int fx_aegis (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_aegis() argument
3254 int fx_blink (Scriptable* /*Owner*/, Actor* target, Effect* fx) in fx_blink() argument
3428 Scriptable *caster = GetCasterObject(); in fx_barbarian_rage()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DDisplayMessage.h48 class Scriptable; variable
70 Color GetSpeakerColor(String& name, const Scriptable *&speaker) const;
74 void DisplayConstantString(int stridx, const Color &color, Scriptable *speaker=NULL) const;
76 …void DisplayConstantStringNameString(int stridx, const Color &color, int stridx2, const Scriptable
80 void DisplayConstantStringName(int stridx, const Color &color, const Scriptable *speaker) const;
82 …void DisplayConstantStringNameValue(int stridx, const Color &color, const Scriptable *speaker, int…
84 …ConstantStringAction(int stridx, const Color &color, const Scriptable *actor, const Scriptable *ta…
88 void DisplayString(const String& text, const Color &color, Scriptable *target) const;
90 …void DisplayStringName(int stridx, const Color &color, const Scriptable *speaker, ieDword flags) c…
91 void DisplayStringName(const String& text, const Color &color, const Scriptable *speaker) const;
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/commonjs/module/
H A DRequire.java18 import org.mozilla.javascript.Scriptable;
46 private final Scriptable nativeScope;
47 private final Scriptable paths;
52 private Scriptable mainExports;
56 new ConcurrentHashMap<String, Scriptable>();
81 public Require(Context cx, Scriptable nativeScope, in Require()
172 public void install(Scriptable scope) { in install()
176 public Object call(Context cx, Scriptable scope, Scriptable thisObj, in call()
221 public Scriptable construct(Context cx, Scriptable scope, Object[] args) { in construct()
240 Map<String, Scriptable> threadLoadingModules = in getExportedModuleInterface()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/includes/
H A Dglobals.h184 class Scriptable; variable
191 GEM_EXPORT unsigned int Distance(const Point &pos, const Scriptable *b);
193 GEM_EXPORT unsigned int SquaredMapDistance(const Point &pos, const Scriptable *b);
194 GEM_EXPORT unsigned int PersonalDistance(const Point &p, const Scriptable *b);
196 GEM_EXPORT unsigned int Distance(const Scriptable *a, const Scriptable *b);
197 GEM_EXPORT unsigned int SquaredDistance(const Scriptable *a, const Scriptable *b);
198 GEM_EXPORT unsigned int PersonalDistance(const Scriptable *a, const Scriptable *b);
199 GEM_EXPORT unsigned int SquaredPersonalDistance(const Scriptable *a, const Scriptable *b);
200 GEM_EXPORT unsigned int SquaredMapDistance(const Scriptable *a, const Scriptable *b);
205 GEM_EXPORT bool WithinPersonalRange(const Scriptable *actor, const Scriptable *dest, int distance);
[all …]

12345678910>>...25