/dports/sysutils/dvdisaster/dvdisaster-0.79.5/regtest/database/ |
H A D | RS02_adaptive_good_file | 13 …existing image file: 1%Analysing existing image file: 2%…
|
H A D | RS01_adaptive_truncated_no_ecc | 18 …existing image file: 1%Analysing existing image file: 2%…
|
H A D | RS01_adaptive_truncated_no_ecc_again | 108 …existing image file: 1%Analysing existing image file: 2%…
|
H A D | RS01_adaptive_with_gap_no_ecc2 | 19 …existing image file: 1%Analysing existing image file: 2%…
|
H A D | RS01_adaptive_with_gap_no_ecc3 | 19 …existing image file: 1%Analysing existing image file: 2%…
|
H A D | RS01_adaptive_with_gap_no_ecc | 19 …existing image file: 1%Analysing existing image file: 2%…
|
/dports/devel/ragel/ragel-6.10/aapl/ |
H A D | resize.h | 40 #define EXPN_UP( existing, needed ) \ argument 41 needed > existing ? (needed<<1) : existing 45 needed < (existing>>2) ? (needed<<1) : existing 48 #define LIN_UP( existing, needed ) \ argument 49 needed > existing ? (needed+step) : existing 53 needed < (existing-(step<<1)) ? (needed+step) : existing 56 #define CONST_UP( existing, needed ) existing argument 59 #define CONST_DOWN( existing, needed ) existing argument 216 assert( needed <= existing ); in upResize() 304 return LIN_UP(existing, needed); in upResize() [all …]
|
/dports/www/phalcon4/cphalcon-4.1.1/tests/database/Validation/Validator/ |
H A D | UniquenessCest.php | 68 $existing = new Objects(); 125 $existing = new Objects(); 166 $existing->obj_type = 1; 237 $existing->obj_type = 1; 298 $existing->obj_type = 1; 311 $existing->obj_type = 2; 357 $existing->obj_type = 1; 369 $existing->obj_type = 2; 381 $existing->obj_type = 3; 431 $existing->obj_type = 3; [all …]
|
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/util/ |
H A D | datatypes.py | 60 if existing is None: 63 existing.add(value) 71 existing = self._dict.get(k) 72 if existing is None: 75 return list(existing) 77 return [existing] 85 if len(existing) == 1: 90 return existing 101 existing.discard(value) 102 if len(existing) == 0: [all …]
|
/dports/net-p2p/c-lightning/lightning-0.10.2/common/ |
H A D | htlc_wire.c | 41 existing->id = id; in new_existing_htlc() 42 existing->state = state; in new_existing_htlc() 49 existing->blinding = tal_dup(existing, struct pubkey, blinding); in new_existing_htlc() 58 existing->failed = failed_htlc_dup(existing, failed); in new_existing_htlc() 60 existing->failed = NULL; in new_existing_htlc() 62 return existing; in new_existing_htlc() 98 if (existing->failed) { in towire_existing_htlc() 191 existing->payment_preimage = tal(existing, struct preimage); in fromwire_existing_htlc() 196 existing->failed = fromwire_failed_htlc(existing, cursor, max); in fromwire_existing_htlc() 200 existing->blinding = tal(existing, struct pubkey); in fromwire_existing_htlc() [all …]
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/mso/plugins/modules/ |
H A D | mso_backup.py | 215 if mso.existing: 216 data = mso.existing 217 mso.existing = [] 227 mso.previous = mso.existing 228 if len(mso.existing) > 1: 232 mso.existing = {} 238 mso.previous = mso.existing 262 mso.previous = mso.existing 274 if len(mso.existing) == 0: 276 elif len(mso.existing) > 1: [all …]
|
/dports/devel/py-incremental/incremental-21.3.0/src/incremental/ |
H A D | update.py | 140 existing = v 148 existing.major, 149 existing.minor, 150 existing.micro, 163 v = Version(package, existing.major, existing.minor, existing.micro + 1, rc) 173 v = Version(package, existing.major, existing.minor, existing.micro, post=_post) 178 if existing.dev is None: 185 existing.major, 186 existing.minor, 187 existing.micro, [all …]
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/ |
H A D | nxos_ospf_vrf.py | 180 existing = {} 214 existing['log_adjacency'] = log 221 existing['auto_cost'] = str(cost) 223 existing['bfd'] = 'enable' 234 existing['vrf'] = module.params['vrf'] 235 existing['ospf'] = module.params['ospf'] 237 return existing 371 if (existing.get('vrf') and 408 existing = get_existing(module, args) 423 if existing.get(key) != value: [all …]
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/ |
H A D | nxos_ospf_vrf.py | 201 existing = {} 229 existing["router_id"] = re.search( 250 existing["auto_cost"] = str(cost) 252 existing["bfd"] = "enable" 263 existing["vrf"] = module.params["vrf"] 264 existing["ospf"] = module.params["ospf"] 266 return existing 420 if existing.get("vrf") and existing.get("vrf") == module.params["vrf"]: 461 existing = get_existing(module, args) 477 if existing.get(key) != value: [all …]
|
H A D | nxos_snmp_host.py | 270 existing["version"] = "3" 273 host, udp, **existing 277 existing["version"] = "2c" 280 host, udp, **existing 284 existing["version"] = "1" 287 host, udp, **existing 297 if existing.get("vrf"): 322 if existing.get("src_intf"): 427 if existing: 433 if existing: [all …]
|
/dports/devel/ros-catkin/catkin-0.8.9/test/unit_tests/ |
H A D | test_find_in_workspace.py | 36 existing = find_in_workspaces([], _workspaces=[]) 37 self.assertEqual([], existing) 39 self.assertEqual([], existing) 41 self.assertEqual([], existing) 44 self.assertEqual([], existing) 48 self.assertEqual([], existing) 52 self.assertEqual([], existing) 56 self.assertEqual([], existing) 67 self.assertEqual([], existing) 76 self.assertEqual([], existing) [all …]
|
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/integrii/flaggy/ |
H A D | flag.go | 122 *existing = new 138 *existing = new 153 *existing = new 168 *existing = new 175 *existing = v 183 *existing = new 198 *existing = new 240 *existing = v 300 *existing = v 312 *existing = v [all …]
|
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/integrii/flaggy/flaggy-1.4.0/ |
H A D | flag.go | 122 *existing = new 138 *existing = new 153 *existing = new 168 *existing = new 175 *existing = v 183 *existing = new 198 *existing = new 240 *existing = v 300 *existing = v 312 *existing = v [all …]
|
/dports/sysutils/py-salt/salt-3004.1/salt/states/ |
H A D | bigip.py | 102 if modified == existing: 227 if existing["code"] == 200: 233 elif existing["code"] == 404: 328 if existing["code"] == 200: 506 if existing["code"] == 200: 571 if existing["code"] == 200: 769 if existing["code"] == 200: 958 if existing["code"] == 200: 1192 if existing["code"] == 200: 2293 existing = _strip_key(existing, "generation") [all …]
|
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/configs/ |
H A D | module.go | 143 if existing.Alias == "" { 284 mergeDiags := existing.merge(pc) 302 mergeDiags := existing.merge(pc) 322 mergeDiags := existing.merge(v) 327 existing, exists := m.Locals[l.Name] 337 mergeDiags := existing.merge(l) 342 existing, exists := m.Outputs[o.Name] 352 mergeDiags := existing.merge(o) 367 mergeDiags := existing.merge(mc) 383 mergeDiags := existing.merge(r) [all …]
|
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/configs/ |
H A D | module.go | 143 if existing.Alias == "" { 284 mergeDiags := existing.merge(pc) 302 mergeDiags := existing.merge(pc) 322 mergeDiags := existing.merge(v) 327 existing, exists := m.Locals[l.Name] 337 mergeDiags := existing.merge(l) 342 existing, exists := m.Outputs[o.Name] 352 mergeDiags := existing.merge(o) 367 mergeDiags := existing.merge(mc) 383 mergeDiags := existing.merge(r) [all …]
|
/dports/textproc/weka/weka-3-8-5/data/ |
H A D | credit-g.arff | 35 % Status of existing checking account 50 % A32 : existing credits paid back duly till now 53 % other credits existing (not at this bank) 132 % Number of existing credits at this bank 190 % From: A32 To: 'existing paid' 192 % From: A34 To: 'critical/other existing credit' 282 …istory { 'no credits/all paid', 'all paid', 'existing paid', 'delayed previously', 'critical/other… 378 '<0',42,'existing paid',radio/tv,3965,'<100','<1',4,'male single',none,3,car,34,none,own,1,skilled,… 567 '0<=X<200',15,'existing paid',radio/tv,802,'<100','>=7',4,'male single',none,3,car,37,none,own,1,sk… 630 '>=200',36,'existing paid',radio/tv,4473,'<100','>=7',4,'male single',none,2,car,31,none,own,1,skil… [all …]
|
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ |
H A D | FSDirMkdirOp.java | 90 existing = createChildrenDirectories(fsd, existing, ancestors, in mkdirs() 92 if (existing == null) { in mkdirs() 97 if ((existing = createChildrenDirectories(fsd, existing, in mkdirs() 134 existing = createChildrenDirectories(fsd, existing, directories, in createAncestorDirectories() 136 if (existing == null) { in createAncestorDirectories() 166 existing = createSingleDirectory(fsd, existing, component, perm); in createChildrenDirectories() 167 if (existing == null) { in createChildrenDirectories() 171 return existing; in createChildrenDirectories() 191 existing = unprotectedMkdir(fsd, fsd.allocateNewInodeId(), existing, in createSingleDirectory() 193 if (existing == null) { in createSingleDirectory() [all …]
|
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/ |
H A D | rename_variation5.phpt | 35 echo "\n-- Renaming existing link to existing directory name --\n"; 37 echo "\n-- Renaming existing link to existing file name --\n"; 40 echo "\n-- Renaming existing file to existing directory name --\n"; 42 echo "\n-- Renaming existing file to existing link name --\n"; 45 echo "\n-- Renaming existing directory to existing file name --\n"; 71 -- Renaming existing link to existing directory name -- 76 -- Renaming existing link to existing file name -- 79 -- Renaming existing file to existing directory name -- 84 -- Renaming existing file to existing link name -- 87 -- Renaming existing directory to existing file name -- [all …]
|
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/ |
H A D | rename_variation5.phpt | 35 echo "\n-- Renaming existing link to existing directory name --\n"; 37 echo "\n-- Renaming existing link to existing file name --\n"; 40 echo "\n-- Renaming existing file to existing directory name --\n"; 42 echo "\n-- Renaming existing file to existing link name --\n"; 45 echo "\n-- Renaming existing directory to existing file name --\n"; 71 -- Renaming existing link to existing directory name -- 76 -- Renaming existing link to existing file name -- 79 -- Renaming existing file to existing directory name -- 84 -- Renaming existing file to existing link name -- 87 -- Renaming existing directory to existing file name -- [all …]
|