Home
last modified time | relevance | path

Searched refs:slots (Results 51 – 75 of 18720) sorted by relevance

12345678910>>...749

/dports/games/pioneer/pioneer-20210723/data/libs/
H A DEquipSet.lua36 function EquipSet.New (slots)
38 obj.slots = {}
42 for k, n in pairs(slots) do
64 slots = {}
68 serialize.slots[k] = v
71 serialize.slots.cargo = {
132 local s = self.slots[slot]
140 local s = self.slots[slot]
192 elseif slots == nil then
193 to_check = self.slots
[all …]
H A DEquipment.lua60 l10n_key="MISSILE_GUIDED", slots="missile", price=50,
66 l10n_key="MISSILE_SMART", slots="missile", price=95,
72 l10n_key="MISSILE_NAVAL", slots="missile", price=160,
88 l10n_key="ECM_BASIC", slots="ecm", price=6000,
93 l10n_key="ECM_ADVANCED", slots="ecm", price=15200,
98 l10n_key="RADAR", slots="radar", price=680,
108 l10n_key="PASSENGER_CABIN", slots="cabin", price=0,
124 l10n_key="AUTOPILOT", slots="autopilot", price=1400,
136 l10n_key="FUEL_SCOOP", slots="scoop", price=3500,
140 l10n_key="CARGO_SCOOP", slots="scoop", price=3900,
[all …]
/dports/cad/freehdl/freehdl-0.0.7/doc/
H A Dfireref.texi593 @item Direct slots: @tab none
641 @item Direct slots: @tab none
670 @item Direct slots: @tab none
685 @item Direct slots: @tab none
699 @item Direct slots: @tab none
844 @item Direct slots: @tab none
907 @item Direct slots: @tab none
919 @item Direct slots: @tab none
946 @item Direct slots: @tab none
960 @item Direct slots: @tab none
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/Revision/
H A DRevisionSlotsTest.php32 * @param SlotRecord[] $slots
36 return new RevisionSlots( $slots );
50 * @param array $slots
55 public function testConstructorFailue( $slots ) {
58 new RevisionSlots( $slots );
72 $slots->getSlot( 'nothere' );
84 $this->assertTrue( $slots->hasSlot( 'aux' ) );
85 $this->assertFalse( $slots->hasSlot( 'AUX' ) );
86 $this->assertFalse( $slots->hasSlot( 'xyz' ) );
102 $slots->getContent( 'nothere' );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/Revision/
H A DRevisionSlotsTest.php32 * @param SlotRecord[] $slots
36 return new RevisionSlots( $slots );
50 * @param array $slots
55 public function testConstructorFailue( $slots ) { argument
58 new RevisionSlots( $slots );
72 $slots->getSlot( 'nothere' );
84 $this->assertTrue( $slots->hasSlot( 'aux' ) );
85 $this->assertFalse( $slots->hasSlot( 'AUX' ) );
86 $this->assertFalse( $slots->hasSlot( 'xyz' ) );
102 $slots->getContent( 'nothere' );
[all …]
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Ddbuswatchname.cc45 auto slots = static_cast<WatchSlots*>(data); in Bus_Name_Appeared_giomm_callback() local
46 auto the_slot = slots->name_appeared_slot; in Bus_Name_Appeared_giomm_callback()
62 auto slots = static_cast<WatchSlots*>(data); in Bus_Name_Vanished_giomm_callback() local
63 auto the_slot = slots->name_vanished_slot; in Bus_Name_Vanished_giomm_callback()
80 if (slots->name_appeared_slot) in Bus_Watch_Name_giomm_callback_destroy()
81 delete slots->name_appeared_slot; in Bus_Watch_Name_giomm_callback_destroy()
83 if (slots->name_vanished_slot) in Bus_Watch_Name_giomm_callback_destroy()
84 delete slots->name_vanished_slot; in Bus_Watch_Name_giomm_callback_destroy()
86 delete slots; in Bus_Watch_Name_giomm_callback_destroy()
103 auto slots = new WatchSlots; in watch_name() local
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/pipelimit/
H A Dpl_ht.c72 _pl_pipes_ht->slots = in pl_init_htable()
74 if(_pl_pipes_ht->slots==NULL) in pl_init_htable()
93 shm_free(_pl_pipes_ht->slots); in pl_init_htable()
122 it = _pl_pipes_ht->slots[i].first; in pl_destroy_htable()
132 shm_free(_pl_pipes_ht->slots); in pl_destroy_htable()
154 it = _pl_pipes_ht->slots[idx].first; in pl_pipe_add()
213 _pl_pipes_ht->slots[idx].ssize++; in pl_pipe_add()
232 it = _pl_pipes_ht->slots[idx].first; in pl_pipe_get()
277 it = _pl_pipes_ht->slots[i].first; in pl_print_pipes()
306 it = _pl_pipes_ht->slots[i].first; in pl_pipe_check_feedback_setpoints()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/opl/
H A Dopl3.c834 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
835 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
838 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
859 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
860 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
870 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
879 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
880 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
903 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
904 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/nuked/
H A Dopl3.c861 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
862 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
865 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
886 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
887 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
897 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
906 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
907 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
930 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
931 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/src/
H A Dopl3.cpp847 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
848 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
851 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
872 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
873 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
883 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
892 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
893 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
916 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
917 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DKillRing.java28 private final String[] slots; field in KillRing
39 slots = new String[size]; in KillRing()
80 if (slots[head] != null) { in add()
81 slots[head] += str; in add()
88 slots[head] = str; in add()
103 if (slots[head] != null) { in addBackwards()
104 slots[head] = str + slots[head]; in addBackwards()
111 slots[head] = str; in addBackwards()
122 return slots[head]; in yank()
135 return slots[head]; in yankPop()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/Revision/
H A DRevisionArchiveRecordTest.php90 $slots,
103 $slots
114 $slots
126 $slots
135 $slots
146 * @param RevisionSlots $slots
154 RevisionSlots $slots, argument
221 $slots,
233 $slots
243 $slots,
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/fe_utils/
H A Dparallel_slot.c143 if (sa->slots[i].inUse) in find_matching_idle_slot()
146 if (sa->slots[i].connection == NULL) in find_matching_idle_slot()
167 if (sa->slots[i].inUse) in find_unconnected_slot()
186 if (!sa->slots[i].inUse) in find_any_idle_slot()
274 sa->slots[i].inUse = false; in wait_on_slots()
356 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
357 return &sa->slots[offset]; in ParallelSlotsGetIdle()
365 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
366 return &sa->slots[offset]; in ParallelSlotsGetIdle()
376 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/fe_utils/
H A Dparallel_slot.c143 if (sa->slots[i].inUse) in find_matching_idle_slot()
146 if (sa->slots[i].connection == NULL) in find_matching_idle_slot()
167 if (sa->slots[i].inUse) in find_unconnected_slot()
186 if (!sa->slots[i].inUse) in find_any_idle_slot()
274 sa->slots[i].inUse = false; in wait_on_slots()
356 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
357 return &sa->slots[offset]; in ParallelSlotsGetIdle()
365 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
366 return &sa->slots[offset]; in ParallelSlotsGetIdle()
376 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/fe_utils/
H A Dparallel_slot.c143 if (sa->slots[i].inUse) in find_matching_idle_slot()
146 if (sa->slots[i].connection == NULL) in find_matching_idle_slot()
167 if (sa->slots[i].inUse) in find_unconnected_slot()
186 if (!sa->slots[i].inUse) in find_any_idle_slot()
274 sa->slots[i].inUse = false; in wait_on_slots()
356 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
357 return &sa->slots[offset]; in ParallelSlotsGetIdle()
365 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
366 return &sa->slots[offset]; in ParallelSlotsGetIdle()
376 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/fe_utils/
H A Dparallel_slot.c143 if (sa->slots[i].inUse) in find_matching_idle_slot()
146 if (sa->slots[i].connection == NULL) in find_matching_idle_slot()
167 if (sa->slots[i].inUse) in find_unconnected_slot()
186 if (!sa->slots[i].inUse) in find_any_idle_slot()
274 sa->slots[i].inUse = false; in wait_on_slots()
356 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
357 return &sa->slots[offset]; in ParallelSlotsGetIdle()
365 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
366 return &sa->slots[offset]; in ParallelSlotsGetIdle()
376 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/fe_utils/
H A Dparallel_slot.c143 if (sa->slots[i].inUse) in find_matching_idle_slot()
146 if (sa->slots[i].connection == NULL) in find_matching_idle_slot()
167 if (sa->slots[i].inUse) in find_unconnected_slot()
186 if (!sa->slots[i].inUse) in find_any_idle_slot()
274 sa->slots[i].inUse = false; in wait_on_slots()
356 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
357 return &sa->slots[offset]; in ParallelSlotsGetIdle()
365 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
366 return &sa->slots[offset]; in ParallelSlotsGetIdle()
376 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/fe_utils/
H A Dparallel_slot.c143 if (sa->slots[i].inUse) in find_matching_idle_slot()
146 if (sa->slots[i].connection == NULL) in find_matching_idle_slot()
167 if (sa->slots[i].inUse) in find_unconnected_slot()
186 if (!sa->slots[i].inUse) in find_any_idle_slot()
274 sa->slots[i].inUse = false; in wait_on_slots()
356 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
357 return &sa->slots[offset]; in ParallelSlotsGetIdle()
365 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
366 return &sa->slots[offset]; in ParallelSlotsGetIdle()
376 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
[all …]

12345678910>>...749