Home
last modified time | relevance | path

Searched refs:prop_get (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_material.erl57 OpenGL = prop_get(opengl, Ps, []),
58 Diff = prop_get(diffuse, OpenGL),
311 case prop_get(maps, Props) of
328 case prop_get(metallic, P) of
506 S = prop_get(specular,Props),
507 D = prop_get(diffuse, Props),
521 specular_from_metal(prop_get(metallic, GL, ?DEF_METALLIC), prop_get(diffuse, GL)).
527 GL = prop_get(opengl, Mat),
697 Maps = prop_get(maps,Mat0),
929 prop_get(Key, Props) -> function
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/toluapp/src/bin/lua/
H A Dvariable.lua74 function classVariable:getvalue (class,static, prop_get)
77 if prop_get then
79 name = prop_get.."()"
110 local prop_type,prop_get,prop_set
116 prop_get,prop_set = get_property_methods(type, self.name)
161 output(' tolua_push'..t..'(tolua_S,(',ct,')'..self:getvalue(class,static,prop_get)..');')
167 output(' ',push_func,'(tolua_S,(void*)&'..self:getvalue(class,static,prop_get)..',"',t,'");')
170 output(' ',push_func,'(tolua_S,(void*)&'..self:getvalue(class,static,prop_get)..',"',t,'");')
172 …output(' '..self.type..' tolua_ret = ('..self.type..')'..self:getvalue(class,static,prop_get)..';…
184 output(' ',push_func,'(tolua_S,(void*)'..self:getvalue(class,static,prop_get)..',"',t,'");')
/dports/x11/xpra/xpra-4.3/xpra/x11/
H A Dwindow_info.py9 from xpra.x11.gtk_x11.prop import prop_get
10 return prop_get(window, "_NET_WM_NAME", "utf8", True) or "unknown"
13 from xpra.x11.gtk_x11.prop import prop_get
14 net_wm_name = prop_get(window, "_NET_WM_NAME", "utf8", True)
H A Dx11_window_filters.py10 from xpra.x11.gtk_x11.prop import prop_get, get_python_type
29 v = prop_get(window, prop, ptype)
50 p = prop_get(gdkwin, prop, "window", ignore_errors=True)
H A Dxsettings.py11 from xpra.x11.gtk_x11.prop import prop_set, prop_get
84 return prop_get(owner, XSETTINGS, XSETTINGS_TYPE)
/dports/x11/xpra/xpra-4.3/xpra/x11/models/
H A Dbase.py14 from xpra.x11.gtk_x11.prop import prop_set, prop_get, prop_del
245 transient_for = self.prop_get("WM_TRANSIENT_FOR", "window")
311 transient_for = self.prop_get("WM_TRANSIENT_FOR", "window")
317 window_types = self.prop_get("_NET_WM_WINDOW_TYPE", ["atom"])
329 workspace = self.prop_get("_NET_WM_DESKTOP", "u32", True)
346 strut = self.prop_get("_NET_WM_STRUT_PARTIAL", "strut-partial")
349 strut = self.prop_get("_NET_WM_STRUT", "strut")
408 quality = self.prop_get("_XPRA_QUALITY", "u32", True) or -1
413 speed = self.prop_get("_XPRA_SPEED", "u32", True) or -1
418 encoding = self.prop_get("_XPRA_ENCODING", "latin1", True) or ""
[all …]
H A Dcore.py21 from xpra.x11.gtk_x11.prop import prop_get, prop_set, prop_type_get, PYTHON_TYPES
517 def prop_get(self, key, ptype, ignore_errors=None, raise_xerrors=False): member in CoreX11WindowModel
538 metalog.info("%s=%s", name, self.prop_get(name, x11proptype, True, False))
550 value = self.prop_get(name, ptype, ignore_errors=True)
574 pid = self.prop_get("_NET_WM_PID", "u32") or -1
579 client_machine = self.prop_get("WM_CLIENT_MACHINE", "latin1")
584 name = self.prop_get("_NET_WM_NAME", "utf8", True)
587 name = self.prop_get("WM_NAME", "latin1", True)
593 role = self.prop_get("WM_WINDOW_ROLE", "latin1")
604 command = self.prop_get("WM_COMMAND", "latin1")
[all …]
/dports/x11/xpra/xpra-4.3/xpra/x11/gtk_x11/
H A Dwm_check.py9 from xpra.x11.gtk_x11.prop import prop_get, raw_prop_get
34 …ewmh_wm = prop_get(root, "_NET_SUPPORTING_WM_CHECK", "window", ignore_errors=True, raise_xerrors=F…
37 …info["wmname"] = prop_get(ewmh_wm, "_NET_WM_NAME", "utf8", ignore_errors=True, raise_xerrors=False…
39 …info["wmname"] = prop_get(root, "_NET_WM_NAME", "utf8", ignore_errors=True, raise_xerrors=False) o…
49 v = prop_get(root, prop_name, prop_type, ignore_errors=True, raise_xerrors=False)
H A Dwm.py13 from xpra.x11.gtk_x11.prop import prop_set, prop_get, prop_del
263 return prop_get(self._root, *args)
385 … frame = prop_get(self._root, "DEFAULT_NET_FRAME_EXTENTS", ["u32"], ignore_errors=True)
491 …return prop_get(self._ewmh_window, "_NET_WM_NAME", "utf8", ignore_errors=False, raise_xerrors=Fals…
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/support/tolua++bin/lua/
H A Dvariable.lua73 function classVariable:getvalue (class,static, prop_get)
76 if prop_get then
78 name = prop_get.."()"
108 local prop_get,prop_set
113 prop_get,prop_set = get_property_methods(type, self.name)
156 output(' tolua_push'..t..'(tolua_S,(',ct,')'..self:getvalue(class,static,prop_get)..');')
160 …output(' tolua_pushusertype(tolua_S,(void*)&'..self:getvalue(class,static,prop_get)..',"',t,'");')
162 … output(' tolua_pushusertype(tolua_S,(void*)'..self:getvalue(class,static,prop_get)..',"',t,'");')
/dports/lang/tolua++/tolua++-1.0.93/src/bin/lua/
H A Dvariable.lua73 function classVariable:getvalue (class,static, prop_get)
76 if prop_get then
78 name = prop_get.."()"
108 local prop_get,prop_set
113 prop_get,prop_set = get_property_methods(type, self.name)
158 output(' tolua_push'..t..'(tolua_S,(',ct,')'..self:getvalue(class,static,prop_get)..');')
163 output(' ',push_func,'(tolua_S,(void*)&'..self:getvalue(class,static,prop_get)..',"',t,'");')
165 output(' ',push_func,'(tolua_S,(void*)'..self:getvalue(class,static,prop_get)..',"',t,'");')
/dports/sysutils/conky/conky-1.12.2/3rdparty/toluapp/src/bin/lua/
H A Dvariable.lua73 function classVariable:getvalue (class,static, prop_get)
76 if prop_get then
78 name = prop_get.."()"
108 local prop_get,prop_set
113 prop_get,prop_set = get_property_methods(type, self.name)
158 output(' tolua_push'..t..'(tolua_S,(',ct,')'..self:getvalue(class,static,prop_get)..');')
163 output(' ',push_func,'(tolua_S,(void*)&'..self:getvalue(class,static,prop_get)..',"',t,'");')
165 output(' ',push_func,'(tolua_S,(void*)'..self:getvalue(class,static,prop_get)..',"',t,'");')
/dports/sysutils/conky-awesome/conky-1.12.2/3rdparty/toluapp/src/bin/lua/
H A Dvariable.lua73 function classVariable:getvalue (class,static, prop_get)
76 if prop_get then
78 name = prop_get.."()"
108 local prop_get,prop_set
113 prop_get,prop_set = get_property_methods(type, self.name)
158 output(' tolua_push'..t..'(tolua_S,(',ct,')'..self:getvalue(class,static,prop_get)..');')
163 output(' ',push_func,'(tolua_S,(void*)&'..self:getvalue(class,static,prop_get)..',"',t,'");')
165 output(' ',push_func,'(tolua_S,(void*)'..self:getvalue(class,static,prop_get)..',"',t,'");')
/dports/x11/xpra/xpra-4.3/xpra/server/
H A Dserver_uuid.py7 from xpra.x11.gtk_x11.prop import prop_set, prop_get
15 return prop_get(get_default_root_window(), "XPRA_SERVER_UUID", "latin1", ignore_errors=True)
21 return prop_get(get_default_root_window(), "XPRA_SERVER_UUID", "latin1", ignore_errors=True)
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_appmod_dav.erl648 prop_get({'DAV:',childcount},A,_R) -> function
656 prop_get({'DAV:',creationdate},_A,R) -> function
662 prop_get({'DAV:',displayname},_A,R) -> function
692 prop_get({'DAV:',getcontenttype},_A,R) -> function
711 prop_get({'DAV:',getetag},_A,R) -> function
731 prop_get({'DAV:',isfolder},_A,R) -> function
739 prop_get({'DAV:',ishidden},_A,R) -> function
747 prop_get({'DAV:',resourcetype},_A,R) -> function
754 prop_get({'DAV:',lockdiscovery},A,_R) -> function
786 prop_get({'',_P},_A,_R) -> function
[all …]
/dports/x11/xpra/xpra-4.3/tests/xpra/test_apps/
H A Dtest_frame_extents.py10 from xpra.x11.gtk_x11.prop import prop_get
25 v = prop_get(win.get_window(), "_NET_FRAME_EXTENTS", ["u32"], ignore_errors=False)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nvme/target/
H A Dfabrics-cmd.c47 if (req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
48 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
57 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
73 if (status && req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nvme/target/
H A Dfabrics-cmd.c47 if (req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
48 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
57 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
73 if (status && req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nvme/target/
H A Dfabrics-cmd.c47 if (req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
48 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
57 switch (le32_to_cpu(req->cmd->prop_get.offset)) { in nvmet_execute_prop_get()
73 if (status && req->cmd->prop_get.attrib & 1) { in nvmet_execute_prop_get()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Ddescrobject.c1100 PyObject *prop_get; member
1111 {"fget", T_OBJECT, offsetof(propertyobject, prop_get), READONLY},
1163 Py_XDECREF(gs->prop_get); in property_dealloc()
1179 if (gs->prop_get == NULL) { in property_descr_get()
1183 return PyObject_CallFunction(gs->prop_get, "(O)", obj); in property_descr_get()
1225 get = pold->prop_get ? pold->prop_get : Py_None; in property_copy()
1273 prop->prop_get = get; in property_init()
1336 Py_VISIT(pp->prop_get); in property_traverse()
/dports/lang/python27/Python-2.7.18/Objects/
H A Ddescrobject.c1151 PyObject *prop_get; member
1162 {"fget", T_OBJECT, offsetof(propertyobject, prop_get), READONLY},
1214 Py_XDECREF(gs->prop_get); in property_dealloc()
1230 if (gs->prop_get == NULL) { in property_descr_get()
1234 return PyObject_CallFunction(gs->prop_get, "(O)", obj); in property_descr_get()
1276 get = pold->prop_get ? pold->prop_get : Py_None; in property_copy()
1324 prop->prop_get = get; in property_init()
1390 Py_VISIT(pp->prop_get); in property_traverse()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Ddescrobject.c1151 PyObject *prop_get; member
1162 {"fget", T_OBJECT, offsetof(propertyobject, prop_get), READONLY},
1214 Py_XDECREF(gs->prop_get); in property_dealloc()
1230 if (gs->prop_get == NULL) { in property_descr_get()
1234 return PyObject_CallFunction(gs->prop_get, "(O)", obj); in property_descr_get()
1276 get = pold->prop_get ? pold->prop_get : Py_None; in property_copy()
1324 prop->prop_get = get; in property_init()
1390 Py_VISIT(pp->prop_get); in property_traverse()
/dports/lang/python37/Python-3.7.12/Objects/
H A Ddescrobject.c1253 PyObject *prop_get; member
1264 {"fget", T_OBJECT, offsetof(propertyobject, prop_get), READONLY},
1316 Py_XDECREF(gs->prop_get); in property_dealloc()
1335 if (gs->prop_get == NULL) { in property_descr_get()
1349 ret = PyObject_Call(gs->prop_get, args, NULL); in property_descr_get()
1403 get = pold->prop_get ? pold->prop_get : Py_None; in property_copy()
1482 Py_XSETREF(self->prop_get, fget); in property_init_impl()
1522 int res = _PyObject_IsAbstract(prop->prop_get); in property_get___isabstractmethod__()
1560 Py_VISIT(pp->prop_get); in property_traverse()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Ddescrobject.c1411 PyObject *prop_get; member
1422 {"fget", T_OBJECT, offsetof(propertyobject, prop_get), READONLY},
1474 Py_XDECREF(gs->prop_get); in property_dealloc()
1490 if (gs->prop_get == NULL) { in property_descr_get()
1496 return _PyObject_FastCall(gs->prop_get, args, 1); in property_descr_get()
1538 get = pold->prop_get ? pold->prop_get : Py_None; in property_copy()
1617 Py_XSETREF(self->prop_get, fget); in property_init_impl()
1653 int res = _PyObject_IsAbstract(prop->prop_get); in property_get___isabstractmethod__()
1691 Py_VISIT(pp->prop_get); in property_traverse()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Ddescrobject.c1411 PyObject *prop_get; member
1422 {"fget", T_OBJECT, offsetof(propertyobject, prop_get), READONLY},
1474 Py_XDECREF(gs->prop_get); in property_dealloc()
1490 if (gs->prop_get == NULL) { in property_descr_get()
1496 return _PyObject_FastCall(gs->prop_get, args, 1); in property_descr_get()
1538 get = pold->prop_get ? pold->prop_get : Py_None; in property_copy()
1617 Py_XSETREF(self->prop_get, fget); in property_init_impl()
1653 int res = _PyObject_IsAbstract(prop->prop_get); in property_get___isabstractmethod__()
1691 Py_VISIT(pp->prop_get); in property_traverse()

12345678910