Home
last modified time | relevance | path

Searched refs:set_max_length (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/generation/
H A Dpassword_generator_unittest.cc124 spec_.set_max_length(kDefaultPasswordLength - 5u); in TEST_F()
128 spec_.set_max_length(kDefaultPasswordLength + 5); in TEST_F()
145 spec_.set_max_length(kDefaultPasswordLength - 5u); in TEST_F()
185 spec_.set_max_length(15); in TEST_F()
223 spec_.set_max_length(15); in TEST_F()
291 spec_.set_max_length(kDefaultPasswordLength + 2); in TEST_F()
303 spec_.set_max_length(0); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/generation/
H A Dpassword_generator_unittest.cc124 spec_.set_max_length(kDefaultPasswordLength - 5u); in TEST_F()
128 spec_.set_max_length(kDefaultPasswordLength + 5); in TEST_F()
145 spec_.set_max_length(kDefaultPasswordLength - 5u); in TEST_F()
185 spec_.set_max_length(15); in TEST_F()
223 spec_.set_max_length(15); in TEST_F()
291 spec_.set_max_length(kDefaultPasswordLength + 2); in TEST_F()
303 spec_.set_max_length(0); in TEST_F()
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/
H A Dhistory.py124 self.set_max_length(DEFAULT_MAXLENGTH)
224 return self.set_max_length(n)
246 def set_max_length(self, n): member in History
446 def set_max_length(self, n): member in ReadlineHistory
482 def set_max_length(self, n): member in PyReadlineHistory
516 def set_max_length(self, n): member in DummyHistory
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_requirements_service_unittest.cc71 spec_l7_p0.set_max_length(7u); in TEST_F()
73 spec_l8_p10.set_max_length(8u); in TEST_F()
76 spec_l9_p20.set_max_length(9u); in TEST_F()
79 spec_l10_p30.set_max_length(10u); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_requirements_service_unittest.cc71 spec_l7_p0.set_max_length(7u); in TEST_F()
73 spec_l8_p10.set_max_length(8u); in TEST_F()
76 spec_l9_p20.set_max_length(9u); in TEST_F()
79 spec_l10_p30.set_max_length(10u); in TEST_F()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dpasswdomdlg.cxx93 m_xPasswdToOpenED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
94 m_xReenterPasswdToOpenED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
95 m_xPasswdToModifyED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
96 m_xReenterPasswdToModifyED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dpasswdomdlg.cxx115 m_xPasswdToOpenED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
118 m_xReenterPasswdToOpenED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
121 m_xPasswdToModifyED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
124 m_xReenterPasswdToModifyED->set_max_length( nMaxPasswdLen ); in PasswordToOpenModifyDialog()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Diptcpanel.cc443 captionWriter->set_max_length (32); in IPTCPanel()
444 instructions->set_max_length (256); in IPTCPanel()
445 creator->set_max_length (32); in IPTCPanel()
447 credit->set_max_length (32); in IPTCPanel()
448 source->set_max_length (32); in IPTCPanel()
449 copyright->set_max_length (128); in IPTCPanel()
450 city->set_max_length (32); in IPTCPanel()
451 province->set_max_length (32); in IPTCPanel()
452 country->set_max_length (64); in IPTCPanel()
453 title->set_max_length (64); in IPTCPanel()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Diptcpanel.cc397 captionWriter->set_max_length (32); in IPTCPanel()
398 instructions->set_max_length (256); in IPTCPanel()
399 creator->set_max_length (32); in IPTCPanel()
401 credit->set_max_length (32); in IPTCPanel()
402 source->set_max_length (32); in IPTCPanel()
403 copyright->set_max_length (128); in IPTCPanel()
404 city->set_max_length (32); in IPTCPanel()
405 province->set_max_length (32); in IPTCPanel()
406 country->set_max_length (64); in IPTCPanel()
407 title->set_max_length (64); in IPTCPanel()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dthread_cache.cc138 list->set_max_length(list->max_length() + 1); in FetchFromCentralCache()
150 list->set_max_length(new_length); in FetchFromCentralCache()
166 list->set_max_length(list->max_length() + 1); in ListTooLong()
173 list->set_max_length(list->max_length() - batch_size); in ListTooLong()
224 list->set_max_length( in Scavenge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A DSqlNameEdit.hxx104 void set_max_length(int nLen) { m_xEntry->set_max_length(nLen); } in set_max_length() function in dbaui::OSQLNameEntry
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A DSqlNameEdit.hxx111 void set_max_length(int nLen) { m_xEntry->set_max_length(nLen); } in set_max_length() function in dbaui::OSQLNameEntry
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dthread_cache.cc143 list->set_max_length(list->max_length() + 1); in FetchFromCentralCache()
155 list->set_max_length(new_length); in FetchFromCentralCache()
173 list->set_max_length(list->max_length() + 1); in ListTooLong()
180 list->set_max_length(list->max_length() - batch_size); in ListTooLong()
235 list->set_max_length( in Scavenge()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc143 list->set_max_length(list->max_length() + 1); in FetchFromCentralCache()
155 list->set_max_length(new_length); in FetchFromCentralCache()
173 list->set_max_length(list->max_length() + 1); in ListTooLong()
180 list->set_max_length(list->max_length() - batch_size); in ListTooLong()
235 list->set_max_length( in Scavenge()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc148 list->set_max_length(list->max_length() + 1); in FetchFromCentralCache()
160 list->set_max_length(new_length); in FetchFromCentralCache()
178 list->set_max_length(list->max_length() + 1); in ListTooLong()
185 list->set_max_length(list->max_length() - batch_size); in ListTooLong()
240 list->set_max_length( in Scavenge()
/dports/biology/avida/avida-2.12.4-src/libs/tcmalloc-1.4/src/
H A Dthread_cache.cc173 list->set_max_length(list->max_length() + 1); in FetchFromCentralCache()
183 list->set_max_length(new_length); in FetchFromCentralCache()
199 list->set_max_length(list->max_length() + 1); in ListTooLong()
206 list->set_max_length(list->max_length() - batch_size); in ListTooLong()
259 list->set_max_length( in Scavenge()
/dports/x11/xpra/xpra-4.3/tests/xpra/test_apps/
H A Dtest_window_resize.py23 w_e.set_max_length(64)
27 h_e.set_max_length(64)
H A Dtest_form_input.py19 entry.set_max_length(100)
H A Dtest_window_title_fixed.py13 entry.set_max_length(50)
H A Dtest_window_content_type.py22 entry.set_max_length(50)
/dports/x11-fm/fsv2/fsv2-1.1.0/src/
H A Doptions_dlg.cxx121 ent_old_date.set_max_length(10); in OptionsDialog()
125 ent_old_time.set_max_length(8); in OptionsDialog()
133 ent_new_date.set_max_length(10); in OptionsDialog()
137 ent_new_time.set_max_length(8); in OptionsDialog()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/serialization/
H A Dbinary_filter.hpp23 virtual void set_max_length(std::size_t size) = 0;
/dports/graphics/gimmage/gimmage-0.2.3/src/
H A DSaveDialog.cpp42 FileEntry.set_max_length(1023); in CSaveDialog()
/dports/devel/hpx/hpx-1.2.1/hpx/plugins/binary_filter/
H A Dsnappy_serialization_filter.hpp39 void set_max_length(std::size_t size);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkEntryBuffer.t42 $buffer->set_max_length(23);

12345678910>>...14