Home
last modified time | relevance | path

Searched refs:strNo (Results 1 – 25 of 53) sorted by relevance

123

/dports/sysutils/plasma5-kinfocenter/kinfocenter-5.23.5/Modules/pci/
H A Dkpci.cpp82 …ed.devProgIface.devProgIface_bits.progIdeMaster ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addDeviceClass()
85 …d.devProgIface.devProgIface_bits.progSecProgInd ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addDeviceClass()
88 ….devProgIface.devProgIface_bits.progSecOperMode ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addDeviceClass()
91 …d.devProgIface.devProgIface_bits.progPriProgInd ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addDeviceClass()
94 ….devProgIface.devProgIface_bits.progPriOperMode ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addDeviceClass()
301 …ble"), (info->cooked.bist.bist_bits.bistCapable ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addBist()
303 …Start"), (info->cooked.bist.bist_bits.bistStart ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addBist()
450 …der.header1.secStatus.secStatus_bits.secStatUdf ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addSecStatus()
652 …eate(topLocalAfter, i18n("Prefetchable"), (pref ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addCardbusResource()
748 … (infoPm.cooked.caps.caps_bits.capsDsi ? i18nc(strCtxt, strYes) : i18nc(strCtxt, strNo))); in addCapsPm()
[all …]
H A Dkpci_private.h30 static const char strNo[] = I18N_NOOP2("state of PCI item", "No"); variable
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A DdefaultFrontendTexts.php73 $strNo = 'No'; variable
H A Dsubscribelib2.php564 $datachange .= $_POST['htmlemail'] ? "$strYes\n" : "$strNo\n";
598 $datachange .= $value ? $strYes : $strNo;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/texts/
H A Dhebrew.inc65 $strNo = 'לא';
H A Djapanese.inc67 $strNo = 'いいえ';
H A Dtchinese.inc66 $strNo = '否';
H A Dpersian.inc67 $strNo = 'خیر';
H A Drussian.inc69 $strNo = 'Нет';
H A Dgreek.inc70 $strNo = 'Όχι';
H A Darabic.inc72 $strNo = 'لا';
H A Dukrainian.inc67 $strNo = 'Ні';
H A Dbulgarian.inc72 $strNo = 'Не';
H A Dlatinamerican.inc62 $strNo = 'No';
H A Dpolish.inc63 $strNo = 'Nie';
H A Dswissgerman.inc63 $strNo = 'Nein';
H A Dindonesian.inc68 $strNo = 'Tidak';
H A Dfinnish.inc69 $strNo = 'Ei';
H A Dromanian.inc63 $strNo = 'Nu';
H A Destonian.inc67 $strNo = 'Ei';
H A Dafrikaans.inc69 $strNo = 'Nee';
H A Dusa.inc68 $strNo = 'No';
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Doutput.cpp352 char strYes[] = "yes", strNo[] = "no"; in setDefaults() local
359 E( setItemStr(S, XSLA_INDENT, strNo, NULL, OUTPUT_PRECEDENCE_WEAKEST) ); in setDefaults()
361 E( setItemStr(S, XSLA_OMIT_XML_DECL, strNo, NULL, OUTPUT_PRECEDENCE_WEAKEST) ); in setDefaults()
372 E( setItemStr(S, XSLA_INDENT, strNo, NULL, OUTPUT_PRECEDENCE_WEAKEST) ); in setDefaults()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx994 static const OUString strNo(DBA_RES(STR_VALUE_NO)); in GetCellData() local
1019 sValue = pFieldDescr->GetIsNullable() == ColumnValue::NULLABLE ? strYes : strNo; in GetCellData()
1032 sValue = pFieldDescr->IsAutoIncrement() ? strYes : strNo; in GetCellData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx998 static const OUString strNo(DBA_RES(STR_VALUE_NO)); in GetCellData() local
1023 sValue = pFieldDescr->GetIsNullable() == ColumnValue::NULLABLE ? strYes : strNo; in GetCellData()
1036 sValue = pFieldDescr->IsAutoIncrement() ? strYes : strNo; in GetCellData()

123