Home
last modified time | relevance | path

Searched refs:dolibarr_del_const (Results 1 – 25 of 120) sorted by relevance

12345

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/
H A Dihm.php65 else dolibarr_del_const($db, $regs[2], $conf->entity);
75 dolibarr_del_const($db, "MAIN_LOGIN_BACKGROUND", $conf->entity);
102 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_BACKBODY', $conf->entity);
118 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_BACKTITLE1', $conf->entity);
122 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_TEXTTITLE', $conf->entity);
130 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_LINEIMPAIR1', $conf->entity);
133 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_LINEIMPAIR2', $conf->entity);
137 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_LINEPAIR1', $conf->entity);
140 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_LINEPAIR2', $conf->entity);
144 if ($val == '') dolibarr_del_const($db, 'THEME_ELDY_TEXTLINK', $conf->entity);
[all …]
H A Dstock.php58 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_BILL', $conf->entity);
59 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_VALIDATE_ORDER', $conf->entity);
60 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SHIPMENT', $conf->entity);
61 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SHIPMENT_CLOSE', $conf->entity);
64 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SUPPLIER_BILL', $conf->entity);
65 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER', $conf->entity);
66 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_RECEPTION', $conf->entity);
67 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_RECEPTION_CLOSE', $conf->entity);
68 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SUPPLIER_DISPATCH_ORDER', $conf->entity);
83 if (dolibarr_del_const($db, $code, $conf->entity) > 0)
[all …]
H A Dcompta.php92 if (!dolibarr_del_const($db, 'ACCOUNTING_REPORTS_INCLUDE_VARPAY', $conf->entity)) $error++;
99 if (!dolibarr_del_const($db, 'ACCOUNTING_REPORTS_INCLUDE_LOAN', $conf->entity)) $error++;
H A Dcompany_socialnetworks.php72 dolibarr_del_const($db, $networkconstname, $conf->entity);
73 dolibarr_del_const($db, $networkconstid, $conf->entity);
H A Dagenda_reminder.php66 if (dolibarr_del_const($db, $code, $conf->entity) > 0)
132 …if ($conf->global->ACTION_EVENT_ADDON_PDF == "$value") dolibarr_del_const($db, 'ACTION_EVENT_ADDON…
H A Dusergroup.php60 …if ($conf->global->USERGROUP_ADDON_PDF_ODT == "$value") dolibarr_del_const($db, 'USERGROUP_ADDON_P…
95 if (dolibarr_del_const($db, $code, $conf->entity) > 0)
H A Dconst.php122 if (dolibarr_del_const($db, $const["rowid"], -1) >= 0)
137 if (dolibarr_del_const($db, $rowid, $entity) >= 0)
H A Dsyslog.php102 dolibarr_del_const($db, $option['constant'], -1);
111dolibarr_del_const($db, 'SYSLOG_HANDLERS', -1); // To be sure ther is not a setup into another ent…
H A Dexternal_rss.php165 $result1 = dolibarr_del_const($db, "EXTERNAL_RSS_TITLE_".GETPOST("norss", 'int'), $conf->entity);
166 …if ($result1) $result2 = dolibarr_del_const($db, "EXTERNAL_RSS_URLRSS_".GETPOST("norss", 'int'), $…
H A Dsecurity.php111 dolibarr_del_const($db, "DATABASE_PWD_ENCRYPTED", $conf->entity);
154 dolibarr_del_const($db, "MAIN_SECURITY_DISABLEFORGETPASSLINK", $conf->entity);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Dihm.php72 dolibarr_del_const($db, $regs[2], $conf->entity);
82 dolibarr_del_const($db, "MAIN_LOGIN_BACKGROUND", $conf->entity);
109 dolibarr_del_const($db, 'THEME_ELDY_BACKBODY', $conf->entity);
137 dolibarr_del_const($db, 'THEME_ELDY_BACKTITLE1', $conf->entity);
144 dolibarr_del_const($db, 'THEME_ELDY_TEXTTITLE', $conf->entity);
158 dolibarr_del_const($db, 'THEME_ELDY_LINEIMPAIR1', $conf->entity);
164 dolibarr_del_const($db, 'THEME_ELDY_LINEIMPAIR2', $conf->entity);
171 dolibarr_del_const($db, 'THEME_ELDY_LINEPAIR1', $conf->entity);
177 dolibarr_del_const($db, 'THEME_ELDY_LINEPAIR2', $conf->entity);
184 dolibarr_del_const($db, 'THEME_ELDY_TEXTLINK', $conf->entity);
[all …]
H A Dstock.php59 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_BILL', $conf->entity);
60 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_VALIDATE_ORDER', $conf->entity);
61 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SHIPMENT', $conf->entity);
62 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SHIPMENT_CLOSE', $conf->entity);
65 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SUPPLIER_BILL', $conf->entity);
66 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_SUPPLIER_VALIDATE_ORDER', $conf->entity);
67 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_RECEPTION', $conf->entity);
68 dolibarr_del_const($db, 'STOCK_CALCULATE_ON_RECEPTION_CLOSE', $conf->entity);
82 if (dolibarr_del_const($db, $code, $conf->entity) > 0) {
94 $res = dolibarr_del_const($db, "MAIN_DEFAULT_WAREHOUSE", $conf->entity);
[all …]
H A Dcompta.php96 if (!dolibarr_del_const($db, 'ACCOUNTING_REPORTS_INCLUDE_VARPAY', $conf->entity)) {
110 if (!dolibarr_del_const($db, 'ACCOUNTING_REPORTS_INCLUDE_LOAN', $conf->entity)) {
H A Dpdf.php75 dolibarr_del_const($db, "PDF_SHOW_PROJECT", $conf->entity);
76 dolibarr_del_const($db, "PDF_SHOW_PROJECT_TITLE", $conf->entity);
79 dolibarr_del_const($db, "PDF_SHOW_PROJECT_TITLE", $conf->entity);
81 dolibarr_del_const($db, "PDF_SHOW_PROJECT", $conf->entity);
H A Dcompany_socialnetworks.php72 dolibarr_del_const($db, $networkconstname, $conf->entity);
73 dolibarr_del_const($db, $networkconstid, $conf->entity);
H A Dagenda_reminder.php64 if (dolibarr_del_const($db, $code, $conf->entity) > 0) {
119 dolibarr_del_const($db, 'ACTION_EVENT_ADDON_PDF', $conf->entity);
H A Dconst.php119 if (dolibarr_del_const($db, $const["rowid"], -1) >= 0) {
134 if (dolibarr_del_const($db, $rowid, $entity) >= 0) {
H A Dusergroup.php60 dolibarr_del_const($db, 'USERGROUP_ADDON_PDF_ODT', $conf->entity);
88 if (dolibarr_del_const($db, $code, $conf->entity) > 0) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ftp/admin/
H A Dftpclient.php110 $result1 = dolibarr_del_const($db, "FTP_PORT_".$entry, $conf->entity);
111 if ($result1) $result2 = dolibarr_del_const($db, "FTP_SERVER_".$entry, $conf->entity);
112 if ($result2) $result3 = dolibarr_del_const($db, "FTP_USER_".$entry, $conf->entity);
113 if ($result3) $result4 = dolibarr_del_const($db, "FTP_PASSWORD_".$entry, $conf->entity);
114 if ($result4) $result5 = dolibarr_del_const($db, "FTP_NAME_".$entry, $conf->entity);
115 if ($result4) $result6 = dolibarr_del_const($db, "FTP_PASSIVE_".$entry, $conf->entity);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ftp/admin/
H A Dftpclient.php116 $result1 = dolibarr_del_const($db, "FTP_PORT_".$entry, $conf->entity);
118 $result2 = dolibarr_del_const($db, "FTP_SERVER_".$entry, $conf->entity);
121 $result3 = dolibarr_del_const($db, "FTP_USER_".$entry, $conf->entity);
124 $result4 = dolibarr_del_const($db, "FTP_PASSWORD_".$entry, $conf->entity);
127 $result5 = dolibarr_del_const($db, "FTP_NAME_".$entry, $conf->entity);
130 $result6 = dolibarr_del_const($db, "FTP_PASSIVE_".$entry, $conf->entity);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/adherents/admin/
H A Dwebsite.php70 $res = dolibarr_del_const($db, "MEMBER_NEWFORM_FORCETYPE", $conf->entity);
75 $res = dolibarr_del_const($db, "MEMBER_NEWFORM_FORCEMORPHY", $conf->entity);
H A Dmember.php68 dolibarr_del_const($db, 'MEMBER_ADDON_PDF_ODT', $conf->entity);
96 if (dolibarr_del_const($db, $code, $conf->entity) > 0) {
168 $result = dolibarr_del_const($db, GETPOST('name', 'alpha'), $conf->entity);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/adherents/admin/
H A Dadherent.php66 dolibarr_del_const($db, 'MEMBER_ADDON_PDF_ODT', $conf->entity);
94 if (dolibarr_del_const($db, $code, $conf->entity) > 0) {
158 $result = dolibarr_del_const($db, GETPOST('name', 'alpha'), $conf->entity);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/ajax/
H A Dconstantonoff.php64 dolibarr_del_const($db, $name, $entity);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/ajax/
H A Dconstantonoff.php74 dolibarr_del_const($db, $name, $entity);

12345