Home
last modified time | relevance | path

Searched refs:CheckAttribute (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlReaderLib/
H A DCXMLReaderAttrTest.cs1833 CheckAttribute(0); in TAXmlDecl_2()
1839 CheckAttribute(1); in TAXmlDecl_2()
1843 CheckAttribute(2); in TAXmlDecl_2()
1861 CheckAttribute(0); in TAXmlDecl_3()
1867 CheckAttribute(1); in TAXmlDecl_3()
1871 CheckAttribute(0); in TAXmlDecl_3()
1876 CheckAttribute(2); in TAXmlDecl_3()
1880 CheckAttribute(0); in TAXmlDecl_3()
1886 CheckAttribute(2); in TAXmlDecl_3()
1891 CheckAttribute(0); in TAXmlDecl_3()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dobject.h25 …bool CheckAttribute(const Point *pointlist, int npoints, uint32_t attrmask, int *tile_x = NULL, in…
31 …bool CheckAttribute(SIFPointList *points, uint32_t attrmask, int *tile_x = NULL, int *tile_y = NUL…
33 return CheckAttribute(&points->point[0], points->count, attrmask, tile_x, tile_y);
H A Dobject.cpp370 bool Object::CheckAttribute(const Point *pointlist, int npoints, uint32_t attrmask, int *tile_x, in… in CheckAttribute() function in Object
438 o->blockl = CheckAttribute(&sprite->block_l, mask); in UpdateBlockStates()
451 o->blockr = CheckAttribute(&sprite->block_r, mask); in UpdateBlockStates()
464 o->blocku = CheckAttribute(&sprite->block_u, mask); in UpdateBlockStates()
471 o->blockd = CheckAttribute(&sprite->block_d, mask); in UpdateBlockStates()
H A Dplayer.cpp1477 if (player->CheckAttribute(player->repel_r, player->nrepel_r, TA_SOLID_PLAYER)) in PDoRepel()
1479 …if (!player->CheckAttribute(&Renderer::getInstance()->sprites.sprites[player->sprite].block_l, TA_… in PDoRepel()
1486 if (player->CheckAttribute(player->repel_l, player->nrepel_l, TA_SOLID_PLAYER)) in PDoRepel()
1488 …if (!player->CheckAttribute(&Renderer::getInstance()->sprites.sprites[player->sprite].block_r, TA_… in PDoRepel()
1509 if (player->CheckAttribute(player->repel_d, player->nrepel_d, TA_SOLID_PLAYER)) in PDoRepel()
1511 …if (!player->CheckAttribute(&Renderer::getInstance()->sprites.sprites[player->sprite].block_u, TA_… in PDoRepel()
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/compiled/
H A Dvalue.py25 class CheckAttribute: class
73 @CheckAttribute()
77 @CheckAttribute()
84 @CheckAttribute()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dobject.h25 bool CheckAttribute(const Point *pointlist, int npoints, uint32_t attrmask, \
32 …bool CheckAttribute(SIFPointList *points, uint32_t attrmask, int *tile_x = NULL, int *tile_y = NUL…
34 return CheckAttribute(&points->point[0], points->count, attrmask, tile_x, tile_y);
H A Dobject.cpp231 bool Object::CheckAttribute(const Point *pointlist, int npoints, uint32_t attrmask, in CheckAttribute() function in Object
299 o->blockl = CheckAttribute(&sprite->block_l, mask); in UpdateBlockStates()
312 o->blockr = CheckAttribute(&sprite->block_r, mask); in UpdateBlockStates()
325 o->blocku = CheckAttribute(&sprite->block_u, mask); in UpdateBlockStates()
331 o->blockd = CheckAttribute(&sprite->block_d, mask); in UpdateBlockStates()
H A Dplayer.cpp1359 if (player->CheckAttribute(player->repel_r, player->nrepel_r, TA_SOLID_PLAYER)) in PDoRepel()
1361 if (!player->CheckAttribute(&sprites[player->sprite].block_l, TA_SOLID_PLAYER)) in PDoRepel()
1367 if (player->CheckAttribute(player->repel_l, player->nrepel_l, TA_SOLID_PLAYER)) in PDoRepel()
1369 if (!player->CheckAttribute(&sprites[player->sprite].block_r, TA_SOLID_PLAYER)) in PDoRepel()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DContainerAction.cs349 if (CheckAttribute(value.Length == 1, compiler)) { in CompileDecimalFormat()
354 if (CheckAttribute(value.Length == 1, compiler)) { in CompileDecimalFormat()
359 if (CheckAttribute(value.Length == 1, compiler)) { in CompileDecimalFormat()
375 internal bool CheckAttribute(bool valid, Compiler compiler) { in CheckAttribute() method in System.Xml.Xsl.XsltOld.ContainerAction
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DContainerAction.cs414 if (CheckAttribute(value.Length == 1, compiler)) in CompileDecimalFormat()
421 if (CheckAttribute(value.Length == 1, compiler)) in CompileDecimalFormat()
428 if (CheckAttribute(value.Length == 1, compiler)) in CompileDecimalFormat()
446 internal bool CheckAttribute(bool valid, Compiler compiler) in CheckAttribute() method in System.Xml.Xsl.XsltOld.ContainerAction
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/weapons/
H A Dweapons.cpp226 if (o->CheckAttribute(plist, TA_DESTROYABLE, &x, &y)) in shot_destroy_blocks()
/dports/www/gitea/gitea-1.16.5/services/repository/files/
H A Dupload.go97 filename2attribute2info, err = t.gitRepo.CheckAttribute(git.CheckAttributeOpts{
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/weapons/
H A Dweapons.cpp251 if (o->CheckAttribute(plist, TA_DESTROYABLE, &x, &y)) in shot_destroy_blocks()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dheexpr.cpp818 if (MEM(codeptr)==IS_T) goto CheckAttribute; in GetValue()
825 CheckAttribute: in GetValue()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/plantation/
H A Dplantation.cpp139 else if (o->CheckAttribute(&sprite->block_d, TA_WATER)) in ai_stumpy()
452 if (o->CheckAttribute(&sprite->block_u, TA_WATER)) in ai_gunfish_shot()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dheexpr.cpp818 if (MEM(codeptr)==IS_T) goto CheckAttribute; in GetValue()
825 CheckAttribute: in GetValue()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/plantation/
H A Dplantation.cpp123 else if (o->CheckAttribute(&sprite->block_d, TA_WATER)) in ai_stumpy()
437 if (o->CheckAttribute(&sprite->block_u, TA_WATER)) in ai_gunfish_shot()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/ai/last_cave/
H A Dlast_cave.cpp209 (++o->timer > 10 && o->CheckAttribute(&sprites[o->sprite].block_u, TA_WATER))) in ai_lava_drip()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/ai/last_cave/
H A Dlast_cave.cpp228 …if (o->blockd || (++o->timer > 10 && o->CheckAttribute(&Renderer::getInstance()->sprites.sprites[o… in ai_lava_drip()
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dblame.go217 filename2attribute2info, err := ctx.Repo.GitRepo.CheckAttribute(git.CheckAttributeOpts{
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Drepo_attribute.go30 func (repo *Repository) CheckAttribute(opts CheckAttributeOpts) (map[string]map[string]string, erro… func
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dlaz2_xmlutils.pas140 function CheckAttribute(const Prefix, nsURI: TXMLUtilString; in CheckAttribute() function
1012 function TNSSupport.CheckAttribute(const Prefix, nsURI: TXMLUtilString; in TNSSupport.CheckAttribute() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlaz2_xmlutils.pas140 function CheckAttribute(const Prefix, nsURI: TXMLUtilString; in CheckAttribute() function
1012 function TNSSupport.CheckAttribute(const Prefix, nsURI: TXMLUtilString; in TNSSupport.CheckAttribute() function
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dlaz2_xmlutils.pas140 function CheckAttribute(const Prefix, nsURI: TXMLUtilString; in CheckAttribute() function
1012 function TNSSupport.CheckAttribute(const Prefix, nsURI: TXMLUtilString; in TNSSupport.CheckAttribute() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlaz2_xmlutils.pas140 function CheckAttribute(const Prefix, nsURI: TXMLUtilString; in CheckAttribute() function
1012 function TNSSupport.CheckAttribute(const Prefix, nsURI: TXMLUtilString; in TNSSupport.CheckAttribute() function

123