Home
last modified time | relevance | path

Searched refs:autoFill (Results 1 – 25 of 76) sorted by relevance

1234

/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dsettings.cpp147 void Settings::setAutoFillTransfers(bool autoFill) in setAutoFillTransfers() argument
149 if (m_autoFillTransfers == autoFill) { in setAutoFillTransfers()
153 m_autoFillTransfers = autoFill; in setAutoFillTransfers()
156 s.setValue(QLatin1String("AutoFillTransfers"), autoFill); in setAutoFillTransfers()
158 Q_EMIT autoFillTransfersChanged(autoFill); in setAutoFillTransfers()
H A Dsettings.h47 void setAutoFillTransfers(bool autoFill);
61 void autoFillTransfersChanged(bool autoFill);
/dports/www/falkon/falkon-3.2.0/src/lib/webengine/javascript/
H A Dexternaljsobject.h34 Q_PROPERTY(QObject* autoFill READ autoFill CONSTANT)
49 QObject *autoFill() const;
H A Dautofilljsobject.cpp38 mApp->autoFill()->saveForm(m_jsObject->page(), QUrl(frameUrl), formData); in formSubmitted()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/worksheet/
H A Dcontrols.py28 autoFill = Bool(allow_none=True) variable in ControlProperty
48 autoFill=True, argument
65 self.autoFill = autoFill
H A Dole.py53 autoFill = Bool(allow_none=True) variable in ObjectPr
69 autoFill=True, argument
82 self.autoFill = autoFill
/dports/www/falkon/falkon-3.2.0/src/lib/autofill/
H A Dautofillnotification.cpp71 mApp->autoFill()->updateEntry(m_updateData); in update()
77 mApp->autoFill()->blockStoringforUrl(m_url); in never()
83 mApp->autoFill()->addEntry(m_url, m_formData); in remember()
H A Dautofillwidget.cpp53 const auto entries = mApp->autoFill()->getFormData(m_view->url()); in setUsernames()
68 mApp->autoFill()->updateLastUsed(entry); in setUsernames()
/dports/www/falkon/falkon-3.2.0/src/plugins/KDEFrameworksIntegration/
H A Dkdeframeworksintegrationplugin.cpp51 mApp->autoFill()->passwordManager()->registerBackend(QSL("KWallet"), m_backend); in init()
55 mApp->autoFill()->passwordManager()->switchBackend(QSL("KWallet")); in init()
83 mApp->autoFill()->passwordManager()->unregisterBackend(m_backend); in unload()
/dports/www/falkon/falkon-3.2.0/src/lib/preferences/
H A Dautofillmanager.cpp39 , m_passwordManager(mApp->autoFill()->passwordManager()) in AutoFillManager()
85 const QVector<PasswordEntry> allEntries = mApp->autoFill()->getAllFormData(); in loadPasswords()
225 mApp->autoFill()->removeEntry(entry); in removePass()
238 mApp->autoFill()->removeAllEntries(); in removeAllPass()
259 if (mApp->autoFill()->updateEntry(entry)) { in editPass()
332 bool status = mApp->autoFill()->importPasswords(file.readAll()); in slotImportPasswords()
352 file.write(mApp->autoFill()->exportPasswords()); in slotExportPasswords()
/dports/www/falkon/falkon-3.2.0/src/plugins/GnomeKeyringPasswords/
H A Dgnomekeyringplugin.cpp39 mApp->autoFill()->passwordManager()->registerBackend(QSL("GnomeKeyring"), m_backend); in init()
44 mApp->autoFill()->passwordManager()->unregisterBackend(m_backend); in unload()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/comments/
H A Dcomment_sheet.py35 autoFill = Bool(allow_none=True) variable in Properties
55 autoFill=None, argument
72 self.autoFill = autoFill
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/doc/app-defaults/
H A DXedit20 *messageWindow.autoFill: True
23 *editWindow.autoFill: True
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/proxy/userspace/
H A Dport_allocator.go77 func newPortRangeAllocator(r net.PortRange, autoFill bool) PortAllocator {
86 if autoFill {
/dports/textproc/R-cran-DT/DT/
H A DMD566 99969452059c830d1d3e1d43aca07114 *inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.…
69 3c25639c27a2d9deea8df1cb66fb3b56 *inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.…
72 595127b0943b7fb5e585da216908ffad *inst/htmlwidgets/lib/datatables-extensions/AutoFill/css/autoFill.…
74 b048716f06478dd1828b765b1d2ce23d *inst/htmlwidgets/lib/datatables-extensions/AutoFill/js/autoFill.b…
75 50201458d8cacfba66952ff4feca8d23 *inst/htmlwidgets/lib/datatables-extensions/AutoFill/js/autoFill.b…
76 fb59f2aef4aff29dc4f4cff9d8d9623d *inst/htmlwidgets/lib/datatables-extensions/AutoFill/js/autoFill.b…
77 197adbd593fa1192166403e0a57a08f5 *inst/htmlwidgets/lib/datatables-extensions/AutoFill/js/autoFill.b…
78 f250d774245928e589c9e005dfdeed26 *inst/htmlwidgets/lib/datatables-extensions/AutoFill/js/autoFill.d…
79 12dad4cbd0228f8ea3abf076279098d5 *inst/htmlwidgets/lib/datatables-extensions/AutoFill/js/autoFill.f…
80 b727f6d1a88c2b62abc57dddc93081b6 *inst/htmlwidgets/lib/datatables-extensions/AutoFill/js/autoFill.j…
[all …]
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A Dvalidate.cpp41 void autoFill ( in autoFill() function
227 autoFill (rules, database, interval); in validate()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Sheets/
H A DRequest.php276 public function setAutoFill(Google_Service_Sheets_AutoFillRequest $autoFill) argument
278 $this->autoFill = $autoFill;
285 return $this->autoFill;
/dports/x11/xedit/xedit-1.2.2/
H A Doptions.c76 static Widget autoFill, wrapNever, wrapLine, wrapWord, variable
106 autoFill = XtCreateManagedWidget("autoFill", smeBSBObjectClass, in CreateEditPopup()
108 XtAddCallback(autoFill, XtNcallback, EditCallback, (XtPointer)AUTO_FILL); in CreateEditPopup()
176 XtSetValues(autoFill, &args[0], 1); in SetEditMenu()
178 XtSetValues(autoFill, &args[1], 1); in SetEditMenu()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DTextSelector.h108 virtual boolean autoFill(boolean any_match=FALSE);
109 virtual boolean autoFill(boolean any_match, boolean& unique_match);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/
H A DRequest.php322 public function setAutoFill(Google_Service_Sheets_AutoFillRequest $autoFill) argument
324 $this->autoFill = $autoFill;
331 return $this->autoFill;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtoonzvectorbrushtool.h136 bool autoGroup = false, bool autoFill = false,
143 bool autoGroup = false, bool autoFill = false,
H A Dtoonzvectorbrushtool.cpp340 bool autoFill, bool frameCreated, bool levelCreated, in addStroke() argument
386 autoGroup, autoFill)); in addStroke()
398 autoGroup, autoFill)); in addStroke()
404 if (autoFill) { in addStroke()
447 bool autoFill, bool frameCreated, bool levelCreated, in addStrokeToImage() argument
452 autoFill, frameCreated, levelCreated, sLevel, id); in addStrokeToImage()
1094 breakAngles, autoGroup, autoFill, m_isFrameCreated, in doFrameRangeStrokes()
1100 breakAngles, autoGroup, autoFill, m_isFrameCreated, in doFrameRangeStrokes()
1125 bool autoGroup, bool autoFill, bool drawStroke) { in doGuidedAutoInbetween() argument
1174 autoGroup, autoFill, false, drawStroke, false); in doGuidedAutoInbetween()
[all …]
/dports/games/ksquares/ksquares-21.12.3/src/
H A Daicontroller.h62 QList<int> autoFill(int safeMovesLeft);
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/commands/
H A DCmdFill.cpp67 autoFill (rules, database, to); in CmdFill()
/dports/www/falkon/falkon-3.2.0/src/lib/autofill/passwordbackends/
H A Ddatabaseencryptedpasswordbackend.cpp583 mApp->autoFill()->passwordManager()->switchBackend(QSL("database")); in reject()
613 …PasswordBackend* databaseBackend = mApp->autoFill()->passwordManager()->availableBackends().value(… in clearMasterPasswordAndConvert()
641 mApp->autoFill()->passwordManager()->switchBackend(QSL("database")); in clearMasterPasswordAndConvert()
645 mApp->autoFill()->passwordManager()->switchBackend(QSL("database")); in clearMasterPasswordAndConvert()

1234