Home
last modified time | relevance | path

Searched refs:newLocation (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DFileSystemUtils.cpp194 char newLocation[MAX_PATH]; in PLATFORM_migrateSaveData() local
234 strcpy(newLocation, output); \ in PLATFORM_migrateSaveData()
236 strcat(newLocation, name); \ in PLATFORM_migrateSaveData()
247 strcpy(newLocation, output); in PLATFORM_migrateSaveData()
248 strcat(newLocation, "saves/"); in PLATFORM_migrateSaveData()
249 strcat(newLocation, de->d_name); in PLATFORM_migrateSaveData()
256 strcpy(newLocation, output); in PLATFORM_migrateSaveData()
257 strcat(newLocation, "levels/"); in PLATFORM_migrateSaveData()
283 strcat(newLocation, name); \ in PLATFORM_migrateSaveData()
343 strcpy(newLocation, output); in PLATFORM_migrateSaveData()
[all …]
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/mrtg-archiver-script/
H A Dmrtgnav8 my ($rq, $rf, $prevDir, $nextDir, $newLocation);
49 $newLocation = "http://$host$basedir/$prevDir/$file";
51 $newLocation = "http://$host$basedir/$subdir/$file";
55 $newLocation = "http://$host$basedir/$nextDir/$file";
57 $newLocation = "http://$host$basedir/$subdir/$file";
61 $newLocation = "http://$host$basedir/index.html";
63 $newLocation = "http://$host$basedir/$subdir/index.html";
66 $newLocation = $ENV{"HTTP_REFERER"};
69 print "Location:$newLocation\n\n";
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaViewportUI.java138 Point newLocation = view.getLocation(); in stateChanged() local
139 if (! previousLocation.equals(newLocation)) { in stateChanged()
141 if (newLocation.x > previousLocation.x) { in stateChanged()
142 …viewport.repaint(0, view.getHeight(), newLocation.x - previousLocation.x, viewport.getHeight() - v… in stateChanged()
144 if (newLocation.x < previousLocation.x) { in stateChanged()
145 …rt.repaint(viewport.getWidth() + newLocation.x - previousLocation.x, view.getHeight(), previousLoc… in stateChanged()
149 if (newLocation.y > previousLocation.y) { in stateChanged()
152 if (newLocation.y < previousLocation.y) { in stateChanged()
155 … Math.min(view.getHeight(),viewport.getHeight()) - previousLocation.y + newLocation.y, in stateChanged()
157 previousLocation.y - newLocation.y in stateChanged()
[all …]
/dports/www/firefox/firefox-99.0/browser/extensions/search-detection/tests/browser/
H A Dredirect.sjs7 let newLocation;
12 newLocation = `https://test2.example.com/${REDIRECT_SJS}`;
15 newLocation = `https://www.example.com/${REDIRECT_SJS}`;
18 newLocation = "https://example.net/";
23 newLocation = `https://www.example.com/${REDIRECT_SJS}`;
27 newLocation = "https://mozilla.org/";
31 response.setHeader("Location", newLocation);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DLocationChangedEventArgs.cs13 Point newLocation; field in System.Activities.Core.Presentation.LocationChangedEventArgs
15 public LocationChangedEventArgs(Point newLocation) in LocationChangedEventArgs() argument
17 this.newLocation = newLocation; in LocationChangedEventArgs()
24 return this.newLocation;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dmodelnodepositionrecalculator.cpp55 int newLocation = nodeLocation; in moved() local
59 newLocation = nodeLocation + prefixLength - moveInfo.leadingCharsToRemove; in moved()
61newLocation = to - length + nodeLocation - from + prefixLength - moveInfo.leadingCharsToRemove - m… in moved()
63 newLocation = to + nodeLocation - from + prefixLength; in moved()
65newLocation = nodeLocation - length - moveInfo.leadingCharsToRemove - moveInfo.trailingCharsToRemo… in moved()
67 newLocation = nodeLocation + length + prefixLength + suffixLength; in moved()
69newLocation = nodeLocation + prefixLength + suffixLength - moveInfo.leadingCharsToRemove - moveInf… in moved()
71 m_positionStore->setNodeOffset(node, newLocation); in moved()
/dports/devel/upp/upp/bazaar/Controls4U_Demo/
H A Dmain_win.cpp90 String newLocation = iexplorer.GetLocation(); in UpdateInfo() local
91 if (newLocation != "") in UpdateInfo()
92 if (location != newLocation) { in UpdateInfo()
93 url <<= newLocation; in UpdateInfo()
94 location = newLocation; in UpdateInfo()
179 String newLocation = iexplorer.GetLocation(); in UpdateInfo() local
180 if (newLocation != "") in UpdateInfo()
181 if (location != newLocation) { in UpdateInfo()
182 url <<= newLocation; in UpdateInfo()
183 location = newLocation; in UpdateInfo()
/dports/www/matomo/piwik/plugins/Overlay/templates/
H A Dindex_noframe.twig9 …var newLocation = 'index.php?module=Overlay&action=startOverlaySession&idSite={{ idSite }}&period=…
12 newLocation += '&force_api_session=1';
14 newLocation += '&token_auth=' + piwik.token_auth;
21 newLocation += '#' + url;
23 window.location.href = newLocation;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/
H A DCustomizablePanAction.java133 private boolean pan (Widget widget, Point newLocation) { in pan() argument
136 newLocation = scene.convertSceneToView (widget.convertLocalToScene (newLocation)); in pan()
137 SwingUtilities.convertPointToScreen (newLocation, scene.getView ()); in pan()
140 rectangle.x += lastLocation.x - newLocation.x; in pan()
141 rectangle.y += lastLocation.y - newLocation.y; in pan()
143 lastLocation = newLocation; in pan()
/dports/audio/traverso/traverso-0.49.6/src/commands/
H A DWorkCursorMove.cpp85 TimeRef newLocation(x * m_sv->timeref_scalefactor); in jog() local
89 newLocation = slist->get_snap_value(newLocation); in jog()
92 m_sheet->set_work_at(newLocation); in jog()
95 …cpointer().get_viewport()->set_holdcursor_text(timeref_to_text(newLocation, m_sv->timeref_scalefac… in jog()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/grassprovider/ext/
H A Dr_proj.py35 newLocation = 'newProj{}'.format(alg.uniqueSuffix)
37 wkt_file_name, newLocation))
41 newLocation))
73 grassName, newLocation))
77 grassName, newLocation))
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/grass7/ext/
H A Dr_proj.py35 newLocation = 'newProj{}'.format(alg.uniqueSuffix)
37 wkt_file_name, newLocation))
41 newLocation))
73 grassName, newLocation))
77 grassName, newLocation))
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/
H A Dmoving.d29 void __move_post_blt(S)(ref S newLocation, ref S oldLocation) nothrow
37 __move_post_blt(newLocation.tupleof[i], oldLocation.tupleof[i]);
48 newLocation.opPostMove(oldLocation);
52 void __move_post_blt(S)(ref S newLocation, ref S oldLocation) nothrow
56 static if (S.length && hasElaborateMove!(typeof(newLocation[0])))
59 __move_post_blt(newLocation[i], oldLocation[i]);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedPanAction.java96 private boolean pan(Widget widget, Point newLocation) { in pan() argument
100 newLocation = scene.convertSceneToView(widget.convertLocalToScene(newLocation)); in pan()
101 SwingUtilities.convertPointToScreen(newLocation, scrollPane.getViewport().getView()); in pan()
106 int xOffset = lastLocation.x - newLocation.x; in pan()
107 int yOffset = lastLocation.y - newLocation.y; in pan()
128 lastLocation = newLocation; in pan()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedPanAction.java96 private boolean pan(Widget widget, Point newLocation) { in pan() argument
100 newLocation = scene.convertSceneToView(widget.convertLocalToScene(newLocation)); in pan()
101 SwingUtilities.convertPointToScreen(newLocation, scrollPane.getViewport().getView()); in pan()
106 int xOffset = lastLocation.x - newLocation.x; in pan()
107 int yOffset = lastLocation.y - newLocation.y; in pan()
128 lastLocation = newLocation; in pan()
/dports/games/scummvm/scummvm-2.5.1/engines/buried/
H A Dscene_view.cpp102 Location newLocation; in startNewGame() local
107 newLocation.node = 0; in startNewGame()
108 newLocation.facing = 0; in startNewGame()
110 newLocation.depth = 0; in startNewGame()
114 newLocation.node = 3; in startNewGame()
115 newLocation.facing = 0; in startNewGame()
117 newLocation.depth = 0; in startNewGame()
151 Location newLocation; in startNewGameIntro() local
154 newLocation.node = 0; in startNewGameIntro()
155 newLocation.facing = 0; in startNewGameIntro()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/security/test/csp/
H A Dfile_upgrade_insecure_cors_server.sjs19 var newLocation =
22 response.setHeader("Location", newLocation, false);
32 var newLocation =
35 response.setHeader("Location", newLocation, false);
49 var newLocation =
52 response.setHeader("Location", newLocation, false);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/security/test/csp/
H A Dfile_upgrade_insecure_cors_server.sjs19 var newLocation =
22 response.setHeader("Location", newLocation, false);
32 var newLocation =
35 response.setHeader("Location", newLocation, false);
49 var newLocation =
52 response.setHeader("Location", newLocation, false);

12345678910>>...26