Home
last modified time | relevance | path

Searched defs:IsOS (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Utils/
H A DOS.cs60 private static bool IsOS(string name) in IsOS() method in GodotTools.Utils.OS
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Utils/
H A DOS.cs60 private static bool IsOS(string name) in IsOS() method in GodotTools.Utils.OS
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py88 def IsOS(dwOS): function
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py88 def IsOS(dwOS): function
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py88 def IsOS(dwOS): function
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dshlwapi.py88 def IsOS(dwOS): function
/dports/www/firefox/firefox-99.0/widget/
H A DBasicEvents.h1218 bool IsOS() const { return ((mModifiers & MODIFIER_OS) != 0); } in IsOS() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs288 pub fn IsOS(dwos: OS) -> super::super::Foundation::BOOL; in IsOS() function