Home
last modified time | relevance | path

Searched refs:GetResAttrs (Results 1 – 10 of 10) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/
H A Dbuildtools.py257 attrs = res.GetResAttrs()
373 attrs = res.GetResAttrs()
391 attrs = attrs | res.GetResAttrs()
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/
H A Dbuildtools.py257 attrs = res.GetResAttrs()
373 attrs = res.GetResAttrs()
391 attrs = attrs | res.GetResAttrs()
/dports/lang/python-legacy/Python-2.7.18/Mac/Demo/resources/
H A Dlistres.py31 print res.GetResInfo(), res.SizeResource(), decodeattrs(res.GetResAttrs())
H A Dcopyres.py30 attrs = res.GetResAttrs()
/dports/lang/python27/Python-2.7.18/Mac/Demo/resources/
H A Dlistres.py31 print res.GetResInfo(), res.SizeResource(), decodeattrs(res.GetResAttrs())
H A Dcopyres.py30 attrs = res.GetResAttrs()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DResources.pas660 function GetResAttrs( theResource: Handle ): ResAttributes; external name '_GetResAttrs'; in GetResAttrs() function
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/res/
H A D_Resmodule.c171 #ifndef GetResAttrs in ResObj_GetResAttrs()
172 PyMac_PRECHECK(GetResAttrs); in ResObj_GetResAttrs()
176 _rv = GetResAttrs(_self->ob_itself); in ResObj_GetResAttrs()
/dports/lang/python27/Python-2.7.18/Mac/Modules/res/
H A D_Resmodule.c171 #ifndef GetResAttrs in ResObj_GetResAttrs()
172 PyMac_PRECHECK(GetResAttrs); in ResObj_GetResAttrs()
176 _rv = GetResAttrs(_self->ob_itself); in ResObj_GetResAttrs()
/dports/games/moria/umoria/mac/scrnmgr/
H A DScrnMgr.c3370 attrs = GetResAttrs(theData);