Home
last modified time | relevance | path

Searched refs:old_location (Results 1 – 25 of 161) sorted by last modified time

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpaint_layer.cc342 auto old_location = location_without_position_offset_; in UpdateLayerPositionRecursive() local
346 if (location_without_position_offset_ != old_location) { in UpdateLayerPositionRecursive()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dpaint_layer.cc330 auto old_location = location_without_position_offset_; in UpdateLayerPositionRecursive() local
334 if (location_without_position_offset_ != old_location) { in UpdateLayerPositionRecursive()
/dports/www/mod_auth_tkt/mod_auth_tkt-2.1.0/src/
H A Dmod_auth_tkt.c1248 char *old_location = apr_pstrdup(r->pool, location); in redirect() local
1252 "TKT relative URL '%s' expanded to '%s'", old_location, location); in redirect()
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/
H A Dtest_bdist_rpm.py34 self.old_location = os.getcwd()
38 os.chdir(self.old_location)
H A Dtest_bdist_dumb.py36 self.old_location = os.getcwd()
40 os.chdir(self.old_location)
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_bdist_dumb.py36 self.old_location = os.getcwd()
40 os.chdir(self.old_location)
H A Dtest_bdist_rpm.py34 self.old_location = os.getcwd()
38 os.chdir(self.old_location)
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_bdist_rpm.py34 self.old_location = os.getcwd()
38 os.chdir(self.old_location)
H A Dtest_bdist_dumb.py36 self.old_location = os.getcwd()
40 os.chdir(self.old_location)
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_bdist_dumb.py36 self.old_location = os.getcwd()
40 os.chdir(self.old_location)
H A Dtest_bdist_rpm.py34 self.old_location = os.getcwd()
38 os.chdir(self.old_location)
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/
H A Dtest_bdist_dumb.py36 self.old_location = os.getcwd()
40 os.chdir(self.old_location)
H A Dtest_bdist_rpm.py34 self.old_location = os.getcwd()
38 os.chdir(self.old_location)
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/_drivers/
H A Dvmware_datastore.py799 def _new_location(self, old_location, url): argument
800 store_name = old_location.store_name
801 store_class = old_location.store_location.__class__
802 image_id = old_location.image_id
803 store_specs = old_location.store_specs
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dchoose_library_ui.py23 self.old_location = QtWidgets.QLabel(Dialog)
24 self.old_location.setWordWrap(True)
25 self.old_location.setObjectName("old_location")
26 self.gridLayout.addWidget(self.old_location, 0, 0, 1, 4)
78 self.old_location.setText(_("Your calibre library is currently located at {0}"))
H A Dchoose_library.py57 loc = str(self.old_location.text()).format(lp)
58 self.old_location.setText(loc)
/dports/sysutils/py-salt/salt-3004.1/pkg/windows/installer/
H A DSalt-Minion-Setup.nsi1476 IfFileExists "C:\salt\conf\minion" old_location confNotFound
1478 old_location:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/database/load_balancing/
H A Dsidekiq_client_middleware_spec.rb146 let(:wal_locations) { { Gitlab::Database::MAIN_DATABASE_NAME.to_sym => old_location } }
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/wrappers/
H A Dbase_response.py597 old_location = location
608 if location != old_location:
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.cpp34505 auto &old_location = old_file_view.local_location(); in update_message_content() local
34507 … FullLocalFileLocation(new_file_type, old_location.path_, old_location.mtime_nsec_), dialog_id, in update_message_content()
H A DDialogEventLog.cpp232 auto old_location = DialogLocation(std::move(action->prev_value_)); in get_chat_event_action_object() local
234 …return td_api::make_object<td_api::chatEventLocationChanged>(old_location.get_chat_location_object… in get_chat_event_action_object()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl2612 //@description The supergroup location was changed @old_location Previous location; may be null @ne…
2613 chatEventLocationChanged old_location:chatLocation new_location:chatLocation = ChatEventAction;
/dports/cad/yosys/yosys-yosys-0.12/frontends/verilog/
H A Dverilog_lexer.l61 YYLTYPE old_location; variable
81 old_location = real_location; \
96 (*yylloc) = old_location; \
333 <STRING>\\. { yymore(); real_location = old_location; }
373 <STRING>. { yymore(); real_location = old_location; }
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc3763 FixedArray old_location = *lit; in TEST() local
3780 CHECK(lo->get(i) == old_location); in TEST()
3791 CHECK(lo->get(i) != old_location); in TEST()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktreestore.c3003 int old_location; in gtk_tree_store_sort_iter_changed() local
3035 old_location = 0; in gtk_tree_store_sort_iter_changed()
3042 old_location++; in gtk_tree_store_sort_iter_changed()
3146 if (old_location < new_location) in gtk_tree_store_sort_iter_changed()
3149 if (i < old_location || in gtk_tree_store_sort_iter_changed()
3152 else if (i >= old_location && in gtk_tree_store_sort_iter_changed()
3156 new_order[i] = old_location; in gtk_tree_store_sort_iter_changed()
3162 i > old_location) in gtk_tree_store_sort_iter_changed()
3165 i <= old_location) in gtk_tree_store_sort_iter_changed()
3168 new_order[i] = old_location; in gtk_tree_store_sort_iter_changed()

1234567