Home
last modified time | relevance | path

Searched refs:currentFieldName (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/browser/extensions/formautofill/
H A DProfileAutoCompleteResult.jsm254 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
258 let matching = GROUP_FIELDS[currentFieldName]
262 : allFieldNames.includes(currentFieldName);
266 currentFieldName == "street-address" &&
271 return profile[currentFieldName];
357 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
361 let matching = GROUP_FIELDS[currentFieldName]
365 : allFieldNames.includes(currentFieldName);
368 if (currentFieldName == "cc-number") {
370 profile[currentFieldName]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/formautofill/
H A DProfileAutoCompleteResult.jsm238 for (const currentFieldName of secondaryLabelOrder) {
239 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
243 let matching = GROUP_FIELDS[currentFieldName] ?
245 allFieldNames.includes(currentFieldName);
248 if (currentFieldName == "street-address" &&
252 return profile[currentFieldName];
332 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
336 let matching = GROUP_FIELDS[currentFieldName] ?
338 allFieldNames.includes(currentFieldName);
341 if (currentFieldName == "cc-number") {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/formautofill/
H A DProfileAutoCompleteResult.jsm254 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
258 let matching = GROUP_FIELDS[currentFieldName]
262 : allFieldNames.includes(currentFieldName);
266 currentFieldName == "street-address" &&
271 return profile[currentFieldName];
362 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
366 let matching = GROUP_FIELDS[currentFieldName]
370 : allFieldNames.includes(currentFieldName);
373 if (currentFieldName == "cc-number") {
375 profile[currentFieldName]
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/formautofill/
H A DProfileAutoCompleteResult.jsm261 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
265 let matching = GROUP_FIELDS[currentFieldName]
269 : allFieldNames.includes(currentFieldName);
273 currentFieldName == "street-address" &&
278 return profile[currentFieldName];
369 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
373 let matching = GROUP_FIELDS[currentFieldName]
377 : allFieldNames.includes(currentFieldName);
380 if (currentFieldName == "cc-number") {
382 profile[currentFieldName]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/formautofill/
H A DProfileAutoCompleteResult.jsm254 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
258 let matching = GROUP_FIELDS[currentFieldName]
262 : allFieldNames.includes(currentFieldName);
266 currentFieldName == "street-address" &&
271 return profile[currentFieldName];
362 if (focusedFieldName == currentFieldName || !profile[currentFieldName]) {
366 let matching = GROUP_FIELDS[currentFieldName]
370 : allFieldNames.includes(currentFieldName);
373 if (currentFieldName == "cc-number") {
375 profile[currentFieldName]
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DEvaluateDisplayConditions.php536 $currentFieldName = $flexContext['currentFieldName'];
541 ['el'][$currentFieldName]
558 ['lDEF'][$currentFieldName]
562 ['lDEF'][$currentFieldName]
570 ['lDEF'][$currentFieldName]
575 ['lDEF'][$currentFieldName]
590 ['lDEF'][$currentFieldName]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DEvaluateDisplayConditions.php541 $currentFieldName = $flexContext['currentFieldName'];
546 ['el'][$currentFieldName]
563 ['lDEF'][$currentFieldName]
567 ['lDEF'][$currentFieldName]
575 ['lDEF'][$currentFieldName]
580 ['lDEF'][$currentFieldName]
595 ['lDEF'][$currentFieldName]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DEvaluateDisplayConditions.php541 $currentFieldName = $flexContext['currentFieldName'];
546 ['el'][$currentFieldName]
563 ['lDEF'][$currentFieldName]
567 ['lDEF'][$currentFieldName]
575 ['lDEF'][$currentFieldName]
580 ['lDEF'][$currentFieldName]
595 ['lDEF'][$currentFieldName]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlrecord.cpp247 const auto &currentFieldName = currentField.name(); in indexOf() local
248 if (currentFieldName.compare(name, Qt::CaseInsensitive) == 0 in indexOf()
249 || (idx != -1 && currentFieldName.compare(fieldName, Qt::CaseInsensitive) == 0 in indexOf()

12