Home
last modified time | relevance | path

Searched refs:RELEASED (Results 1 – 25 of 6433) sorted by relevance

12345678910>>...258

/dports/devel/p5-Heap-Simple/Heap-Simple-0.13/
H A Dmd5-versions13 RELEASED 0.13 0.13 Changes
14 RELEASED 0.12 0.12 Changes
15 RELEASED 0.11 0.11 Changes
16 RELEASED 0.10 0.10 Changes
17 RELEASED 0.09 0.09 Changes
18 RELEASED 0.08 0.08 Changes
19 RELEASED 0.06 0.06 Changes
20 RELEASED 0.05 0.05 Changes
21 RELEASED 0.04 0.04 Changes
22 RELEASED 0.03 0.03 Changes
[all …]
/dports/devel/p5-Heap-Simple-XS/Heap-Simple-XS-0.10/
H A Dmd5-versions52 RELEASED 0.09 0.09 XS.pm
53 RELEASED 0.08 0.08 XS.pm
54 RELEASED 0.07 0.07 XS.pm
55 RELEASED 0.06 0.06 XS.pm
56 RELEASED 0.05 0.05 XS.pm
57 RELEASED 0.04 0.04 XS.pm
58 RELEASED 0.03 0.03 XS.pm
59 RELEASED 0.02 0.02 XS.pm
60 RELEASED 0.01 0.01 XS.pm
61 RELEASED 0.09 0.10 XS.xs
[all …]
/dports/devel/p5-Heap-Simple-Perl/Heap-Simple-Perl-0.14/
H A Dmd5-versions42 RELEASED 0.14 0.14 Changes
43 RELEASED 0.13 0.13 Changes
44 RELEASED 0.12 0.12 Changes
45 RELEASED 0.11 0.11 Changes
46 RELEASED 0.10 0.10 Changes
47 RELEASED 0.09 0.09 Changes
48 RELEASED 0.08 0.08 Changes
49 RELEASED 0.07 0.07 Changes
63 RELEASED 0.08 0.10 README
64 RELEASED 0.07 0.07 README
[all …]
/dports/games/qqwing/qqwing-1.3.4/build/debian/
H A Dchangelog1 qqwing (1.3.4-1) RELEASED; urgency=medium
7 qqwing (1.3.3-1) RELEASED; urgency=medium
13 qqwing (1.3.2-1) RELEASED; urgency=medium
19 qqwing (1.3.1-1) RELEASED; urgency=medium
25 qqwing (1.3.0-1) RELEASED; urgency=medium
32 qqwing (1.2.0-1) RELEASED; urgency=medium
41 qqwing (1.1.3-1) RELEASED; urgency=medium
47 qqwing (1.1.2-1) RELEASED; urgency=medium
53 qqwing (1.1.1-1) RELEASED; urgency=medium
59 qqwing (1.1.0-1) RELEASED; urgency=medium
[all …]
/dports/games/quadra/quadra-1.3.0/skelton/svgalib/
H A Dinput.cpp41 mouse.button[i] = RELEASED; in Input()
112 if(mouse.button[0] == RELEASED) in check()
117 if(mouse.button[1] == RELEASED) in check()
122 if(mouse.button[2] == RELEASED) in check()
138 mouse.button[0] = RELEASED; in check()
141 mouse.button[1] = RELEASED; in check()
144 mouse.button[2] = RELEASED; in check()
183 keys[event.key.keysym.sym] = RELEASED; in check()
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_to.c33 RELEASED, //!< has been released, free entry now enumerator
104 w->state = RELEASED; in gu_to_create()
180 w->state = RELEASED; in gu_to_grab()
186 case RELEASED: in gu_to_grab()
211 w->state = RELEASED; in gu_to_grab()
217 case RELEASED: in gu_to_grab()
258 w->state = RELEASED; in to_release_and_wake_next()
267 w->state = RELEASED; in to_release_and_wake_next()
300 if (w->state != RELEASED) { in gu_to_release()
425 case RELEASED: in gu_to_interrupt()
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_to.c33 RELEASED, //!< has been released, free entry now enumerator
104 w->state = RELEASED; in gu_to_create()
180 w->state = RELEASED; in gu_to_grab()
186 case RELEASED: in gu_to_grab()
211 w->state = RELEASED; in gu_to_grab()
217 case RELEASED: in gu_to_grab()
258 w->state = RELEASED; in to_release_and_wake_next()
267 w->state = RELEASED; in to_release_and_wake_next()
300 if (w->state != RELEASED) { in gu_to_release()
425 case RELEASED: in gu_to_interrupt()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/jobs/
H A DBug_311863.java31 final int RELEASED = 10013; field in Bug_311863
65 tb.setStatus(RELEASED); in run()
119 tb1.waitForStatus(RELEASED); in testInterruptDuringLockRelease()
120 tb2.waitForStatus(RELEASED); in testInterruptDuringLockRelease()
121 tb3.waitForStatus(RELEASED); in testInterruptDuringLockRelease()
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dzoomcontrol.cpp75 btw(pressed.getWidth()), bth(pressed.getHeight()), state(RELEASED) { in Button()
92 if (state==RELEASED) return false; in mouseReleased()
94 state=RELEASED; in mouseReleased()
97 state=RELEASED; in mouseReleased()
102 if (state==RELEASED) return; in mouseMotion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/mojo/mojom/
H A Dcdm_key_information_mojom_traits.cc30 case NativeKeyStatus::RELEASED: in ToMojom()
31 return MojomKeyStatus::RELEASED; in ToMojom()
60 case MojomKeyStatus::RELEASED: in FromMojom()
61 *out = NativeKeyStatus::RELEASED; in FromMojom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/mojom/
H A Dcdm_key_information_mojom_traits.cc30 case NativeKeyStatus::RELEASED: in ToMojom()
31 return MojomKeyStatus::RELEASED; in ToMojom()
60 case MojomKeyStatus::RELEASED: in FromMojom()
61 *out = NativeKeyStatus::RELEASED; in FromMojom()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/cdm_factory_daemon/mojom/
H A Dcdm_key_information_mojom_traits.cc30 case NativeKeyStatus::RELEASED: in ToMojom()
31 return MojomKeyStatus::RELEASED; in ToMojom()
60 case MojomKeyStatus::RELEASED: in FromMojom()
61 *out = NativeKeyStatus::RELEASED; in FromMojom()
/dports/net-mgmt/nagios/nagios-3.5.1/html/includes/rss/
H A DNEWS3 MAGPIERSS 0.51 RELEASED
12 MAGPIERSS 0.5 RELEASED
16 MAGPIERSS 0.46 RELEASED
30 MAGPIERSS 0.4 RELEASED!
46 MAGPIERSS 0.3 RELEASED!
/dports/www/ilias/ILIAS-5.4.25/Services/Feeds/magpierss/
H A DNEWS3 MAGPIERSS 0.51 RELEASED
12 MAGPIERSS 0.5 RELEASED
16 MAGPIERSS 0.46 RELEASED
30 MAGPIERSS 0.4 RELEASED!
46 MAGPIERSS 0.3 RELEASED!
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/IRC_Bot/magpierss/
H A DNEWS3 MAGPIERSS 0.51 RELEASED
12 MAGPIERSS 0.5 RELEASED
16 MAGPIERSS 0.46 RELEASED
30 MAGPIERSS 0.4 RELEASED!
46 MAGPIERSS 0.3 RELEASED!
/dports/www/ilias6/ILIAS-6.14/Services/Feeds/magpierss/
H A DNEWS3 MAGPIERSS 0.51 RELEASED
12 MAGPIERSS 0.5 RELEASED
16 MAGPIERSS 0.46 RELEASED
30 MAGPIERSS 0.4 RELEASED!
46 MAGPIERSS 0.3 RELEASED!
/dports/lang/gnu-cobol/gnucobol-3.1.2/copy/
H A Dscreenio.cpy137 78 COB-SCR-LEFT-RELEASED VALUE 2042.
140 78 COB-SCR-MID-RELEASED VALUE 2045.
143 78 COB-SCR-RIGHT-RELEASED VALUE 2048.
147 78 COB-SCR-SHIFT-LEFT-RELEASED VALUE 2052.
150 78 COB-SCR-SHIFT-MID-RELEASED VALUE 2055.
153 78 COB-SCR-SHIFT-RIGHT-RELEASED VALUE 2058.
157 78 COB-SCR-CTRL-LEFT-RELEASED VALUE 2062.
160 78 COB-SCR-CTRL-MID-RELEASED VALUE 2065.
163 78 COB-SCR-CTRL-RIGHT-RELEASED VALUE 2068.
167 78 COB-SCR-ALT-LEFT-RELEASED VALUE 2072.
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/accelerators/mojom/
H A Daccelerator_mojom_traits.h22 case ui::Accelerator::KeyState::RELEASED:
23 return ui::mojom::AcceleratorKeyState::RELEASED;
35 case ui::mojom::AcceleratorKeyState::RELEASED:
36 *out = ui::Accelerator::KeyState::RELEASED;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/accelerators/mojom/
H A Daccelerator_mojom_traits.h22 case ui::Accelerator::KeyState::RELEASED:
23 return ui::mojom::AcceleratorKeyState::RELEASED;
35 case ui::mojom::AcceleratorKeyState::RELEASED:
36 *out = ui::Accelerator::KeyState::RELEASED;
/dports/multimedia/gstreamer1-plugins-rust/tokio-2fd1551867c145cabe4548da2e37adc3bdf457a4/tokio/src/task/
H A Dstate.rs27 const RELEASED: usize = 0b00_1000; const
40 RUNNING | NOTIFIED | COMPLETE | RELEASED | JOIN_INTEREST | JOIN_WAKER | CANCELLED;
143 const DELTA: usize = RUNNING | COMPLETE | RELEASED; in transition_to_released()
222 const DELTA: usize = RELEASED; in release_task()
426 self.0 & RELEASED == RELEASED in is_released()
466 const MASK: usize = WAKER_COUNT_MASK | RELEASED | JOIN_INTEREST; in is_final_ref()
468 (self.0 & MASK) == RELEASED in is_final_ref()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-0.2.11/src/task/
H A Dstate.rs27 const RELEASED: usize = 0b00_1000; const
40 RUNNING | NOTIFIED | COMPLETE | RELEASED | JOIN_INTEREST | JOIN_WAKER | CANCELLED;
143 const DELTA: usize = RUNNING | COMPLETE | RELEASED; in transition_to_released()
222 const DELTA: usize = RELEASED; in release_task()
426 self.0 & RELEASED == RELEASED in is_released()
466 const MASK: usize = WAKER_COUNT_MASK | RELEASED | JOIN_INTEREST; in is_final_ref()
468 (self.0 & MASK) == RELEASED in is_final_ref()
/dports/sysutils/samefile/samefile-2.15/
H A DMakefile.in24 RELEASED = 201405100215
73 touch -t $(RELEASED) $(PROGVERS) $(PROGVERS)/*
75 touch -t $(RELEASED) $@
79 touch -t $(RELEASED) $@
96 touch -t $(RELEASED) $(PROGVERS).tar.gz.uue
102 touch -t $(RELEASED) $(PROGVERS) $(PROGVERS)/*
104 touch -t $(RELEASED).sh
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmcontainer/
H A DRMContainerImpl.java89 .addTransition(RMContainerState.RESERVED, RMContainerState.RELEASED,
90 RMContainerEventType.RELEASED) // nothing to do
106 .addTransition(RMContainerState.ACQUIRED, RMContainerState.RELEASED,
107 RMContainerEventType.RELEASED, new KillTransition())
118 .addTransition(RMContainerState.RUNNING, RMContainerState.RELEASED,
119 RMContainerEventType.RELEASED, new KillTransition())
125 EnumSet.of(RMContainerEventType.EXPIRE, RMContainerEventType.RELEASED,
130 EnumSet.of(RMContainerEventType.RELEASED, RMContainerEventType.KILL))
133 .addTransition(RMContainerState.RELEASED, RMContainerState.RELEASED,
134 EnumSet.of(RMContainerEventType.EXPIRE, RMContainerEventType.RELEASED,
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-sync-0.1.8/src/mpsc/
H A Dblock.rs55 const RELEASED: usize = 1 << BLOCK_CAP; const
60 const TX_CLOSED: usize = RELEASED << 1;
63 const READY_MASK: usize = RELEASED - 1;
199 self.ready_slots.fetch_or(RELEASED, Release); in tx_release()
225 if 0 == RELEASED & self.ready_slots.load(Acquire) { in observed_tail_position()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-sync-0.1.8/src/mpsc/
H A Dblock.rs55 const RELEASED: usize = 1 << BLOCK_CAP; const
60 const TX_CLOSED: usize = RELEASED << 1;
63 const READY_MASK: usize = RELEASED - 1;
199 self.ready_slots.fetch_or(RELEASED, Release); in tx_release()
225 if 0 == RELEASED & self.ready_slots.load(Acquire) { in observed_tail_position()

12345678910>>...258