Home
last modified time | relevance | path

Searched refs:replace_it (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/traced/probes/filesystem/
H A Dinode_file_data_source.cc376 auto replace_it = mount_point_mapping_.find(it->second); in AddRootsForBlockDevice() local
377 if (replace_it != mount_point_mapping_.end()) { in AddRootsForBlockDevice()
378 roots->insert(roots->end(), replace_it->second.cbegin(), in AddRootsForBlockDevice()
379 replace_it->second.cend()); in AddRootsForBlockDevice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/filesystem/
H A Dinode_file_data_source.cc376 auto replace_it = mount_point_mapping_.find(it->second); in AddRootsForBlockDevice() local
377 if (replace_it != mount_point_mapping_.end()) { in AddRootsForBlockDevice()
378 roots->insert(roots->end(), replace_it->second.cbegin(), in AddRootsForBlockDevice()
379 replace_it->second.cend()); in AddRootsForBlockDevice()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/optimizations/
H A DValueTraces.py370 self.replace_it = None
400 self.replace_it = replacement
403 if self.replace_it is not None:
404 return self.replace_it(usage)
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DReplaceDialog.py48 self.make_button("Replace", self.replace_it)
55 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DReplaceDialog.py48 self.make_button("Replace", self.replace_it)
55 def replace_it(self, event=None): member in ReplaceDialog
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Dreplace.py89 self.make_button("Replace", self.replace_it)
97 def replace_it(self, event=None): member in ReplaceDialog
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Dreplace.py89 self.make_button("Replace", self.replace_it)
97 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dreplace.py89 self.make_button("Replace", self.replace_it)
97 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dreplace.py89 self.make_button("Replace", self.replace_it)
97 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Dreplace.py89 self.make_button("Replace", self.replace_it)
97 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Dreplace.py89 self.make_button("Replace", self.replace_it)
97 def replace_it(self, event=None): member in ReplaceDialog
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Dreplace.py89 self.make_button("Replace", self.replace_it)
97 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dreplace.py91 self.make_button("Replace", self.replace_it)
99 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dreplace.py91 self.make_button("Replace", self.replace_it)
99 def replace_it(self, event=None): member in ReplaceDialog
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_dev/src/
H A Dupdate_lints.rs452 let replace_it = replacements(); in replace_region_in_text() localVariable
463 new_lines.extend(replace_it.clone()); in replace_region_in_text()
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dmx.cpp1590 vector<pair<casadi_int, casadi_int> >::const_iterator replace_it=replace.begin(); in shared() local
1632 if (ind>=0 && replace_it->first==k && replace_it->second==c) { in shared()
1645 replace_it++; in shared()

12