Home
last modified time | relevance | path

Searched refs:ATK (Results 1 – 25 of 977) sorted by relevance

12345678910>>...40

/dports/games/edge/Edge-1.35-source/src/
H A Dp_weapon.cc155 ATK = 0; in WeaponCanFire()
174 ATK = 0; in WeaponCanReload()
237 ATK = 0; in WeaponCouldAutoFire()
344 ATK = 0; in GotoReloadState()
349 if (ATK == 1 && ! info->reload_state[ATK]) in GotoReloadState()
350 ATK = 0; in GotoReloadState()
733 for (int ATK = 0; ATK < 2; ATK++) in P_TryFillNewWeapon() local
767 for (int ATK = 0; ATK < 2; ATK++) in P_FillWeapon() local
965 for (int ATK = 0; ATK < 2; ATK++) in A_WeaponReady() local
1011 for (int ATK = 0; ATK < 2; ATK++) in A_WeaponReady() local
[all …]
H A Dvm_player.cc500 int ATK = (int) *vm->AccessParam(0); in PL_ammo_type() local
502 if (ATK < 1 || ATK > 2) in PL_ammo_type()
505 ATK--; in PL_ammo_type()
526 if (ATK < 1 || ATK > 2) in PL_ammo_pershot()
529 ATK--; in PL_ammo_pershot()
550 if (ATK < 1 || ATK > 2) in PL_clip_ammo()
553 ATK--; in PL_clip_ammo()
561 value = pw->clip_size[ATK]; in PL_clip_ammo()
574 if (ATK < 1 || ATK > 2) in PL_clip_size()
577 ATK--; in PL_clip_size()
[all …]
/dports/games/edge/Edge-1.35-source/ddf/
H A Dweapon.cc302 for (ATK = 0; ATK < 2; ATK++) in WeaponFinishEntry()
561 for (int ATK = 0; ATK < 2; ATK++) in CopyDetail() local
563 attack[ATK] = src.attack[ATK]; in CopyDetail()
564 ammo[ATK] = src.ammo[ATK]; in CopyDetail()
565 ammopershot[ATK] = src.ammopershot[ATK]; in CopyDetail()
566 autofire[ATK] = src.autofire[ATK]; in CopyDetail()
567 clip_size[ATK] = src.clip_size[ATK]; in CopyDetail()
568 specials[ATK] = src.specials[ATK]; in CopyDetail()
570 attack_state[ATK] = src.attack_state[ATK]; in CopyDetail()
574 flash_state[ATK] = src.flash_state[ATK]; in CopyDetail()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/
H A DAccessibleObject.java88 ATK.memmove (iface, OS.g_type_interface_peek_parent (ATK.ATK_ACTION_GET_IFACE (atkObject))); in getParentActionIface()
527 if (name.equals(getString(ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_RISE)))) { in atkEditableText_set_run_attributes()
1133 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_LEFT_MARGIN)); in atkObject_get_attributes()
1161 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_INDENT)); in atkObject_get_attributes()
2849 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_RISE)); in atkText_get_run_attributes()
2886 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_SIZE)); in atkText_get_run_attributes()
2892 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_STYLE)); in atkText_get_run_attributes()
2898 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_VARIANT)); in atkText_get_run_attributes()
2904 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_STRETCH)); in atkText_get_run_attributes()
2910 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_WEIGHT)); in atkText_get_run_attributes()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/accessibility/
H A DAccessibleObject.java95 ATK.memmove (iface, OS.g_type_interface_peek_parent (ATK.ATK_ACTION_GET_IFACE (atkObject))); in getParentActionIface()
534 if (name.equals(getString(ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_RISE)))) { in atkEditableText_set_run_attributes()
1134 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_LEFT_MARGIN)); in atkObject_get_attributes()
1162 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_INDENT)); in atkObject_get_attributes()
2850 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_RISE)); in atkText_get_run_attributes()
2887 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_SIZE)); in atkText_get_run_attributes()
2893 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_STYLE)); in atkText_get_run_attributes()
2899 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_VARIANT)); in atkText_get_run_attributes()
2905 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_STRETCH)); in atkText_get_run_attributes()
2911 attr.name = OS.g_strdup (ATK.atk_text_attribute_get_name(ATK.ATK_TEXT_ATTR_WEIGHT)); in atkText_get_run_attributes()
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/atk/doc/
H A Dguile-gnome-atk.texi15 @c ATK is LGPL, ergo GPL distribution is possible
46 * Overview:: About ATK and its Guile bindings.
48 * AtkAction:: The ATK interface provided by UI components
50 * AtkComponent:: The ATK interface provided by UI components
52 * AtkDocument:: The ATK interface which represents the
54 * AtkEditableText:: The ATK interface implemented by components
62 * AtkHyperlink:: An ATK object which encapsulates a link or
64 * AtkHypertext:: The ATK interface which provides standard
70 all ATK interfaces.
94 * AtkTable:: The ATK interface implemented for UI
[all …]
H A Doverview.texi4 @code{(gnome atk)} wraps the Accessibility Toolkit (ATK) for Guile. It
7 ATK is a technology to allow user interface elements to be
12 Technically, ATK is implemented as a set of GObject interfaces that
18 The GTK+ toolkit interfaces with ATK via the
H A Dsection-atkutil.xml.texi6 A set of ATK utility functions for event and toolkit support.
9 A set of ATK utility functions which are used to support event registration of
11 about the current ATK implementation and toolkit version.
H A Ddefuns-atkutil.xml.texi79 Since ATK 1.6
84 Gets name string for the GUI toolkit implementing ATK for this application.
88 name string for the GUI toolkit implementing ATK for this application
95 Gets version string for the GUI toolkit implementing ATK for this application.
99 version string for the GUI toolkit implementing ATK for this application
H A Dsection-atkobject.xml.texi10 ToolKit (ATK). Objects which are instances of @code{<atk-object>} (or instances
13 @code{<atk-object>} may also be queried as to whether they implement other ATK
20 either via ATK support built into the toolkit for the widget class or ancestor
H A Dsection-atknoopobject.xml.texi6 An AtkObject which purports to implement all ATK interfaces.
9 An AtkNoOpObject is an AtkObject which purports to implement all ATK interfaces.
H A Dsection-atkhyperlink.xml.texi6 An ATK object which encapsulates a link or set of links in a hypertext document.
9 An ATK object which encapsulates a link or set of links (for instance in the
H A Dsection-atkregistry.xml.texi10 The AtkRegistry is normally used to create appropriate ATK "peers" for user
12 AtkRegistry by associating appropriate ATK implementation classes with GObject
/dports/accessibility/atk/atk-2.36.0/
H A DREADME1 ATK - The Accessibility Toolkit
4 For more information about ATK and accessibility in GNOME, see:
11 ATK requires GLib >= 2.32. Information about GLib is available from:
18 You can get the source code of each ATK release as a tarball:
22 You can also clone the ATK master branch from GNOME repository:
38 If you want a tarball with the ATK source code, you can also use
H A DAUTHORS2 about this version of ATK.
10 The ATK Team (in alphabetical order)
20 There are many others who have contributed patches; we thank them, ATK
H A DREADME.msvc1 Building ATK with Visual Studio
4 Meson is now the supported method of building ATK using Visual Studio.
6 Building ATK requires GLib, which should preferably be built with the
7 same compiler that is now being used to build ATK. If building the
10 You will need the following tools to build ATK, in addition to Visual
32 command prompt that is being used to build ATK.
45 drive as where your ATK sources are located (i.e. $(ATK_SRCDIR)). cd into
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/cmake/
H A DFindATK.cmake4 # CMake support for ATK.
40 set(ATK "atk-1.0") variable
43 add_library(${ATK} SHARED IMPORTED)
44 set_property(TARGET ${ATK} PROPERTY IMPORTED_LOCATION "${ATK_LIBRARY}")
45 set_property(TARGET ${ATK} PROPERTY INTERFACE_COMPILE_OPTIONS "${ATK_PKG_CFLAGS_OTHER}")
63 set_property(TARGET ${ATK} PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${ATK_INCLUDE_DIR}")
74 set_property (TARGET "${ATK}" APPEND PROPERTY INTERFACE_LINK_LIBRARIES "${${atk_dep}}")
78 find_package_handle_standard_args(ATK
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/cmake/
H A DFindATK.cmake4 # CMake support for ATK.
40 set(ATK "atk-1.0") variable
43 add_library(${ATK} SHARED IMPORTED)
44 set_property(TARGET ${ATK} PROPERTY IMPORTED_LOCATION "${ATK_LIBRARY}")
45 set_property(TARGET ${ATK} PROPERTY INTERFACE_COMPILE_OPTIONS "${ATK_PKG_CFLAGS_OTHER}")
63 set_property(TARGET ${ATK} PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${ATK_INCLUDE_DIR}")
74 set_property (TARGET "${ATK}" APPEND PROPERTY INTERFACE_LINK_LIBRARIES "${${atk_dep}}")
78 find_package_handle_standard_args(ATK
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-overview/C/
H A Dtech-atk.page23 <title>ATK</title>
32 <p>GNOME provides support for accessibility devices using the ATK framework,
36 controls. ATK support is built into GTK and the rest of the GNOME platform,
40 <p>ATK solves the problem of plugging many different kinds of widgets (text
44 device, one just has to expose a widget through ATK's interfaces.
47 use a standard "get the text contents" interface in ATK for all widgets with
54 information to ATK. If you develop custom widgets, you should ensure
55 that they expose their properties to ATK. You should also avoid using
62 applications. Applications that fully implement ATK will be able to work with
69 <item><p><link href="https://developer.gnome.org/atk/stable/">ATK Reference</link></p></item>
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/ATK/sc/
H A DREADME.md1 ATK UGens for SuperCollider3 : Read Me
5 of the Ambisonic Toolkit (ATK), which is distributed via the
10 The Ambisonic Toolkit (ATK) is intended to bring together a number of
17 kernel. By this, it is meant the ATK addresses the holistic problem of
25 We hope you enjoy the ATK!
31 for an overview on working with the ATK for SuperCollider3.
57 The ATK for [SuperCollider3](http://supercollider.github.io)'s classes,
74 The ATK's compiled UGen component releases are available from the
224 * ATK has a new web page! Update links in Intro-to-the-ATK.
270 __A note on the ATK's version numbers__: As part of the
[all …]
/dports/accessibility/atk/atk-2.36.0/atk/
H A Datkversion.h.in1 /* ATK - Accessibility Toolkit
112 * A macro that evaluates to the 2.2 version of ATK, in a format
122 * A macro that evaluates to the 2.4 version of ATK, in a format
132 * A macro that evaluates to the 2.6 version of ATK, in a format
142 * A macro that evaluates to the 2.8 version of ATK, in a format
152 * A macro that evaluates to the 2.10 version of ATK, in a format
162 * A macro that evaluates to the 2.12 version of ATK, in a format
172 * A macro that evaluates to the 2.14 version of ATK, in a format
220 * The definition should be one of the predefined ATK version
249 * The definition should be one of the predefined ATK version
[all …]
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/
H A Dat-spi2-atk.doap8 <shortdesc xml:lang="en">GTK+ module for bridging AT-SPI to ATK</shortdesc>
9 …">at-spi2-atk is the library used to bridge ATK to AT-SPI, allowing applications exposing informat…
10 …<homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus…
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/tests/
H A DREADME59 Ferret is a passive in-process test tool for ATK and GAIL.
67 following ATK interfaces.
79 information about the AtkObject accessed via the ATK API. In the
118 Checking "No ATK Signals" in the menu or by setting the
120 ignore any ATK signals, and it will not update its display
127 This is a GTK+ module used to test the implementation of the ATK
157 This is a GTK+ module used to test the implementation of the ATK
165 This is a GTK+ module used to test the implementation of the ATK
189 This is a GTK+ module used to test the implementation of the ATK
197 This is a GTK+ module used to test the implementation of the ATK
[all …]
/dports/net-im/dino/dino-0.2.2/cmake/
H A DFindATK.cmake2 find_pkg_config_with_fallback(ATK
29 find_package_handle_standard_args(ATK
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/creature/
H A DCat.java47 ATK = 10; in setUp()
52 setAtk(ATK); in setUp()

12345678910>>...40