Home
last modified time | relevance | path

Searched refs:showYesNo (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dconfig.class.php304 Dropdown::showYesNo("ssl_only", $this->isActive('ssl_only'));
336 Dropdown::showYesNo("extradebug", $this->isActive('extradebug'));
473 Dropdown::showYesNo("import_volume", $pfConfig->getValue('import_volume'));
485 Dropdown::showYesNo("import_software", $pfConfig->getValue('import_software'));
500 Dropdown::showYesNo("import_vm", $pfConfig->getValue('import_vm'));
506 Dropdown::showYesNo("component_memory", $pfConfig->getValue('component_memory'));
515 Dropdown::showYesNo("import_antivirus",
558 Dropdown::showYesNo("component_networkcardvirtual",
601 Dropdown::showYesNo("create_vm", $pfConfig->getValue('create_vm'));
607 Dropdown::showYesNo("component_drive", $pfConfig->getValue('component_drive'));
[all …]
H A Dinventoryrulelocation.class.php200 Dropdown::showYesNo($name, 0, 0);
204 echo Dropdown::showYesNo($name, 1, 0);
208 echo Dropdown::showYesNo($name, 1, 0);
H A Dinventoryruleentity.class.php193 Dropdown::showYesNo($name, 0, 0);
197 echo Dropdown::showYesNo($name, 1, 0);
201 echo Dropdown::showYesNo($name, 1, 0);
H A Dcollect_file.class.php188 Dropdown::showYesNo('is_recursive', 1);
H A Dinventoryruleimport.class.php301 Dropdown::showYesNo($name, 1, 0);
861 Dropdown::showYesNo($name, $value, 0);
866 Dropdown::showYesNo($name, $value);
H A Dagent.class.php275 Dropdown::showYesNo($ma->getAction());
412 Dropdown::showYesNo('lock', $this->fields["lock"]);
H A Dcollect.class.php104 Dropdown::showYesNo('is_active', $this->fields['is_active']);
H A Dtoolbox.class.php476 static function showYesNo($name, $value=0) { function in PluginFusioninventoryToolbox
H A Dunmanaged.class.php378 Dropdown::showYesNo("accepted", $this->fields["accepted"]);
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Init/
H A DPrompt.hs53 promptDefault' recogniseYesNo showYesNo
58 showYesNo True = "y" function
59 showYesNo False = "n" function
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/ajax/
H A Ddropdownjobdefinition.php88 $rand = Dropdown::showYesNo('_itil_'.$_POST["actortype"].'[use_notification]', 1);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dialogs/
H A Ddmessagebox.h128 static int showYesNo(QMessageBox::Icon icon,
H A Ddmessagebox.cpp190 int DMessageBox::showYesNo(QMessageBox::Icon icon, in showYesNo() function in Digikam::DMessageBox
/dports/textproc/hs-lhs2tex/lhs2tex-1.24/
H A DSetup.hs106 … info v $ "Package polytable installation necessary: " ++ showYesNo nec
271 showYesNo :: Bool -> String
272 showYesNo p | p = "yes" function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs712 promptDefault' recogniseYesNo showYesNo
717 showYesNo True = "y" function
718 showYesNo False = "n" function
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/reversegeocoding/
H A Drgwidget.cpp976 const int result = DMessageBox::showYesNo(QMessageBox::Warning, this, in slotRGCanceled()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/metadata/geolocationedit/dialog/
H A Dgeolocationedit.cpp821 const int chosenAction = DMessageBox::showYesNo(QMessageBox::Warning, in closeEvent()