Home
last modified time | relevance | path

Searched refs:newID (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/math/expression/
H A DExpressionMutator.h145 long newID; in mutateExpression() local
152 newID = expressionID; in mutateExpression()
153 while( newID == expressionID ) { in mutateExpression()
157 newID = InvertExpression::staticGetID(); in mutateExpression()
163 newID = SinExpression::staticGetID(); in mutateExpression()
169 newID = -1; in mutateExpression()
178 newID = expressionID; in mutateExpression()
179 while( newID == expressionID ) { in mutateExpression()
183 newID = PowerExpression::staticGetID(); in mutateExpression()
189 newID = SumExpression::staticGetID(); in mutateExpression()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestContiguousBlockAllocator.sc6 var allIDs = List[], newID, maxPos;
11 newID = alloc.alloc(size);
12 allIDs.add(newID);
31 newID = alloc.alloc([1, 2, 3, 5, 8].choose);
33 if (newID.isNil) { newID = alloc.alloc; };
34 newID.notNil;
36 allIDs.add(newID);
48 newID = alloc.alloc([1, 2, 3, 5, 8].choose);
50 if (newID.isNil) { newID = alloc.alloc; };
51 if (newID.notNil) { allIDs.add(newID) };
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/lowlevel/Classes/Integrity/
H A DDatabaseIntegrityCheck.php139 $newID = $row['uid'];
142 $this->pageIdArray[$newID] = $row;
146 $this->recStats['all_valid']['pages'][$newID] = $newID;
148 $this->recStats['deleted']['pages'][$newID] = $newID;
151 $this->recStats['published_versions']['pages'][$newID] = $newID;
166 $this->genTree($newID);
169 $this->genTree($newID, true);
203 $newID = $row['uid'];
206 $this->recStats['all_valid'][$table][$newID] = $newID;
208 $this->recStats['deleted'][$table][$newID] = $newID;
[all …]
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/ssn/he_IL/
H A D__init__.py17 newID = str(self.generator.random.randrange(111111, 99999999))
18 newID = newID.zfill(8)
22 digit = newID[i]
25 num = int(newID[i + 1]) * 2
33 return str(newID) + str(lastDigit)
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DStreamConverter.java606 if (newID == 0) in packetizeToM2P()
632 IDs.add(String.valueOf((newID > 0xDF) ? newID : (0x100 + newID))); in packetizeToM2P()
859 switch (newID) in packetizeToPVA()
875 switch (0xF0 & newID) in packetizeToPVA()
878 countID = newID - 0x8C; in packetizeToPVA()
882 countID = newID - 0x6C; in packetizeToPVA()
887 countID = newID - 0x9C; in packetizeToPVA()
1045 int newID2 = newID; in packetizeToTS()
1113 countID = newID - 0x6C; in packetizeToTS()
1117 countID = newID - 0x8C; in packetizeToTS()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/lowlevel/Classes/Integrity/
H A DDatabaseIntegrityCheck.php139 $newID = $row['uid'];
142 $this->pageIdArray[$newID] = $row;
146 $this->recStats['all_valid']['pages'][$newID] = $newID;
148 $this->recStats['deleted']['pages'][$newID] = $newID;
173 $this->genTree($newID);
176 $this->genTree($newID, true);
210 $newID = $row['uid'];
212 $this->recIdArray[$table][$newID] = $row;
213 $this->recStats['all_valid'][$table][$newID] = $newID;
215 $this->recStats['deleted'][$table][$newID] = $newID;
[all …]
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Menu_Layouts.cpp357 if(newID == 0) in addNewMenuAfter()
359 newID = getNewID(); in addNewMenuAfter()
365 plt->m_id = newID; in addNewMenuAfter()
416 if(newID == 0) in addNewMenuAfter()
418 newID = getNewID(); in addNewMenuAfter()
424 plt->m_id = newID; in addNewMenuAfter()
455 if(newID == 0) in addNewMenuBefore()
457 newID = getNewID(); in addNewMenuBefore()
463 plt->m_id = newID; in addNewMenuBefore()
526 if(newID == 0) in addNewMenuBefore()
[all …]
/dports/finance/prestashop/prestashop/install/upgrade/php/
H A Dcopy_tab_rights.php39 $newID = Db::getInstance()->Insert_ID();
40 if (!$newID) {
41 $newID = Db::getInstance()->getValue('
49 if (!empty($newID)) {
53 SELECT a.`id_profile`, ' . (int) $newID . ' as `id_authorization_role`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft-autopilot/
H A Draft_test.go160 var newID raft.ServerID = "5e816fb6-d4e6-4b3a-b15a-afb3e6d5664b"
166 require.Nil(t, ap.AddServer(&Server{ID: newID, Address: newAddr}))
187 var newID raft.ServerID = "95e2f84d-ff36-4a48-bee7-a50863f17f55"
194 require.Nil(t, ap.AddServer(&Server{ID: newID, Address: existingAddr}))
202 var newID raft.ServerID = "95e2f84d-ff36-4a48-bee7-a50863f17f55"
215 var newID raft.ServerID = "5e816fb6-d4e6-4b3a-b15a-afb3e6d5664b"
221 require.True(t, isInjectedError(ap.AddServer(&Server{ID: newID, Address: newAddr})))
228 var newID raft.ServerID = "c3195ec1-c229-48c6-bdab-4db54ed04807"
248 err := ap.AddServer(&Server{ID: newID, Address: newAddr})
257 var newID raft.ServerID = "c3195ec1-c229-48c6-bdab-4db54ed04807"
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Integrity/
H A DDatabaseIntegrityCheck.php150 $newID = $row['uid'];
153 $this->page_idArray[$newID] = $row;
157 $this->recStats['all_valid']['pages'][$newID] = $newID;
159 $this->recStats['deleted']['pages'][$newID] = $newID;
162 $this->recStats['published_versions']['pages'][$newID] = $newID;
180 $this->genTree($newID);
183 $this->genTree($newID, '', true);
219 $newID = $row['uid'];
222 $this->recStats['all_valid'][$table][$newID] = $newID;
224 $this->recStats['deleted'][$table][$newID] = $newID;
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/lowlevel/Classes/Integrity/
H A DDatabaseIntegrityCheck.php146 $newID = $row['uid'];
149 $this->pageIdArray[$newID] = $row;
153 $this->recStats['all_valid']['pages'][$newID] = $newID;
155 $this->recStats['deleted']['pages'][$newID] = $newID;
158 $this->recStats['published_versions']['pages'][$newID] = $newID;
176 $this->genTree($newID);
179 $this->genTree($newID, '', true);
215 $newID = $row['uid'];
218 $this->recStats['all_valid'][$table][$newID] = $newID;
220 $this->recStats['deleted'][$table][$newID] = $newID;
[all …]
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Auth/
H A DLdap.php37 * @param string $newID The new user ID.
44 public function updateUser($oldID, $newID, $credentials, $olddn = null, argument
50 … list($newID, $new_credentials) = $auth->runHook($newID, $credentials, 'preauthenticate', 'admin');
54 parent::updateUser($oldID, $newID, $new_credentials, $olddn, $newdn);
/dports/net/storj/storj-1.45.3/cmd/storj-sim/
H A Dprefix.go87 var newID string
91 newID = string(data[start+5 : start+end])
92 if len(newID) > maxIDLength {
93 newID = newID[:maxIDLength]
119 if newID != "" {
120 writer.id = newID
/dports/lang/spidermonkey60/firefox-60.9.0/hal/sandbox/
H A DSandboxHal.cpp49 WindowIdentifier newID(id); in Vibrate() local
50 newID.AppendProcessID(); in Vibrate()
51 Hal()->SendVibrate(p, newID.AsArray(), TabChild::GetFrom(newID.GetWindow())); in Vibrate()
57 WindowIdentifier newID(id); in CancelVibrate() local
58 newID.AppendProcessID(); in CancelVibrate()
59 Hal()->SendCancelVibrate(newID.AsArray(), in CancelVibrate()
60 TabChild::GetFrom(newID.GetWindow())); in CancelVibrate()
217 WindowIdentifier newID(id, nullptr); in RecvVibrate() local
218 hal::Vibrate(pattern, newID); in RecvVibrate()
229 WindowIdentifier newID(id, nullptr); in RecvCancelVibrate() local
[all …]
/dports/devel/p5-Tie-iCal/Tie-iCal-0.15/samples/
H A Duniquify.pl27 my $newID = "";
28 while ($newID eq "" || exists $$href{$newID}) {
29 $newID = int(900000000 + rand(100000000));
31 return $newID;
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/stress/v2/statement/
H A Dquery_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)
H A Dexec_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)
H A Dwait_test.go12 newID := "oaijnifo"
13 e.SetID(newID)
14 if e.StatementID != newID {
15 t.Errorf("Expected: %v\ngott: %v\n", newID, e.StatementID)
H A Dgo_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/stress/v2/statement/
H A Dexec_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)
H A Dquery_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)
H A Dgo_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)
H A Dwait_test.go12 newID := "oaijnifo"
13 e.SetID(newID)
14 if e.StatementID != newID {
15 t.Errorf("Expected: %v\ngott: %v\n", newID, e.StatementID)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/stress/v2/statement/
H A Dexec_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)
H A Dquery_test.go11 newID := "oaijnifo"
12 e.SetID(newID)
13 if e.StatementID != newID {
14 t.Errorf("Expected: %v\nGot: %v\n", newID, e.StatementID)

12345678910>>...35