/dports/devel/py-traits/traits-6.3.2/traits/ |
H A D | editor_factories.py | 23 def password_editor(auto_set=True, enter_set=False): argument 28 password=True, auto_set=auto_set, enter_set=enter_set 32 def multi_line_text_editor(auto_set=True, enter_set=False): argument 37 multi_line=True, auto_set=auto_set, enter_set=enter_set 41 def bytes_editor(auto_set=True, enter_set=False, encoding=None): argument 58 enter_set=enter_set,
|
H A D | trait_numeric.py | 213 enter_set = self.enter_set or False 218 editor = ArrayEditor(auto_set=auto_set, enter_set=enter_set) 231 enter_set=enter_set,
|
H A D | trait_types.py | 151 enter_set = trait.enter_set or False 156 return TextEditor(auto_set=auto_set, enter_set=enter_set) 158 return TextEditor(auto_set=auto_set, enter_set=enter_set, evaluate=type) 446 enter_set = self.enter_set or False 448 return multi_line_text_editor(auto_set, enter_set) 508 enter_set = self.enter_set or False 510 return bytes_editor(auto_set, enter_set, self.encoding) 2058 enter_set=self.enter_set or False, 2522 enter_set = self.enter_set or False 2529 enter_set=enter_set,
|
H A D | trait_handlers.py | 171 enter_set=trait.enter_set or False,
|
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/editors/ |
H A D | tuple_editor.py | 80 enter_set = Bool(False) variable in ToolkitEditorFactory 170 auto_set = enter_set = None 173 enter_set = type.enter_set 176 if enter_set is None: 177 enter_set = editor.factory.enter_set 194 enter_set=enter_set,
|
H A D | array_editor.py | 60 enter_set = Bool(False) variable in ToolkitEditorFactory 123 enter_set=self.editor.factory.enter_set, 161 enter_set=self.editor.factory.enter_set,
|
H A D | search_editor.py | 43 enter_set = Bool(False) variable in SearchEditor
|
H A D | file_editor.py | 69 enter_set = True variable in ToolkitEditorFactory
|
H A D | text_editor.py | 79 enter_set = Bool(False) variable in ToolkitEditorFactory
|
H A D | range_editor.py | 68 enter_set = Bool(False) variable in ToolkitEditorFactory
|
H A D | csv_list_editor.py | 250 enter_set = Bool(False) variable in CSVListEditor
|
/dports/devel/py-traits/traits-6.3.2/traits/tests/ |
H A D | test_editor_factories.py | 117 self.assertFalse(editor.enter_set) 128 editor = bytes_editor(auto_set=False, enter_set=True, encoding='ascii') 132 self.assertTrue(editor.enter_set) 152 self.assertFalse(editor.enter_set) 155 editor = multi_line_text_editor(auto_set=False, enter_set=True) 160 self.assertTrue(editor.enter_set) 172 self.assertFalse(editor.enter_set) 175 editor = password_editor(auto_set=False, enter_set=True) 180 self.assertTrue(editor.enter_set)
|
/dports/math/calcoo/calcoo-1.3.18/src/ |
H A D | b_settings.c | 34 enter_set, enter_last, variable 82 if (enter_set != enter_last) { in apply_new_settings() 83 set_enter_mode(enter_set); in apply_new_settings() 84 enter_last = enter_set; in apply_new_settings() 146 enter_set = ENTER_MODE_TRADITIONAL; in toggled_enter_mode() 148 enter_set = ENTER_MODE_HP28; in toggled_enter_mode() 316 &get_enter_mode, &enter_last, &enter_set); in call_settings()
|
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/ |
H A D | search_editor.py | 32 if self.factory.enter_set: 43 if self.factory.enter_set: 54 if self.factory.enter_set:
|
H A D | text_editor.py | 79 if factory.enter_set and (not multi_line):
|
H A D | range_editor.py | 200 self.factory.enter_set 514 self.factory.enter_set 830 if self.factory.enter_set:
|
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/examples/demo/Extras/windows/ |
H A D | internet_explorer.py | 71 editor=TextEditor(auto_set=False, enter_set=True)
|
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/demo/Extras/windows/ |
H A D | internet_explorer.py | 71 editor=TextEditor(auto_set=False, enter_set=True)
|
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/tutorials/traitsui_4.0/editors/ |
H A D | ie_html.py | 144 editor=TextEditor(auto_set=False, enter_set=True)
|
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/ |
H A D | search_editor.py | 86 if self.factory.enter_set:
|
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/demo/Standard_Editors/ |
H A D | CSVListEditor_demo.py | 64 editor=CSVListEditor(enter_set=True, auto_set=False),
|
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/examples/demo/Standard_Editors/ |
H A D | CSVListEditor_demo.py | 64 editor=CSVListEditor(enter_set=True, auto_set=False),
|
/dports/devel/binutils/binutils-2.37/gold/ |
H A D | dwp.cc | 537 enter_set(unsigned int slot, const Unit_set* set); 1699 this->cu_index_.enter_set(slot, cu_set); in add_cu_set() 1724 this->tu_index_.enter_set(slot, tu_set); in add_tu_set() 1759 Dwp_output_file::Dwp_index::enter_set(unsigned int slot, in enter_set() function in gold::Dwp_output_file::Dwp_index
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/ |
H A D | dwp.cc | 537 enter_set(unsigned int slot, const Unit_set* set); 1699 this->cu_index_.enter_set(slot, cu_set); in add_cu_set() 1724 this->tu_index_.enter_set(slot, tu_set); in add_tu_set() 1759 Dwp_output_file::Dwp_index::enter_set(unsigned int slot, in enter_set() function in gold::Dwp_output_file::Dwp_index
|
/dports/devel/arm-elf-binutils/binutils-2.37/gold/ |
H A D | dwp.cc | 537 enter_set(unsigned int slot, const Unit_set* set); 1699 this->cu_index_.enter_set(slot, cu_set); in add_cu_set() 1724 this->tu_index_.enter_set(slot, tu_set); in add_tu_set() 1759 Dwp_output_file::Dwp_index::enter_set(unsigned int slot, in enter_set() function in gold::Dwp_output_file::Dwp_index
|