Home
last modified time | relevance | path

Searched refs:aowner (Results 1 – 17 of 17) sorted by relevance

/dports/games/chapping/chapping-0.43-source/library/
H A Dpopup.h15 PopUp(Actor *aowner,string n):ActorGraphic(aowner),img(NULL),name(n){vel=7;} in PopUp() argument
16 PopUp(Actor *aowner,SDL_Surface *i):ActorGraphic(aowner),img(i){name="";vel=7;} in PopUp() argument
H A Dspecialimage.h16 SpecialImage(Actor *aowner,string n):Image(aowner,n),orig(NULL) in SpecialImage() argument
H A Dimage.h15 Image(Actor *aowner,string n):ActorGraphic(aowner),img(NULL), in Image() argument
H A Drectangleimage.h15 RectangleImage(Actor *aowner):ActorGraphic(aowner),r(0), in RectangleImage() argument
H A Dsprite.h14 Sprite(Actor *aowner,string n):ActorGraphic(aowner),img(NULL),name(n){} in Sprite() argument
/dports/math/octave/octave-6.4.0/liboctave/array/
H A Didx-vector.cc420 aowner (nullptr), orig_dims () in idx_vector_rep()
447 if (aowner) in ~idx_vector_rep()
448 delete aowner; in ~idx_vector_rep()
625 if (aowner) in as_array()
626 return *aowner; in as_array()
675 aowner = new Array<bool> (bnda); in idx_mask_rep()
681 if (aowner) in ~idx_mask_rep()
682 delete aowner; in ~idx_mask_rep()
733 if (aowner) in unconvert()
734 return *aowner; in unconvert()
[all …]
H A Didx-vector.h286 : data (nullptr), len (0), ext (0), aowner (nullptr), orig_dims () in idx_vector_rep()
293 aowner (nullptr), orig_dims (od) in idx_vector_rep()
357 Array<octave_idx_type> *aowner; variable
373 lsti (-1), lste (-1), aowner (nullptr), orig_dims (od) in idx_mask_rep()
435 Array<bool> *aowner; variable
/dports/games/chapping/chapping-0.43-source/game/
H A Dcapimage.h15 CapImage(Actor *aowner,string n):Image(aowner,n){} in CapImage() argument
H A Dimagearrow.h17 ImageArrow(Actor *aowner,string n):ActorGraphic(aowner),img(NULL), in ImageArrow() argument
/dports/deskutils/horde-mnemo/mnemo-4.2.14/lib/
H A DMnemo.php329 $aowner = $a['memolist_id'];
332 $ashare = $GLOBALS['mnemo_shares']->getShare($aowner);
335 if ($aowner != $ashare->get('owner')) {
336 $aowner = $ashare->get('name');
342 return strcoll($aowner, $bowner);
/dports/games/blackshadeselite/blackshadeselite/Source/
H A DSprites.h89 int aowner);
H A DSprites.cpp61 XYZ avelocity, float asize, int aowner) in MakeSprite() argument
77 owner[howmanysprites] = aowner; in MakeSprite()
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/base/
H A Dfphtml.pp802 aowner: TComponent;
805 aowner := Owner;
806 while assigned(aowner) do
808 if aowner.InheritsFrom(TWebPage) then
810 result := TWebPage(aowner);
813 aowner:=aowner.Owner;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/src/base/
H A Dfphtml.pp802 aowner: TComponent;
805 aowner := Owner;
806 while assigned(aowner) do
808 if aowner.InheritsFrom(TWebPage) then
810 result := TWebPage(aowner);
813 aowner:=aowner.Owner;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dsymtable.pas276 constructor create(aowner:tdef;ASymList:TFPHashObjectList;refnode:tobject{tnode});
2748 constructor twithsymtable.create(aowner:tdef;ASymList:TFPHashObjectList;refnode:tobject{tnode});
2756 defowner:=aowner;
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dsymtable.pas276 constructor create(aowner:tdef;ASymList:TFPHashObjectList;refnode:tobject{tnode});
2748 constructor twithsymtable.create(aowner:tdef;ASymList:TFPHashObjectList;refnode:tobject{tnode});
2756 defowner:=aowner;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dsymtable.pas276 constructor create(aowner:tdef;ASymList:TFPHashObjectList;refnode:tobject{tnode});
2748 constructor twithsymtable.create(aowner:tdef;ASymList:TFPHashObjectList;refnode:tobject{tnode});
2756 defowner:=aowner;