Home
last modified time | relevance | path

Searched defs:selectarray (Results 1 – 9 of 9) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/contact/
H A Dcard.php829 $selectarray = array('0'=>$langs->trans("ContactPublic"), '1'=>$langs->trans("ContactPrivate")); variable
1115 $selectarray = array('0'=>$langs->trans("ContactPublic"), '1'=>$langs->trans("ContactPrivate")); variable
H A Dlist.php856 $selectarray = array('0'=>$langs->trans("ContactPublic"), '1'=>$langs->trans("ContactPrivate")); variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/contact/
H A Dcard.php817 $selectarray = array('0'=>$langs->trans("ContactPublic"), '1'=>$langs->trans("ContactPrivate")); variable
1097 $selectarray = array('0'=>$langs->trans("ContactPublic"), '1'=>$langs->trans("ContactPrivate")); variable
H A Dlist.php722 $selectarray = array('0'=>$langs->trans("ContactPublic"), '1'=>$langs->trans("ContactPrivate")); variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/partnership/
H A Dpartnership_list.php545 …$selectarray = array('-1'=>'', 'withoutsubscription'=>$langs->trans("WithoutSubscription"), 'uptod… variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/adherents/
H A Dlist.php558 …$selectarray = array('-1'=>'', 'withoutsubscription'=>$langs->trans("WithoutSubscription"), 'uptod… variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/adherents/
H A Dlist.php770 …$selectarray = array('-1'=>'', 'withoutsubscription'=>$langs->trans("WithoutSubscription"), 'uptod… variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.form.class.php6926 …public static function selectarray($htmlname, $array, $id = '', $show_empty = 0, $key_in_label = 0… function in Form
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.form.class.php6382 …public static function selectarray($htmlname, $array, $id = '', $show_empty = 0, $key_in_label = 0… function in Form