Home
last modified time | relevance | path

Searched refs:new_location (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dlayout_rect.cc63 if (new_location.X() >= new_max_point.X() || in Intersect()
64 new_location.Y() >= new_max_point.Y()) { in Intersect()
65 new_location = LayoutPoint(); in Intersect()
69 location_ = new_location; in Intersect()
70 size_ = new_max_point - new_location; in Intersect()
78 if (new_location.X() > new_max_point.X() || in InclusiveIntersect()
79 new_location.Y() > new_max_point.Y()) { in InclusiveIntersect()
84 location_ = new_location; in InclusiveIntersect()
85 size_ = new_max_point - new_location; in InclusiveIntersect()
124 location_ = new_location; in UniteEvenIfEmpty()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dlayout_rect.cc58 LayoutPoint new_location(std::max(X(), other.X()), std::max(Y(), other.Y())); in Intersect() local
63 if (new_location.X() >= new_max_point.X() || in Intersect()
64 new_location.Y() >= new_max_point.Y()) { in Intersect()
65 new_location = LayoutPoint(); in Intersect()
69 location_ = new_location; in Intersect()
70 size_ = new_max_point - new_location; in Intersect()
78 if (new_location.X() > new_max_point.X() || in InclusiveIntersect()
79 new_location.Y() > new_max_point.Y()) { in InclusiveIntersect()
84 location_ = new_location; in InclusiveIntersect()
85 size_ = new_max_point - new_location; in InclusiveIntersect()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/
H A Ddev-overview-data.inc.php160 var new_location = device_marker.getLatLng();
161 …if (confirm("Update location to " + new_location + "? This will update this location for all devic…
162 update_location(' . $location->id . ', new_location, function(success) {
164 … $("#coordinates-text").text(new_location.lat.toFixed(5) + ", " + new_location.lng.toFixed(5));
165 …-it-button").attr("href", "https://maps.google.com/?q=" + new_location.lat + "," + new_location.ln…
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dprojectiles.cpp336 world_point3d new_location, old_location; in move_projectiles() local
339 new_location= old_location= object->location; in move_projectiles()
381 new_location.z+= projectile->gravity; in move_projectiles()
766 world_point3d *new_location, in translate_projectile() argument
898 …if ((traveled_underneath || new_location->z>media_height) && new_location->z>old_polygon->floor_he… in translate_projectile()
901 …if ((!traveled_underneath || new_location->z<media_height) && new_location->z<old_polygon->ceiling… in translate_projectile()
945 *new_location= intersection; in translate_projectile()
1036new_location->x= old_location->x + (actual_distance_to_hit*(new_location->x-old_location->x))/dist… in translate_projectile()
1037new_location->y= old_location->y + (actual_distance_to_hit*(new_location->y-old_location->y))/dist… in translate_projectile()
1038new_location->z= old_location->z + (actual_distance_to_hit*(new_location->z-old_location->z))/dist… in translate_projectile()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dbranch.cpp19 const auto new_location = ir.current_location.AdvancePC(imm32); in arm_B() local
20 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_B()
34 const auto new_location = ir.current_location.AdvancePC(imm32); in arm_BL() local
35 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_BL()
45 const auto new_location = ir.current_location.AdvancePC(imm32).SetTFlag(true); in arm_BLX_imm() local
46 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_BLX_imm()
H A Dthumb32.cpp16 const auto new_location = ir.current_location.AdvancePC(imm32); in thumb32_BL_imm() local
17 ir.SetTerm(IR::Term::LinkBlock{new_location}); in thumb32_BL_imm()
31 const auto new_location = ir.current_location in thumb32_BLX_imm() local
34 ir.SetTerm(IR::Term::LinkBlock{new_location}); in thumb32_BLX_imm()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dbranch.cpp19 const auto new_location = ir.current_location.AdvancePC(imm32); in arm_B() local
20 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_B()
34 const auto new_location = ir.current_location.AdvancePC(imm32); in arm_BL() local
35 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_BL()
45 const auto new_location = ir.current_location.AdvancePC(imm32).SetTFlag(true); in arm_BLX_imm() local
46 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_BLX_imm()
H A Dthumb32.cpp16 const auto new_location = ir.current_location.AdvancePC(imm32); in thumb32_BL_imm() local
17 ir.SetTerm(IR::Term::LinkBlock{new_location}); in thumb32_BL_imm()
31 const auto new_location = ir.current_location in thumb32_BLX_imm() local
34 ir.SetTerm(IR::Term::LinkBlock{new_location}); in thumb32_BLX_imm()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dbranch.cpp19 const auto new_location = ir.current_location.AdvancePC(imm32); in arm_B() local
20 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_B()
34 const auto new_location = ir.current_location.AdvancePC(imm32); in arm_BL() local
35 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_BL()
45 const auto new_location = ir.current_location.AdvancePC(imm32).SetTFlag(true); in arm_BLX_imm() local
46 ir.SetTerm(IR::Term::LinkBlock{new_location}); in arm_BLX_imm()
H A Dthumb32.cpp16 const auto new_location = ir.current_location.AdvancePC(imm32); in thumb32_BL_imm() local
17 ir.SetTerm(IR::Term::LinkBlock{new_location}); in thumb32_BL_imm()
31 const auto new_location = ir.current_location in thumb32_BLX_imm() local
34 ir.SetTerm(IR::Term::LinkBlock{new_location}); in thumb32_BLX_imm()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DLocation.java376 new_location.getParsedLocation().changeRange(old_range, new_range); in changeRange()
378 return new_location; in changeRange()
391 new_location.parse_tree = in addRange()
392 new_location.getParsedLocation().addRangeNode(new_node); in addRange()
394 return new_location; in addRange()
408 new_location.parse_tree = in removeRange()
409 new_location.getParsedLocation().removeRange(remove_range); in removeRange()
411 return new_location; in removeRange()
440 new_location.parse_tree = in reverseComplement()
443 new_location.parse_tree = new_location.parse_tree.getCanonical(); in reverseComplement()
[all …]
/dports/x11-toolkits/tepl6/tepl-6.00.0/testsuite/
H A Dtest-file.c237 GFile *new_location)
245 saver = tepl_file_saver_new_with_target (buffer, file, new_location);
265 GFile *new_location;
336 new_location = g_file_new_for_path (new_path);
337 save_as (buffer, new_location);
338 g_assert_true (g_file_equal (new_location, tepl_file_get_location (file)));
350 g_assert_true (g_file_equal (new_location, tepl_file_get_location (file)));
351 save_as (buffer, new_location);
359 g_file_delete (new_location, NULL, &error);
365 g_object_unref (new_location);
/dports/x11-toolkits/tepl/tepl-5.1.1/testsuite/
H A Dtest-file.c237 GFile *new_location)
245 saver = tepl_file_saver_new_with_target (buffer, file, new_location);
265 GFile *new_location;
336 new_location = g_file_new_for_path (new_path);
337 save_as (buffer, new_location);
338 g_assert_true (g_file_equal (new_location, tepl_file_get_location (file)));
350 g_assert_true (g_file_equal (new_location, tepl_file_get_location (file)));
351 save_as (buffer, new_location);
359 g_file_delete (new_location, NULL, &error);
365 g_object_unref (new_location);
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/agentlessd/
H A Dagentlessd.c177 char new_location[1024 + 1]; in check_diff_file() local
185 new_location[1024] = '\0'; in check_diff_file()
189 snprintf(new_location, 1024, "%s/%s->%s/%s", DIFF_DIR_PATH, host, script, in check_diff_file()
196 if (rename(new_location, old_location) != 0) { in check_diff_file()
197 merror(RENAME_ERROR, ARGV0, new_location, old_location, errno, strerror(errno)); in check_diff_file()
203 if (OS_MD5_File(new_location, md5sum_new, OS_TEXT) != 0) { in check_diff_file()
205 ARGV0, new_location); in check_diff_file()
211 if ((unlink(new_location)) < 0) { in check_diff_file()
212 merror("%s: ERROR: Cannot unlink %s: %s", ARGV0, new_location, strerror(errno)); in check_diff_file()
226 if (rename(new_location, old_location) != 0) { in check_diff_file()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/agentlessd/
H A Dagentlessd.c177 char new_location[1024 + 1]; in check_diff_file() local
185 new_location[1024] = '\0'; in check_diff_file()
189 snprintf(new_location, 1024, "%s/%s->%s/%s", DIFF_DIR_PATH, host, script, in check_diff_file()
196 if (rename(new_location, old_location) != 0) { in check_diff_file()
197 merror(RENAME_ERROR, ARGV0, new_location, old_location, errno, strerror(errno)); in check_diff_file()
203 if (OS_MD5_File(new_location, md5sum_new, OS_TEXT) != 0) { in check_diff_file()
205 ARGV0, new_location); in check_diff_file()
211 if ((unlink(new_location)) < 0) { in check_diff_file()
212 merror("%s: ERROR: Cannot unlink %s: %s", ARGV0, new_location, strerror(errno)); in check_diff_file()
226 if (rename(new_location, old_location) != 0) { in check_diff_file()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/agentlessd/
H A Dagentlessd.c177 char new_location[1024 + 1]; in check_diff_file() local
185 new_location[1024] = '\0'; in check_diff_file()
189 snprintf(new_location, 1024, "%s/%s->%s/%s", DIFF_DIR_PATH, host, script, in check_diff_file()
196 if (rename(new_location, old_location) != 0) { in check_diff_file()
197 merror(RENAME_ERROR, ARGV0, new_location, old_location, errno, strerror(errno)); in check_diff_file()
203 if (OS_MD5_File(new_location, md5sum_new, OS_TEXT) != 0) { in check_diff_file()
205 ARGV0, new_location); in check_diff_file()
211 if ((unlink(new_location)) < 0) { in check_diff_file()
212 merror("%s: ERROR: Cannot unlink %s: %s", ARGV0, new_location, strerror(errno)); in check_diff_file()
226 if (rename(new_location, old_location) != 0) { in check_diff_file()
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/models/
H A Dcaches.py41 new_location = copy.deepcopy(location)
43 new_location.url = new_location.url.split("+", 1)[-1]
44 can_hash = new_location.hash
47 hash_value = self.get(new_location.url)
49 hash_value = self._get_file_hash(new_location)
52 self.set(new_location.url, hash_value)
/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Dfscommands.py44 def move(self, path, new_location): argument
45 shutil.move(path, new_location)
76 def move(self, path, new_location): argument
77 self.client.move(path, new_location, force=True)
119 def move(self, path, new_location): argument
121 new_location, after=False)
144 def move(self, path, new_location): argument
145 self._do(['mv', self._in_dir(path), self._in_dir(new_location)])
177 def move(self, path, new_location): argument
178 self._do(['mv', path, new_location])
/dports/net-mgmt/librenms/librenms-21.5.1/app/Models/
H A DDevice.php344 public function setLocation($new_location, bool $doLookup = false) argument
346 …$new_location = $new_location instanceof Location ? $new_location : new Location(['location' => $n…
347 …$new_location->location = $new_location->location ? Rewrite::location($new_location->location) : n…
348 $coord = array_filter($new_location->only(['lat', 'lng']));
351 if (! $new_location->location) { // disassociate if the location name is empty
357 …s->relationLoaded('location') || optional($this->location)->location !== $new_location->location) {
358 … if (! $new_location->exists) { // don't fetch if new location persisted to the DB, just use it
359 … $new_location = Location::firstOrCreate(['location' => $new_location->location], $coord);
361 $this->location()->associate($new_location);
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/xhr/resources/
H A Dinfinite-redirects.py18 new_location = "%s?page=%s&type=%s&mix=%s" % (location, page, type, mix)
21 ("Location", new_location)]
22 return 301, headers, "Hello guest. You have been redirected to " + new_location
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/xhr/resources/
H A Dinfinite-redirects.py18 new_location = "%s?page=%s&type=%s&mix=%s" % (location, page, type, mix)
21 ("Location", new_location)]
22 return 301, headers, "Hello guest. You have been redirected to " + new_location
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/XMLHttpRequest/resources/
H A Dinfinite-redirects.py19 new_location = "%s?page=%s&type=%s&mix=%s" % (location, page, type, mix)
22 ("Location", new_location)]
23 return 301, headers, "Hello guest. You have been redirected to " + new_location
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/models/
H A Dcache.py213 new_location = copy.deepcopy(location)
215 new_location.url = new_location.url.split("+", 1)[-1]
216 can_hash = new_location.hash
219 …hash_value = self._get_file_hash(new_location.url) if not new_location.url.startswith("ssh") else …
221 hash_value = self._get_file_hash(new_location)
224 self.set(new_location.url, hash_value)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/models/
H A Dcache.py213 new_location = copy.deepcopy(location)
215 new_location.url = new_location.url.split("+", 1)[-1]
216 can_hash = new_location.hash
219 …hash_value = self._get_file_hash(new_location.url) if not new_location.url.startswith("ssh") else …
221 hash_value = self._get_file_hash(new_location)
224 self.set(new_location.url, hash_value)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/xhr/resources/
H A Dinfinite-redirects.py20 new_location = u"%s?page=%s&type=%s&mix=%s" % (location, page, type, mix)
23 (b"Location", isomorphic_encode(new_location))]
24 return 301, headers, u"Hello guest. You have been redirected to " + new_location

12345678910>>...39